aws-sdk 2.1344.0 → 2.1345.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.
@@ -69,7 +69,7 @@
69
69
  "shape": "Sf"
70
70
  },
71
71
  "Tags": {
72
- "shape": "Sp"
72
+ "shape": "Sq"
73
73
  },
74
74
  "IdempotencyToken": {
75
75
  "idempotencyToken": true
@@ -100,7 +100,7 @@
100
100
  "Name": {},
101
101
  "Type": {},
102
102
  "DeliveryAddress": {
103
- "shape": "Sy"
103
+ "shape": "Sz"
104
104
  },
105
105
  "DeferActivation": {
106
106
  "type": "boolean"
@@ -120,6 +120,77 @@
120
120
  }
121
121
  }
122
122
  },
123
+ "CreateRotation": {
124
+ "input": {
125
+ "type": "structure",
126
+ "required": [
127
+ "Name",
128
+ "ContactIds",
129
+ "TimeZoneId",
130
+ "Recurrence"
131
+ ],
132
+ "members": {
133
+ "Name": {},
134
+ "ContactIds": {
135
+ "shape": "S15"
136
+ },
137
+ "StartTime": {
138
+ "type": "timestamp"
139
+ },
140
+ "TimeZoneId": {},
141
+ "Recurrence": {
142
+ "shape": "S18"
143
+ },
144
+ "Tags": {
145
+ "shape": "Sq"
146
+ },
147
+ "IdempotencyToken": {}
148
+ }
149
+ },
150
+ "output": {
151
+ "type": "structure",
152
+ "required": [
153
+ "RotationArn"
154
+ ],
155
+ "members": {
156
+ "RotationArn": {}
157
+ }
158
+ }
159
+ },
160
+ "CreateRotationOverride": {
161
+ "input": {
162
+ "type": "structure",
163
+ "required": [
164
+ "RotationId",
165
+ "NewContactIds",
166
+ "StartTime",
167
+ "EndTime"
168
+ ],
169
+ "members": {
170
+ "RotationId": {},
171
+ "NewContactIds": {
172
+ "type": "list",
173
+ "member": {}
174
+ },
175
+ "StartTime": {
176
+ "type": "timestamp"
177
+ },
178
+ "EndTime": {
179
+ "type": "timestamp"
180
+ },
181
+ "IdempotencyToken": {}
182
+ }
183
+ },
184
+ "output": {
185
+ "type": "structure",
186
+ "required": [
187
+ "RotationOverrideId"
188
+ ],
189
+ "members": {
190
+ "RotationOverrideId": {}
191
+ }
192
+ }
193
+ },
123
194
  "DeactivateContactChannel": {
124
195
  "input": {
125
196
  "type": "structure",
@@ -165,6 +236,38 @@
165
236
  "members": {}
166
237
  }
167
238
  },
239
+ "DeleteRotation": {
240
+ "input": {
241
+ "type": "structure",
242
+ "required": [
243
+ "RotationId"
244
+ ],
245
+ "members": {
246
+ "RotationId": {}
247
+ }
248
+ },
249
+ "output": {
250
+ "type": "structure",
251
+ "members": {}
252
+ }
253
+ },
254
+ "DeleteRotationOverride": {
255
+ "input": {
256
+ "type": "structure",
257
+ "required": [
258
+ "RotationId",
259
+ "RotationOverrideId"
260
+ ],
261
+ "members": {
262
+ "RotationId": {},
263
+ "RotationOverrideId": {}
264
+ }
265
+ },
266
+ "output": {
267
+ "type": "structure",
268
+ "members": {}
269
+ }
270
+ },
168
271
  "DescribeEngagement": {
169
272
  "input": {
170
273
  "type": "structure",
@@ -298,7 +401,7 @@
298
401
  "Name": {},
299
402
  "Type": {},
300
403
  "DeliveryAddress": {
301
- "shape": "Sy"
404
+ "shape": "Sz"
302
405
  },
303
406
  "ActivationStatus": {}
304
407
  }
@@ -322,6 +425,74 @@
322
425
  }
323
426
  }
324
427
  },
