aws-sdk-ssm 1.118.0 → 1.122.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f2c9ad0c2c8f2ccd8f0f2b0a662de7ed68180c15651bed937b8b46a53b64a1e
4
- data.tar.gz: 9cca567ef67161d21a7c543f46d78beb567c0bb58cd37d5d5bd9310c9d8851e6
3
+ metadata.gz: '085180f78eb12847a528ba7cf8bbf8bad083643fb3fbd50f563b6f3882a32cf0'
4
+ data.tar.gz: 9cceea48cbdf3214685f1c4eda26ceab1c1a5b446fc48beea17f1f962777e86f
5
5
  SHA512:
6
- metadata.gz: e373cdbe91a4ac4665d7c9385208754324da01acf1d1d52f55451db8d9c56d6862e0863e2ba2e54ecfd0ec79c9bbe98438a0d934779eec5abab416ddb3e90643
7
- data.tar.gz: d4ad81e48b5e84ead1ecb9db6a160b5de4039aa301b38ff75f7978ae7fb2a2606046dfd703d68d626d8efa6e508cbfdc8fc98c8706454a3122ddb79e3e76efa2
6
+ metadata.gz: acc029b21dbe047da8956d9e9c14a19bfcf77f28ea4f4c962f8e624c4e58ae2f5363890aab8daafc01c1bd7f1d37e5a63b19ecedf6e6726f8d84835966305313
7
+ data.tar.gz: a1e414f1bb2d336f4bbe70622491aec8a98bcda9420caf23bf42d052fe1796abef3fa653717f977ee2256ba68a377b4bedd9f00c8a31ba197e5ddda8310855b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2021-11-12)
5
+ ------------------
6
+
7
+ * Feature - This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)
8
+
9
+ 1.121.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.120.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.119.0 (2021-10-01)
20
+ ------------------
21
+
22
+ * Feature - When "AutoApprovable" is true for a Change Template, then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create a change request that bypasses approver review. (except for change calendar restrictions)
23
+
4
24
  1.118.0 (2021-09-23)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.122.0
@@ -285,6 +285,15 @@ module Aws::SSM
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -733,8 +742,10 @@ module Aws::SSM
733
742
  # @option params [Array<Types::Target>] :targets
734
743
  # The targets for the association. You can target instances by using
735
744
  # tags, Amazon Web Services resource groups, all instances in an Amazon
736
- # Web Services account, or individual instance IDs. For more information
737
- # about choosing targets for an association, see [Using targets and rate
745
+ # Web Services account, or individual instance IDs. You can target all
746
+ # instances in an Amazon Web Services account by specifying the
747
+ # `InstanceIds` key with a value of `*`. For more information about
748
+ # choosing targets for an association, see [Using targets and rate
738
749
  # controls with State Manager associations][1] in the *Amazon Web
739
750
  # Services Systems Manager User Guide*.
740
751
  #
@@ -754,10 +765,10 @@ module Aws::SSM
754
765
  # Specify a descriptive name for the association.
755
766
  #
756
767
  # @option params [String] :automation_target_parameter_name
757
- # Specify the target for the association. This target is required for
758
- # associations that use an Automation runbook and target resources by
759
- # using rate controls. Automation is a capability of Amazon Web Services
760
- # Systems Manager.
768
+ # Choose the parameter that will define how your automation will branch
769
+ # out. This target is required for associations that use an Automation
770
+ # runbook and target resources by using rate controls. Automation is a
771
+ # capability of Amazon Web Services Systems Manager.
761
772
  #
762
773
  # @option params [String] :max_errors
763
774
  # The number of errors that are allowed before the system stops sending
@@ -1766,7 +1777,7 @@ module Aws::SSM
1766
1777
  # @example Request syntax with placeholder values
1767
1778
  #
1768
1779
  # resp = client.create_patch_baseline({
1769
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
1780
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
1770
1781
  # name: "BaselineName", # required
1771
1782
  # global_filters: {
1772
1783
  # patch_filters: [ # required
@@ -4602,7 +4613,7 @@ module Aws::SSM
4602
4613
  # resp.baseline_identities #=> Array
4603
4614
  # resp.baseline_identities[0].baseline_id #=> String
4604
4615
  # resp.baseline_identities[0].baseline_name #=> String
4605
- # 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"
4616
+ # 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"
4606
4617
  # resp.baseline_identities[0].baseline_description #=> String
4607
4618
  # resp.baseline_identities[0].default_baseline #=> Boolean
4608
4619
  # resp.next_token #=> String
@@ -4715,7 +4726,7 @@ module Aws::SSM
4715
4726
  # resp.mappings[0].patch_group #=> String
4716
4727
  # resp.mappings[0].baseline_identity.baseline_id #=> String
4717
4728
  # resp.mappings[0].baseline_identity.baseline_name #=> String
4718
- # 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"
4729
+ # 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"
4719
4730
  # resp.mappings[0].baseline_identity.baseline_description #=> String
4720
4731
  # resp.mappings[0].baseline_identity.default_baseline #=> Boolean
4721
4732
  # resp.next_token #=> String
@@ -4810,7 +4821,7 @@ module Aws::SSM
4810
4821
  # @example Request syntax with placeholder values
4811
4822
  #
4812
4823
  # resp = client.describe_patch_properties({
4813
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
4824
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
4814
4825
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
4815
4826
  # patch_set: "OS", # accepts OS, APPLICATION
4816
4827
  # max_results: 1,
@@ -5284,13 +5295,13 @@ module Aws::SSM
5284
5295
  # @example Request syntax with placeholder values
5285
5296
  #
5286
5297
  # resp = client.get_default_patch_baseline({
5287
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
5298
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
5288
5299
  # })
5289
5300
  #
5290
5301
  # @example Response structure
5291
5302
  #
5292
5303
  # resp.baseline_id #=> String
5293
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS"
5304
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
5294
5305
  #
5295
5306
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline AWS API Documentation
5296
5307
  #
@@ -5341,7 +5352,7 @@ module Aws::SSM
5341
5352
  # instance_id: "InstanceId", # required
5342
5353
  # snapshot_id: "SnapshotId", # required
5343
5354
  # baseline_override: {
5344
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
5355
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
5345
5356
  # global_filters: {
5346
5357
  # patch_filters: [ # required
5347
5358
  # {
@@ -6472,7 +6483,7 @@ module Aws::SSM
6472
6483
  #
6473
6484
  # resp.baseline_id #=> String
6474
6485
  # resp.name #=> String
6475
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS"
6486
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
6476
6487
  # resp.global_filters.patch_filters #=> Array
6477
6488
  # 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"
6478
6489
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -6533,14 +6544,14 @@ module Aws::SSM
6533
6544
  #
6534
6545
  # resp = client.get_patch_baseline_for_patch_group({
6535
6546
  # patch_group: "PatchGroup", # required
6536
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
6547
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
6537
6548
  # })
6538
6549
  #
6539
6550
  # @example Response structure
6540
6551
  #
6541
6552
  # resp.baseline_id #=> String
6542
6553
  # resp.patch_group #=> String
6543
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS"
6554
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
6544
6555
  #
6545
6556
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup AWS API Documentation
6546
6557
  #
@@ -9417,6 +9428,22 @@ module Aws::SSM
9417
9428
  # The user-provided idempotency token. The token must be unique, is case
9418
9429
  # insensitive, enforces the UUID format, and can't be reused.
9419
9430
  #
9431
+ # @option params [Boolean] :auto_approve
9432
+ # Indicates whether the change request can be approved automatically
9433
+ # without the need for manual approvals.
9434
+ #
9435
+ # If `AutoApprovable` is enabled in a change template, then setting
9436
+ # `AutoApprove` to `true` in `StartChangeRequestExecution` creates a
9437
+ # change request that bypasses approver review.
9438
+ #
9439
+ # <note markdown="1"> Change Calendar restrictions are not bypassed in this scenario. If the
9440
+ # state of an associated calendar is `CLOSED`, change freeze approvers
9441
+ # must still grant permission for this change request to run. If they
9442
+ # don't, the change won't be processed until the calendar state is
9443
+ # again `OPEN`.
9444
+ #
9445
+ # </note>
9446
+ #
9420
9447
  # @option params [required, Array<Types::Runbook>] :runbooks
