aws-sdk 2.1619.0 → 2.1621.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/bedrock-agent-runtime-2023-07-26.min.json +6 -0
- package/apis/codebuild-2016-10-06.min.json +15 -0
- package/apis/connect-2017-08-08.min.json +543 -403
- package/apis/connect-2017-08-08.paginators.json +18 -0
- package/apis/grafana-2020-08-18.min.json +317 -15
- package/apis/grafana-2020-08-18.paginators.json +12 -0
- package/apis/medical-imaging-2023-07-19.min.json +8 -5
- package/apis/s3-2006-03-01.examples.json +95 -95
- package/apis/s3-2006-03-01.min.json +3 -0
- package/apis/securityhub-2018-10-26.min.json +3 -0
- package/clients/bedrockagentruntime.d.ts +19 -11
- package/clients/codebuild.d.ts +29 -14
- package/clients/connect.d.ts +159 -14
- package/clients/datasync.d.ts +1 -1
- package/clients/grafana.d.ts +297 -11
- package/clients/medicalimaging.d.ts +7 -2
- package/clients/securityhub.d.ts +66 -66
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +582 -406
- package/dist/aws-sdk.min.js +92 -92
- package/lib/core.js +1 -1
- package/package.json +1 -1
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.1621.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
|
@@ -974,6 +974,9 @@
|
|
974
974
|
"lessThanOrEquals": {
|
975
975
|
"shape": "S3d"
|
976
976
|
},
|
977
|
+
"listContains": {
|
978
|
+
"shape": "S3d"
|
979
|
+
},
|
977
980
|
"notEquals": {
|
978
981
|
"shape": "S3d"
|
979
982
|
},
|
@@ -985,6 +988,9 @@
|
|
985
988
|
},
|
986
989
|
"startsWith": {
|
987
990
|
"shape": "S3d"
|
991
|
+
},
|
992
|
+
"stringContains": {
|
993
|
+
"shape": "S3d"
|
988
994
|
}
|
989
995
|
},
|
990
996
|
"sensitive": true,
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "codebuild",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS CodeBuild",
|
9
12
|
"serviceId": "CodeBuild",
|
10
13
|
"signatureVersion": "v4",
|
@@ -284,6 +287,10 @@
|
|
284
287
|
"shape": "S47"
|
285
288
|
},
|
286
289
|
"overflowBehavior": {},
|
290
|
+
"vpcConfig": {
|
291
|
+
"shape": "S1j"
|
292
|
+
},
|
293
|
+
"fleetServiceRole": {},
|
287
294
|
"tags": {
|
288
295
|
"shape": "S2v"
|
289
296
|
}
|
@@ -1367,6 +1374,10 @@
|
|
1367
1374
|
"shape": "S47"
|
1368
1375
|
},
|
1369
1376
|
"overflowBehavior": {},
|
1377
|
+
"vpcConfig": {
|
1378
|
+
"shape": "S1j"
|
1379
|
+
},
|
1380
|
+
"fleetServiceRole": {},
|
1370
1381
|
"tags": {
|
1371
1382
|
"shape": "S2v"
|
1372
1383
|
}
|
@@ -2135,6 +2146,10 @@
|
|
2135
2146
|
}
|
2136
2147
|
},
|
2137
2148
|
"overflowBehavior": {},
|
2149
|
+
"vpcConfig": {
|
2150
|
+
"shape": "S1j"
|
2151
|
+
},
|
2152
|
+
"fleetServiceRole": {},
|
2138
2153
|
"tags": {
|
2139
2154
|
"shape": "S2v"
|
2140
2155
|
}
|