aws-sdk-ssm 1.132.0 → 1.133.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: 2e8d926564b14bae5b707ae11237055696510b6a421752846463381d5dc22d92
4
- data.tar.gz: f4df092a80a9bbc6468a666a161fe93498992d47c0c6084c1e5f9e92e84eac5b
3
+ metadata.gz: 356eaad6e39f4dd9946556bcef8479f79e7933622d813b878abe72dea6c0c8e9
4
+ data.tar.gz: e0e69549e961702594febcd4dbd709d9312456110e85742cb8bf1439e5b00664
5
5
  SHA512:
6
- metadata.gz: 6b99473e3b649f4db0978e2295a3187328c869496e934eff9ef21f43ac5da7c929ddbd67df276e6bf7a5469b957b69846a69b996da8b938297be8e986e164831
7
- data.tar.gz: 90c3b6e0d419ef4f543dfc4768e49976cbe9bd36824da0afee035fd912223084e1c78b3114538d9c0988d12ae5b10553dfdb9dbf57a7812fb48b1c996085ff07
6
+ metadata.gz: 3541e515652d185db61cdb84ecddee9f2a4752a3769370151e267368a7784c5a0b6cde148d6567843d23f613d3073e75c7071384b69262c472a23f64f0a16996
7
+ data.tar.gz: 03e2e6323460d22aa1df128d26bc4d2c5e8501a0f171a02a9e27f0d45477a4566108fb585cebc18d17d5bb130530ce8cf1f3eb80bed7de1d2588d85db1376c15
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.133.0 (2022-03-23)
5
+ ------------------
6
+
7
+ * Feature - Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
8
+
4
9
  1.132.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.132.0
1
+ 1.133.0
@@ -362,13 +362,14 @@ module Aws::SSM
362
362
  # @!group API Operations
363
363
 
364
364
  # Adds or overwrites one or more tags for the specified resource. Tags
365
- # are metadata that you can assign to your documents, managed nodes,
366
- # maintenance windows, Parameter Store parameters, and patch baselines.
367
- # Tags enable you to categorize your resources in different ways, for
368
- # example, by purpose, owner, or environment. Each tag consists of a key
369
- # and an optional value, both of which you define. For example, you
370
- # could define a set of tags for your account's managed nodes that
371
- # helps you track each node's owner and stack level. For example:
365
+ # are metadata that you can assign to your automations, documents,
366
+ # managed nodes, maintenance windows, Parameter Store parameters, and
367
+ # patch baselines. Tags enable you to categorize your resources in
368
+ # different ways, for example, by purpose, owner, or environment. Each
369
+ # tag consists of a key and an optional value, both of which you define.
370
+ # For example, you could define a set of tags for your account's
371
+ # managed nodes that helps you track each node's owner and stack level.
372
+ # For example:
372
373
  #
373
374
  # * `Key=Owner,Value=DbAdmin`
374
375
  #
@@ -382,7 +383,8 @@ module Aws::SSM
382
383
  #
383
384
  # * `Key=Stack,Value=Test`
384
385
  #
385
- # Each resource can have a maximum of 50 tags.
386
+ # Most resources can have a maximum of 50 tags. Automations can have a
387
+ # maximum of 5 tags.
386
388
  #
387
389
  # We recommend that you devise a set of tag keys that meets your needs
388
390
  # for each resource type. Using a consistent set of tag keys makes it
@@ -416,6 +418,8 @@ module Aws::SSM
416
418
  #
417
419
  # `PatchBaseline`\: `pb-012345abcde`
418
420
  #
421
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
422
+ #
419
423
  # `OpsMetadata` object: `ResourceID` for tagging is created from the
420
424
  # Amazon Resource Name (ARN) for the object. Specifically, `ResourceID`
421
425
  # is created from the strings that come after the word `opsmetadata` in
@@ -446,7 +450,7 @@ module Aws::SSM
446
450
  # @example Request syntax with placeholder values
447
451
  #
448
452
  # resp = client.add_tags_to_resource({
