cdk-docker-image-deployment 0.0.133 → 0.0.134

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.
@@ -76,6 +76,19 @@
76
76
  }
77
77
  }
78
78
  },
79
+ "GetAccountSettings": {
80
+ "http": {
81
+ "requestUri": "/get-account-settings"
82
+ },
83
+ "output": {
84
+ "type": "structure",
85
+ "members": {
86
+ "AccountSettings": {
87
+ "shape": "Ss"
88
+ }
89
+ }
90
+ }
91
+ },
79
92
  "GetGroup": {
80
93
  "http": {
81
94
  "requestUri": "/get-group"
@@ -136,7 +149,7 @@
136
149
  "type": "structure",
137
150
  "members": {
138
151
  "GroupQuery": {
139
- "shape": "Sx"
152
+ "shape": "S12"
140
153
  }
141
154
  }
142
155
  }
@@ -181,7 +194,7 @@
181
194
  "members": {
182
195
  "Group": {},
183
196
  "ResourceArns": {
184
- "shape": "S11"
197
+ "shape": "S16"
185
198
  }
186
199
  }
187
200
  },
@@ -189,13 +202,13 @@
189
202
  "type": "structure",
190
203
  "members": {
191
204
  "Succeeded": {
192
- "shape": "S11"
205
+ "shape": "S16"
193
206
  },
194
207
  "Failed": {
195
- "shape": "S14"
208
+ "shape": "S19"
196
209
  },
197
210
  "Pending": {
198
- "shape": "S18"
211
+ "shape": "S1d"
199
212
  }
200
213
  }
201
214
  }
@@ -244,7 +257,7 @@
244
257
  "type": "structure",
245
258
  "members": {
246
259
  "Identifier": {
247
- "shape": "S1l"
260
+ "shape": "S1q"
248
261
  },
249
262
  "Status": {
250
263
  "type": "structure",
@@ -256,13 +269,13 @@
256
269
  }
257
270
  },
258
271
  "ResourceIdentifiers": {
259
- "shape": "S1p",
272
+ "shape": "S1u",
260
273
  "deprecated": true,
261
274
  "deprecatedMessage": "This field is deprecated, use Resources instead."
262
275
  },
263
276
  "NextToken": {},
264
277
  "QueryErrors": {
265
- "shape": "S1q"
278
+ "shape": "S1v"
266
279
  }
267
280
  }
268
281
  }
@@ -369,11 +382,11 @@
369
382
  "type": "structure",
370
383
  "members": {
371
384
  "ResourceIdentifiers": {
372
- "shape": "S1p"
385
+ "shape": "S1u"
373
386
  },
374
387
  "NextToken": {},
375
388
  "QueryErrors": {
376
- "shape": "S1q"
389
+ "shape": "S1v"
377
390
  }
378
391
  }
379
392
  }
@@ -422,7 +435,7 @@
422
435
  "members": {
423
436
  "Group": {},
424
437
  "ResourceArns": {
425
- "shape": "S11"
438
+ "shape": "S16"
426
439
  }
427
440
  }
428
441
  },
@@ -430,13 +443,13 @@
430
443
  "type": "structure",
431
444
  "members": {
432
445
  "Succeeded": {
433
- "shape": "S11"
446
+ "shape": "S16"
434
447
  },
435
448
  "Failed": {
436
- "shape": "S14"
449
+ "shape": "S19"
437
450
  },
438
451
  "Pending": {
439
- "shape": "S18"
452
+ "shape": "S1d"
440
453
  }
441
454
  }
442
455
  }
@@ -458,7 +471,7 @@
458
471
  "locationName": "Arn"
459
472
  },
460
473
  "Keys": {
461
- "shape": "S2d"
474
+ "shape": "S2i"
462
475
  }
463
476
  }
464
477
  },
@@ -467,7 +480,26 @@
467
480
  "members": {
468
481
  "Arn": {},
469
482
  "Keys": {
470
- "shape": "S2d"
483
+ "shape": "S2i"
484
+ }
485
+ }
486
+ }
487
+ },
488
+ "UpdateAccountSettings": {
489
+ "http": {
490
+ "requestUri": "/update-account-settings"
491
+ },
492
+ "input": {
493
+ "type": "structure",
494
+ "members": {
495
+ "GroupLifecycleEventsDesiredStatus": {}
496
+ }
497
+ },
498
+ "output": {
499
+ "type": "structure",
500
+ "members": {
501
+ "AccountSettings": {
502
+ "shape": "Ss"
471
503
  }
472
504
  }
473
505
  }
@@ -520,7 +552,7 @@
520
552
  "type": "structure",
521
553
  "members": {
522
554
  "GroupQuery": {
523
- "shape": "Sx"
555
+ "shape": "S12"
524
556
  }
525
557
  }
526
558
  }
@@ -596,7 +628,15 @@
596
628
  "FailureReason": {}
597
629
  }
598
630
  },
599
- "Sx": {
631
+ "Ss": {
632
+ "type": "structure",
633
+ "members": {
634
+ "GroupLifecycleEventsDesiredStatus": {},
635
+ "GroupLifecycleEventsStatus": {},
636
+ "GroupLifecycleEventsStatusMessage": {}
637
+ }
638
+ },
639
+ "S12": {
600
640
  "type": "structure",
601
641
  "required": [
602
642
  "GroupName",
@@ -609,11 +649,11 @@
609
649
  }
610
650
  }
611
651
  },
