aws-sdk-ssm 1.77.0 → 1.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bccd8e972fc94b07a1a14442df55c305a255ad59d36ac3d8bc651f0564310259
4
- data.tar.gz: f4a73288f9ec6cc6d08863fc639b64f32d5c5c3545cb7f277da5d1d7d3c9a6b5
3
+ metadata.gz: d5bf2ad3cfabbbef5e9bf8bb3d3eb65f1629aa34193e40d307ccf140d313c62b
4
+ data.tar.gz: 2d7fd1a0968dedc23420a89ef4fa6de33909edfaa1fbab7917af75615016c2af
5
5
  SHA512:
6
- metadata.gz: 175b2f4ec42bee7cb36dbe3ed985b5c9269483846c984404805a88e3d355c667f4967bbd5b4167222728512c9963c8e3c1bd25930391b11857f3afd6ec8ec153
7
- data.tar.gz: 4a2dcefd21a5423ed7e19a0d2c268c506b9bd2d91074ba741e0c9ff787877b2631335f42ee54fcbe3d4af9fae0fa6e879ba30a1361a0b1dcd772ed9a1cb662b9
6
+ metadata.gz: f19fd080ce1245ce80e828c4ecedd33368a22c0fb3b44b80161da633602ca3fa71de5411216480337219b1b0319d0f3cba1dcefeee1e39e9cd41d6173a6cc51f
7
+ data.tar.gz: ba90f5e96f31021d198e453c1033b965a29198b55552d5b63eb81b62dffd277b554b465cb9d231eb88dd96edcdb393c5076a85e1a69e01f143157f004388d3db
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ssm/customizations'
45
45
  # @service
46
46
  module Aws::SSM
47
47
 
48
- GEM_VERSION = '1.77.0'
48
+ GEM_VERSION = '1.78.0'
49
49
 
50
50
  end
@@ -580,13 +580,11 @@ module Aws::SSM
580
580
  # Associates the specified Systems Manager document with the specified
581
581
  # instances or targets.
582
582
  #
583
- # When you associate a document with one or more instances using
584
- # instance IDs or tags, SSM Agent running on the instance processes the
585
- # document and configures the instance as specified.
586
- #
587
- # If you associate a document with an instance that already has an
588
- # associated document, the system returns the AssociationAlreadyExists
589
- # exception.
583
+ # When you associate a document with one or more instances, SSM Agent
584
+ # running on the instance processes the document and configures the
585
+ # instance as specified. If you associate a document with an instance
586
+ # that already has an associated document, the system returns the
587
+ # `AssociationAlreadyExists` exception.
590
588
  #
591
589
  # @option params [required, String] :name
592
590
  # The name of the SSM document that contains the configuration
@@ -963,7 +961,7 @@ module Aws::SSM
963
961
  # You can't use the following strings as document name prefixes. These
964
962
  # are reserved by AWS for use as document name prefixes:
965
963
  #
966
- # * `aws`
964
+ # * `aws-`
967
965
  #
968
966
  # * `amazon`
969
967
  #
@@ -7047,7 +7045,7 @@ module Aws::SSM
7047
7045
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html
7048
7046
  #
7049
7047
  # @option params [String] :data_type
7050
- # The data type for a String parameter. Supported data types include
7048
+ # The data type for a `String` parameter. Supported data types include
7051
7049
  # plain text and Amazon Machine Image IDs.
7052
7050
  #
7053
7051
  # **The following data type values are supported.**
@@ -7056,11 +7054,12 @@ module Aws::SSM
7056
7054
  #
7057
7055
  # * `aws:ec2:image`
7058
7056
  #
7059
- # When you create a String parameter and specify `aws:ec2:image`,
7060
- # Systems Manager validates the parameter value you provide against that
7061
- # data type. The required format is `ami-12345abcdeEXAMPLE`. For more
7062
- # information, see [Native parameter support for Amazon Machine Image
7063
- # IDs][1] in the *AWS Systems Manager User Guide*.
7057
+ # When you create a `String` parameter and specify `aws:ec2:image`,
7058
+ # Systems Manager validates the parameter value is in the required
7059
+ # format, such as `ami-12345abcdeEXAMPLE`, and that the specified AMI is
7060
+ # available in your AWS account. For more information, see [Native
7061
+ # parameter support for Amazon Machine Image IDs][1] in the *AWS Systems
7062
+ # Manager User Guide*.
7064
7063
  #
7065
7064
  #
7066
7065
  #
@@ -9507,7 +9506,7 @@ module Aws::SSM
9507
9506
  params: params,
9508
9507
  config: config)
9509
9508
  context[:gem_name] = 'aws-sdk-ssm'
9510
- context[:gem_version] = '1.77.0'
9509
+ context[:gem_version] = '1.78.0'
9511
9510
  Seahorse::Client::Request.new(handlers, context)
9512
9511
  end
9513
9512
 
@@ -2820,7 +2820,7 @@ module Aws::SSM
2820
2820
  # You can't use the following strings as document name prefixes.
2821
2821
  # These are reserved by AWS for use as document name prefixes:
2822
2822
  #
2823
- # * `aws`
2823
+ # * `aws-`
2824
2824
  #
2825
2825
  # * `amazon`
2826
2826
  #
@@ -13685,7 +13685,7 @@ module Aws::SSM
13685
13685
  # @return [String]
13686
13686
  #
13687
13687
  # @!attribute [rw] data_type
13688
- # The data type for a String parameter. Supported data types include
13688
+ # The data type for a `String` parameter. Supported data types include
13689
13689
  # plain text and Amazon Machine Image IDs.
13690
13690
  #
13691
13691
  # **The following data type values are supported.**
@@ -13694,11 +13694,12 @@ module Aws::SSM
13694
13694
  #
13695
13695
  # * `aws:ec2:image`
13696
13696
  #
13697
- # When you create a String parameter and specify `aws:ec2:image`,
13698
- # Systems Manager validates the parameter value you provide against
13699
- # that data type. The required format is `ami-12345abcdeEXAMPLE`. For
13700
- # more information, see [Native parameter support for Amazon Machine
13701
- # Image IDs][1] in the *AWS Systems Manager User Guide*.
13697
+ # When you create a `String` parameter and specify `aws:ec2:image`,
13698
+ # Systems Manager validates the parameter value is in the required
13699
+ # format, such as `ami-12345abcdeEXAMPLE`, and that the specified AMI
13700
+ # is available in your AWS account. For more information, see [Native
13701
+ # parameter support for Amazon Machine Image IDs][1] in the *AWS
13702
+ # Systems Manager User Guide*.
13702
13703
  #
13703
13704
  #
13704
13705
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core