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 +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +14 -15
- data/lib/aws-sdk-ssm/types.rb +8 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5bf2ad3cfabbbef5e9bf8bb3d3eb65f1629aa34193e40d307ccf140d313c62b
|
|
4
|
+
data.tar.gz: 2d7fd1a0968dedc23420a89ef4fa6de33909edfaa1fbab7917af75615016c2af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f19fd080ce1245ce80e828c4ecedd33368a22c0fb3b44b80161da633602ca3fa71de5411216480337219b1b0319d0f3cba1dcefeee1e39e9cd41d6173a6cc51f
|
|
7
|
+
data.tar.gz: ba90f5e96f31021d198e453c1033b965a29198b55552d5b63eb81b62dffd277b554b465cb9d231eb88dd96edcdb393c5076a85e1a69e01f143157f004388d3db
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -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
|
|
584
|
-
#
|
|
585
|
-
#
|
|
586
|
-
#
|
|
587
|
-
#
|
|
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
|
|
7061
|
-
#
|
|
7062
|
-
#
|
|
7063
|
-
# IDs][1] in the *AWS Systems
|
|
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.
|
|
9509
|
+
context[:gem_version] = '1.78.0'
|
|
9511
9510
|
Seahorse::Client::Request.new(handlers, context)
|
|
9512
9511
|
end
|
|
9513
9512
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -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
|
|
13699
|
-
#
|
|
13700
|
-
# more information, see [Native
|
|
13701
|
-
# Image IDs][1] in the *AWS
|
|
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.
|
|
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-
|
|
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
|