aws-sdk 2.1659.0 → 2.1661.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.
Files changed (46) hide show
  1. package/README.md +1 -1
  2. package/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  3. package/apis/connect-2017-08-08.min.json +364 -175
  4. package/apis/connect-2017-08-08.paginators.json +18 -0
  5. package/apis/datazone-2018-05-10.min.json +902 -364
  6. package/apis/datazone-2018-05-10.paginators.json +6 -0
  7. package/apis/ec2-2016-11-15.min.json +1161 -1028
  8. package/apis/firehose-2015-08-04.min.json +226 -81
  9. package/apis/ivs-2020-07-14.min.json +159 -154
  10. package/apis/ivschat-2020-07-14.min.json +144 -139
  11. package/apis/ivschat-2020-07-14.waiters2.json +5 -0
  12. package/apis/medialive-2017-10-14.min.json +327 -230
  13. package/apis/metadata.json +0 -3
  14. package/apis/redshift-serverless-2021-04-21.min.json +25 -21
  15. package/apis/taxsettings-2018-05-10.min.json +4 -1
  16. package/apis/timestream-query-2018-11-01.min.json +4 -1
  17. package/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  18. package/clients/acmpca.d.ts +12 -12
  19. package/clients/all.d.ts +0 -1
  20. package/clients/all.js +0 -1
  21. package/clients/connect.d.ts +198 -2
  22. package/clients/datazone.d.ts +576 -0
  23. package/clients/ec2.d.ts +172 -17
  24. package/clients/firehose.d.ts +141 -0
  25. package/clients/ivs.d.ts +229 -229
  26. package/clients/ivschat.d.ts +166 -166
  27. package/clients/ivschat.js +1 -0
  28. package/clients/medialive.d.ts +100 -4
  29. package/clients/rds.d.ts +9 -9
  30. package/clients/redshiftserverless.d.ts +20 -3
  31. package/clients/sagemaker.d.ts +2 -2
  32. package/clients/secretsmanager.d.ts +7 -7
  33. package/clients/timestreamquery.d.ts +1 -1
  34. package/clients/workspacesthinclient.d.ts +1 -1
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +1807 -1837
  37. package/dist/aws-sdk.js +1772 -1290
  38. package/dist/aws-sdk.min.js +84 -84
  39. package/lib/config_service_placeholders.d.ts +0 -2
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
  42. package/apis/mobile-2017-07-01.examples.json +0 -5
  43. package/apis/mobile-2017-07-01.min.json +0 -341
  44. package/apis/mobile-2017-07-01.paginators.json +0 -14
  45. package/clients/mobile.d.ts +0 -333
  46. 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.1659.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1661.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
@@ -1,64 +1,76 @@
1
1
  {
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
- } ]
2
+ "version": 2,
3
+ "waiters": {
4
+ "CertificateAuthorityCSRCreated": {
5
+ "description": "Wait until a Certificate Authority CSR is created",
6
+ "operation": "GetCertificateAuthorityCsr",
7
+ "delay": 3,
8
+ "maxAttempts": 60,
9
+ "acceptors": [
10
+ {
11
+ "state": "success",
12
+ "matcher": "status",
13
+ "expected": 200
14
+ },
15
+ {
16
+ "state": "retry",
17
+ "matcher": "error",
18
+ "expected": "RequestInProgressException"
19
+ },
20
+ {
21
+ "state": "failure",
22
+ "matcher": "error",
23
+ "expected": "AccessDeniedException"
24
+ }
25
+ ]
26
+ },
27
+ "CertificateIssued": {
28
+ "description": "Wait until a certificate is issued",
29
+ "operation": "GetCertificate",
30
+ "delay": 1,
31
+ "maxAttempts": 60,
32
+ "acceptors": [
33
+ {
34
+ "state": "success",
35
+ "matcher": "status",
36
+ "expected": 200
37
+ },
38
+ {
39
+ "state": "retry",
40
+ "matcher": "error",
41
+ "expected": "RequestInProgressException"
42
+ },
43
+ {
44
+ "state": "failure",
45
+ "matcher": "error",
46
+ "expected": "AccessDeniedException"
47
+ }
48
+ ]
49
+ },
50
+ "AuditReportCreated": {
51
+ "description": "Wait until a Audit Report is created",
52
+ "operation": "DescribeCertificateAuthorityAuditReport",
53
+ "delay": 3,
54
+ "maxAttempts": 60,
55
+ "acceptors": [
56
+ {
57
+ "state": "success",
58
+ "matcher": "path",
59
+ "argument": "AuditReportStatus",
60
+ "expected": "SUCCESS"
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
+ }
62
75
  }
63
- }
64
- }
76
+ }