aws-sdk 2.1658.0 → 2.1660.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/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +18 -17
- package/apis/acm-pca-2017-08-22.paginators.json +4 -4
- package/apis/acm-pca-2017-08-22.waiters2.json +62 -74
- package/apis/arc-zonal-shift-2022-10-30.min.json +62 -10
- package/apis/datazone-2018-05-10.min.json +902 -364
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/ivs-2020-07-14.min.json +159 -154
- package/apis/metadata.json +0 -3
- package/apis/pinpoint-2016-12-01.min.json +4 -1
- package/apis/quicksight-2018-04-01.min.json +1783 -1313
- package/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/clients/acmpca.d.ts +39 -39
- package/clients/all.d.ts +0 -1
- package/clients/all.js +0 -1
- package/clients/arczonalshift.d.ts +66 -29
- package/clients/datazone.d.ts +576 -0
- package/clients/ivs.d.ts +229 -229
- package/clients/quicksight.d.ts +609 -0
- package/clients/redshiftserverless.d.ts +20 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1847 -1839
- package/dist/aws-sdk.js +54 -12
- package/dist/aws-sdk.min.js +13 -13
- package/lib/config_service_placeholders.d.ts +0 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +51 -6
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +7 -7
- package/apis/mobile-2017-07-01.examples.json +0 -5
- package/apis/mobile-2017-07-01.min.json +0 -341
- package/apis/mobile-2017-07-01.paginators.json +0 -14
- package/clients/mobile.d.ts +0 -333
- package/clients/mobile.js +0 -18
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1660.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -2,6 +2,9 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2017-08-22",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "acm-pca",
|
6
9
|
"jsonVersion": "1.1",
|
7
10
|
"protocol": "json",
|
@@ -12,11 +15,9 @@
|
|
12
15
|
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
|
13
16
|
"serviceId": "ACM PCA",
|
14
17
|
"signatureVersion": "v4",
|
18
|
+
"signingName": "acm-pca",
|
15
19
|
"targetPrefix": "ACMPrivateCA",
|
16
|
-
"uid": "acm-pca-2017-08-22"
|
17
|
-
"auth": [
|
18
|
-
"aws.auth#sigv4"
|
19
|
-
]
|
20
|
+
"uid": "acm-pca-2017-08-22"
|
20
21
|
},
|
21
22
|
"operations": {
|
22
23
|
"CreateCertificateAuthority": {
|
@@ -383,23 +384,23 @@
|
|
383
384
|
"input": {
|
384
385
|
"type": "structure",
|
385
386
|
"members": {
|
386
|
-
"NextToken": {},
|
387
387
|
"MaxResults": {
|
388
388
|
"type": "integer"
|
389
389
|
},
|
390
|
+
"NextToken": {},
|
390
391
|
"ResourceOwner": {}
|
391
392
|
}
|
392
393
|
},
|
393
394
|
"output": {
|
394
395
|
"type": "structure",
|
395
396
|
"members": {
|
397
|
+
"NextToken": {},
|
396
398
|
"CertificateAuthorities": {
|
397
399
|
"type": "list",
|
398
400
|
"member": {
|
399
401
|
"shape": "S1u"
|
400
402
|
}
|
401
|
-
}
|
402
|
-
"NextToken": {}
|
403
|
+
}
|
403
404
|
}
|
404
405
|
}
|
405
406
|
},
|
@@ -410,16 +411,17 @@
|
|
410
411
|
"CertificateAuthorityArn"
|
411
412
|
],
|
412
413
|
"members": {
|
413
|
-
"CertificateAuthorityArn": {},
|
414
|
-
"NextToken": {},
|
415
414
|
"MaxResults": {
|
416
415
|
"type": "integer"
|
417
|
-
}
|
416
|
+
},
|
417
|
+
"NextToken": {},
|
418
|
+
"CertificateAuthorityArn": {}
|
418
419
|
}
|
419
420
|
},
|
420
421
|
"output": {
|
421
422
|
"type": "structure",
|
422
423
|
"members": {
|
424
|
+
"NextToken": {},
|
423
425
|
"Permissions": {
|
424
426
|
"type": "list",
|
425
427
|
"member": {
|
@@ -437,8 +439,7 @@
|
|
437
439
|
"Policy": {}
|
438
440
|
}
|
439
441
|
}
|
440
|
-
}
|
441
|
-
"NextToken": {}
|
442
|
+
}
|
442
443
|
}
|
443
444
|
}
|
444
445
|
},
|
@@ -449,20 +450,20 @@
|
|
449
450
|
"CertificateAuthorityArn"
|
450
451
|
],
|
451
452
|
"members": {
|
452
|
-
"CertificateAuthorityArn": {},
|
453
|
-
"NextToken": {},
|
454
453
|
"MaxResults": {
|
455
454
|
"type": "integer"
|
456
|
-
}
|
455
|
+
},
|
456
|
+
"NextToken": {},
|
457
|
+
"CertificateAuthorityArn": {}
|
457
458
|
}
|
458
459
|
},
|
459
460
|
"output": {
|
460
461
|
"type": "structure",
|
461
462
|
"members": {
|
463
|
+
"NextToken": {},
|
462
464
|
"Tags": {
|
463
465
|
"shape": "S16"
|
464
|
-
}
|
465
|
-
"NextToken": {}
|
466
|
+
}
|
466
467
|
}
|
467
468
|
}
|
468
469
|
},
|
@@ -2,21 +2,21 @@
|
|
2
2
|
"pagination": {
|
3
3
|
"ListCertificateAuthorities": {
|
4
4
|
"input_token": "NextToken",
|
5
|
-
"limit_key": "MaxResults",
|
6
5
|
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
7
|
"result_key": "CertificateAuthorities"
|
8
8
|
},
|
9
9
|
"ListPermissions": {
|
10
10
|
"input_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults",
|
12
11
|
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
13
|
"result_key": "Permissions"
|
14
14
|
},
|
15
15
|
"ListTags": {
|
16
16
|
"input_token": "NextToken",
|
17
|
-
"limit_key": "MaxResults",
|
18
17
|
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
19
|
"result_key": "Tags"
|
20
20
|
}
|
21
21
|
}
|
22
|
-
}
|
22
|
+
}
|
@@ -1,76 +1,64 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
"
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
{
|
63
|
-
"state": "failure",
|
64
|
-
"matcher": "path",
|
65
|
-
"argument": "AuditReportStatus",
|
66
|
-
"expected": "FAILED"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"state": "failure",
|
70
|
-
"matcher": "error",
|
71
|
-
"expected": "AccessDeniedException"
|
72
|
-
}
|
73
|
-
]
|
74
|
-
}
|
2
|
+
"version" : 2,
|
3
|
+
"waiters" : {
|
4
|
+
"AuditReportCreated" : {
|
5
|
+
"description" : "Wait until a Audit Report is created",
|
6
|
+
"delay" : 3,
|
7
|
+
"maxAttempts" : 40,
|
8
|
+
"operation" : "DescribeCertificateAuthorityAuditReport",
|
9
|
+
"acceptors" : [ {
|
10
|
+
"matcher" : "path",
|
11
|
+
"argument" : "AuditReportStatus",
|
12
|
+
"state" : "success",
|
13
|
+
"expected" : "SUCCESS"
|
14
|
+
}, {
|
15
|
+
"matcher" : "path",
|
16
|
+
"argument" : "AuditReportStatus",
|
17
|
+
"state" : "failure",
|
18
|
+
"expected" : "FAILED"
|
19
|
+
}, {
|
20
|
+
"matcher" : "error",
|
21
|
+
"state" : "failure",
|
22
|
+
"expected" : "AccessDeniedException"
|
23
|
+
} ]
|
24
|
+
},
|
25
|
+
"CertificateAuthorityCSRCreated" : {
|
26
|
+
"description" : "Wait until a Certificate Authority CSR is created",
|
27
|
+
"delay" : 3,
|
28
|
+
"maxAttempts" : 40,
|
29
|
+
"operation" : "GetCertificateAuthorityCsr",
|
30
|
+
"acceptors" : [ {
|
31
|
+
"matcher" : "error",
|
32
|
+
"state" : "success",
|
33
|
+
"expected" : false
|
34
|
+
}, {
|
35
|
+
"matcher" : "error",
|
36
|
+
"state" : "retry",
|
37
|
+
"expected" : "RequestInProgressException"
|
38
|
+
}, {
|
39
|
+
"matcher" : "error",
|
40
|
+
"state" : "failure",
|
41
|
+
"expected" : "AccessDeniedException"
|
42
|
+
} ]
|
43
|
+
},
|
44
|
+
"CertificateIssued" : {
|
45
|
+
"description" : "Wait until a certificate is issued",
|
46
|
+
"delay" : 1,
|
47
|
+
"maxAttempts" : 120,
|
48
|
+
"operation" : "GetCertificate",
|
49
|
+
"acceptors" : [ {
|
50
|
+
"matcher" : "error",
|
51
|
+
"state" : "success",
|
52
|
+
"expected" : false
|
53
|
+
}, {
|
54
|
+
"matcher" : "error",
|
55
|
+
"state" : "retry",
|
56
|
+
"expected" : "RequestInProgressException"
|
57
|
+
}, {
|
58
|
+
"matcher" : "error",
|
59
|
+
"state" : "failure",
|
60
|
+
"expected" : "AccessDeniedException"
|
61
|
+
} ]
|
75
62
|
}
|
76
|
-
}
|
63
|
+
}
|
64
|
+
}
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "arc-zonal-shift",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS ARC - Zonal Shift",
|
9
12
|
"serviceId": "ARC Zonal Shift",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "arc-zonal-shift",
|
12
|
-
"uid": "arc-zonal-shift-2022-10-30"
|
15
|
+
"uid": "arc-zonal-shift-2022-10-30",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"CancelZonalShift": {
|
@@ -112,6 +118,26 @@
|
|
112
118
|
},
|
113
119
|
"idempotent": true
|
114
120
|
},
|
121
|
+
"GetAutoshiftObserverNotificationStatus": {
|
122
|
+
"http": {
|
123
|
+
"method": "GET",
|
124
|
+
"requestUri": "/autoshift-observer-notification",
|
125
|
+
"responseCode": 200
|
126
|
+
},
|
127
|
+
"input": {
|
128
|
+
"type": "structure",
|
129
|
+
"members": {}
|
130
|
+
},
|
131
|
+
"output": {
|
132
|
+
"type": "structure",
|
133
|
+
"required": [
|
134
|
+
"status"
|
135
|
+
],
|
136
|
+
"members": {
|
137
|
+
"status": {}
|
138
|
+
}
|
139
|
+
}
|
140
|
+
},
|
115
141
|
"GetManagedResource": {
|
116
142
|
"http": {
|
117
143
|
"method": "GET",
|
@@ -138,11 +164,11 @@
|
|
138
164
|
],
|
139
165
|
"members": {
|
140
166
|
"appliedWeights": {
|
141
|
-
"shape": "
|
167
|
+
"shape": "Su"
|
142
168
|
},
|
143
169
|
"arn": {},
|
144
170
|
"autoshifts": {
|
145
|
-
"shape": "
|
171
|
+
"shape": "Sw"
|
146
172
|
},
|
147
173
|
"name": {},
|
148
174
|
"practiceRunConfiguration": {
|
@@ -150,7 +176,7 @@
|
|
150
176
|
},
|
151
177
|
"zonalAutoshiftStatus": {},
|
152
178
|
"zonalShifts": {
|
153
|
-
"shape": "
|
179
|
+
"shape": "Sz"
|
154
180
|
}
|
155
181
|
}
|
156
182
|
}
|
@@ -243,11 +269,11 @@
|
|
243
269
|
],
|
244
270
|
"members": {
|
245
271
|
"appliedWeights": {
|
246
|
-
"shape": "
|
272
|
+
"shape": "Su"
|
247
273
|
},
|
248
274
|
"arn": {},
|
249
275
|
"autoshifts": {
|
250
|
-
"shape": "
|
276
|
+
"shape": "Sw"
|
251
277
|
},
|
252
278
|
"availabilityZones": {
|
253
279
|
"type": "list",
|
@@ -257,7 +283,7 @@
|
|
257
283
|
"practiceRunStatus": {},
|
258
284
|
"zonalAutoshiftStatus": {},
|
259
285
|
"zonalShifts": {
|
260
|
-
"shape": "
|
286
|
+
"shape": "Sz"
|
261
287
|
}
|
262
288
|
}
|
263
289
|
}
|
@@ -354,6 +380,32 @@
|
|
354
380
|
"shape": "S3"
|
355
381
|
}
|
356
382
|
},
|
383
|
+
"UpdateAutoshiftObserverNotificationStatus": {
|
384
|
+
"http": {
|
385
|
+
"method": "PUT",
|
386
|
+
"requestUri": "/autoshift-observer-notification",
|
387
|
+
"responseCode": 200
|
388
|
+
},
|
389
|
+
"input": {
|
390
|
+
"type": "structure",
|
391
|
+
"required": [
|
392
|
+
"status"
|
393
|
+
],
|
394
|
+
"members": {
|
395
|
+
"status": {}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"output": {
|
399
|
+
"type": "structure",
|
400
|
+
"required": [
|
401
|
+
"status"
|
402
|
+
],
|
403
|
+
"members": {
|
404
|
+
"status": {}
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"idempotent": true
|
408
|
+
},
|
357
409
|
"UpdatePracticeRunConfiguration": {
|
358
410
|
"http": {
|
359
411
|
"method": "PATCH",
|
@@ -528,14 +580,14 @@
|
|
528
580
|
}
|
529
581
|
}
|
530
582
|
},
|
531
|
-
"
|
583
|
+
"Su": {
|
532
584
|
"type": "map",
|
533
585
|
"key": {},
|
534
586
|
"value": {
|
535
587
|
"type": "float"
|
536
588
|
}
|
537
589
|
},
|
538
|
-
"
|
590
|
+
"Sw": {
|
539
591
|
"type": "list",
|
540
592
|
"member": {
|
541
593
|
"type": "structure",
|
@@ -553,7 +605,7 @@
|
|
553
605
|
}
|
554
606
|
}
|
555
607
|
},
|
556
|
-
"
|
608
|
+
"Sz": {
|
557
609
|
"type": "list",
|
558
610
|
"member": {
|
559
611
|
"type": "structure",
|