aws-sdk-ssmcontacts 1.60.0 → 1.61.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: 581a5981c959036a2d32ff8dcf815ad0a334ad8cb891c55ed2134b863e475917
4
- data.tar.gz: 7657fb78b7fefcb9c3fc67c0a7b915152227dec649f6e8ef74372e10627eda9c
3
+ metadata.gz: 60258e61093285f2a88a95d6eda13b2bd94a428b38e163c0d3cfe4467aad74c9
4
+ data.tar.gz: c05210a8094b9959bac875a7cc3b4d351d85109ecd524bbb5d5340c43d910714
5
5
  SHA512:
6
- metadata.gz: ca482a30945002db380d90c483a8d8dda45cbea432ce4ba59bd1dac49f9c193cbf3aa07b5a0975a788108acb8e9f4f2fa37440152050e9653a30350fa4f79186
7
- data.tar.gz: 02065cf4d29c78a6fcad01e65f9a82d7aaf83e15f65777048c1bf39fa897ed833380f57a789257c29ac86dacf2978de3269a0d10b93933be2af8765de9af49cb
6
+ metadata.gz: e3ef0d6bd5a7166e2ebd15fbde8fd2c1dd97cf5165ecccaa59efa055bf1812c8b28bd83288ced6cca7c2e9cb7fbe121e091a27dff7372f30fb795cbe9f4009c3
7
+ data.tar.gz: 0b75b43a25ef3bc4a9650974bcdafc9801248a9ad25324dba2ba43101d0ed824d860409457a31f0463ff062532a2cfd07d83ae5ab2a7e0eef84168f776f190a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -2458,7 +2458,7 @@ module Aws::SSMContacts
2458
2458
  tracer: tracer
2459
2459
  )
2460
2460
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2461
- context[:gem_version] = '1.60.0'
2461
+ context[:gem_version] = '1.61.0'
2462
2462
  Seahorse::Client::Request.new(handlers, context)
2463
2463
  end
2464
2464
 
@@ -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.60.0'
57
+ GEM_VERSION = '1.61.0'
58
58
 
59
59
  end
60
60
 
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.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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