9421
9448
  # Information about the Automation runbooks that are run during the
9422
9449
  # runbook workflow.
@@ -9464,6 +9491,7 @@ module Aws::SSM
9464
9491
  # },
9465
9492
  # change_request_name: "ChangeRequestName",
9466
9493
  # client_token: "IdempotencyToken",
9494
+ # auto_approve: false,
9467
9495
  # runbooks: [ # required
9468
9496
  # {
9469
9497
  # document_name: "DocumentARN", # required
@@ -9747,10 +9775,10 @@ module Aws::SSM
9747
9775
  # this parameter.
9748
9776
  #
9749
9777
  # @option params [String] :automation_target_parameter_name
9750
- # Specify the target for the association. This target is required for
9751
- # associations that use an Automation runbook and target resources by
9752
- # using rate controls. Automation is a capability of Amazon Web Services
9753
- # Systems Manager.
9778
+ # Choose the parameter that will define how your automation will branch
9779
+ # out. This target is required for associations that use an Automation
9780
+ # runbook and target resources by using rate controls. Automation is a
9781
+ # capability of Amazon Web Services Systems Manager.
9754
9782
  #
9755
9783
  # @option params [String] :max_errors
9756
9784
  # The number of errors that are allowed before the system stops sending
@@ -11171,7 +11199,7 @@ module Aws::SSM
11171
11199
  #
11172
11200
  # resp.baseline_id #=> String
11173
11201
  # resp.name #=> String
11174
- # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS"
11202
+ # resp.operating_system #=> String, one of "WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN"
11175
11203
  # resp.global_filters.patch_filters #=> Array
11176
11204
  # 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"
11177
11205
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -11354,7 +11382,7 @@ module Aws::SSM
11354
11382
  params: params,
11355
11383
  config: config)
11356
11384
  context[:gem_name] = 'aws-sdk-ssm'
11357
- context[:gem_version] = '1.118.0'
11385
+ context[:gem_version] = '1.122.0'
11358
11386
  Seahorse::Client::Request.new(handlers, context)
11359
11387
  end
11360
11388
 
@@ -4158,6 +4158,7 @@ module Aws::SSM
4158
4158
  StartChangeRequestExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
4159
4159
  StartChangeRequestExecutionRequest.add_member(:change_request_name, Shapes::ShapeRef.new(shape: ChangeRequestName, location_name: "ChangeRequestName"))
4160
4160
  StartChangeRequestExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken"))
4161
+ StartChangeRequestExecutionRequest.add_member(:auto_approve, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoApprove"))
4161
4162
  StartChangeRequestExecutionRequest.add_member(:runbooks, Shapes::ShapeRef.new(shape: Runbooks, required: true, location_name: "Runbooks"))
4162
4163
  StartChangeRequestExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
4163
4164
  StartChangeRequestExecutionRequest.add_member(:scheduled_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ScheduledEndTime"))
@@ -280,7 +280,9 @@ module Aws::SSM
280
280
  # @return [String]
281
281
  #
282
282
  # @!attribute [rw] targets
283
- # The instances targeted by the request to create an association.
283
+ # The instances targeted by the request to create an association. You
284
+ # can target all instances in an Amazon Web Services account by
285
+ # specifying the `InstanceIds` key with a value of `*`.
284
286
  # @return [Array<Types::Target>]
285
287
  #
286
288
  # @!attribute [rw] last_execution_date
@@ -358,10 +360,10 @@ module Aws::SSM
358
360
  # @return [String]
359
361
  #
360
362
  # @!attribute [rw] automation_target_parameter_name
361
- # Specify the target for the association. This target is required for
362
- # associations that use an Automation runbook and target resources by
363
- # using rate controls. Automation is a capability of Amazon Web
364
- # Services Systems Manager.
363
+ # Choose the parameter that will define how your automation will
364
+ # branch out. This target is required for associations that use an
365
+ # Automation runbook and target resources by using rate controls.
366
+ # Automation is a capability of Amazon Web Services Systems Manager.
365
367
  # @return [String]
366
368
  #
367
369
  # @!attribute [rw] parameters
@@ -1554,7 +1556,7 @@ module Aws::SSM
1554
1556
  # data as a hash:
1555
1557
  #
1556
1558
  # {
1557
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
1559
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
1558
1560
  # global_filters: {
1559
1561
  # patch_filters: [ # required
1560
1562
  # {
@@ -3166,10 +3168,12 @@ module Aws::SSM
3166
3168
  # @!attribute [rw] targets
3167
3169
  # The targets for the association. You can target instances by using
3168
3170
  # tags, Amazon Web Services resource groups, all instances in an
3169
- # Amazon Web Services account, or individual instance IDs. For more
3170
- # information about choosing targets for an association, see [Using
3171
- # targets and rate controls with State Manager associations][1] in the
3172
- # *Amazon Web Services Systems Manager User Guide*.
3171
+ # Amazon Web Services account, or individual instance IDs. You can
3172
+ # target all instances in an Amazon Web Services account by specifying
3173
+ # the `InstanceIds` key with a value of `*`. For more information
3174
+ # about choosing targets for an association, see [Using targets and
3175
+ # rate controls with State Manager associations][1] in the *Amazon Web
3176
+ # Services Systems Manager User Guide*.
3173
3177
  #
3174
3178
  #
3175
3179
  #
@@ -3191,10 +3195,10 @@ module Aws::SSM
3191
3195
  # @return [String]
3192
3196
  #
3193
3197
  # @!attribute [rw] automation_target_parameter_name
3194
- # Specify the target for the association. This target is required for
3195
- # associations that use an Automation runbook and target resources by
3196
- # using rate controls. Automation is a capability of Amazon Web
3197
- # Services Systems Manager.
3198
+ # Choose the parameter that will define how your automation will
3199
+ # branch out. This target is required for associations that use an
3200
+ # Automation runbook and target resources by using rate controls.
3201
+ # Automation is a capability of Amazon Web Services Systems Manager.
3198
3202
  # @return [String]
3199
3203
  #
3200
3204
  # @!attribute [rw] max_errors
@@ -3897,7 +3901,7 @@ module Aws::SSM
3897
3901
  # data as a hash:
3898
3902
  #
3899
3903
  # {
3900
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
3904
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
3901
3905
  # name: "BaselineName", # required
3902
3906
  # global_filters: {
3903
3907
  # patch_filters: [ # required
@@ -6884,7 +6888,7 @@ module Aws::SSM
6884
6888
  # data as a hash:
6885
6889
  #
6886
6890
  # {
6887
- # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
6891
+ # operating_system: "WINDOWS", # required, accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
6888
6892
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
6889
6893
  # patch_set: "OS", # accepts OS, APPLICATION
6890
6894
  # max_results: 1,
@@ -8301,7 +8305,7 @@ module Aws::SSM
8301
8305
  # data as a hash:
8302
8306
  #
8303
8307
  # {
8304
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
8308
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
8305
8309
  # }
8306
8310
  #
8307
8311
  # @!attribute [rw] operating_system
@@ -8341,7 +8345,7 @@ module Aws::SSM
8341
8345
  # instance_id: "InstanceId", # required
8342
8346
  # snapshot_id: "SnapshotId", # required
8343
8347
  # baseline_override: {
8344
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
8348
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
8345
8349
  # global_filters: {
8346
8350
  # patch_filters: [ # required
8347
8351
  # {
@@ -9729,7 +9733,7 @@ module Aws::SSM
9729
9733
  #
9730
9734
  # {
9731
9735
  # patch_group: "PatchGroup", # required
9732
- # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS
9736
+ # operating_system: "WINDOWS", # accepts WINDOWS, AMAZON_LINUX, AMAZON_LINUX_2, UBUNTU, REDHAT_ENTERPRISE_LINUX, SUSE, CENTOS, ORACLE_LINUX, DEBIAN, MACOS, RASPBIAN
9733
9737
  # }
9734
9738
  #
9735
9739
  # @!attribute [rw] patch_group
@@ -17869,9 +17873,7 @@ module Aws::SSM
17869
17873
  # }
17870
17874
  #
17871
17875
  # @!attribute [rw] output_s3_region
17872
- # (Deprecated) You can no longer specify this parameter. The system
17873
- # ignores it. Instead, Amazon Web Services Systems Manager
17874
- # automatically determines the Region of the S3 bucket.
17876
+ # The Amazon Web Services Region of the S3 bucket.
17875
17877
  # @return [String]
17876
17878
  #
17877
17879
  # @!attribute [rw] output_s3_bucket_name
@@ -18711,6 +18713,7 @@ module Aws::SSM
18711
18713
  # },
18712
18714
  # change_request_name: "ChangeRequestName",
18713
18715
  # client_token: "IdempotencyToken",
18716
+ # auto_approve: false,
18714
18717
  # runbooks: [ # required
18715
18718
  # {
18716
18719
  # document_name: "DocumentARN", # required
@@ -18784,6 +18787,23 @@ module Aws::SSM
18784
18787
  # case insensitive, enforces the UUID format, and can't be reused.
18785
18788
  # @return [String]
18786
18789
  #
18790
+ # @!attribute [rw] auto_approve
18791
+ # Indicates whether the change request can be approved automatically
18792
+ # without the need for manual approvals.
18793
+ #
18794
+ # If `AutoApprovable` is enabled in a change template, then setting
18795
+ # `AutoApprove` to `true` in `StartChangeRequestExecution` creates a
18796
+ # change request that bypasses approver review.
18797
+ #
18798
+ # <note markdown="1"> Change Calendar restrictions are not bypassed in this scenario. If
18799
+ # the state of an associated calendar is `CLOSED`, change freeze
18800
+ # approvers must still grant permission for this change request to
18801
+ # run. If they don't, the change won't be processed until the
18802
+ # calendar state is again `OPEN`.
18803
+ #
18804
+ # </note>
18805
+ # @return [Boolean]
18806
+ #
18787
18807
  # @!attribute [rw] runbooks
18788
18808
  # Information about the Automation runbooks that are run during the
18789
18809
  # runbook workflow.
@@ -18829,6 +18849,7 @@ module Aws::SSM
18829
18849
  :parameters,
18830
18850
  :change_request_name,
18831
18851
  :client_token,
18852
+ :auto_approve,
18832
18853
  :runbooks,
18833
18854
  :tags,
18834
18855
  :scheduled_end_time,
@@ -19697,10 +19718,10 @@ module Aws::SSM
19697
19718
  # @return [String]
19698
19719
  #
19699
19720
  # @!attribute [rw] automation_target_parameter_name
19700
- # Specify the target for the association. This target is required for
19701
- # associations that use an Automation runbook and target resources by
19702
- # using rate controls. Automation is a capability of Amazon Web
19703
- # Services Systems Manager.
19721
+ # Choose the parameter that will define how your automation will
19722
+ # branch out. This target is required for associations that use an
19723
+ # Automation runbook and target resources by using rate controls.
19724
+ # Automation is a capability of Amazon Web Services Systems Manager.
19704
19725
  # @return [String]
19705
19726
  #
19706
19727
  # @!attribute [rw] max_errors
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.118.0'
52
+ GEM_VERSION = '1.122.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.118.0
4
+ version: 1.122.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: 2021-09-23 00:00:00.000000000 Z
11
+ date: 2021-11-12 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement