aws-sdk-ssmcontacts 1.50.0 → 1.52.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: f647acc6bf8ea464a05688b0ae2b64da9dc582b50815aa5ba032d68a3280bb1f
4
- data.tar.gz: 2fc47099927e2fab746adb0050afd0c96d02c67b8b1a3a91fb599aa42b0046fd
3
+ metadata.gz: a791e8c91e41899535827fa60a6e9f3947b24959317ee8a12a48ce4b8aa43c49
4
+ data.tar.gz: 760a317a2dd088cb341f6bf8c9a867015a0ff611fb670bd4d538c47ab6505127
5
5
  SHA512:
6
- metadata.gz: 2bdcba393b1f63b27bbda832f079c70b93e0fd9d276d5392d14adc7685391a52b8f2842b62b2cfb5905d0d3f88f2382554532c252bc644c79ce02e6d4c698788
7
- data.tar.gz: 19ddf302974257bdc200085079814734242e9e563cf9170d4dbb31e70f832ce31e72a2b2d38e2c808649f7ebb5a20412337cea544a9bc9c1290d444337286980
6
+ metadata.gz: dc31150775941985f1ff2b804be59602d4dfd1d1b5aac74143b104af4116ac4f0690d1e477297b80a72773650f3b0a9487155589123228c74da9b7bd35b0d41a
7
+ data.tar.gz: 03ba9e63238e101ac2aa6221ee29402330c12e597bc9c129cc0b667187295ba7060137e6c34d8f77d5deabfbad6d1b05bad5d3dd8695415f08cfa89838b4e304
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2025-08-21)
10
+ ------------------
11
+
12
+ * Feature - Doc-only updates for Incident Manager Contacts August 2025
13
+
4
14
  1.50.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -575,8 +575,13 @@ module Aws::SSMContacts
575
575
  # The full name of the contact or escalation plan.
576
576
  #
577
577
  # @option params [required, String] :type
578
- # To create an escalation plan use `ESCALATION`. To create a contact use
579
- # `PERSONAL`.
578
+ # The type of contact to create.
579
+ #
580
+ # * `PERSONAL`: A single, individual contact.
581
+ #
582
+ # * `ESCALATION`: An escalation plan.
583
+ #
584
+ # * `ONCALL_SCHEDULE`: An on-call schedule.
580
585
  #
581
586
  # @option params [required, Types::Plan] :plan
582
587
  # A list of stages. A contact has an engagement plan with stages that
@@ -727,6 +732,12 @@ module Aws::SSMContacts
727
732
  # The Amazon Resource Names (ARNs) of the contacts to add to the
728
733
  # rotation.
729
734
  #
735
+ # <note markdown="1"> Only the `PERSONAL` contact type is supported. The contact types
736
+ # `ESCALATION` and `ONCALL_SCHEDULE` are not supported for this
737
+ # operation.
738
+ #
739
+ # </note>
740
+ #
730
741
  # The order that you list the contacts in is their shift order in the
731
742
  # rotation schedule. To change the order of the contact's shifts, use
732
743
  # the UpdateRotation operation.
@@ -741,8 +752,7 @@ module Aws::SSMContacts
741
752
  # information, see the [Time Zone Database][1] on the IANA website.
742
753
  #
743
754
  # <note markdown="1"> Designators for time zones that don’t support Daylight Savings Time
744
- # rules, such as Pacific Standard Time (PST) and Pacific Daylight Time
745
- # (PDT), are not supported.
755
+ # rules, such as Pacific Standard Time (PST), are not supported.
746
756
  #
747
757
  # </note>
748
758
  #
@@ -918,10 +928,11 @@ module Aws::SSMContacts
918
928
  end
919
929
 
920
930
  # To remove a contact from Incident Manager, you can delete the contact.
921
- # Deleting a contact removes them from all escalation plans and related
922
- # response plans. Deleting an escalation plan removes it from all
923
- # related response plans. You will have to recreate the contact and its
924
- # contact channels before you can use it again.
931
+ # However, deleting a contact does not remove it from escalation plans
932
+ # and related response plans. Deleting an escalation plan also does not
933
+ # remove it from all related response plans. To modify an escalation
934
+ # plan, we recommend using the UpdateContact action to specify a
935
+ # different existing contact.
925
936
  #
926
937
  # @option params [required, String] :contact_id
927
938
  # The Amazon Resource Name (ARN) of the contact that you're deleting.
@@ -943,11 +954,12 @@ module Aws::SSMContacts
943
954
  req.send_request(options)
944
955
  end
945
956
 
946
- # To no longer receive engagements on a contact channel, you can delete
947
- # the channel from a contact. Deleting the contact channel removes it
948
- # from the contact's engagement plan. If you delete the only contact
949
- # channel for a contact, you won't be able to engage that contact
950
- # during an incident.
957
+ # To stop receiving engagements on a contact channel, you can delete the
958
+ # channel from a contact. Deleting the contact channel does not remove
959
+ # it from the contact's engagement plan, but the stage that includes
960
+ # the channel will be ignored. If you delete the only contact channel
961
+ # for a contact, you'll no longer be able to engage that contact during
962
+ # an incident.
951
963
  #
