aws-sdk 2.93.0 → 2.97.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/.changes/2.94.0.json +32 -0
- package/.changes/2.95.0.json +17 -0
- package/.changes/2.96.0.json +12 -0
- package/.changes/2.97.0.json +22 -0
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/clouddirectory-2016-05-10.min.json +51 -32
- package/apis/codedeploy-2014-10-06.min.json +82 -29
- package/apis/cognito-idp-2016-04-18.min.json +477 -185
- package/apis/config-2014-11-12.min.json +43 -5
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/ec2-2016-11-15.waiters2.json +5 -0
- package/apis/elasticbeanstalk-2010-12-01.min.json +69 -63
- package/apis/elasticloadbalancingv2-2015-12-01.waiters2.json +36 -0
- package/apis/email-2010-12-01.examples.json +2 -0
- package/apis/email-2010-12-01.min.json +54 -45
- package/apis/email-2010-12-01.paginators.json +2 -2
- package/apis/pinpoint-2016-12-01.min.json +287 -142
- package/clients/clouddirectory.d.ts +20 -0
- package/clients/cloudsearchdomain.d.ts +2 -1
- package/clients/codebuild.d.ts +2 -2
- package/clients/codedeploy.d.ts +62 -8
- package/clients/cognitoidentityserviceprovider.d.ts +376 -12
- package/clients/configservice.d.ts +54 -6
- package/clients/ec2.d.ts +12 -8
- package/clients/elasticbeanstalk.d.ts +27 -10
- package/clients/elbv2.d.ts +16 -0
- package/clients/glacier.d.ts +2 -1
- package/clients/lambda.d.ts +2 -1
- package/clients/lexruntime.d.ts +2 -1
- package/clients/pinpoint.d.ts +154 -15
- package/clients/polly.d.ts +2 -1
- package/clients/rds.d.ts +68 -68
- package/clients/s3.d.ts +2 -1
- package/clients/ses.d.ts +25 -15
- package/dist/aws-sdk-core-react-native.js +868 -574
- package/dist/aws-sdk-react-native.js +887 -586
- package/dist/aws-sdk.js +798 -333
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/lib/credentials/credential_provider_chain.d.ts +4 -0
- package/lib/protocol/rest_json.js +8 -0
- package/lib/services/s3.js +8 -1
- package/lib/util.js +14 -1
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +51 -2
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"members": {
|
|
125
125
|
"deploymentId": {},
|
|
126
126
|
"instanceIds": {
|
|
127
|
-
"shape": "
|
|
127
|
+
"shape": "S2n"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
},
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"instancesSummary": {
|
|
135
135
|
"type": "list",
|
|
136
136
|
"member": {
|
|
137
|
-
"shape": "
|
|
137
|
+
"shape": "S2r"
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"errorMessage": {}
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"type": "structure",
|
|
147
147
|
"members": {
|
|
148
148
|
"deploymentIds": {
|
|
149
|
-
"shape": "
|
|
149
|
+
"shape": "S34"
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
},
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"deploymentsInfo": {
|
|
157
157
|
"type": "list",
|
|
158
158
|
"member": {
|
|
159
|
-
"shape": "
|
|
159
|
+
"shape": "S37"
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"instanceInfos": {
|
|
178
178
|
"type": "list",
|
|
179
179
|
"member": {
|
|
180
|
-
"shape": "
|
|
180
|
+
"shape": "S3l"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"type": "boolean"
|
|
227
227
|
},
|
|
228
228
|
"targetInstances": {
|
|
229
|
-
"shape": "
|
|
229
|
+
"shape": "S3e"
|
|
230
230
|
},
|
|
231
231
|
"autoRollbackConfiguration": {
|
|
232
232
|
"shape": "S1u"
|
|
@@ -248,12 +248,13 @@
|
|
|
248
248
|
"input": {
|
|
249
249
|
"type": "structure",
|
|
250
250
|
"required": [
|
|
251
|
-
"deploymentConfigName"
|
|
251
|
+
"deploymentConfigName",
|
|
252
|
+
"minimumHealthyHosts"
|
|
252
253
|
],
|
|
253
254
|
"members": {
|
|
254
255
|
"deploymentConfigName": {},
|
|
255
256
|
"minimumHealthyHosts": {
|
|
256
|
-
"shape": "
|
|
257
|
+
"shape": "S3v"
|
|
257
258
|
}
|
|
258
259
|
}
|
|
259
260
|
},
|
|
@@ -283,7 +284,7 @@
|
|
|
283
284
|
"shape": "S1c"
|
|
284
285
|
},
|
|
285
286
|
"autoScalingGroups": {
|
|
286
|
-
"shape": "
|
|
287
|
+
"shape": "S3f"
|
|
287
288
|
},
|
|
288
289
|
"serviceRoleArn": {},
|
|
289
290
|
"triggerConfigurations": {
|
|
@@ -303,6 +304,12 @@
|
|
|
303
304
|
},
|
|
304
305
|
"loadBalancerInfo": {
|
|
305
306
|
"shape": "S28"
|
|
307
|
+
},
|
|
308
|
+
"ec2TagSet": {
|
|
309
|
+
"shape": "S2i"
|
|
310
|
+
},
|
|
311
|
+
"onPremisesTagSet": {
|
|
312
|
+
"shape": "S2k"
|
|
306
313
|
}
|
|
307
314
|
}
|
|
308
315
|
},
|
|
@@ -427,7 +434,7 @@
|
|
|
427
434
|
"type": "structure",
|
|
428
435
|
"members": {
|
|
429
436
|
"deploymentInfo": {
|
|
430
|
-
"shape": "
|
|
437
|
+
"shape": "S37"
|
|
431
438
|
}
|
|
432
439
|
}
|
|
433
440
|
}
|
|
@@ -451,7 +458,7 @@
|
|
|
451
458
|
"deploymentConfigId": {},
|
|
452
459
|
"deploymentConfigName": {},
|
|
453
460
|
"minimumHealthyHosts": {
|
|
454
|
-
"shape": "
|
|
461
|
+
"shape": "S3v"
|
|
455
462
|
},
|
|
456
463
|
"createTime": {
|
|
457
464
|
"type": "timestamp"
|
|
@@ -498,7 +505,7 @@
|
|
|
498
505
|
"type": "structure",
|
|
499
506
|
"members": {
|
|
500
507
|
"instanceSummary": {
|
|
501
|
-
"shape": "
|
|
508
|
+
"shape": "S2r"
|
|
502
509
|
}
|
|
503
510
|
}
|
|
504
511
|
}
|
|
@@ -517,7 +524,7 @@
|
|
|
517
524
|
"type": "structure",
|
|
518
525
|
"members": {
|
|
519
526
|
"instanceInfo": {
|
|
520
|
-
"shape": "
|
|
527
|
+
"shape": "S3l"
|
|
521
528
|
}
|
|
522
529
|
}
|
|
523
530
|
}
|
|
@@ -628,7 +635,7 @@
|
|
|
628
635
|
"type": "structure",
|
|
629
636
|
"members": {
|
|
630
637
|
"instancesList": {
|
|
631
|
-
"shape": "
|
|
638
|
+
"shape": "S2n"
|
|
632
639
|
},
|
|
633
640
|
"nextToken": {}
|
|
634
641
|
}
|
|
@@ -662,7 +669,7 @@
|
|
|
662
669
|
"type": "structure",
|
|
663
670
|
"members": {
|
|
664
671
|
"deployments": {
|
|
665
|
-
"shape": "
|
|
672
|
+
"shape": "S34"
|
|
666
673
|
},
|
|
667
674
|
"nextToken": {}
|
|
668
675
|
}
|
|
@@ -810,7 +817,7 @@
|
|
|
810
817
|
"shape": "S1c"
|
|
811
818
|
},
|
|
812
819
|
"autoScalingGroups": {
|
|
813
|
-
"shape": "
|
|
820
|
+
"shape": "S3f"
|
|
814
821
|
},
|
|
815
822
|
"serviceRoleArn": {},
|
|
816
823
|
"triggerConfigurations": {
|
|
@@ -830,6 +837,12 @@
|
|
|
830
837
|
},
|
|
831
838
|
"loadBalancerInfo": {
|
|
832
839
|
"shape": "S28"
|
|
840
|
+
},
|
|
841
|
+
"ec2TagSet": {
|
|
842
|
+
"shape": "S2i"
|
|
843
|
+
},
|
|
844
|
+
"onPremisesTagSet": {
|
|
845
|
+
"shape": "S2k"
|
|
833
846
|
}
|
|
834
847
|
}
|
|
835
848
|
},
|
|
@@ -966,10 +979,16 @@
|
|
|
966
979
|
"shape": "S28"
|
|
967
980
|
},
|
|
968
981
|
"lastSuccessfulDeployment": {
|
|
969
|
-
"shape": "
|
|
982
|
+
"shape": "S2f"
|
|
970
983
|
},
|
|
971
984
|
"lastAttemptedDeployment": {
|
|
972
|
-
"shape": "
|
|
985
|
+
"shape": "S2f"
|
|
986
|
+
},
|
|
987
|
+
"ec2TagSet": {
|
|
988
|
+
"shape": "S2i"
|
|
989
|
+
},
|
|
990
|
+
"onPremisesTagSet": {
|
|
991
|
+
"shape": "S2k"
|
|
973
992
|
}
|
|
974
993
|
}
|
|
975
994
|
},
|
|
@@ -1098,10 +1117,19 @@
|
|
|
1098
1117
|
"name": {}
|
|
1099
1118
|
}
|
|
1100
1119
|
}
|
|
1120
|
+
},
|
|
1121
|
+
"targetGroupInfoList": {
|
|
1122
|
+
"type": "list",
|
|
1123
|
+
"member": {
|
|
1124
|
+
"type": "structure",
|
|
1125
|
+
"members": {
|
|
1126
|
+
"name": {}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1101
1129
|
}
|
|
1102
1130
|
}
|
|
1103
1131
|
},
|
|
1104
|
-
"
|
|
1132
|
+
"S2f": {
|
|
1105
1133
|
"type": "structure",
|
|
1106
1134
|
"members": {
|
|
1107
1135
|
"deploymentId": {},
|
|
@@ -1114,11 +1142,33 @@
|
|
|
1114
1142
|
}
|
|
1115
1143
|
}
|
|
1116
1144
|
},
|
|
1117
|
-
"
|
|
1145
|
+
"S2i": {
|
|
1146
|
+
"type": "structure",
|
|
1147
|
+
"members": {
|
|
1148
|
+
"ec2TagSetList": {
|
|
1149
|
+
"type": "list",
|
|
1150
|
+
"member": {
|
|
1151
|
+
"shape": "S19"
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"S2k": {
|
|
1157
|
+
"type": "structure",
|
|
1158
|
+
"members": {
|
|
1159
|
+
"onPremisesTagSetList": {
|
|
1160
|
+
"type": "list",
|
|
1161
|
+
"member": {
|
|
1162
|
+
"shape": "S1c"
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"S2n": {
|
|
1118
1168
|
"type": "list",
|
|
1119
1169
|
"member": {}
|
|
1120
1170
|
},
|
|
1121
|
-
"
|
|
1171
|
+
"S2r": {
|
|
1122
1172
|
"type": "structure",
|
|
1123
1173
|
"members": {
|
|
1124
1174
|
"deploymentId": {},
|
|
@@ -1155,11 +1205,11 @@
|
|
|
1155
1205
|
"instanceType": {}
|
|
1156
1206
|
}
|
|
1157
1207
|
},
|
|
1158
|
-
"
|
|
1208
|
+
"S34": {
|
|
1159
1209
|
"type": "list",
|
|
1160
1210
|
"member": {}
|
|
1161
1211
|
},
|
|
1162
|
-
"
|
|
1212
|
+
"S37": {
|
|
1163
1213
|
"type": "structure",
|
|
1164
1214
|
"members": {
|
|
1165
1215
|
"applicationName": {},
|
|
@@ -1235,7 +1285,7 @@
|
|
|
1235
1285
|
"shape": "S1x"
|
|
1236
1286
|
},
|
|
1237
1287
|
"targetInstances": {
|
|
1238
|
-
"shape": "
|
|
1288
|
+
"shape": "S3e"
|
|
1239
1289
|
},
|
|
1240
1290
|
"instanceTerminationWaitTimeStarted": {
|
|
1241
1291
|
"type": "boolean"
|
|
@@ -1250,22 +1300,25 @@
|
|
|
1250
1300
|
"fileExistsBehavior": {}
|
|
1251
1301
|
}
|
|
1252
1302
|
},
|
|
1253
|
-
"
|
|
1303
|
+
"S3e": {
|
|
1254
1304
|
"type": "structure",
|
|
1255
1305
|
"members": {
|
|
1256
1306
|
"tagFilters": {
|
|
1257
1307
|
"shape": "S19"
|
|
1258
1308
|
},
|
|
1259
1309
|
"autoScalingGroups": {
|
|
1260
|
-
"shape": "
|
|
1310
|
+
"shape": "S3f"
|
|
1311
|
+
},
|
|
1312
|
+
"ec2TagSet": {
|
|
1313
|
+
"shape": "S2i"
|
|
1261
1314
|
}
|
|
1262
1315
|
}
|
|
1263
1316
|
},
|
|
1264
|
-
"
|
|
1317
|
+
"S3f": {
|
|
1265
1318
|
"type": "list",
|
|
1266
1319
|
"member": {}
|
|
1267
1320
|
},
|
|
1268
|
-
"
|
|
1321
|
+
"S3l": {
|
|
1269
1322
|
"type": "structure",
|
|
1270
1323
|
"members": {
|
|
1271
1324
|
"instanceName": {},
|
|
@@ -1283,7 +1336,7 @@
|
|
|
1283
1336
|
}
|
|
1284
1337
|
}
|
|
1285
1338
|
},
|
|
1286
|
-
"
|
|
1339
|
+
"S3v": {
|
|
1287
1340
|
"type": "structure",
|
|
1288
1341
|
"members": {
|
|
1289
1342
|
"value": {
|