aws-sdk-ssm 1.131.0 → 1.134.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: dd21c7771580aa53bdc4a8ecbec9686b677ffd48262a0ee0a06b17c9010c042d
4
- data.tar.gz: 2e504a5c9f21d1c586a9bc4895a8cf734ec1275eb5d382d85817cdfcdbb5cbc2
3
+ metadata.gz: c2512bb3a936e42c877b4a77ac1b32a1ddc1e62b6e25bef86714874e9ffca2e2
4
+ data.tar.gz: 9106e7b85920d41e79ef293bfd48588941fba1dc1bf5fb1029ad1bc40f68eafa
5
5
  SHA512:
6
- metadata.gz: 17ca57b657c4698de8c81341eb6d2aaab53ac01088dfc0358fed83c5b3331d3f86ab54ea8e69f660591da487fefeff0da4061114fc4a87e0a856e4fd213cacb8
7
- data.tar.gz: dca25ba35249e1cf64a2979135d1661ba160ee2e99ea9823825a46344423642037f8ca0eb8822d03edc5d1abfb411de45c534a96691ddb1c6e01017b067e0606
6
+ metadata.gz: 99cc9d2c0fefce4a1cacee4cd367e637288c967e3d90639dc0cec04c012ed1b6a9468fda8aa474074982abeed6367eb7dd36ccec6dbd0cfd1430e1cedc01bb7d
7
+ data.tar.gz: 0aae2c54b63d3d3062050fd949e5ce5780a217bb726d161d09b8539d16b6cf8bce2526a23c69f7737f2faa60e7ac8fdc9fb1e5f13466e5fc7ad112d97af883af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.134.0 (2022-03-25)
5
+ ------------------
6
+
7
+ * Feature - This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.
8
+
9
+ 1.133.0 (2022-03-23)
10
+ ------------------
11
+
12
+ * Feature - Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
13
+
14
+ 1.132.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.131.0 (2022-02-16)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.131.0
1
+ 1.134.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::SSM
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -444,7 +446,7 @@ module Aws::SSM
444
446
  # @example Request syntax with placeholder values
445
447
  #
446
448
  # resp = client.add_tags_to_resource({
447
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
449
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
448
450
  # resource_id: "ResourceId", # required
449
451
  # tags: [ # required
450
452
  # {
@@ -1815,7 +1817,7 @@ module Aws::SSM
1815
1817
  # @example Request syntax with placeholder values
1816
1818
  #
1817
1819
  # resp = client.create_patch_baseline({
1818
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
1820
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
1819
1821
  # name: "BaselineName", # required
1820
1822
  # global_filters: {
1821
1823
  # patch_filters: [ # required
@@ -4655,7 +4657,7 @@ module Aws::SSM
4655
4657
  # resp.baseline_identities #=> Array
4656
4658
  # resp.baseline_identities[0].baseline_id #=> String
4657
4659
  # resp.baseline_identities[0].baseline_name #=> String
4658
- # resp.baseline_identities[0].operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
4660
+ # resp.baseline_identities[0].operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
4659
4661
  # resp.baseline_identities[0].baseline_description #=> String
4660
4662
  # resp.baseline_identities[0].default_baseline #=> Boolean
4661
4663
  # resp.next_token #=> String
@@ -4768,7 +4770,7 @@ module Aws::SSM
4768
4770
  # resp.mappings[0].patch_group #=> String
4769
4771
  # resp.mappings[0].baseline_identity.baseline_id #=> String
4770
4772
  # resp.mappings[0].baseline_identity.baseline_name #=> String
4771
- # resp.mappings[0].baseline_identity.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
4773
+ # resp.mappings[0].baseline_identity.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
4772
4774
  # resp.mappings[0].baseline_identity.baseline_description #=> String
4773
4775
  # resp.mappings[0].baseline_identity.default_baseline #=> Boolean
4774
4776
  # resp.next_token #=> String
