aws-sdk-ssm 1.205.0 → 1.206.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: 244de50fdea3c8f9ba8733d128b88bf156d2fb0ec0bd5ca6d7c2ac04c3ff9f54
4
- data.tar.gz: 222270d544b3ebada693a0193c47a4fc2588b826dc4a67dc4d1dd18bd7bbd9f4
3
+ metadata.gz: e9dbe7a8b9c774483f0783f7f3291f5be43a96dfc87fb740ae3e4c8ca417b601
4
+ data.tar.gz: b3f593932522754883d63bc2cf76ff9a702d56364ff0d023dfd8aaa28097c37d
5
5
  SHA512:
6
- metadata.gz: d0e6b1be54c1f2a9b46a588aaf664cac880b5fc5a64bad082b5c4957fe4dddafc682bf723ca010062a28df28d29291eb362fbaf7f057e15f1d5b80dac476d11c
7
- data.tar.gz: 80566ccfdeddebde2fa96907f5ec2bcf1734e9f671a9e97529d6e1dc5ee237fced1626e5ee5a2687f6f93fca0e55d97a5c2b11023cb7aa5f49e230459492cb92
6
+ metadata.gz: 1634418b34697559fc6d167e6be9596efd1dcf7436729ab16c4c1392d9f5a9f37b3803e79cff9ee64c3087f73b43a3c0001ad38cf7428a21eeaee2414772eff3
7
+ data.tar.gz: 677f0cc1abef63ed3e7c1019e14c20bbbe63cb271c4b5b21d40aea0e4f721ff315b787519fe5abf0ffaac88aabfcb2e5acd261c33926dc33e1cd4306b231871d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.206.0 (2025-11-06)
5
+ ------------------
6
+
7
+ * Feature - Provides NoLongerSupportedException error message
8
+
4
9
  1.205.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.205.0
1
+ 1.206.0
@@ -1871,15 +1871,26 @@ module Aws::SSM
1871
1871
  # This type of OpsItem is used for default OpsItems created by
1872
1872
  # OpsCenter.
1873
1873
  #
1874
+ # * `/aws/insight`
1875
+ #
1876
+ # This type of OpsItem is used by OpsCenter for aggregating and
1877
+ # reporting on duplicate OpsItems.
1878
+ #
1874
1879
  # * `/aws/changerequest`
1875
1880
  #
1876
1881
  # This type of OpsItem is used by Change Manager for reviewing and
1877
1882
  # approving or rejecting change requests.
1878
1883
  #
1879
- # * `/aws/insight`
1884
+ # Amazon Web Services Systems Manager Change Manager will no longer be
1885
+ # open to new customers starting November 7, 2025. If you would like
1886
+ # to use Change Manager, sign up prior to that date. Existing
1887
+ # customers can continue to use the service as normal. For more
1888
+ # information, see [Amazon Web Services Systems Manager Change Manager
1889
+ # availability change][1].
1890
+ #
1880
1891
  #
1881
- # This type of OpsItem is used by OpsCenter for aggregating and
1882
- # reporting on duplicate OpsItems.
1892
+ #
1893
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html
1883
1894
  #
1884
1895
  # @option params [Hash<String,Types::OpsItemDataValue>] :operational_data
1885
1896
  # Operational data is custom data that provides useful reference details
@@ -8363,9 +8374,20 @@ module Aws::SSM
8363
8374
  req.send_request(options)
8364
8375
  end
8365
8376
 
8377
+ # Amazon Web Services Systems Manager Change Manager will no longer be
8378
+ # open to new customers starting November 7, 2025. If you would like to
8379
+ # use Change Manager, sign up prior to that date. Existing customers can
8380
+ # continue to use the service as normal. For more information, see
8381
+ # [Amazon Web Services Systems Manager Change Manager availability
8382
+ # change][1].
8383
+ #
8366
8384
  # Information about approval reviews for a version of a change template
8367
8385
  # in Change Manager.
8368
8386
  #
8387
+ #
8388
+ #
8389
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html
8390
+ #
8369
8391
  # @option params [required, String] :name
8370
8392
  # The name of the change template.
8371
8393
  #
@@ -11100,10 +11122,21 @@ module Aws::SSM
11100
11122
  req.send_request(options)
11101
11123
  end
11102
11124
 
11125
+ # Amazon Web Services Systems Manager Change Manager will no longer be
11126
+ # open to new customers starting November 7, 2025. If you would like to
11127
+ # use Change Manager, sign up prior to that date. Existing customers can
11128
+ # continue to use the service as normal. For more information, see
11129
+ # [Amazon Web Services Systems Manager Change Manager availability
11130
+ # change][1].
11131
+ #
11103
11132
  # Creates a change request for Change Manager. The Automation runbooks
11104
11133
  # specified in the change request run only after all required approvals
11105
11134
  # for the change request have been received.
11106
11135
  #
