aws-sdk 2.1343.0 → 2.1345.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/athena-2017-05-18.min.json +6 -0
- package/apis/connect-2017-08-08.min.json +2 -1
- package/apis/iotwireless-2020-11-22.min.json +516 -130
- package/apis/medialive-2017-10-14.min.json +16 -4
- package/apis/securityhub-2018-10-26.min.json +346 -251
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +12 -9
- package/apis/ssm-contacts-2021-05-03.examples.json +0 -709
- package/apis/ssm-contacts-2021-05-03.min.json +572 -14
- package/apis/ssm-contacts-2021-05-03.paginators.json +29 -0
- package/apis/voice-id-2021-09-27.min.json +379 -93
- package/apis/voice-id-2021-09-27.paginators.json +12 -0
- package/clients/athena.d.ts +40 -32
- package/clients/chimesdkvoice.d.ts +1623 -183
- package/clients/connect.d.ts +8 -4
- package/clients/connectparticipant.d.ts +3 -3
- package/clients/iotwireless.d.ts +456 -2
- package/clients/medialive.d.ts +17 -1
- package/clients/sagemaker.d.ts +17 -17
- package/clients/securityhub.d.ts +199 -10
- package/clients/servicecatalogappregistry.d.ts +36 -23
- package/clients/ssmcontacts.d.ts +654 -25
- package/clients/ssmincidents.d.ts +22 -22
- package/clients/voiceid.d.ts +400 -59
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +11 -4
- package/dist/aws-sdk.min.js +87 -87
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -1202,6 +1202,10 @@
|
|
|
1202
1202
|
"UhdDeviceSettings": {
|
|
1203
1203
|
"shape": "Si4",
|
|
1204
1204
|
"locationName": "uhdDeviceSettings"
|
|
1205
|
+
},
|
|
1206
|
+
"Tags": {
|
|
1207
|
+
"shape": "Sex",
|
|
1208
|
+
"locationName": "tags"
|
|
1205
1209
|
}
|
|
1206
1210
|
}
|
|
1207
1211
|
}
|
|
@@ -1819,6 +1823,10 @@
|
|
|
1819
1823
|
"UhdDeviceSettings": {
|
|
1820
1824
|
"shape": "Si4",
|
|
1821
1825
|
"locationName": "uhdDeviceSettings"
|
|
1826
|
+
},
|
|
1827
|
+
"Tags": {
|
|
1828
|
+
"shape": "Sex",
|
|
1829
|
+
"locationName": "tags"
|
|
1822
1830
|
}
|
|
1823
1831
|
}
|
|
1824
1832
|
}
|
|
@@ -2923,6 +2931,10 @@
|
|
|
2923
2931
|
"UhdDeviceSettings": {
|
|
2924
2932
|
"shape": "Si4",
|
|
2925
2933
|
"locationName": "uhdDeviceSettings"
|
|
2934
|
+
},
|
|
2935
|
+
"Tags": {
|
|
2936
|
+
"shape": "Sex",
|
|
2937
|
+
"locationName": "tags"
|
|
2926
2938
|
}
|
|
2927
2939
|
}
|
|
2928
2940
|
}
|
|
@@ -3131,11 +3143,11 @@
|
|
|
3131
3143
|
"members": {
|
|
3132
3144
|
"Tag": {
|
|
3133
3145
|
"locationName": "tag"
|
|
3146
|
+
},
|
|
3147
|
+
"Id3": {
|
|
3148
|
+
"locationName": "id3"
|
|
3134
3149
|
}
|
|
3135
|
-
}
|
|
3136
|
-
"required": [
|
|
3137
|
-
"Tag"
|
|
3138
|
-
]
|
|
3150
|
+
}
|
|
3139
3151
|
},
|
|
3140
3152
|
"HlsTimedMetadataSettings": {
|
|
3141
3153
|
"locationName": "hlsTimedMetadataSettings",
|