Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ssm): API cleanups #2904

Merged
merged 3 commits into from
Jun 18, 2019
Merged

refactor(ssm): API cleanups #2904

merged 3 commits into from
Jun 18, 2019

Commits on Jun 18, 2019

  1. refactor(ssm): API cleanups

    BREAKING CHANGE: `ParameterStoreString` has been removed. Use `StringParameter.fromStringParameterAttributes`.
    * **ssm:** `ParameterStoreSecureString` has been removed. Use `StringParameter.fromSecureStringParameterAttributes`.
    * **ssm:** `ParameterOptions.name` was renamed to `parameterName`.
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    48542f4 View commit details
    Browse the repository at this point in the history
  2. fixes

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    848cf72 View commit details
    Browse the repository at this point in the history
  3. fixes

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a4d7c48 View commit details
    Browse the repository at this point in the history