11136
+ #
11137
+ #
11138
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html
11139
+ #
11107
11140
  # @option params [Time,DateTime,Date,Integer,String] :scheduled_time
11108
11141
  # The date and time specified in the change request to run the
11109
11142
  # Automation runbooks.
@@ -12254,9 +12287,20 @@ module Aws::SSM
12254
12287
  req.send_request(options)
12255
12288
  end
12256
12289
 
12290
+ # Amazon Web Services Systems Manager Change Manager will no longer be
12291
+ # open to new customers starting November 7, 2025. If you would like to
12292
+ # use Change Manager, sign up prior to that date. Existing customers can
12293
+ # continue to use the service as normal. For more information, see
12294
+ # [Amazon Web Services Systems Manager Change Manager availability
12295
+ # change][1].
12296
+ #
12257
12297
  # Updates information related to approval reviews for a specific version
12258
12298
  # of a change template in Change Manager.
12259
12299
  #
12300
+ #
12301
+ #
12302
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html
12303
+ #
12260
12304
  # @option params [required, String] :name
12261
12305
  # The name of the change template for which a version's metadata is to
12262
12306
  # be updated.
@@ -13548,7 +13592,7 @@ module Aws::SSM
13548
13592
  tracer: tracer
13549
13593
  )
13550
13594
  context[:gem_name] = 'aws-sdk-ssm'
13551
- context[:gem_version] = '1.205.0'
13595
+ context[:gem_version] = '1.206.0'
13552
13596
  Seahorse::Client::Request.new(handlers, context)
13553
13597
  end
13554
13598
 
@@ -771,6 +771,7 @@ module Aws::SSM
771
771
  ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
772
772
  ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
773
773
  NextToken = Shapes::StringShape.new(name: 'NextToken')
774
+ NoLongerSupportedException = Shapes::StructureShape.new(name: 'NoLongerSupportedException')
774
775
  Node = Shapes::StructureShape.new(name: 'Node')
775
776
  NodeAccountId = Shapes::StringShape.new(name: 'NodeAccountId')
776
777
  NodeAggregator = Shapes::StructureShape.new(name: 'NodeAggregator')
@@ -3754,6 +3755,9 @@ module Aws::SSM
3754
3755
 
3755
3756
  ModifyDocumentPermissionResponse.struct_class = Types::ModifyDocumentPermissionResponse
3756
3757
 
3758
+ NoLongerSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3759
+ NoLongerSupportedException.struct_class = Types::NoLongerSupportedException
3760
+
3757
3761
  Node.add_member(:capture_time, Shapes::ShapeRef.new(shape: NodeCaptureTime, location_name: "CaptureTime"))
3758
3762
  Node.add_member(:id, Shapes::ShapeRef.new(shape: NodeId, location_name: "Id"))
3759
3763
  Node.add_member(:owner, Shapes::ShapeRef.new(shape: NodeOwnerInfo, location_name: "Owner"))
@@ -5220,6 +5224,7 @@ module Aws::SSM
5220
5224
  o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
5221
5225
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
5222
5226
  o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
5227
+ o.errors << Shapes::ShapeRef.new(shape: NoLongerSupportedException)
5223
5228
  end)
5224
5229
 
5225
5230
  api.add_operation(:create_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
@@ -6902,6 +6907,7 @@ module Aws::SSM
6902
6907
  o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
6903
6908
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6904
6909
  o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotApprovedException)
6910
+ o.errors << Shapes::ShapeRef.new(shape: NoLongerSupportedException)
6905
6911
  end)
6906
6912
 
