aws-sdk 2.1432.0 → 2.1434.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 +13 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +198 -182
- package/apis/connect-2017-08-08.min.json +472 -314
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +49 -46
- package/apis/fsx-2018-03-01.min.json +190 -143
- package/apis/omics-2022-11-28.min.json +10 -8
- package/apis/sagemaker-2017-07-24.min.json +502 -502
- package/clients/chimesdkvoice.d.ts +17 -0
- package/clients/cloudtrail.d.ts +4 -4
- package/clients/connect.d.ts +141 -7
- package/clients/elbv2.d.ts +23 -9
- package/clients/fsx.d.ts +91 -16
- package/clients/globalaccelerator.d.ts +10 -10
- package/clients/guardduty.d.ts +4 -4
- package/clients/omics.d.ts +11 -2
- package/clients/sagemaker.d.ts +11 -10
- package/clients/transfer.d.ts +11 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +530 -363
- package/dist/aws-sdk.min.js +81 -81
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1714,7 +1714,8 @@
|
|
1714
1714
|
"logStream": {},
|
1715
1715
|
"gpus": {
|
1716
1716
|
"type": "integer"
|
1717
|
-
}
|
1717
|
+
},
|
1718
|
+
"instanceType": {}
|
1718
1719
|
}
|
1719
1720
|
},
|
1720
1721
|
"authtype": "v4",
|
@@ -1954,14 +1955,14 @@
|
|
1954
1955
|
"type": "integer"
|
1955
1956
|
},
|
1956
1957
|
"creationTime": {
|
1957
|
-
"shape": "
|
1958
|
+
"shape": "S7e"
|
1958
1959
|
},
|
1959
1960
|
"statusMessage": {},
|
1960
1961
|
"tags": {
|
1961
1962
|
"shape": "Su"
|
1962
1963
|
},
|
1963
1964
|
"metadata": {
|
1964
|
-
"shape": "
|
1965
|
+
"shape": "S7g"
|
1965
1966
|
},
|
1966
1967
|
"accelerators": {}
|
1967
1968
|
}
|
@@ -2940,7 +2941,8 @@
|
|
2940
2941
|
},
|
2941
2942
|
"gpus": {
|
2942
2943
|
"type": "integer"
|
2943
|
-
}
|
2944
|
+
},
|
2945
|
+
"instanceType": {}
|
2944
2946
|
}
|
2945
2947
|
}
|
2946
2948
|
},
|
@@ -3327,10 +3329,10 @@
|
|
3327
3329
|
"type": {},
|
3328
3330
|
"digest": {},
|
3329
3331
|
"creationTime": {
|
3330
|
-
"shape": "
|
3332
|
+
"shape": "S7e"
|
3331
3333
|
},
|
3332
3334
|
"metadata": {
|
3333
|
-
"shape": "
|
3335
|
+
"shape": "S7g"
|
3334
3336
|
}
|
3335
3337
|
}
|
3336
3338
|
}
|
@@ -4209,11 +4211,11 @@
|
|
4209
4211
|
"type": "timestamp",
|
4210
4212
|
"timestampFormat": "iso8601"
|
4211
4213
|
},
|
4212
|
-
"
|
4214
|
+
"S7e": {
|
4213
4215
|
"type": "timestamp",
|
4214
4216
|
"timestampFormat": "iso8601"
|
4215
4217
|
},
|
4216
|
-
"
|
4218
|
+
"S7g": {
|
4217
4219
|
"type": "map",
|
4218
4220
|
"key": {},
|
4219
4221
|
"value": {}
|