952
964
  # @option params [required, String] :contact_channel_id
953
965
  # The Amazon Resource Name (ARN) of the contact channel.
@@ -1395,8 +1407,7 @@ module Aws::SSMContacts
1395
1407
  # prefix.
1396
1408
  #
1397
1409
  # @option params [String] :type
1398
- # The type of contact. A contact is type `PERSONAL` and an escalation
1399
- # plan is type `ESCALATION`.
1410
+ # The type of contact.
1400
1411
  #
1401
1412
  # @return [Types::ListContactsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1402
1413
  #
@@ -2000,10 +2011,12 @@ module Aws::SSMContacts
2000
2011
  req.send_request(options)
2001
2012
  end
2002
2013
 
2003
- # Lists the tags of an escalation plan or contact.
2014
+ # Lists the tags of a contact, escalation plan, rotation, or on-call
2015
+ # schedule.
2004
2016
  #
2005
2017
  # @option params [required, String] :resource_arn
2006
- # The Amazon Resource Name (ARN) of the contact or escalation plan.
2018
+ # The Amazon Resource Name (ARN) of the contact, escalation plan,
2019
+ # rotation, or on-call schedule.
2007
2020
  #
2008
2021
  # @return [Types::ListTagsForResourceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2009
2022
  #
@@ -2334,6 +2347,12 @@ module Aws::SSMContacts
2334
2347
  # The Amazon Resource Names (ARNs) of the contacts to include in the
2335
2348
  # updated rotation.
2336
2349
  #
2350
+ # <note markdown="1"> Only the `PERSONAL` contact type is supported. The contact types
2351
+ # `ESCALATION` and `ONCALL_SCHEDULE` are not supported for this
2352
+ # operation.
2353
+ #
2354
+ # </note>
2355
+ #
2337
2356
  # The order in which you list the contacts is their shift order in the
2338
2357
  # rotation schedule.
2339
2358
  #
@@ -2347,8 +2366,7 @@ module Aws::SSMContacts
2347
2366
  # information, see the [Time Zone Database][1] on the IANA website.
2348
2367
  #
2349
2368
  # <note markdown="1"> Designators for time zones that don’t support Daylight Savings Time
2350
- # Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time
2351
- # (PDT), aren't supported.
2369
+ # Rules, such as Pacific Standard Time (PST), aren't supported.
2352
2370
  #
2353
2371
  # </note>
2354
2372
  #
@@ -2440,7 +2458,7 @@ module Aws::SSMContacts
2440
2458
  tracer: tracer
2441
2459
  )
2442
2460
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2443
- context[:gem_version] = '1.50.0'
2461
+ context[:gem_version] = '1.52.0'
2444
2462
  Seahorse::Client::Request.new(handlers, context)
2445
2463
  end
2446
2464
 
@@ -28,7 +28,7 @@ module Aws::SSMContacts
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://ssm-contacts-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -105,8 +105,8 @@ module Aws::SSMContacts
105
105
  # @return [String]
106
106
  #
107
107
  # @!attribute [rw] retry_interval_in_minutes
108
- # The number of minutes to wait to retry sending engagement in the
109
- # case the engagement initially fails.
108
+ # The number of minutes to wait before retrying to send engagement if
109
+ # the engagement initially failed.
110
110
  # @return [Integer]
111
111
  #
112
112
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/ChannelTargetInfo AWS API Documentation
@@ -163,8 +163,13 @@ module Aws::SSMContacts
163
163
  # @return [String]
164
164
  #
165
165
  # @!attribute [rw] type
166
- # Refers to the type of contact. A single contact is type `PERSONAL`
167
- # and an escalation plan is type `ESCALATION`.
166
+ # The type of contact.
167
+ #
168
+ # * `PERSONAL`: A single, individual contact.
169
+ #
170
+ # * `ESCALATION`: An escalation plan.
171
+ #
172
+ # * `ONCALL_SCHEDULE`: An on-call schedule.
168
173
  # @return [String]
169
174
  #
170
175
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/Contact AWS API Documentation
@@ -368,8 +373,13 @@ module Aws::SSMContacts
368
373
  # @return [String]
369
374
  #
370
375
  # @!attribute [rw] type
371
- # To create an escalation plan use `ESCALATION`. To create a contact
372
- # use `PERSONAL`.
376
+ # The type of contact to create.
377
+ #
378
+ # * `PERSONAL`: A single, individual contact.
379
+ #
380
+ # * `ESCALATION`: An escalation plan.
381
+ #
382
+ # * `ONCALL_SCHEDULE`: An on-call schedule.
373
383
  # @return [String]
374
384
  #
375
385
  # @!attribute [rw] plan
@@ -475,6 +485,12 @@ module Aws::SSMContacts
475
485
  # The Amazon Resource Names (ARNs) of the contacts to add to the
476
486
  # rotation.
477
487
  #
488
+ # <note markdown="1"> Only the `PERSONAL` contact type is supported. The contact types
489
+ # `ESCALATION` and `ONCALL_SCHEDULE` are not supported for this
490
+ # operation.
491
+ #
492
+ # </note>
493
+ #
478
494
  # The order that you list the contacts in is their shift order in the