@@ -4863,7 +4865,7 @@ module Aws::SSM
4863
4865
  # @example Request syntax with placeholder values
4864
4866
  #
4865
4867
  # resp = client.describe_patch_properties({
4866
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
4868
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
4867
4869
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
4868
4870
  # patch_set: "OS", # accepts OS, APPLICATION
4869
4871
  # max_results: 1,
@@ -5340,13 +5342,13 @@ module Aws::SSM
5340
5342
  # @example Request syntax with placeholder values
5341
5343
  #
5342
5344
  # resp = client.get_default_patch_baseline({
5343
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
5345
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
5344
5346
  # })
5345
5347
  #
5346
5348
  # @example Response structure
5347
5349
  #
5348
5350
  # resp.baseline_id #=> String
5349
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
5351
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
5350
5352
  #
5351
5353
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline AWS API Documentation
5352
5354
  #
@@ -5397,7 +5399,7 @@ module Aws::SSM
5397
5399
  # instance_id: "InstanceId", # required
5398
5400
  # snapshot_id: "SnapshotId", # required
5399
5401
  # baseline_override: {
5400
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
5402
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
5401
5403
  # global_filters: {
5402
5404
  # patch_filters: [ # required
5403
5405
  # {
@@ -5904,7 +5906,7 @@ module Aws::SSM
5904
5906
  req.send_request(options)
5905
5907
  end
5906
5908
 
5907
- # Lists the tasks in a maintenance window.
5909
+ # Retrieves the details of a maintenance window task.
5908
5910
  #
5909
5911
  # <note markdown="1"> For maintenance window tasks without a specified target, you can't
5910
5912
  # supply values for `--max-errors` and `--max-concurrency`. Instead, the
@@ -5914,6 +5916,9 @@ module Aws::SSM
5914
5916
  #
5915
5917
  # </note>
5916
5918
  #
5919
+ # To retrieve a list of tasks in a maintenance window, instead use the
5920
+ # DescribeMaintenanceWindowTasks command.
5921
+ #
5917
5922
  # @option params [required, String] :window_id
5918
5923
  # The maintenance window ID that includes the task to retrieve.
5919
5924
  #
@@ -6529,7 +6534,7 @@ module Aws::SSM
6529
6534
  #
6530
6535
  # resp.baseline_id #=> String
6531
6536
  # resp.name #=> String
6532
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
6537
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
6533
6538
  # resp.global_filters.patch_filters #=> Array
6534
6539
  # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
6535
6540
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -6577,7 +6582,7 @@ module Aws::SSM
6577
6582
  # The name of the patch group whose patch baseline should be retrieved.
6578
6583
  #
6579
6584
  # @option params [String] :operating_system
6580
- # Returns he operating system rule specified for patch groups using the
6585
+ # Returns the operating system rule specified for patch groups using the
6581
6586
  # patch baseline.
6582
6587
  #
6583
6588
  # @return [Types::GetPatchBaselineForPatchGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6590,14 +6595,14 @@ module Aws::SSM
6590
6595
  #
6591
6596
  # resp = client.get_patch_baseline_for_patch_group({
6592
6597
  # patch_group: "PatchGroup", # required
6593
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
6598
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
6594
6599
  # })
6595
6600
  #
6596
6601
  # @example Response structure
6597
6602
  #
6598
6603
  # resp.baseline_id #=> String
6599
6604
  # resp.patch_group #=> String
6600
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
6605
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
6601
6606
  #
6602
6607
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup AWS API Documentation
6603
6608
  #
@@ -7865,7 +7870,7 @@ module Aws::SSM
7865
7870
  # @example Request syntax with placeholder values
7866
7871
  #
7867
7872
  # resp = client.list_tags_for_resource({
7868
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
7873
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
7869
7874
  # resource_id: "ResourceId", # required
7870
7875
  # })
7871
7876
  #
@@ -8143,13 +8148,12 @@ module Aws::SSM
8143
8148
  # [Creating Systems Manager parameters][1] in the *Amazon Web Services