6907
6913
  api.add_operation(:start_execution_preview, Seahorse::Model::Operation.new.tap do |o|
@@ -112,6 +112,7 @@ module Aws::SSM
112
112
  # * {ItemSizeLimitExceededException}
113
113
  # * {MalformedResourcePolicyDocumentException}
114
114
  # * {MaxDocumentSizeExceeded}
115
+ # * {NoLongerSupportedException}
115
116
  # * {OpsItemAccessDeniedException}
116
117
  # * {OpsItemAlreadyExistsException}
117
118
  # * {OpsItemConflictException}
@@ -1402,6 +1403,21 @@ module Aws::SSM
1402
1403
  end
1403
1404
  end
1404
1405
 
1406
+ class NoLongerSupportedException < ServiceError
1407
+
1408
+ # @param [Seahorse::Client::RequestContext] context
1409
+ # @param [String] message
1410
+ # @param [Aws::SSM::Types::NoLongerSupportedException] data
1411
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1412
+ super(context, message, data)
1413
+ end
1414
+
1415
+ # @return [String]
1416
+ def message
1417
+ @message || @data[:message]
1418
+ end
1419
+ end
1420
+
1405
1421
  class OpsItemAccessDeniedException < ServiceError
1406
1422
 
1407
1423
  # @param [Seahorse::Client::RequestContext] context
@@ -3794,15 +3794,26 @@ module Aws::SSM
3794
3794
  # This type of OpsItem is used for default OpsItems created by
3795
3795
  # OpsCenter.
3796
3796
  #
3797
+ # * `/aws/insight`
3798
+ #
3799
+ # This type of OpsItem is used by OpsCenter for aggregating and
3800
+ # reporting on duplicate OpsItems.
3801
+ #
3797
3802
  # * `/aws/changerequest`
3798
3803
  #
3799
3804
  # This type of OpsItem is used by Change Manager for reviewing and
3800
3805
  # approving or rejecting change requests.
3801
3806
  #
3802
- # * `/aws/insight`
3807
+ # Amazon Web Services Systems Manager Change Manager will no longer
3808
+ # be open to new customers starting November 7, 2025. If you would
3809
+ # like to use Change Manager, sign up prior to that date. Existing
3810
+ # customers can continue to use the service as normal. For more
3811
+ # information, see [Amazon Web Services Systems Manager Change
3812
+ # Manager availability change][1].
3803
3813
  #
3804
- # This type of OpsItem is used by OpsCenter for aggregating and
3805
- # reporting on duplicate OpsItems.
3814
+ #
3815
+ #
3816
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html
3806
3817
  # @return [String]
3807
3818
  #
3808
3819
  # @!attribute [rw] operational_data
@@ -13625,6 +13636,19 @@ module Aws::SSM
13625
13636
  #
13626
13637
  class ModifyDocumentPermissionResponse < Aws::EmptyStructure; end
13627
13638
 
13639
+ # The requested operation is no longer supported by Systems Manager.
13640
+ #
13641
+ # @!attribute [rw] message
13642
+ # @return [String]
13643
+ #
13644
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/NoLongerSupportedException AWS API Documentation
13645
+ #
13646
+ class NoLongerSupportedException < Struct.new(
13647
+ :message)
13648
+ SENSITIVE = []
13649
+ include Aws::Structure
13650
+ end
13651
+
13628
13652
  # Details about an individual managed node.
13629
13653
  #
13630
13654
  # @!attribute [rw] capture_time
@@ -15674,6 +15698,11 @@ module Aws::SSM
15674
15698
  # For example, a value of `7` means that patches are approved seven
15675
15699
  # days after they are released.
15676
15700
  #
15701
+ # Patch Manager evaluates patch release dates using Coordinated
15702
+ # Universal Time (UTC). If the day represented by `7` is `2025-11-16`,
15703
+ # patches released between `2025-11-16T00:00:00Z` and
15704
+ # `2025-11-16T23:59:59Z` will be included in the approval.
15705
+ #
15677
15706
  # This parameter is marked as `Required: No`, but your request must
15678
15707
  # include a value for either `ApproveAfterDays` or `ApproveUntilDate`.
15679
15708
  #
@@ -15696,7 +15725,12 @@ module Aws::SSM
15696
15725
  # The cutoff date for auto approval of released patches. Any patches
15697
15726
  # released on or before this date are installed automatically.
15698
15727
  #
15699
- # Enter dates in the format `YYYY-MM-DD`. For example, `2024-12-31`.
15728
+ # Enter dates in the format `YYYY-MM-DD`. For example, `2025-11-16`.
15729
+ #
15730
+ # Patch Manager evaluates patch release dates using Coordinated
15731
+ # Universal Time (UTC). If you enter the date `2025-11-16`, patches
15732
+ # released between `2025-11-16T00:00:00Z` and `2025-11-16T23:59:59Z`
15733
+ # will be included in the approval.
15700
15734
  #
15701
15735
  # This parameter is marked as `Required: No`, but your request must
15702
15736
  # include a value for either `ApproveUntilDate` or `ApproveAfterDays`.
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.205.0'
58
+ GEM_VERSION = '1.206.0'
59
59
 
60
60
  end
61
61
 
data/sig/errors.rbs CHANGED
@@ -257,6 +257,9 @@ module Aws
257
257
  class MaxDocumentSizeExceeded < ::Aws::Errors::ServiceError
258
258
  def message: () -> ::String
259
259
  end
260
+ class NoLongerSupportedException < ::Aws::Errors::ServiceError
261
+ def message: () -> ::String
262
+ end
260
263
  class OpsItemAccessDeniedException < ::Aws::Errors::ServiceError
261
264
  def message: () -> ::String
262
265
  end
data/sig/types.rbs CHANGED
@@ -3032,6 +3032,11 @@ module Aws::SSM
3032
3032
  class ModifyDocumentPermissionResponse < Aws::EmptyStructure
3033
3033
  end
3034
3034
 
3035
+ class NoLongerSupportedException
3036
+ attr_accessor message: ::String
3037
+ SENSITIVE: []
3038
+ end
3039
+
3035
3040
  class Node
3036
3041
  attr_accessor capture_time: ::Time
3037
3042
  attr_accessor id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.205.0
4
+ version: 1.206.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services