479
495
  # rotation schedule. To change the order of the contact's shifts, use
480
496
  # the UpdateRotation operation.
@@ -491,8 +507,7 @@ module Aws::SSMContacts
491
507
  # information, see the [Time Zone Database][1] on the IANA website.
492
508
  #
493
509
  # <note markdown="1"> Designators for time zones that don’t support Daylight Savings Time
494
- # rules, such as Pacific Standard Time (PST) and Pacific Daylight Time
495
- # (PDT), are not supported.
510
+ # rules, such as Pacific Standard Time (PST), are not supported.
496
511
  #
497
512
  # </note>
498
513
  #
@@ -980,7 +995,7 @@ module Aws::SSMContacts
980
995
  # @return [String]
981
996
  #
982
997
  # @!attribute [rw] type
983
- # The type of contact, either `PERSONAL` or `ESCALATION`.
998
+ # The type of contact.
984
999
  # @return [String]
985
1000
  #
986
1001
  # @!attribute [rw] plan
@@ -1203,8 +1218,7 @@ module Aws::SSMContacts
1203
1218
  # @return [String]
1204
1219
  #
1205
1220
  # @!attribute [rw] type
1206
- # The type of contact. A contact is type `PERSONAL` and an escalation
1207
- # plan is type `ESCALATION`.
1221
+ # The type of contact.
1208
1222
  # @return [String]
1209
1223
  #
1210
1224
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/ListContactsRequest AWS API Documentation
@@ -1675,7 +1689,8 @@ module Aws::SSMContacts
1675
1689
  end
1676
1690
 
1677
1691
  # @!attribute [rw] resource_arn
1678
- # The Amazon Resource Name (ARN) of the contact or escalation plan.
1692
+ # The Amazon Resource Name (ARN) of the contact, escalation plan,
1693
+ # rotation, or on-call schedule.
1679
1694
  # @return [String]
1680
1695
  #
1681
1696
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/ListTagsForResourceRequest AWS API Documentation
@@ -1884,13 +1899,13 @@ module Aws::SSMContacts
1884
1899
  # @!attribute [rw] number_of_on_calls
1885
1900
  # The number of contacts, or shift team members designated to be on
1886
1901
  # call concurrently during a shift. For example, in an on-call
1887
- # schedule containing ten contacts, a value of `2` designates that two
1888
- # of them are on call at any given time.
1902
+ # schedule that contains ten contacts, a value of `2` designates that
1903
+ # two of them are on call at any given time.
1889
1904
  # @return [Integer]
1890
1905
  #
1891
1906
  # @!attribute [rw] shift_coverages
1892
- # Information about the days of the week included in on-call rotation
1893
- # coverage.
1907
+ # Information about the days of the week that the on-call rotation
1908
+ # coverage includes.
1894
1909
  # @return [Hash<String,Array<Types::CoverageTime>>]
1895
1910
  #
1896
1911
  # @!attribute [rw] recurrence_multiplier
@@ -2298,11 +2313,11 @@ module Aws::SSMContacts
2298
2313
  # The contact or contact channel that's being engaged.
2299
2314
  #
2300
2315
  # @!attribute [rw] channel_target_info
2301
- # Information about the contact channel Incident Manager is engaging.
2316
+ # Information about the contact channel that Incident Manager engages.
2302
2317
  # @return [Types::ChannelTargetInfo]
2303
2318
  #
2304
2319
  # @!attribute [rw] contact_target_info
2305
- # Information about the contact that Incident Manager is engaging.
2320
+ # Information about the contact that Incident Manager engages.
2306
2321
  # @return [Types::ContactTargetInfo]
2307
2322
  #
2308
2323
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/Target AWS API Documentation
@@ -2447,6 +2462,12 @@ module Aws::SSMContacts
2447
2462
  # The Amazon Resource Names (ARNs) of the contacts to include in the
2448
2463
  # updated rotation.
2449
2464
  #
2465
+ # <note markdown="1"> Only the `PERSONAL` contact type is supported. The contact types
2466
+ # `ESCALATION` and `ONCALL_SCHEDULE` are not supported for this
2467
+ # operation.
2468
+ #
2469
+ # </note>
2470
+ #
2450
2471
  # The order in which you list the contacts is their shift order in the
2451
2472
  # rotation schedule.
2452
2473
  # @return [Array<String>]
@@ -2462,8 +2483,7 @@ module Aws::SSMContacts
2462
2483
  # information, see the [Time Zone Database][1] on the IANA website.
2463
2484
  #
2464
2485
  # <note markdown="1"> Designators for time zones that don’t support Daylight Savings Time
2465
- # Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time
2466
- # (PDT), aren't supported.
2486
+ # Rules, such as Pacific Standard Time (PST), aren't supported.
2467
2487
  #
2468
2488
  # </note>
2469
2489
  #
@@ -54,7 +54,7 @@ module Aws::SSMContacts
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmcontacts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmcontacts/endpoints'
56
56
 
57
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.52.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement