aws-sdk 2.1124.0 → 2.1127.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 +19 -1
- package/README.md +1 -1
- package/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/apis/mediaconvert-2017-08-29.min.json +136 -120
- package/apis/outposts-2019-12-03.min.json +56 -0
- package/apis/outposts-2019-12-03.paginators.json +10 -0
- package/apis/rds-2014-10-31.min.json +20 -7
- package/apis/s3-2006-03-01.examples.json +124 -124
- package/apis/sagemaker-2017-07-24.min.json +149 -138
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +8 -3
- package/apis/wafv2-2019-07-29.min.json +196 -130
- package/clients/codegurureviewer.d.ts +18 -5
- package/clients/ec2.d.ts +10 -2
- package/clients/kinesisvideo.d.ts +177 -10
- package/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/clients/mediaconvert.d.ts +23 -2
- package/clients/organizations.d.ts +5 -5
- package/clients/outposts.d.ts +67 -10
- package/clients/rds.d.ts +36 -0
- package/clients/s3.d.ts +8 -8
- package/clients/sagemaker.d.ts +10 -0
- package/clients/ssm.d.ts +5 -1
- package/clients/synthetics.d.ts +7 -3
- package/clients/wafv2.d.ts +104 -27
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +246 -19
- package/dist/aws-sdk.min.js +69 -69
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -81,6 +81,11 @@
|
|
|
81
81
|
"Name": {
|
|
82
82
|
"location": "uri",
|
|
83
83
|
"locationName": "name"
|
|
84
|
+
},
|
|
85
|
+
"DeleteLambda": {
|
|
86
|
+
"location": "querystring",
|
|
87
|
+
"locationName": "deleteLambda",
|
|
88
|
+
"type": "boolean"
|
|
84
89
|
}
|
|
85
90
|
}
|
|
86
91
|
},
|
|
@@ -146,7 +151,7 @@
|
|
|
146
151
|
"members": {
|
|
147
152
|
"CanaryName": {},
|
|
148
153
|
"LastRun": {
|
|
149
|
-
"shape": "
|
|
154
|
+
"shape": "S1t"
|
|
150
155
|
}
|
|
151
156
|
}
|
|
152
157
|
}
|
|
@@ -243,7 +248,7 @@
|
|
|
243
248
|
"CanaryRuns": {
|
|
244
249
|
"type": "list",
|
|
245
250
|
"member": {
|
|
246
|
-
"shape": "
|
|
251
|
+
"shape": "S1t"
|
|
247
252
|
}
|
|
248
253
|
},
|
|
249
254
|
"NextToken": {}
|
|
@@ -637,7 +642,7 @@
|
|
|
637
642
|
}
|
|
638
643
|
}
|
|
639
644
|
},
|
|
640
|
-
"
|
|
645
|
+
"S1t": {
|
|
641
646
|
"type": "structure",
|
|
642
647
|
"members": {
|
|
643
648
|
"Id": {},
|