8144
8149
  # Systems Manager User Guide*.
8145
8150
  #
8146
- # <note markdown="1"> The maximum length constraint listed below includes capacity for
8147
- # additional system attributes that aren't part of the name. The
8148
- # maximum length for a parameter name, including the full length of the
8149
- # parameter ARN, is 1011 characters. For example, the length of the
8150
- # following parameter name is 65 characters, not 20 characters:
8151
- #
8152
- # `arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName`
8151
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below includes
8152
+ # 1037 characters reserved for internal use by Systems Manager. The
8153
+ # maximum length for a parameter name that you create is 1011
8154
+ # characters. This includes the characters in the ARN that precede the
8155
+ # name you specify, such as
8156
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
8153
8157
  #
8154
8158
  # </note>
8155
8159
  #
@@ -8878,7 +8882,7 @@ module Aws::SSM
8878
8882
  # @example Request syntax with placeholder values
8879
8883
  #
8880
8884
  # resp = client.remove_tags_from_resource({
8881
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
8885
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
8882
8886
  # resource_id: "ResourceId", # required
8883
8887
  # tag_keys: ["TagKey"], # required
8884
8888
  # })
@@ -9639,7 +9643,8 @@ module Aws::SSM
9639
9643
  # start the session.
9640
9644
  #
9641
9645
  # @option params [Hash<String,Array>] :parameters
9642
- # Reserved for future use.
9646
+ # The values you want to specify for the parameters defined in the
9647
+ # Session document.
9643
9648
  #
9644
9649
  # @return [Types::StartSessionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9645
9650
  #
@@ -9919,8 +9924,18 @@ module Aws::SSM
9919
9924
  # run immediately after you update it. This parameter isn't supported
9920
9925
  # for rate expressions.
9921
9926
  #
9922
- # Also, if you specified this option when you created the association,
9923
- # you can reset it. To do so, specify the
9927
+ # If you chose this option when you created an association and later you
9928
+ # edit that association or you make changes to the SSM document on which
9929
+ # that association is based (by using the Documents page in the
9930
+ # console), State Manager applies the association at the next specified
9931
+ # cron interval. For example, if you chose the `Latest` version of an
9932
+ # SSM document when you created an association and you edit the
9933
+ # association by choosing a different document version on the Documents
9934
+ # page, State Manager applies the association at the next specified cron
9935
+ # interval if you previously selected this option. If this option
9936
+ # wasn't selected, State Manager immediately runs the association.
9937
+ #
9938
+ # You can reset this option. To do so, specify the
9924
9939
  # `no-apply-only-at-cron-interval` parameter when you update the
9925
9940
  # association from the command line. This parameter forces the
9926
9941
  # association to run immediately after updating it and according to the
@@ -10167,6 +10182,12 @@ module Aws::SSM
10167
10182
  # document. You can specify the version number of the latest version or
10168
10183
  # use the `$LATEST` variable.
10169
10184
  #
10185
+ # <note markdown="1"> If you change a document version for a State Manager association,
10186
+ # Systems Manager immediately runs the association unless you previously
10187
+ # specifed the `apply-only-at-cron-interval` parameter.
10188
+ #
10189
+ # </note>
10190
+ #
10170
10191
  # @option params [String] :document_format
10171
10192
  # Specify the document format for the new document version. Systems
10172
10193
  # Manager supports JSON and YAML documents. JSON is the default format.
@@ -10256,6 +10277,12 @@ module Aws::SSM
10256
10277
 
10257
10278
  # Set the default version of a document.
10258
10279
  #
10280
+ # <note markdown="1"> If you change a document version for a State Manager association,
10281
+ # Systems Manager immediately runs the association unless you previously
10282
+ # specifed the `apply-only-at-cron-interval` parameter.
10283
+ #
10284
+ # </note>
10285
+ #
10259
10286
  # @option params [required, String] :name
10260
10287
  # The name of a custom document that you want to set as the default
10261
10288
  # version.
@@ -11296,7 +11323,7 @@ module Aws::SSM
11296
11323
  #
11297
11324
  # resp.baseline_id #=> String
11298
11325
  # resp.name #=> String
11299
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
11326
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX"
11300
11327
  # resp.global_filters.patch_filters #=> Array
11301
11328
  # resp.global_filters.patch_filters[0].key #=> String, one of "ARCH", "ADVISORY_ID", "BUGZILLA_ID", "PATCH_SET", "PRODUCT", "PRODUCT_FAMILY", "CLASSIFICATION", "CVE_ID", "EPOCH", "MSRC_SEVERITY", "NAME", "PATCH_ID", "SECTION", "PRIORITY", "REPOSITORY", "RELEASE", "SEVERITY", "SECURITY", "VERSION"
11302
11329
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -11479,7 +11506,7 @@ module Aws::SSM
11479
11506
  params: params,
11480
11507
  config: config)
11481
11508
  context[:gem_name] = 'aws-sdk-ssm'
11482
- context[:gem_version] = '1.131.0'
11509
+ context[:gem_version] = '1.134.0'
11483
11510
  Seahorse::Client::Request.new(handlers, context)
11484
11511
  end
11485
11512
 
@@ -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
  # {
@@ -274,7 +274,10 @@ module Aws::SSM
274
274
  # @return [String]
275
275
  #
276
276
  # @!attribute [rw] document_version
277
- # The version of the document used in the association.
277
+ # The version of the document used in the association. If you change a
278
+ # document version for a State Manager association, Systems Manager
279
+ # immediately runs the association unless you previously specifed the
280
+ # `apply-only-at-cron-interval` parameter.
278
281
  #
279
282
  # State Manager doesn't support running associations that use a new
280
283
  # version of a document if that document is shared from another
@@ -1562,7 +1565,7 @@ module Aws::SSM
1562
1565
  # data as a hash:
1563
1566
  #
1564
1567
  # {
1565
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
1568
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
1566
1569
  # global_filters: {
1567
1570
  # patch_filters: [ # required
1568
1571
  # {
@@ -3936,7 +3939,7 @@ module Aws::SSM
3936
3939
  # data as a hash:
3937
3940
  #
3938
3941
  # {
3939
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
3942
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
3940
3943
  # name: "BaselineName", # required
3941
3944
  # global_filters: {
3942
3945
  # patch_filters: [ # required
@@ -6925,7 +6928,7 @@ module Aws::SSM
6925
6928
  # data as a hash:
6926
6929
  #
6927
6930
  # {
6928
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
6931
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
6929
6932
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
6930
6933
  # patch_set: "OS", # accepts OS, APPLICATION
6931
6934
  # max_results: 1,
@@ -8355,7 +8358,7 @@ module Aws::SSM
8355
8358
  # data as a hash:
8356
8359
  #
8357
8360
  # {
8358
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
8361
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
8359
8362
  # }
8360
8363
  #
8361
8364
  # @!attribute [rw] operating_system
@@ -8395,7 +8398,7 @@ module Aws::SSM
8395
8398
  # instance_id: "InstanceId", # required
8396
8399
  # snapshot_id: "SnapshotId", # required
8397
8400
  # baseline_override: {
8398
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
8401
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
8399
8402
  # global_filters: {
8400
8403
  # patch_filters: [ # required
8401
8404
  # {
@@ -9783,7 +9786,7 @@ module Aws::SSM
9783
9786
  #
9784
9787
  # {
9785
9788
  # patch_group: "PatchGroup", # required
9786
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
9789
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN, ROCKY_LINUX
9787
9790
  # }
9788
9791
  #
9789
9792
  # @!attribute [rw] patch_group
@@ -9792,7 +9795,7 @@ module Aws::SSM
9792
9795
  # @return [String]
9793
9796
  #
9794
9797
  # @!attribute [rw] operating_system
9795
- # Returns he operating system rule specified for patch groups using
9798
+ # Returns the operating system rule specified for patch groups using
9796
9799
  # the patch baseline.
9797
9800
  # @return [String]
9798
9801
  #
@@ -12909,7 +12912,7 @@ module Aws::SSM
12909
12912
  # data as a hash:
12910
12913
  #
12911
12914
  # {
12912
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
12915
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
12913
12916
  # resource_id: "ResourceId", # required
12914
12917
  # }
12915
12918
  #
@@ -16351,13 +16354,12 @@ module Aws::SSM
16351
16354
  # see [Creating Systems Manager parameters][1] in the *Amazon Web
16352
16355
  # Services Systems Manager User Guide*.
16353
16356
  #
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`
16357
+ # <note markdown="1"> The maximum length constraint of 2048 characters listed below
16358
+ # includes 1037 characters reserved for internal use by Systems
16359
+ # Manager. The maximum length for a parameter name that you create is
16360
+ # 1011 characters. This includes the characters in the ARN that
16361
+ # precede the name you specify, such as
16362
+ # `arn:aws:ssm:us-east-2:111122223333:parameter/`.
16361
16363
  #
16362
16364
  # </note>
16363
16365
  #
@@ -17164,7 +17166,7 @@ module Aws::SSM
17164
17166
  # data as a hash:
17165
17167
  #
17166
17168
  # {
17167
- # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
17169
+ # resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata, Automation
17168
17170
  # resource_id: "ResourceId", # required
17169
17171
  # tag_keys: ["TagKey"], # required
17170
17172
  # }
@@ -19063,7 +19065,8 @@ module Aws::SSM
19063
19065
  # @return [String]
19064
19066
  #
19065
19067
  # @!attribute [rw] parameters
19066
- # Reserved for future use.
19068
+ # The values you want to specify for the parameters defined in the
19069
+ # Session document.
19067
19070
  # @return [Hash<String,Array<String>>]
19068
19071
  #
19069
19072
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSessionRequest AWS API Documentation
@@ -19958,8 +19961,19 @@ module Aws::SSM
19958
19961
  # to run immediately after you update it. This parameter isn't
19959
19962
  # supported for rate expressions.
19960
19963
  #
19961
- # Also, if you specified this option when you created the association,
19962
- # you can reset it. To do so, specify the
19964
+ # If you chose this option when you created an association and later
19965
+ # you edit that association or you make changes to the SSM document on
19966
+ # which that association is based (by using the Documents page in the
19967
+ # console), State Manager applies the association at the next
19968
+ # specified cron interval. For example, if you chose the `Latest`
19969
+ # version of an SSM document when you created an association and you
19970
+ # edit the association by choosing a different document version on the
19971
+ # Documents page, State Manager applies the association at the next
19972
+ # specified cron interval if you previously selected this option. If
19973
+ # this option wasn't selected, State Manager immediately runs the
19974
+ # association.
19975
+ #
19976
+ # You can reset this option. To do so, specify the
19963
19977
  # `no-apply-only-at-cron-interval` parameter when you update the
19964
19978
  # association from the command line. This parameter forces the
19965
19979
  # association to run immediately after updating it and according to
@@ -20206,6 +20220,12 @@ module Aws::SSM
20206
20220
  # Systems Manager supports updating only the latest version of the
20207
20221
  # document. You can specify the version number of the latest version
20208
20222
  # or use the `$LATEST` variable.
20223
+ #
20224
+ # <note markdown="1"> If you change a document version for a State Manager association,
20225
+ # Systems Manager immediately runs the association unless you
20226
+ # previously specifed the `apply-only-at-cron-interval` parameter.
20227
+ #
20228
+ # </note>
20209
20229
  # @return [String]
20210
20230
  #
20211
20231
  # @!attribute [rw] document_format
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.131.0'
52
+ GEM_VERSION = '1.134.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.131.0
4
+ version: 1.134.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-16 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement