aws-sdk 2.1448.0 → 2.1449.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.
- package/CHANGELOG.md +16 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/clients/chimesdkmediapipelines.d.ts +28 -2
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +63 -23
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -21,32 +21,32 @@
|
|
21
21
|
"input": {
|
22
22
|
"type": "structure",
|
23
23
|
"required": [
|
24
|
+
"name",
|
24
25
|
"connectInstanceId",
|
25
26
|
"dialerConfig",
|
26
|
-
"name",
|
27
27
|
"outboundCallConfig"
|
28
28
|
],
|
29
29
|
"members": {
|
30
|
+
"name": {},
|
30
31
|
"connectInstanceId": {},
|
31
32
|
"dialerConfig": {
|
32
|
-
"shape": "
|
33
|
+
"shape": "S4"
|
33
34
|
},
|
34
|
-
"name": {},
|
35
35
|
"outboundCallConfig": {
|
36
|
-
"shape": "
|
36
|
+
"shape": "Sa"
|
37
37
|
},
|
38
38
|
"tags": {
|
39
|
-
"shape": "
|
39
|
+
"shape": "Sg"
|
40
40
|
}
|
41
41
|
}
|
42
42
|
},
|
43
43
|
"output": {
|
44
44
|
"type": "structure",
|
45
45
|
"members": {
|
46
|
-
"arn": {},
|
47
46
|
"id": {},
|
47
|
+
"arn": {},
|
48
48
|
"tags": {
|
49
|
-
"shape": "
|
49
|
+
"shape": "Sg"
|
50
50
|
}
|
51
51
|
}
|
52
52
|
},
|
@@ -136,26 +136,26 @@
|
|
136
136
|
"campaign": {
|
137
137
|
"type": "structure",
|
138
138
|
"required": [
|
139
|
+
"id",
|
139
140
|
"arn",
|
141
|
+
"name",
|
140
142
|
"connectInstanceId",
|
141
143
|
"dialerConfig",
|
142
|
-
"id",
|
143
|
-
"name",
|
144
144
|
"outboundCallConfig"
|
145
145
|
],
|
146
146
|
"members": {
|
147
|
+
"id": {},
|
147
148
|
"arn": {},
|
149
|
+
"name": {},
|
148
150
|
"connectInstanceId": {},
|
149
151
|
"dialerConfig": {
|
150
|
-
"shape": "
|
152
|
+
"shape": "S4"
|
151
153
|
},
|
152
|
-
"id": {},
|
153
|
-
"name": {},
|
154
154
|
"outboundCallConfig": {
|
155
|
-
"shape": "
|
155
|
+
"shape": "Sa"
|
156
156
|
},
|
157
157
|
"tags": {
|
158
|
-
"shape": "
|
158
|
+
"shape": "Sg"
|
159
159
|
}
|
160
160
|
}
|
161
161
|
}
|
@@ -207,23 +207,23 @@
|
|
207
207
|
"output": {
|
208
208
|
"type": "structure",
|
209
209
|
"members": {
|
210
|
-
"
|
210
|
+
"successfulRequests": {
|
211
211
|
"type": "list",
|
212
212
|
"member": {
|
213
213
|
"type": "structure",
|
214
214
|
"members": {
|
215
215
|
"campaignId": {},
|
216
|
-
"
|
216
|
+
"state": {}
|
217
217
|
}
|
218
218
|
}
|
219
219
|
},
|
220
|
-
"
|
220
|
+
"failedRequests": {
|
221
221
|
"type": "list",
|
222
222
|
"member": {
|
223
223
|
"type": "structure",
|
224
224
|
"members": {
|
225
225
|
"campaignId": {},
|
226
|
-
"
|
226
|
+
"failureCode": {}
|
227
227
|
}
|
228
228
|
}
|
229
229
|
}
|
@@ -255,15 +255,15 @@
|
|
255
255
|
"type": "structure",
|
256
256
|
"required": [
|
257
257
|
"connectInstanceId",
|
258
|
-
"
|
259
|
-
"
|
258
|
+
"serviceLinkedRoleArn",
|
259
|
+
"encryptionConfig"
|
260
260
|
],
|
261
261
|
"members": {
|
262
262
|
"connectInstanceId": {},
|
263
|
+
"serviceLinkedRoleArn": {},
|
263
264
|
"encryptionConfig": {
|
264
|
-
"shape": "
|
265
|
-
}
|
266
|
-
"serviceLinkedRoleArn": {}
|
265
|
+
"shape": "S17"
|
266
|
+
}
|
267
267
|
}
|
268
268
|
}
|
269
269
|
}
|
@@ -291,7 +291,7 @@
|
|
291
291
|
"type": "structure",
|
292
292
|
"members": {
|
293
293
|
"connectInstanceOnboardingJobStatus": {
|
294
|
-
"shape": "
|
294
|
+
"shape": "S1d"
|
295
295
|
}
|
296
296
|
}
|
297
297
|
}
|
@@ -304,50 +304,50 @@
|
|
304
304
|
"input": {
|
305
305
|
"type": "structure",
|
306
306
|
"members": {
|
307
|
+
"maxResults": {
|
308
|
+
"type": "integer"
|
309
|
+
},
|
310
|
+
"nextToken": {},
|
307
311
|
"filters": {
|
308
312
|
"type": "structure",
|
309
313
|
"members": {
|
310
314
|
"instanceIdFilter": {
|
311
315
|
"type": "structure",
|
312
316
|
"required": [
|
313
|
-
"
|
314
|
-
"
|
317
|
+
"value",
|
318
|
+
"operator"
|
315
319
|
],
|
316
320
|
"members": {
|
317
|
-
"
|
318
|
-
"
|
321
|
+
"value": {},
|
322
|
+
"operator": {}
|
319
323
|
}
|
320
324
|
}
|
321
325
|
}
|
322
|
-
}
|
323
|
-
"maxResults": {
|
324
|
-
"type": "integer"
|
325
|
-
},
|
326
|
-
"nextToken": {}
|
326
|
+
}
|
327
327
|
}
|
328
328
|
},
|
329
329
|
"output": {
|
330
330
|
"type": "structure",
|
331
331
|
"members": {
|
332
|
+
"nextToken": {},
|
332
333
|
"campaignSummaryList": {
|
333
334
|
"type": "list",
|
334
335
|
"member": {
|
335
336
|
"type": "structure",
|
336
337
|
"required": [
|
337
|
-
"arn",
|
338
|
-
"connectInstanceId",
|
339
338
|
"id",
|
340
|
-
"
|
339
|
+
"arn",
|
340
|
+
"name",
|
341
|
+
"connectInstanceId"
|
341
342
|
],
|
342
343
|
"members": {
|
343
|
-
"arn": {},
|
344
|
-
"connectInstanceId": {},
|
345
344
|
"id": {},
|
346
|
-
"
|
345
|
+
"arn": {},
|
346
|
+
"name": {},
|
347
|
+
"connectInstanceId": {}
|
347
348
|
}
|
348
349
|
}
|
349
|
-
}
|
350
|
-
"nextToken": {}
|
350
|
+
}
|
351
351
|
}
|
352
352
|
}
|
353
353
|
},
|
@@ -373,7 +373,7 @@
|
|
373
373
|
"type": "structure",
|
374
374
|
"members": {
|
375
375
|
"tags": {
|
376
|
-
"shape": "
|
376
|
+
"shape": "Sg"
|
377
377
|
}
|
378
378
|
}
|
379
379
|
},
|
@@ -406,66 +406,66 @@
|
|
406
406
|
"input": {
|
407
407
|
"type": "structure",
|
408
408
|
"required": [
|
409
|
-
"
|
410
|
-
"
|
409
|
+
"id",
|
410
|
+
"dialRequests"
|
411
411
|
],
|
412
412
|
"members": {
|
413
|
+
"id": {
|
414
|
+
"location": "uri",
|
415
|
+
"locationName": "id"
|
416
|
+
},
|
413
417
|
"dialRequests": {
|
414
418
|
"type": "list",
|
415
419
|
"member": {
|
416
420
|
"type": "structure",
|
417
421
|
"required": [
|
418
|
-
"attributes",
|
419
422
|
"clientToken",
|
423
|
+
"phoneNumber",
|
420
424
|
"expirationTime",
|
421
|
-
"
|
425
|
+
"attributes"
|
422
426
|
],
|
423
427
|
"members": {
|
424
|
-
"
|
425
|
-
|
426
|
-
"
|
427
|
-
"value": {},
|
428
|
+
"clientToken": {},
|
429
|
+
"phoneNumber": {
|
430
|
+
"type": "string",
|
428
431
|
"sensitive": true
|
429
432
|
},
|
430
|
-
"clientToken": {},
|
431
433
|
"expirationTime": {
|
432
434
|
"type": "timestamp",
|
433
435
|
"timestampFormat": "iso8601"
|
434
436
|
},
|
435
|
-
"
|
436
|
-
"type": "
|
437
|
+
"attributes": {
|
438
|
+
"type": "map",
|
439
|
+
"key": {},
|
440
|
+
"value": {},
|
437
441
|
"sensitive": true
|
438
442
|
}
|
439
443
|
}
|
440
444
|
}
|
441
|
-
},
|
442
|
-
"id": {
|
443
|
-
"location": "uri",
|
444
|
-
"locationName": "id"
|
445
445
|
}
|
446
446
|
}
|
447
447
|
},
|
448
448
|
"output": {
|
449
449
|
"type": "structure",
|
450
450
|
"members": {
|
451
|
-
"
|
451
|
+
"successfulRequests": {
|
452
452
|
"type": "list",
|
453
453
|
"member": {
|
454
454
|
"type": "structure",
|
455
455
|
"members": {
|
456
456
|
"clientToken": {},
|
457
|
-
"failureCode": {},
|
458
457
|
"id": {}
|
459
458
|
}
|
460
459
|
}
|
461
460
|
},
|
462
|
-
"
|
461
|
+
"failedRequests": {
|
463
462
|
"type": "list",
|
464
463
|
"member": {
|
465
464
|
"type": "structure",
|
466
465
|
"members": {
|
467
466
|
"clientToken": {},
|
468
|
-
"id": {}
|
467
|
+
"id": {},
|
468
|
+
"failureCode": {}
|
469
469
|
}
|
470
470
|
}
|
471
471
|
}
|
@@ -527,7 +527,7 @@
|
|
527
527
|
"locationName": "connectInstanceId"
|
528
528
|
},
|
529
529
|
"encryptionConfig": {
|
530
|
-
"shape": "
|
530
|
+
"shape": "S17"
|
531
531
|
}
|
532
532
|
}
|
533
533
|
},
|
@@ -535,7 +535,7 @@
|
|
535
535
|
"type": "structure",
|
536
536
|
"members": {
|
537
537
|
"connectInstanceOnboardingJobStatus": {
|
538
|
-
"shape": "
|
538
|
+
"shape": "S1d"
|
539
539
|
}
|
540
540
|
}
|
541
541
|
},
|
@@ -576,7 +576,7 @@
|
|
576
576
|
"locationName": "arn"
|
577
577
|
},
|
578
578
|
"tags": {
|
579
|
-
"shape": "
|
579
|
+
"shape": "Sg"
|
580
580
|
}
|
581
581
|
}
|
582
582
|
},
|
@@ -617,16 +617,16 @@
|
|
617
617
|
"input": {
|
618
618
|
"type": "structure",
|
619
619
|
"required": [
|
620
|
-
"
|
621
|
-
"
|
620
|
+
"id",
|
621
|
+
"dialerConfig"
|
622
622
|
],
|
623
623
|
"members": {
|
624
|
-
"dialerConfig": {
|
625
|
-
"shape": "S3"
|
626
|
-
},
|
627
624
|
"id": {
|
628
625
|
"location": "uri",
|
629
626
|
"locationName": "id"
|
627
|
+
},
|
628
|
+
"dialerConfig": {
|
629
|
+
"shape": "S4"
|
630
630
|
}
|
631
631
|
}
|
632
632
|
},
|
@@ -664,14 +664,14 @@
|
|
664
664
|
"id"
|
665
665
|
],
|
666
666
|
"members": {
|
667
|
-
"answerMachineDetectionConfig": {
|
668
|
-
"shape": "S9"
|
669
|
-
},
|
670
|
-
"connectContactFlowId": {},
|
671
|
-
"connectSourcePhoneNumber": {},
|
672
667
|
"id": {
|
673
668
|
"location": "uri",
|
674
669
|
"locationName": "id"
|
670
|
+
},
|
671
|
+
"connectContactFlowId": {},
|
672
|
+
"connectSourcePhoneNumber": {},
|
673
|
+
"answerMachineDetectionConfig": {
|
674
|
+
"shape": "Se"
|
675
675
|
}
|
676
676
|
}
|
677
677
|
},
|
@@ -679,10 +679,10 @@
|
|
679
679
|
}
|
680
680
|
},
|
681
681
|
"shapes": {
|
682
|
-
"
|
682
|
+
"S4": {
|
683
683
|
"type": "structure",
|
684
684
|
"members": {
|
685
|
-
"
|
685
|
+
"progressiveDialerConfig": {
|
686
686
|
"type": "structure",
|
687
687
|
"required": [
|
688
688
|
"bandwidthAllocation"
|
@@ -690,10 +690,13 @@
|
|
690
690
|
"members": {
|
691
691
|
"bandwidthAllocation": {
|
692
692
|
"type": "double"
|
693
|
+
},
|
694
|
+
"dialingCapacity": {
|
695
|
+
"type": "double"
|
693
696
|
}
|
694
697
|
}
|
695
698
|
},
|
696
|
-
"
|
699
|
+
"predictiveDialerConfig": {
|
697
700
|
"type": "structure",
|
698
701
|
"required": [
|
699
702
|
"bandwidthAllocation"
|
@@ -701,28 +704,38 @@
|
|
701
704
|
"members": {
|
702
705
|
"bandwidthAllocation": {
|
703
706
|
"type": "double"
|
707
|
+
},
|
708
|
+
"dialingCapacity": {
|
709
|
+
"type": "double"
|
710
|
+
}
|
711
|
+
}
|
712
|
+
},
|
713
|
+
"agentlessDialerConfig": {
|
714
|
+
"type": "structure",
|
715
|
+
"members": {
|
716
|
+
"dialingCapacity": {
|
717
|
+
"type": "double"
|
704
718
|
}
|
705
719
|
}
|
706
720
|
}
|
707
721
|
},
|
708
722
|
"union": true
|
709
723
|
},
|
710
|
-
"
|
724
|
+
"Sa": {
|
711
725
|
"type": "structure",
|
712
726
|
"required": [
|
713
|
-
"connectContactFlowId"
|
714
|
-
"connectQueueId"
|
727
|
+
"connectContactFlowId"
|
715
728
|
],
|
716
729
|
"members": {
|
717
|
-
"answerMachineDetectionConfig": {
|
718
|
-
"shape": "S9"
|
719
|
-
},
|
720
730
|
"connectContactFlowId": {},
|
731
|
+
"connectSourcePhoneNumber": {},
|
721
732
|
"connectQueueId": {},
|
722
|
-
"
|
733
|
+
"answerMachineDetectionConfig": {
|
734
|
+
"shape": "Se"
|
735
|
+
}
|
723
736
|
}
|
724
737
|
},
|
725
|
-
"
|
738
|
+
"Se": {
|
726
739
|
"type": "structure",
|
727
740
|
"required": [
|
728
741
|
"enableAnswerMachineDetection"
|
@@ -733,12 +746,12 @@
|
|
733
746
|
}
|
734
747
|
}
|
735
748
|
},
|
736
|
-
"
|
749
|
+
"Sg": {
|
737
750
|
"type": "map",
|
738
751
|
"key": {},
|
739
752
|
"value": {}
|
740
753
|
},
|
741
|
-
"
|
754
|
+
"S17": {
|
742
755
|
"type": "structure",
|
743
756
|
"required": [
|
744
757
|
"enabled"
|
@@ -751,7 +764,7 @@
|
|
751
764
|
"keyArn": {}
|
752
765
|
}
|
753
766
|
},
|
754
|
-
"
|
767
|
+
"S1d": {
|
755
768
|
"type": "structure",
|
756
769
|
"required": [
|
757
770
|
"connectInstanceId",
|
@@ -759,8 +772,8 @@
|
|
759
772
|
],
|
760
773
|
"members": {
|
761
774
|
"connectInstanceId": {},
|
762
|
-
"
|
763
|
-
"
|
775
|
+
"status": {},
|
776
|
+
"failureCode": {}
|
764
777
|
}
|
765
778
|
}
|
766
779
|
}
|
@@ -86,6 +86,68 @@
|
|
86
86
|
}
|
87
87
|
}
|
88
88
|
},
|
89
|
+
"DescribeView": {
|
90
|
+
"http": {
|
91
|
+
"method": "GET",
|
92
|
+
"requestUri": "/participant/views/{ViewToken}"
|
93
|
+
},
|
94
|
+
"input": {
|
95
|
+
"type": "structure",
|
96
|
+
"required": [
|
97
|
+
"ViewToken",
|
98
|
+
"ConnectionToken"
|
99
|
+
],
|
100
|
+
"members": {
|
101
|
+
"ViewToken": {
|
102
|
+
"location": "uri",
|
103
|
+
"locationName": "ViewToken"
|
104
|
+
},
|
105
|
+
"ConnectionToken": {
|
106
|
+
"location": "header",
|
107
|
+
"locationName": "X-Amz-Bearer"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"output": {
|
112
|
+
"type": "structure",
|
113
|
+
"members": {
|
114
|
+
"View": {
|
115
|
+
"type": "structure",
|
116
|
+
"members": {
|
117
|
+
"Id": {},
|
118
|
+
"Arn": {},
|
119
|
+
"Name": {
|
120
|
+
"type": "string",
|
121
|
+
"sensitive": true
|
122
|
+
},
|
123
|
+
"Version": {
|
124
|
+
"type": "integer"
|
125
|
+
},
|
126
|
+
"Content": {
|
127
|
+
"type": "structure",
|
128
|
+
"members": {
|
129
|
+
"InputSchema": {
|
130
|
+
"type": "string",
|
131
|
+
"sensitive": true
|
132
|
+
},
|
133
|
+
"Template": {
|
134
|
+
"type": "string",
|
135
|
+
"sensitive": true
|
136
|
+
},
|
137
|
+
"Actions": {
|
138
|
+
"type": "list",
|
139
|
+
"member": {
|
140
|
+
"type": "string",
|
141
|
+
"sensitive": true
|
142
|
+
}
|
143
|
+
}
|
144
|
+
}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
89
151
|
"DisconnectParticipant": {
|
90
152
|
"http": {
|
91
153
|
"requestUri": "/participant/disconnect"
|