612
- "S11": {
652
+ "S16": {
613
653
  "type": "list",
614
654
  "member": {}
615
655
  },
616
- "S14": {
656
+ "S19": {
617
657
  "type": "list",
618
658
  "member": {
619
659
  "type": "structure",
@@ -624,7 +664,7 @@
624
664
  }
625
665
  }
626
666
  },
627
- "S18": {
667
+ "S1d": {
628
668
  "type": "list",
629
669
  "member": {
630
670
  "type": "structure",
@@ -633,20 +673,20 @@
633
673
  }
634
674
  }
635
675
  },
636
- "S1l": {
676
+ "S1q": {
637
677
  "type": "structure",
638
678
  "members": {
639
679
  "ResourceArn": {},
640
680
  "ResourceType": {}
641
681
  }
642
682
  },
643
- "S1p": {
683
+ "S1u": {
644
684
  "type": "list",
645
685
  "member": {
646
- "shape": "S1l"
686
+ "shape": "S1q"
647
687
  }
648
688
  },
649
- "S1q": {
689
+ "S1v": {
650
690
  "type": "list",
651
691
  "member": {
652
692
  "type": "structure",
@@ -656,7 +696,7 @@
656
696
  }
657
697
  }
658
698
  },
659
- "S2d": {
699
+ "S2i": {
660
700
  "type": "list",
661
701
  "member": {}
662
702
  }
@@ -238,11 +238,11 @@ declare class Connect extends Service {
238
238
  /**
239
239
  * Deletes a flow for the specified Amazon Connect instance.
240
240
  */
241
- deleteContactFlow(params: Connect.Types.DeleteContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
241
+ deleteContactFlow(params: Connect.Types.DeleteContactFlowRequest, callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowResponse) => void): Request<Connect.Types.DeleteContactFlowResponse, AWSError>;
242
242
  /**
243
243
  * Deletes a flow for the specified Amazon Connect instance.
244
244
  */
245
- deleteContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
245
+ deleteContactFlow(callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowResponse) => void): Request<Connect.Types.DeleteContactFlowResponse, AWSError>;
246
246
  /**
247
247
  * Deletes the specified flow module.
248
248
  */
@@ -1102,19 +1102,19 @@ declare class Connect extends Service {
1102
1102
  /**
1103
1103
  * Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
1104
1104
  */
1105
- updateContactFlowContent(params: Connect.Types.UpdateContactFlowContentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1105
+ updateContactFlowContent(params: Connect.Types.UpdateContactFlowContentRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowContentResponse) => void): Request<Connect.Types.UpdateContactFlowContentResponse, AWSError>;
1106
1106
  /**
1107
1107
  * Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
1108
1108
  */
1109
- updateContactFlowContent(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1109
+ updateContactFlowContent(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowContentResponse) => void): Request<Connect.Types.UpdateContactFlowContentResponse, AWSError>;
1110
1110
  /**
1111
1111
  * Updates metadata about specified flow.
1112
1112
  */
1113
- updateContactFlowMetadata(params: Connect.Types.UpdateContactFlowMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1113
+ updateContactFlowMetadata(params: Connect.Types.UpdateContactFlowMetadataRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowMetadataResponse, AWSError>;
1114
1114
  /**
1115
1115
  * Updates metadata about specified flow.
1116
1116
  */
1117
- updateContactFlowMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1117
+ updateContactFlowMetadata(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowMetadataResponse, AWSError>;
1118
1118
  /**
1119
1119
  * Updates specified flow module for the specified Amazon Connect instance.
1120
1120
  */
@@ -1134,11 +1134,11 @@ declare class Connect extends Service {
1134
1134
  /**
1135
1135
  * The name of the flow. You can also create and update flows using the Amazon Connect Flow language.
1136
1136
  */
1137
- updateContactFlowName(params: Connect.Types.UpdateContactFlowNameRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1137
+ updateContactFlowName(params: Connect.Types.UpdateContactFlowNameRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowNameResponse) => void): Request<Connect.Types.UpdateContactFlowNameResponse, AWSError>;
1138
1138
  /**
1139
1139
  * The name of the flow. You can also create and update flows using the Amazon Connect Flow language.
1140
1140
  */
1141
- updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1141
+ updateContactFlowName(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowNameResponse) => void): Request<Connect.Types.UpdateContactFlowNameResponse, AWSError>;
1142
1142
  /**
1143
1143
  * Updates the scheduled time of a task contact that is already scheduled.
1144
1144
  */
@@ -2760,6 +2760,8 @@ declare namespace Connect {
2760
2760
  */
2761
2761
  ContactFlowId: ContactFlowId;
2762
2762
  }
2763
+ export interface DeleteContactFlowResponse {
2764
+ }
2763
2765
  export interface DeleteHoursOfOperationRequest {
2764
2766
  /**
2765
2767
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -6782,6 +6784,8 @@ declare namespace Connect {
6782
6784
  */
6783
6785
  Content: ContactFlowContent;
6784
6786
  }
6787
+ export interface UpdateContactFlowContentResponse {
6788
+ }
6785
6789
  export interface UpdateContactFlowMetadataRequest {
6786
6790
  /**
6787
6791
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -6804,6 +6808,8 @@ declare namespace Connect {
6804
6808
  */
6805
6809
  ContactFlowState?: ContactFlowState;
6806
6810
  }
6811
+ export interface UpdateContactFlowMetadataResponse {
6812
+ }
6807
6813
  export interface UpdateContactFlowModuleContentRequest {
6808
6814
  /**
6809
6815
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -6862,6 +6868,8 @@ declare namespace Connect {
6862
6868
  */
6863
6869
  Description?: ContactFlowDescription;
6864
6870
  }
6871
+ export interface UpdateContactFlowNameResponse {
6872
+ }
6865
6873
  export interface UpdateContactRequest {
6866
6874
  /**
6867
6875
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.