428
+ "GetRotation": {
429
+ "input": {
430
+ "type": "structure",
431
+ "required": [
432
+ "RotationId"
433
+ ],
434
+ "members": {
435
+ "RotationId": {}
436
+ }
437
+ },
438
+ "output": {
439
+ "type": "structure",
440
+ "required": [
441
+ "RotationArn",
442
+ "Name",
443
+ "ContactIds",
444
+ "StartTime",
445
+ "TimeZoneId",
446
+ "Recurrence"
447
+ ],
448
+ "members": {
449
+ "RotationArn": {},
450
+ "Name": {},
451
+ "ContactIds": {
452
+ "shape": "S15"
453
+ },
454
+ "StartTime": {
455
+ "type": "timestamp"
456
+ },
457
+ "TimeZoneId": {},
458
+ "Recurrence": {
459
+ "shape": "S18"
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "GetRotationOverride": {
465
+ "input": {
466
+ "type": "structure",
467
+ "required": [
468
+ "RotationId",
469
+ "RotationOverrideId"
470
+ ],
471
+ "members": {
472
+ "RotationId": {},
473
+ "RotationOverrideId": {}
474
+ }
475
+ },
476
+ "output": {
477
+ "type": "structure",
478
+ "members": {
479
+ "RotationOverrideId": {},
480
+ "RotationArn": {},
481
+ "NewContactIds": {
482
+ "shape": "Sp"
483
+ },
484
+ "StartTime": {
485
+ "type": "timestamp"
486
+ },
487
+ "EndTime": {
488
+ "type": "timestamp"
489
+ },
490
+ "CreateTime": {
491
+ "type": "timestamp"
492
+ }
493
+ }
494
+ }
495
+ },
325
496
  "ListContactChannels": {
326
497
  "input": {
327
498
  "type": "structure",
@@ -360,7 +531,7 @@
360
531
  "Name": {},
361
532
  "Type": {},
362
533
  "DeliveryAddress": {
363
- "shape": "Sy"
534
+ "shape": "Sz"
364
535
  },
365
536
  "ActivationStatus": {}
366
537
  }
@@ -499,6 +670,44 @@
499
670
  }
500
671
  }
501
672
  },
673
+ "ListPageResolutions": {
674
+ "input": {
675
+ "type": "structure",
676
+ "required": [
677
+ "PageId"
678
+ ],
679
+ "members": {
680
+ "NextToken": {},
681
+ "PageId": {}
682
+ }
683
+ },
684
+ "output": {
685
+ "type": "structure",
686
+ "required": [
687
+ "PageResolutions"
688
+ ],
689
+ "members": {
690
+ "NextToken": {},
691
+ "PageResolutions": {
692
+ "type": "list",
693
+ "member": {
694
+ "type": "structure",
695
+ "required": [
696
+ "ContactArn",
697
+ "Type"
698
+ ],
699
+ "members": {
700
+ "ContactArn": {},
701
+ "Type": {},
702
+ "StageIndex": {
703
+ "type": "integer"
704
+ }
705
+ }
706
+ }
707
+ }
708
+ }
709
+ }
710
+ },
502
711
  "ListPagesByContact": {
503
712
  "input": {
504
713
  "type": "structure",
@@ -521,7 +730,7 @@
521
730
  "members": {
522
731
  "NextToken": {},
523
732
  "Pages": {
524
- "shape": "S2d"
733
+ "shape": "S3g"
525
734
  }
526
735
  }
527
736
  }
@@ -548,7 +757,201 @@
548
757
  "members": {
549
758
  "NextToken": {},
550
759
  "Pages": {
551
- "shape": "S2d"
760
+ "shape": "S3g"
761
+ }
762
+ }
763
+ }
764
+ },
765
+ "ListPreviewRotationShifts": {
766
+ "input": {
767
+ "type": "structure",
768
+ "required": [
769
+ "EndTime",
770
+ "Members",
771
+ "TimeZoneId",
772
+ "Recurrence"
773
+ ],
774
+ "members": {
775
+ "RotationStartTime": {
776
+ "type": "timestamp"
777
+ },
778
+ "StartTime": {
779
+ "type": "timestamp"
780
+ },
781
+ "EndTime": {
782
+ "type": "timestamp"
783
+ },
784
+ "Members": {
785
+ "type": "list",
786
+ "member": {}
787
+ },
788
+ "TimeZoneId": {},
789
+ "Recurrence": {
790
+ "shape": "S18"
791
+ },
792
+ "Overrides": {
793
+ "type": "list",
794
+ "member": {
795
+ "type": "structure",
796
+ "members": {
797
+ "NewMembers": {
798
+ "type": "list",
799
+ "member": {}
800
+ },
801
+ "StartTime": {
802
+ "type": "timestamp"
803
+ },
804
+ "EndTime": {
805
+ "type": "timestamp"
806
+ }
807
+ }
808
+ }
809
+ },
810
+ "NextToken": {},
811
+ "MaxResults": {
812
+ "type": "integer"
813
+ }
814
+ }
815
+ },
816
+ "output": {
817
+ "type": "structure",
818
+ "members": {
819
+ "RotationShifts": {
820
+ "shape": "S3r"
821
+ },
822
+ "NextToken": {}
823
+ }
824
+ }
825
+ },
826
+ "ListRotationOverrides": {
827
+ "input": {
828
+ "type": "structure",
829
+ "required": [
830
+ "RotationId",
831
+ "StartTime",
832
+ "EndTime"
833
+ ],
834
+ "members": {
835
+ "RotationId": {},
836
+ "StartTime": {
837
+ "type": "timestamp"
838
+ },
839
+ "EndTime": {
840
+ "type": "timestamp"
841
+ },
842
+ "NextToken": {},
843
+ "MaxResults": {
844
+ "type": "integer"
845
+ }
846
+ }
847
+ },
848
+ "output": {
849
+ "type": "structure",
850
+ "members": {
851
+ "RotationOverrides": {
852
+ "type": "list",
853
+ "member": {
854
+ "type": "structure",
855
+ "required": [
856
+ "RotationOverrideId",
857
+ "NewContactIds",
858
+ "StartTime",
859
+ "EndTime",
860
+ "CreateTime"
861
+ ],
862
+ "members": {
863
+ "RotationOverrideId": {},
864
+ "NewContactIds": {
865
+ "shape": "Sp"
866
+ },
867
+ "StartTime": {
868
+ "type": "timestamp"
869
+ },
870
+ "EndTime": {
871
+ "type": "timestamp"
872
+ },
873
+ "CreateTime": {
874
+ "type": "timestamp"
875
+ }
876
+ }
877
+ }
878
+ },
879
+ "NextToken": {}
880
+ }
881
+ }
882
+ },
883
+ "ListRotationShifts": {
884
+ "input": {
885
+ "type": "structure",
886
+ "required": [
887
+ "RotationId",
888
+ "EndTime"
889
+ ],
890
+ "members": {
891
+ "RotationId": {},
892
+ "StartTime": {
893
+ "type": "timestamp"
894
+ },
895
+ "EndTime": {
896
+ "type": "timestamp"
897
+ },
898
+ "NextToken": {},
899
+ "MaxResults": {
900
+ "type": "integer"
901
+ }
902
+ }
903
+ },
904
+ "output": {
905
+ "type": "structure",
906
+ "members": {
907
+ "RotationShifts": {
908
+ "shape": "S3r"
909
+ },
910
+ "NextToken": {}
911
+ }
912
+ }
913
+ },
914
+ "ListRotations": {
915
+ "input": {
916
+ "type": "structure",
917
+ "members": {
918
+ "RotationNamePrefix": {},
919
+ "NextToken": {},
920
+ "MaxResults": {
921
+ "type": "integer"
922
+ }
923
+ }
924
+ },
925
+ "output": {
926
+ "type": "structure",
927
+ "required": [
928
+ "Rotations"
929
+ ],
930
+ "members": {
931
+ "NextToken": {},
932
+ "Rotations": {
933
+ "type": "list",
934
+ "member": {
935
+ "type": "structure",
936
+ "required": [
937
+ "RotationArn",
938
+ "Name"
939
+ ],
940
+ "members": {
941
+ "RotationArn": {},
942
+ "Name": {},
943
+ "ContactIds": {
944
+ "shape": "Sp"
945
+ },
946
+ "StartTime": {
947
+ "type": "timestamp"
948
+ },
949
+ "TimeZoneId": {},
950
+ "Recurrence": {
951
+ "shape": "S18"
952
+ }
953
+ }
954
+ }
552
955
  }
553
956
  }
554
957
  }
@@ -567,7 +970,7 @@
567
970
  "type": "structure",
568
971
  "members": {
569
972
  "Tags": {
570
- "shape": "Sp"
973
+ "shape": "Sq"
571
974
  }
572
975
  }
573
976
  }
@@ -662,7 +1065,7 @@
662
1065
  "members": {
663
1066
  "ResourceARN": {},
664
1067
  "Tags": {
665
- "shape": "Sp"
1068
+ "shape": "Sq"
666
1069
  }
667
1070
  }
668
1071
  },