449
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
453
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
450
454
  # resource_id: "ResourceId", # required
451
455
  # tags: [ # required
452
456
  # {
@@ -6579,7 +6583,7 @@ module Aws::SSM
6579
6583
  # The name of the patch group whose patch baseline should be retrieved.
6580
6584
  #
6581
6585
  # @option params [String] :operating_system
6582
- # Returns he operating system rule specified for patch groups using the
6586
+ # Returns the operating system rule specified for patch groups using the
6583
6587
  # patch baseline.
6584
6588
  #
6585
6589
  # @return [Types::GetPatchBaselineForPatchGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -7867,7 +7871,7 @@ module Aws::SSM
7867
7871
  # @example Request syntax with placeholder values
7868
7872
  #
7869
7873
  # resp = client.list_tags_for_resource({
7870
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
7874
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
7871
7875
  # resource_id: "ResourceId", # required
7872
7876
  # })
7873
7877
  #
@@ -8145,13 +8149,12 @@ module Aws::SSM
8145
8149
  # [Creating Systems Manager parameters][1] in the *Amazon Web Services
8146
8150
  # Systems Manager User Guide*.
8147
8151
  #
8148
- # <note markdown="1"> The maximum length constraint listed below includes capacity for
8149
- # additional system attributes that aren't part of the name. The
8150
- # maximum length for a parameter name, including the full length of the
8151
- # parameter ARN, is 1011 characters. For example, the length of the
8152
- # following parameter name is 65 characters, not 20 characters:
8153
- #
8154
- # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
8152
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below includes
8153
+ # 1037 characters reserved for internal use by Systems Manager. The
8154
+ # maximum length for a parameter name that you create is 1011
8155
+ # characters. This includes the characters in the ARN that precede the
8156
+ # name you specify, such as
8157
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
8155
8158
  #
8156
8159
  # </note>
8157
8160
  #
@@ -8854,6 +8857,8 @@ module Aws::SSM
8854
8857
  #
8855
8858
  # MaintenanceWindow: mw-012345abcde
8856
8859
  #
8860
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
8861
+ #
8857
8862
  # PatchBaseline: pb-012345abcde
8858
8863
  #
8859
8864
  # OpsMetadata object: `ResourceID` for tagging is created from the
@@ -8880,7 +8885,7 @@ module Aws::SSM
8880
8885
  # @example Request syntax with placeholder values
8881
8886
  #
8882
8887
  # resp = client.remove_tags_from_resource({
8883
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
8888
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
8884
8889
  # resource_id: "ResourceId", # required
8885
8890
  # tag_keys: ["TagKey"], # required
8886
8891
  # })
@@ -9394,7 +9399,7 @@ module Aws::SSM
9394
9399
  #
9395
9400
  # * `Key=OS,Value=Windows`
9396
9401
  #
9397
- # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
9402
+ # <note markdown="1"> To add tags to an existing automation, use the AddTagsToResource
9398
9403
  # operation.
9399
9404
  #
9400
9405
  # </note>
@@ -9641,7 +9646,8 @@ module Aws::SSM
9641
9646
  # start the session.
9642
9647
  #
9643
9648
  # @option params [Hash<String,Array>] :parameters
9644
- # Reserved for future use.
9649
+ # The values you want to specify for the parameters defined in the
9650
+ # Session document.
9645
9651
  #
9646
9652
  # @return [Types::StartSessionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9647
9653
  #
@@ -11481,7 +11487,7 @@ module Aws::SSM
11481
11487
  params: params,
11482
11488
  config: config)
11483
11489
  context[:gem_name] = 'aws-sdk-ssm'
11484
- context[:gem_version] = '1.132.0'
11490
+ context[:gem_version] = '1.133.0'
11485
11491
  Seahorse::Client::Request.new(handlers, context)
11486
11492
  end
11487
11493
 
@@ -101,7 +101,7 @@ module Aws::SSM
101
101
  # data as a hash:
102
102
  #
103
103
  # {
