aws-sdk-ssmcontacts 1.60.0 → 1.62.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmcontacts/client.rb +6 -8
- data/lib/aws-sdk-ssmcontacts.rb +1 -1
- data/sig/client.rbs +9 -164
- data/sig/params.rbs +81 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a57b1c1c914cd1423e63d443ac20298628e6e5db8645a5f931f24973950bd88
|
|
4
|
+
data.tar.gz: 9055ba74b5b86726513e85c3c1dfb488a19c80c184a5eace6ee120a52c478e02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd2e59fc536be4c7d091334cb9ede075671e19b62faf8ecb3e2c4ba250b5b0812ff608959d1470f46bb6d8918f3adacb044740fdf53725b83c279018390eb574
|
|
7
|
+
data.tar.gz: 0acabfcc6e03ebc966048e3523a3840d070033c43c77310b66615b1dea5c7b648bc3571db566d1d043475330ada89fb32caf72ef7713edc3076c02af1fd55176
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.62.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.61.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.60.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -199,7 +199,7 @@ module Aws::SSMContacts
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::SSMContacts
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2458,7 +2456,7 @@ module Aws::SSMContacts
|
|
|
2458
2456
|
tracer: tracer
|
|
2459
2457
|
)
|
|
2460
2458
|
context[:gem_name] = 'aws-sdk-ssmcontacts'
|
|
2461
|
-
context[:gem_version] = '1.
|
|
2459
|
+
context[:gem_version] = '1.62.0'
|
|
2462
2460
|
Seahorse::Client::Request.new(handlers, context)
|
|
2463
2461
|
end
|
|
2464
2462
|
|
data/lib/aws-sdk-ssmcontacts.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -112,31 +112,12 @@ module Aws
|
|
|
112
112
|
alias: ::String,
|
|
113
113
|
?display_name: ::String,
|
|
114
114
|
type: ("PERSONAL" | "ESCALATION" | "ONCALL_SCHEDULE"),
|
|
115
|
-
plan:
|
|
116
|
-
stages: Array[
|
|
117
|
-
{
|
|
118
|
-
duration_in_minutes: ::Integer,
|
|
119
|
-
targets: Array[
|
|
120
|
-
{
|
|
121
|
-
channel_target_info: {
|
|
122
|
-
contact_channel_id: ::String,
|
|
123
|
-
retry_interval_in_minutes: ::Integer?
|
|
124
|
-
}?,
|
|
125
|
-
contact_target_info: {
|
|
126
|
-
contact_id: ::String?,
|
|
127
|
-
is_essential: bool
|
|
128
|
-
}?
|
|
129
|
-
},
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
]?,
|
|
133
|
-
rotation_ids: Array[::String]?
|
|
134
|
-
},
|
|
115
|
+
plan: Params::plan,
|
|
135
116
|
?tags: Array[
|
|
136
117
|
{
|
|
137
118
|
key: ::String?,
|
|
138
119
|
value: ::String?
|
|
139
|
-
}
|
|
120
|
+
}
|
|
140
121
|
],
|
|
141
122
|
?idempotency_token: ::String
|
|
142
123
|
) -> _CreateContactResponseSuccess
|
|
@@ -169,51 +150,12 @@ module Aws
|
|
|
169
150
|
contact_ids: Array[::String],
|
|
170
151
|
?start_time: ::Time,
|
|
171
152
|
time_zone_id: ::String,
|
|
172
|
-
recurrence:
|
|
173
|
-
monthly_settings: Array[
|
|
174
|
-
{
|
|
175
|
-
day_of_month: ::Integer,
|
|
176
|
-
hand_off_time: {
|
|
177
|
-
hour_of_day: ::Integer,
|
|
178
|
-
minute_of_hour: ::Integer
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
]?,
|
|
182
|
-
weekly_settings: Array[
|
|
183
|
-
{
|
|
184
|
-
day_of_week: ("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"),
|
|
185
|
-
hand_off_time: {
|
|
186
|
-
hour_of_day: ::Integer,
|
|
187
|
-
minute_of_hour: ::Integer
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
]?,
|
|
191
|
-
daily_settings: Array[
|
|
192
|
-
{
|
|
193
|
-
hour_of_day: ::Integer,
|
|
194
|
-
minute_of_hour: ::Integer
|
|
195
|
-
},
|
|
196
|
-
]?,
|
|
197
|
-
number_of_on_calls: ::Integer,
|
|
198
|
-
shift_coverages: Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), Array[
|
|
199
|
-
{
|
|
200
|
-
start: {
|
|
201
|
-
hour_of_day: ::Integer,
|
|
202
|
-
minute_of_hour: ::Integer
|
|
203
|
-
}?,
|
|
204
|
-
end: {
|
|
205
|
-
hour_of_day: ::Integer,
|
|
206
|
-
minute_of_hour: ::Integer
|
|
207
|
-
}?
|
|
208
|
-
},
|
|
209
|
-
]]?,
|
|
210
|
-
recurrence_multiplier: ::Integer
|
|
211
|
-
},
|
|
153
|
+
recurrence: Params::recurrence_settings,
|
|
212
154
|
?tags: Array[
|
|
213
155
|
{
|
|
214
156
|
key: ::String?,
|
|
215
157
|
value: ::String?
|
|
216
|
-
}
|
|
158
|
+
}
|
|
217
159
|
],
|
|
218
160
|
?idempotency_token: ::String
|
|
219
161
|
) -> _CreateRotationResponseSuccess
|
|
@@ -497,52 +439,13 @@ module Aws
|
|
|
497
439
|
end_time: ::Time,
|
|
498
440
|
members: Array[::String],
|
|
499
441
|
time_zone_id: ::String,
|
|
500
|
-
recurrence:
|
|
501
|
-
monthly_settings: Array[
|
|
502
|
-
{
|
|
503
|
-
day_of_month: ::Integer,
|
|
504
|
-
hand_off_time: {
|
|
505
|
-
hour_of_day: ::Integer,
|
|
506
|
-
minute_of_hour: ::Integer
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
]?,
|
|
510
|
-
weekly_settings: Array[
|
|
511
|
-
{
|
|
512
|
-
day_of_week: ("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"),
|
|
513
|
-
hand_off_time: {
|
|
514
|
-
hour_of_day: ::Integer,
|
|
515
|
-
minute_of_hour: ::Integer
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
]?,
|
|
519
|
-
daily_settings: Array[
|
|
520
|
-
{
|
|
521
|
-
hour_of_day: ::Integer,
|
|
522
|
-
minute_of_hour: ::Integer
|
|
523
|
-
},
|
|
524
|
-
]?,
|
|
525
|
-
number_of_on_calls: ::Integer,
|
|
526
|
-
shift_coverages: Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), Array[
|
|
527
|
-
{
|
|
528
|
-
start: {
|
|
529
|
-
hour_of_day: ::Integer,
|
|
530
|
-
minute_of_hour: ::Integer
|
|
531
|
-
}?,
|
|
532
|
-
end: {
|
|
533
|
-
hour_of_day: ::Integer,
|
|
534
|
-
minute_of_hour: ::Integer
|
|
535
|
-
}?
|
|
536
|
-
},
|
|
537
|
-
]]?,
|
|
538
|
-
recurrence_multiplier: ::Integer
|
|
539
|
-
},
|
|
442
|
+
recurrence: Params::recurrence_settings,
|
|
540
443
|
?overrides: Array[
|
|
541
444
|
{
|
|
542
445
|
new_members: Array[::String]?,
|
|
543
446
|
start_time: ::Time?,
|
|
544
447
|
end_time: ::Time?
|
|
545
|
-
}
|
|
448
|
+
}
|
|
546
449
|
],
|
|
547
450
|
?next_token: ::String,
|
|
548
451
|
?max_results: ::Integer
|
|
@@ -658,7 +561,7 @@ module Aws
|
|
|
658
561
|
{
|
|
659
562
|
key: ::String?,
|
|
660
563
|
value: ::String?
|
|
661
|
-
}
|
|
564
|
+
}
|
|
662
565
|
]
|
|
663
566
|
) -> _TagResourceResponseSuccess
|
|
664
567
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -680,26 +583,7 @@ module Aws
|
|
|
680
583
|
def update_contact: (
|
|
681
584
|
contact_id: ::String,
|
|
682
585
|
?display_name: ::String,
|
|
683
|
-
?plan:
|
|
684
|
-
stages: Array[
|
|
685
|
-
{
|
|
686
|
-
duration_in_minutes: ::Integer,
|
|
687
|
-
targets: Array[
|
|
688
|
-
{
|
|
689
|
-
channel_target_info: {
|
|
690
|
-
contact_channel_id: ::String,
|
|
691
|
-
retry_interval_in_minutes: ::Integer?
|
|
692
|
-
}?,
|
|
693
|
-
contact_target_info: {
|
|
694
|
-
contact_id: ::String?,
|
|
695
|
-
is_essential: bool
|
|
696
|
-
}?
|
|
697
|
-
},
|
|
698
|
-
]
|
|
699
|
-
},
|
|
700
|
-
]?,
|
|
701
|
-
rotation_ids: Array[::String]?
|
|
702
|
-
}
|
|
586
|
+
?plan: Params::plan
|
|
703
587
|
) -> _UpdateContactResponseSuccess
|
|
704
588
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactResponseSuccess
|
|
705
589
|
|
|
@@ -725,46 +609,7 @@ module Aws
|
|
|
725
609
|
?contact_ids: Array[::String],
|
|
726
610
|
?start_time: ::Time,
|
|
727
611
|
?time_zone_id: ::String,
|
|
728
|
-
recurrence:
|
|
729
|
-
monthly_settings: Array[
|
|
730
|
-
{
|
|
731
|
-
day_of_month: ::Integer,
|
|
732
|
-
hand_off_time: {
|
|
733
|
-
hour_of_day: ::Integer,
|
|
734
|
-
minute_of_hour: ::Integer
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
]?,
|
|
738
|
-
weekly_settings: Array[
|
|
739
|
-
{
|
|
740
|
-
day_of_week: ("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"),
|
|
741
|
-
hand_off_time: {
|
|
742
|
-
hour_of_day: ::Integer,
|
|
743
|
-
minute_of_hour: ::Integer
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
]?,
|
|
747
|
-
daily_settings: Array[
|
|
748
|
-
{
|
|
749
|
-
hour_of_day: ::Integer,
|
|
750
|
-
minute_of_hour: ::Integer
|
|
751
|
-
},
|
|
752
|
-
]?,
|
|
753
|
-
number_of_on_calls: ::Integer,
|
|
754
|
-
shift_coverages: Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), Array[
|
|
755
|
-
{
|
|
756
|
-
start: {
|
|
757
|
-
hour_of_day: ::Integer,
|
|
758
|
-
minute_of_hour: ::Integer
|
|
759
|
-
}?,
|
|
760
|
-
end: {
|
|
761
|
-
hour_of_day: ::Integer,
|
|
762
|
-
minute_of_hour: ::Integer
|
|
763
|
-
}?
|
|
764
|
-
},
|
|
765
|
-
]]?,
|
|
766
|
-
recurrence_multiplier: ::Integer
|
|
767
|
-
}
|
|
612
|
+
recurrence: Params::recurrence_settings
|
|
768
613
|
) -> _UpdateRotationResponseSuccess
|
|
769
614
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRotationResponseSuccess
|
|
770
615
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module SSMContacts
|
|
10
|
+
module Params
|
|
11
|
+
type plan = {
|
|
12
|
+
stages: Array[
|
|
13
|
+
Params::stage
|
|
14
|
+
]?,
|
|
15
|
+
rotation_ids: Array[::String]?
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
type stage = {
|
|
19
|
+
duration_in_minutes: ::Integer,
|
|
20
|
+
targets: Array[
|
|
21
|
+
Params::target
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
type target = {
|
|
26
|
+
channel_target_info: {
|
|
27
|
+
contact_channel_id: ::String,
|
|
28
|
+
retry_interval_in_minutes: ::Integer?
|
|
29
|
+
}?,
|
|
30
|
+
contact_target_info: {
|
|
31
|
+
contact_id: ::String?,
|
|
32
|
+
is_essential: bool
|
|
33
|
+
}?
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
type recurrence_settings = {
|
|
37
|
+
monthly_settings: Array[
|
|
38
|
+
{
|
|
39
|
+
day_of_month: ::Integer,
|
|
40
|
+
hand_off_time: {
|
|
41
|
+
hour_of_day: ::Integer,
|
|
42
|
+
minute_of_hour: ::Integer
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
]?,
|
|
46
|
+
weekly_settings: Array[
|
|
47
|
+
{
|
|
48
|
+
day_of_week: ("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"),
|
|
49
|
+
hand_off_time: {
|
|
50
|
+
hour_of_day: ::Integer,
|
|
51
|
+
minute_of_hour: ::Integer
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
]?,
|
|
55
|
+
daily_settings: Array[
|
|
56
|
+
{
|
|
57
|
+
hour_of_day: ::Integer,
|
|
58
|
+
minute_of_hour: ::Integer
|
|
59
|
+
}
|
|
60
|
+
]?,
|
|
61
|
+
number_of_on_calls: ::Integer,
|
|
62
|
+
shift_coverages: Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), Array[
|
|
63
|
+
Params::coverage_time
|
|
64
|
+
]]?,
|
|
65
|
+
recurrence_multiplier: ::Integer
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
type coverage_time = {
|
|
69
|
+
start: {
|
|
70
|
+
hour_of_day: ::Integer,
|
|
71
|
+
minute_of_hour: ::Integer
|
|
72
|
+
}?,
|
|
73
|
+
end: {
|
|
74
|
+
hour_of_day: ::Integer,
|
|
75
|
+
minute_of_hour: ::Integer
|
|
76
|
+
}?
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
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.
|
|
4
|
+
version: 1.62.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.
|
|
21
|
+
version: 3.248.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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-ssmcontacts/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|