@@ -720,7 +1123,33 @@
720
1123
  "ContactChannelId": {},
721
1124
  "Name": {},
722
1125
  "DeliveryAddress": {
723
- "shape": "Sy"
1126
+ "shape": "Sz"
1127
+ }
1128
+ }
1129
+ },
1130
+ "output": {
1131
+ "type": "structure",
1132
+ "members": {}
1133
+ }
1134
+ },
1135
+ "UpdateRotation": {
1136
+ "input": {
1137
+ "type": "structure",
1138
+ "required": [
1139
+ "RotationId",
1140
+ "Recurrence"
1141
+ ],
1142
+ "members": {
1143
+ "RotationId": {},
1144
+ "ContactIds": {
1145
+ "shape": "S15"
1146
+ },
1147
+ "StartTime": {
1148
+ "type": "timestamp"
1149
+ },
1150
+ "TimeZoneId": {},
1151
+ "Recurrence": {
1152
+ "shape": "S18"
724
1153
  }
725
1154
  }
726
1155
  },
@@ -733,9 +1162,6 @@
733
1162
  "shapes": {
734
1163
  "Sf": {
735
1164
  "type": "structure",
736
- "required": [
737
- "Stages"
738
- ],
739
1165
  "members": {
740
1166
  "Stages": {
741
1167
  "type": "list",
@@ -783,10 +1209,17 @@
783
1209
  }
784
1210
  }
785
1211
  }
1212
+ },
1213
+ "RotationIds": {
1214
+ "shape": "Sp"
786
1215
  }
787
1216
  }
788
1217
  },
789
1218
  "Sp": {
1219
+ "type": "list",
1220
+ "member": {}
1221
+ },
1222
+ "Sq": {
790
1223
  "type": "list",
791
1224
  "member": {
792
1225
  "type": "structure",
@@ -796,13 +1229,105 @@
796
1229
  }
797
1230
  }
798
1231
  },
799
- "Sy": {
1232
+ "Sz": {
800
1233
  "type": "structure",
801
1234
  "members": {
802
1235
  "SimpleAddress": {}
803
1236
  }
804
1237
  },
805
- "S2d": {
1238
+ "S15": {
1239
+ "type": "list",
1240
+ "member": {}
1241
+ },
1242
+ "S18": {
1243
+ "type": "structure",
1244
+ "required": [
1245
+ "NumberOfOnCalls",
1246
+ "RecurrenceMultiplier"
1247
+ ],
1248
+ "members": {
1249
+ "MonthlySettings": {
1250
+ "type": "list",
1251
+ "member": {
1252
+ "type": "structure",
1253
+ "required": [
1254
+ "DayOfMonth",
1255
+ "HandOffTime"
1256
+ ],
1257
+ "members": {
1258
+ "DayOfMonth": {
1259
+ "type": "integer"
1260
+ },
1261
+ "HandOffTime": {
1262
+ "shape": "S1c"
1263
+ }
1264
+ }
1265
+ }
1266
+ },
1267
+ "WeeklySettings": {
1268
+ "type": "list",
1269
+ "member": {
1270
+ "type": "structure",
1271
+ "required": [
1272
+ "DayOfWeek",
1273
+ "HandOffTime"
1274
+ ],
1275
+ "members": {
1276
+ "DayOfWeek": {},
1277
+ "HandOffTime": {
1278
+ "shape": "S1c"
1279
+ }
1280
+ }
1281
+ }
1282
+ },
1283
+ "DailySettings": {
1284
+ "type": "list",
1285
+ "member": {
1286
+ "shape": "S1c"
1287
+ }
1288
+ },
1289
+ "NumberOfOnCalls": {
1290
+ "type": "integer"
1291
+ },
1292
+ "ShiftCoverages": {
1293
+ "type": "map",
1294
+ "key": {},
1295
+ "value": {
1296
+ "type": "list",
1297
+ "member": {
1298
+ "type": "structure",
1299
+ "members": {
1300
+ "Start": {
1301
+ "shape": "S1c"
1302
+ },
1303
+ "End": {
1304
+ "shape": "S1c"
1305
+ }
1306
+ }
1307
+ }
1308
+ }
1309
+ },
1310
+ "RecurrenceMultiplier": {
1311
+ "type": "integer"
1312
+ }
1313
+ }
1314
+ },
1315
+ "S1c": {
1316
+ "type": "structure",
1317
+ "required": [
1318
+ "HourOfDay",
1319
+ "MinuteOfHour"
1320
+ ],
1321
+ "members": {
1322
+ "HourOfDay": {
1323
+ "type": "integer"
1324
+ },
1325
+ "MinuteOfHour": {
1326
+ "type": "integer"
1327
+ }
1328
+ }
1329
+ },
1330
+ "S3g": {
806
1331
  "type": "list",
807
1332
  "member": {
808
1333
  "type": "structure",
@@ -829,6 +1354,39 @@
829
1354
  }
830
1355
  }
831
1356
  }
1357
+ },
1358
+ "S3r": {
1359
+ "type": "list",
1360
+ "member": {
1361
+ "type": "structure",
1362
+ "required": [
1363
+ "StartTime",
1364
+ "EndTime"
1365
+ ],
1366
+ "members": {
1367
+ "ContactIds": {
1368
+ "shape": "Sp"
1369
+ },
1370
+ "StartTime": {
1371
+ "type": "timestamp"
1372
+ },
1373
+ "EndTime": {
1374
+ "type": "timestamp"
1375
+ },
1376
+ "Type": {},
1377
+ "ShiftDetails": {
1378
+ "type": "structure",
1379
+ "required": [
1380
+ "OverriddenContactIds"
1381
+ ],
1382
+ "members": {
1383
+ "OverriddenContactIds": {
1384
+ "shape": "Sp"
1385
+ }
1386
+ }
1387
+ }
1388
+ }
1389
+ }
832
1390
  }
833
1391
  }
834
1392
  }