104
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
104
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
105
105
  # resource_id: "ResourceId", # required
106
106
  # tags: [ # required
107
107
  # {
@@ -130,6 +130,8 @@ module Aws::SSM
130
130
  #
131
131
  # `PatchBaseline`\: `pb-012345abcde`
132
132
  #
133
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
134
+ #
133
135
  # `OpsMetadata` object: `ResourceID` for tagging is created from the
134
136
  # Amazon Resource Name (ARN) for the object. Specifically,
135
137
  # `ResourceID` is created from the strings that come after the word
@@ -9792,7 +9794,7 @@ module Aws::SSM
9792
9794
  # @return [String]
9793
9795
  #
9794
9796
  # @!attribute [rw] operating_system
9795
- # Returns he operating system rule specified for patch groups using
9797
+ # Returns the operating system rule specified for patch groups using
9796
9798
  # the patch baseline.
9797
9799
  # @return [String]
9798
9800
  #
@@ -12909,7 +12911,7 @@ module Aws::SSM
12909
12911
  # data as a hash:
12910
12912
  #
12911
12913
  # {
12912
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
12914
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
12913
12915
  # resource_id: "ResourceId", # required
12914
12916
  # }
12915
12917
  #
@@ -16351,13 +16353,12 @@ module Aws::SSM
16351
16353
  # see [Creating Systems Manager parameters][1] in the *Amazon Web
16352
16354
  # Services Systems Manager User Guide*.
16353
16355
  #
16354
- # <note markdown="1"> The maximum length constraint listed below includes capacity for
16355
- # additional system attributes that aren't part of the name. The
16356
- # maximum length for a parameter name, including the full length of
16357
- # the parameter ARN, is 1011 characters. For example, the length of
16358
- # the following parameter name is 65 characters, not 20 characters:
16359
- #
16360
- # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
16356
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below
16357
+ # includes 1037 characters reserved for internal use by Systems
16358
+ # Manager. The maximum length for a parameter name that you create is
16359
+ # 1011 characters. This includes the characters in the ARN that
16360
+ # precede the name you specify, such as
16361
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
16361
16362
  #
16362
16363
  # </note>
16363
16364
  #
@@ -17164,7 +17165,7 @@ module Aws::SSM
17164
17165
  # data as a hash:
17165
17166
  #
17166
17167
  # {
17167
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
17168
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
17168
17169
  # resource_id: "ResourceId", # required
17169
17170
  # tag_keys: ["TagKey"], # required
17170
17171
  # }
@@ -17188,6 +17189,8 @@ module Aws::SSM
17188
17189
  #
17189
17190
  # MaintenanceWindow: mw-012345abcde
17190
17191
  #
17192
+ # `Automation`\: `example-c160-4567-8519-012345abcde`
17193
+ #
17191
17194
  # PatchBaseline: pb-012345abcde
17192
17195
  #
17193
17196
  # OpsMetadata object: `ResourceID` for tagging is created from the
@@ -18825,7 +18828,7 @@ module Aws::SSM
18825
18828
  #
18826
18829
  # * `Key=OS,Value=Windows`
18827
18830
  #
18828
- # <note markdown="1"> To add tags to an existing patch baseline, use the AddTagsToResource
18831
+ # <note markdown="1"> To add tags to an existing automation, use the AddTagsToResource
18829
18832
  # operation.
18830
18833
  #
18831
18834
  # </note>
@@ -19063,7 +19066,8 @@ module Aws::SSM
19063
19066
  # @return [String]
19064
19067
  #
19065
19068
  # @!attribute [rw] parameters
19066
- # Reserved for future use.
19069
+ # The values you want to specify for the parameters defined in the
19070
+ # Session document.
19067
19071
  # @return [Hash<String,Array<String>>]
19068
19072
  #
19069
19073
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSessionRequest AWS API Documentation
data/lib/aws-sdk-ssm.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.132.0'
52
+ GEM_VERSION = '1.133.0'
53
53
 
54
54
  end
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.132.0
4
+ version: 1.133.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core