aws-sdk-ssm 1.121.0 → 1.122.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: 78139ee3ce5843f0744edb86a82ac0a4cef853056fbac5fc3c37135fc4e9610b
4
- data.tar.gz: c5c4fd7eac00e53cdb9ad4541b56f4ab75fd3704782545c35b9b3d3c92187432
3
+ metadata.gz: '085180f78eb12847a528ba7cf8bbf8bad083643fb3fbd50f563b6f3882a32cf0'
4
+ data.tar.gz: 9cceea48cbdf3214685f1c4eda26ceab1c1a5b446fc48beea17f1f962777e86f
5
5
  SHA512:
6
- metadata.gz: 62126909a385d34e442d071b7a1a56819141741b59dc3be76f3a716ae7a0af28f27ab10148ada5fddd5a92a2d6d5a58fe8f00fd2328a064f07d2f7b21652fa88
7
- data.tar.gz: 84405caeaf85fcf48eec06db59cd2d8b73466ae2a2319e2379248c0699026e12137d9f5106d6aab079e46225c4ee1a19236c3a8407e722f4d154a8b1d5933ae3
6
+ metadata.gz: acc029b21dbe047da8956d9e9c14a19bfcf77f28ea4f4c962f8e624c4e58ae2f5363890aab8daafc01c1bd7f1d37e5a63b19ecedf6e6726f8d84835966305313
7
+ data.tar.gz: a1e414f1bb2d336f4bbe70622491aec8a98bcda9420caf23bf42d052fe1796abef3fa653717f977ee2256ba68a377b4bedd9f00c8a31ba197e5ddda8310855b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.121.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -765,10 +765,10 @@ module Aws::SSM
765
765
  # Specify a descriptive name for the association.
766
766
  #
767
767
  # @option params [String] :automation_target_parameter_name
768
- # Specify the target for the association. This target is required for
769
- # associations that use an Automation runbook and target resources by
770
- # using rate controls. Automation is a capability of Amazon Web Services
771
- # 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.
772
772
  #
773
773
  # @option params [String] :max_errors
774
774
  # The number of errors that are allowed before the system stops sending
@@ -1777,7 +1777,7 @@ module Aws::SSM
1777
1777
  # @example Request syntax with placeholder values
1778
1778
  #
1779
1779
  # resp = client.create_patch_baseline({
1780
- # 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
1781
1781
  # name: "BaselineName", # required
1782
1782
  # global_filters: {
1783
1783
  # patch_filters: [ # required
@@ -4613,7 +4613,7 @@ module Aws::SSM
4613
4613
  # resp.baseline_identities #=> Array
4614
4614
  # resp.baseline_identities[0].baseline_id #=> String
4615
4615
  # resp.baseline_identities[0].baseline_name #=> String
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"
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"
4617
4617
  # resp.baseline_identities[0].baseline_description #=> String
4618
4618
  # resp.baseline_identities[0].default_baseline #=> Boolean
4619
4619
  # resp.next_token #=> String
@@ -4726,7 +4726,7 @@ module Aws::SSM
4726
4726
  # resp.mappings[0].patch_group #=> String
4727
4727
  # resp.mappings[0].baseline_identity.baseline_id #=> String
4728
4728
  # resp.mappings[0].baseline_identity.baseline_name #=> String
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"
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"
4730
4730
  # resp.mappings[0].baseline_identity.baseline_description #=> String
4731
4731
  # resp.mappings[0].baseline_identity.default_baseline #=> Boolean
4732
4732
  # resp.next_token #=> String
@@ -4821,7 +4821,7 @@ module Aws::SSM
4821
4821
  # @example Request syntax with placeholder values
4822
4822
  #
4823
4823
  # resp = client.describe_patch_properties({
4824
- # 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
4825
4825
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
4826
4826
  # patch_set: "OS", # accepts OS, APPLICATION
4827
4827
  # max_results: 1,
@@ -5295,13 +5295,13 @@ module Aws::SSM
5295
5295
  # @example Request syntax with placeholder values
5296
5296
  #
5297
5297
  # resp = client.get_default_patch_baseline({
5298
- # 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
5299
5299
  # })
5300
5300
  #
5301
5301
  # @example Response structure
5302
5302
  #
5303
5303
  # resp.baseline_id #=> String
5304
- # 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"
5305
5305
  #
5306
5306
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline AWS API Documentation
5307
5307
  #
@@ -5352,7 +5352,7 @@ module Aws::SSM
5352
5352
  # instance_id: "InstanceId", # required
5353
5353
  # snapshot_id: "SnapshotId", # required
5354
5354
  # baseline_override: {
5355
- # 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
5356
5356
  # global_filters: {
5357
5357
  # patch_filters: [ # required
5358
5358
  # {
@@ -6483,7 +6483,7 @@ module Aws::SSM
6483
6483
  #
6484
6484
  # resp.baseline_id #=> String
6485
6485
  # resp.name #=> String
6486
- # 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"
6487
6487
  # resp.global_filters.patch_filters #=> Array
6488
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"
6489
6489
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -6544,14 +6544,14 @@ module Aws::SSM
6544
6544
  #
6545
6545
  # resp = client.get_patch_baseline_for_patch_group({
6546
6546
  # patch_group: "PatchGroup", # required
6547
- # 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
6548
6548
  # })
6549
6549
  #
6550
6550
  # @example Response structure
6551
6551
  #
6552
6552
  # resp.baseline_id #=> String
6553
6553
  # resp.patch_group #=> String
6554
- # 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"
6555
6555
  #
6556
6556
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup AWS API Documentation
6557
6557
  #
@@ -9775,10 +9775,10 @@ module Aws::SSM
9775
9775
  # this parameter.
9776
9776
  #
9777
9777
  # @option params [String] :automation_target_parameter_name
9778
- # Specify the target for the association. This target is required for
9779
- # associations that use an Automation runbook and target resources by
9780
- # using rate controls. Automation is a capability of Amazon Web Services
9781
- # 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.
9782
9782
  #
9783
9783
  # @option params [String] :max_errors
9784
9784
  # The number of errors that are allowed before the system stops sending
@@ -11199,7 +11199,7 @@ module Aws::SSM
11199
11199
  #
11200
11200
  # resp.baseline_id #=> String
11201
11201
  # resp.name #=> String
11202
- # 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"
11203
11203
  # resp.global_filters.patch_filters #=> Array
11204
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"
11205
11205
  # resp.global_filters.patch_filters[0].values #=> Array
@@ -11382,7 +11382,7 @@ module Aws::SSM
11382
11382
  params: params,
11383
11383
  config: config)
11384
11384
  context[:gem_name] = 'aws-sdk-ssm'
11385
- context[:gem_version] = '1.121.0'
11385
+ context[:gem_version] = '1.122.0'
11386
11386
  Seahorse::Client::Request.new(handlers, context)
11387
11387
  end
11388
11388
 
@@ -360,10 +360,10 @@ module Aws::SSM
360
360
  # @return [String]
361
361
  #
362
362
  # @!attribute [rw] automation_target_parameter_name
363
- # Specify the target for the association. This target is required for
364
- # associations that use an Automation runbook and target resources by
365
- # using rate controls. Automation is a capability of Amazon Web
366
- # 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.
367
367
  # @return [String]
368
368
  #
369
369
  # @!attribute [rw] parameters
@@ -1556,7 +1556,7 @@ module Aws::SSM
1556
1556
  # data as a hash:
1557
1557
  #
1558
1558
  # {
1559
- # 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
1560
1560
  # global_filters: {
1561
1561
  # patch_filters: [ # required
1562
1562
  # {
@@ -3195,10 +3195,10 @@ module Aws::SSM
3195
3195
  # @return [String]
3196
3196
  #
3197
3197
  # @!attribute [rw] automation_target_parameter_name
3198
- # Specify the target for the association. This target is required for
3199
- # associations that use an Automation runbook and target resources by
3200
- # using rate controls. Automation is a capability of Amazon Web
3201
- # 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.
3202
3202
  # @return [String]
3203
3203
  #
3204
3204
  # @!attribute [rw] max_errors
@@ -3901,7 +3901,7 @@ module Aws::SSM
3901
3901
  # data as a hash:
3902
3902
  #
3903
3903
  # {
3904
- # 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
3905
3905
  # name: "BaselineName", # required
3906
3906
  # global_filters: {
3907
3907
  # patch_filters: [ # required
@@ -6888,7 +6888,7 @@ module Aws::SSM
6888
6888
  # data as a hash:
6889
6889
  #
6890
6890
  # {
6891
- # 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
6892
6892
  # property: "PRODUCT", # required, accepts PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY, PRIORITY, SEVERITY
6893
6893
  # patch_set: "OS", # accepts OS, APPLICATION
6894
6894
  # max_results: 1,
@@ -8305,7 +8305,7 @@ module Aws::SSM
8305
8305
  # data as a hash:
8306
8306
  #
8307
8307
  # {
8308
- # 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
8309
8309
  # }
8310
8310
  #
8311
8311
  # @!attribute [rw] operating_system
@@ -8345,7 +8345,7 @@ module Aws::SSM
8345
8345
  # instance_id: "InstanceId", # required
8346
8346
  # snapshot_id: "SnapshotId", # required
8347
8347
  # baseline_override: {
8348
- # 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
8349
8349
  # global_filters: {
8350
8350
  # patch_filters: [ # required
8351
8351
  # {
@@ -9733,7 +9733,7 @@ module Aws::SSM
9733
9733
  #
9734
9734
  # {
9735
9735
  # patch_group: "PatchGroup", # required
9736
- # 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
9737
9737
  # }
9738
9738
  #
9739
9739
  # @!attribute [rw] patch_group
@@ -19718,10 +19718,10 @@ module Aws::SSM
19718
19718
  # @return [String]
19719
19719
  #
19720
19720
  # @!attribute [rw] automation_target_parameter_name
19721
- # Specify the target for the association. This target is required for
19722
- # associations that use an Automation runbook and target resources by
19723
- # using rate controls. Automation is a capability of Amazon Web
19724
- # 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.
19725
19725
  # @return [String]
19726
19726
  #
19727
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.121.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.121.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-11-04 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