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
|
@@ -408,8 +408,7 @@
|
|
|
408
408
|
"type": "structure",
|
|
409
409
|
"members": {
|
|
410
410
|
"ResourceTypes": {
|
|
411
|
-
"
|
|
412
|
-
"member": {}
|
|
411
|
+
"shape": "S2k"
|
|
413
412
|
}
|
|
414
413
|
}
|
|
415
414
|
},
|
|
@@ -431,6 +430,41 @@
|
|
|
431
430
|
}
|
|
432
431
|
}
|
|
433
432
|
},
|
|
433
|
+
"GetDiscoveredResourceCounts": {
|
|
434
|
+
"input": {
|
|
435
|
+
"type": "structure",
|
|
436
|
+
"members": {
|
|
437
|
+
"resourceTypes": {
|
|
438
|
+
"shape": "S2k"
|
|
439
|
+
},
|
|
440
|
+
"limit": {
|
|
441
|
+
"type": "integer"
|
|
442
|
+
},
|
|
443
|
+
"nextToken": {}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"output": {
|
|
447
|
+
"type": "structure",
|
|
448
|
+
"members": {
|
|
449
|
+
"totalDiscoveredResources": {
|
|
450
|
+
"type": "long"
|
|
451
|
+
},
|
|
452
|
+
"resourceCounts": {
|
|
453
|
+
"type": "list",
|
|
454
|
+
"member": {
|
|
455
|
+
"type": "structure",
|
|
456
|
+
"members": {
|
|
457
|
+
"resourceType": {},
|
|
458
|
+
"count": {
|
|
459
|
+
"type": "long"
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"nextToken": {}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
434
468
|
"GetResourceConfigHistory": {
|
|
435
469
|
"input": {
|
|
436
470
|
"type": "structure",
|
|
@@ -603,7 +637,7 @@
|
|
|
603
637
|
],
|
|
604
638
|
"members": {
|
|
605
639
|
"Evaluations": {
|
|
606
|
-
"shape": "
|
|
640
|
+
"shape": "S3y"
|
|
607
641
|
},
|
|
608
642
|
"ResultToken": {},
|
|
609
643
|
"TestMode": {
|
|
@@ -615,7 +649,7 @@
|
|
|
615
649
|
"type": "structure",
|
|
616
650
|
"members": {
|
|
617
651
|
"FailedEvaluations": {
|
|
618
|
-
"shape": "
|
|
652
|
+
"shape": "S3y"
|
|
619
653
|
}
|
|
620
654
|
}
|
|
621
655
|
}
|
|
@@ -845,7 +879,11 @@
|
|
|
845
879
|
}
|
|
846
880
|
}
|
|
847
881
|
},
|
|
848
|
-
"
|
|
882
|
+
"S2k": {
|
|
883
|
+
"type": "list",
|
|
884
|
+
"member": {}
|
|
885
|
+
},
|
|
886
|
+
"S3y": {
|
|
849
887
|
"type": "list",
|
|
850
888
|
"member": {
|
|
851
889
|
"type": "structure",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"ApplicationName": {},
|
|
92
92
|
"Description": {},
|
|
93
93
|
"ResourceLifecycleConfig": {
|
|
94
|
-
"shape": "
|
|
94
|
+
"shape": "S17"
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"output": {
|
|
99
|
-
"shape": "
|
|
99
|
+
"shape": "S1d",
|
|
100
100
|
"resultWrapper": "CreateApplicationResult"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
"VersionLabel": {},
|
|
113
113
|
"Description": {},
|
|
114
114
|
"SourceBuildInformation": {
|
|
115
|
-
"shape": "
|
|
115
|
+
"shape": "S1i"
|
|
116
116
|
},
|
|
117
117
|
"SourceBundle": {
|
|
118
|
-
"shape": "
|
|
118
|
+
"shape": "S1m"
|
|
119
119
|
},
|
|
120
120
|
"BuildConfiguration": {
|
|
121
121
|
"type": "structure",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"output": {
|
|
145
|
-
"shape": "
|
|
145
|
+
"shape": "S1u",
|
|
146
146
|
"resultWrapper": "CreateApplicationVersionResult"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -168,12 +168,12 @@
|
|
|
168
168
|
"EnvironmentId": {},
|
|
169
169
|
"Description": {},
|
|
170
170
|
"OptionSettings": {
|
|
171
|
-
"shape": "
|
|
171
|
+
"shape": "S1z"
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"output": {
|
|
176
|
-
"shape": "
|
|
176
|
+
"shape": "S25",
|
|
177
177
|
"resultWrapper": "CreateConfigurationTemplateResult"
|
|
178
178
|
}
|
|
179
179
|
},
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
"SolutionStackName": {},
|
|
208
208
|
"PlatformArn": {},
|
|
209
209
|
"OptionSettings": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "S1z"
|
|
211
211
|
},
|
|
212
212
|
"OptionsToRemove": {
|
|
213
|
-
"shape": "
|
|
213
|
+
"shape": "S2c"
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
},
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
"PlatformName": {},
|
|
232
232
|
"PlatformVersion": {},
|
|
233
233
|
"PlatformDefinitionBundle": {
|
|
234
|
-
"shape": "
|
|
234
|
+
"shape": "S1m"
|
|
235
235
|
},
|
|
236
236
|
"EnvironmentName": {},
|
|
237
237
|
"OptionSettings": {
|
|
238
|
-
"shape": "
|
|
238
|
+
"shape": "S1z"
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
},
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"type": "structure",
|
|
245
245
|
"members": {
|
|
246
246
|
"PlatformSummary": {
|
|
247
|
-
"shape": "
|
|
247
|
+
"shape": "S2i"
|
|
248
248
|
},
|
|
249
249
|
"Builder": {
|
|
250
250
|
"type": "structure",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"type": "structure",
|
|
333
333
|
"members": {
|
|
334
334
|
"PlatformSummary": {
|
|
335
|
-
"shape": "
|
|
335
|
+
"shape": "S2i"
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
338
|
}
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"members": {
|
|
344
344
|
"ApplicationName": {},
|
|
345
345
|
"VersionLabels": {
|
|
346
|
-
"shape": "
|
|
346
|
+
"shape": "S1f"
|
|
347
347
|
},
|
|
348
348
|
"MaxRecords": {
|
|
349
349
|
"type": "integer"
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"ApplicationVersions": {
|
|
359
359
|
"type": "list",
|
|
360
360
|
"member": {
|
|
361
|
-
"shape": "
|
|
361
|
+
"shape": "S1v"
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
"NextToken": {}
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"Applications": {
|
|
383
383
|
"type": "list",
|
|
384
384
|
"member": {
|
|
385
|
-
"shape": "
|
|
385
|
+
"shape": "S1e"
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
388
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"SolutionStackName": {},
|
|
399
399
|
"PlatformArn": {},
|
|
400
400
|
"Options": {
|
|
401
|
-
"shape": "
|
|
401
|
+
"shape": "S2c"
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
},
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"ConfigurationSettings": {
|
|
467
467
|
"type": "list",
|
|
468
468
|
"member": {
|
|
469
|
-
"shape": "
|
|
469
|
+
"shape": "S25"
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
}
|
|
@@ -493,10 +493,10 @@
|
|
|
493
493
|
"Status": {},
|
|
494
494
|
"Color": {},
|
|
495
495
|
"Causes": {
|
|
496
|
-
"shape": "
|
|
496
|
+
"shape": "S3y"
|
|
497
497
|
},
|
|
498
498
|
"ApplicationMetrics": {
|
|
499
|
-
"shape": "
|
|
499
|
+
"shape": "S40"
|
|
500
500
|
},
|
|
501
501
|
"InstancesHealth": {
|
|
502
502
|
"type": "structure",
|
|
@@ -699,7 +699,11 @@
|
|
|
699
699
|
},
|
|
700
700
|
"IncludedDeletedBackTo": {
|
|
701
701
|
"type": "timestamp"
|
|
702
|
-
}
|
|
702
|
+
},
|
|
703
|
+
"MaxRecords": {
|
|
704
|
+
"type": "integer"
|
|
705
|
+
},
|
|
706
|
+
"NextToken": {}
|
|
703
707
|
}
|
|
704
708
|
},
|
|
705
709
|
"output": {
|
|
@@ -784,13 +788,13 @@
|
|
|
784
788
|
"HealthStatus": {},
|
|
785
789
|
"Color": {},
|
|
786
790
|
"Causes": {
|
|
787
|
-
"shape": "
|
|
791
|
+
"shape": "S3y"
|
|
788
792
|
},
|
|
789
793
|
"LaunchedAt": {
|
|
790
794
|
"type": "timestamp"
|
|
791
795
|
},
|
|
792
796
|
"ApplicationMetrics": {
|
|
793
|
-
"shape": "
|
|
797
|
+
"shape": "S40"
|
|
794
798
|
},
|
|
795
799
|
"System": {
|
|
796
800
|
"type": "structure",
|
|
@@ -916,10 +920,10 @@
|
|
|
916
920
|
}
|
|
917
921
|
},
|
|
918
922
|
"SupportedTierList": {
|
|
919
|
-
"shape": "
|
|
923
|
+
"shape": "S2o"
|
|
920
924
|
},
|
|
921
925
|
"SupportedAddonList": {
|
|
922
|
-
"shape": "
|
|
926
|
+
"shape": "S2q"
|
|
923
927
|
}
|
|
924
928
|
}
|
|
925
929
|
}
|
|
@@ -982,7 +986,7 @@
|
|
|
982
986
|
"PlatformSummaryList": {
|
|
983
987
|
"type": "list",
|
|
984
988
|
"member": {
|
|
985
|
-
"shape": "
|
|
989
|
+
"shape": "S2i"
|
|
986
990
|
}
|
|
987
991
|
},
|
|
988
992
|
"NextToken": {}
|
|
@@ -1095,7 +1099,7 @@
|
|
|
1095
1099
|
}
|
|
1096
1100
|
},
|
|
1097
1101
|
"output": {
|
|
1098
|
-
"shape": "
|
|
1102
|
+
"shape": "S1d",
|
|
1099
1103
|
"resultWrapper": "UpdateApplicationResult"
|
|
1100
1104
|
}
|
|
1101
1105
|
},
|
|
@@ -1109,7 +1113,7 @@
|
|
|
1109
1113
|
"members": {
|
|
1110
1114
|
"ApplicationName": {},
|
|
1111
1115
|
"ResourceLifecycleConfig": {
|
|
1112
|
-
"shape": "
|
|
1116
|
+
"shape": "S17"
|
|
1113
1117
|
}
|
|
1114
1118
|
}
|
|
1115
1119
|
},
|
|
@@ -1119,7 +1123,7 @@
|
|
|
1119
1123
|
"members": {
|
|
1120
1124
|
"ApplicationName": {},
|
|
1121
1125
|
"ResourceLifecycleConfig": {
|
|
1122
|
-
"shape": "
|
|
1126
|
+
"shape": "S17"
|
|
1123
1127
|
}
|
|
1124
1128
|
}
|
|
1125
1129
|
}
|
|
@@ -1138,7 +1142,7 @@
|
|
|
1138
1142
|
}
|
|
1139
1143
|
},
|
|
1140
1144
|
"output": {
|
|
1141
|
-
"shape": "
|
|
1145
|
+
"shape": "S1u",
|
|
1142
1146
|
"resultWrapper": "UpdateApplicationVersionResult"
|
|
1143
1147
|
}
|
|
1144
1148
|
},
|
|
@@ -1154,15 +1158,15 @@
|
|
|
1154
1158
|
"TemplateName": {},
|
|
1155
1159
|
"Description": {},
|
|
1156
1160
|
"OptionSettings": {
|
|
1157
|
-
"shape": "
|
|
1161
|
+
"shape": "S1z"
|
|
1158
1162
|
},
|
|
1159
1163
|
"OptionsToRemove": {
|
|
1160
|
-
"shape": "
|
|
1164
|
+
"shape": "S2c"
|
|
1161
1165
|
}
|
|
1162
1166
|
}
|
|
1163
1167
|
},
|
|
1164
1168
|
"output": {
|
|
1165
|
-
"shape": "
|
|
1169
|
+
"shape": "S25",
|
|
1166
1170
|
"resultWrapper": "UpdateConfigurationTemplateResult"
|
|
1167
1171
|
}
|
|
1168
1172
|
},
|
|
@@ -1183,10 +1187,10 @@
|
|
|
1183
1187
|
"SolutionStackName": {},
|
|
1184
1188
|
"PlatformArn": {},
|
|
1185
1189
|
"OptionSettings": {
|
|
1186
|
-
"shape": "
|
|
1190
|
+
"shape": "S1z"
|
|
1187
1191
|
},
|
|
1188
1192
|
"OptionsToRemove": {
|
|
1189
|
-
"shape": "
|
|
1193
|
+
"shape": "S2c"
|
|
1190
1194
|
}
|
|
1191
1195
|
}
|
|
1192
1196
|
},
|
|
@@ -1207,7 +1211,7 @@
|
|
|
1207
1211
|
"TemplateName": {},
|
|
1208
1212
|
"EnvironmentName": {},
|
|
1209
1213
|
"OptionSettings": {
|
|
1210
|
-
"shape": "
|
|
1214
|
+
"shape": "S1z"
|
|
1211
1215
|
}
|
|
1212
1216
|
}
|
|
1213
1217
|
},
|
|
@@ -1240,7 +1244,8 @@
|
|
|
1240
1244
|
"member": {
|
|
1241
1245
|
"shape": "Sk"
|
|
1242
1246
|
}
|
|
1243
|
-
}
|
|
1247
|
+
},
|
|
1248
|
+
"NextToken": {}
|
|
1244
1249
|
}
|
|
1245
1250
|
},
|
|
1246
1251
|
"Sk": {
|
|
@@ -1304,7 +1309,8 @@
|
|
|
1304
1309
|
"EnvironmentName": {}
|
|
1305
1310
|
}
|
|
1306
1311
|
}
|
|
1307
|
-
}
|
|
1312
|
+
},
|
|
1313
|
+
"EnvironmentArn": {}
|
|
1308
1314
|
}
|
|
1309
1315
|
},
|
|
1310
1316
|
"S11": {
|
|
@@ -1315,7 +1321,7 @@
|
|
|
1315
1321
|
"Version": {}
|
|
1316
1322
|
}
|
|
1317
1323
|
},
|
|
1318
|
-
"
|
|
1324
|
+
"S17": {
|
|
1319
1325
|
"type": "structure",
|
|
1320
1326
|
"members": {
|
|
1321
1327
|
"ServiceRole": {},
|
|
@@ -1360,15 +1366,15 @@
|
|
|
1360
1366
|
}
|
|
1361
1367
|
}
|
|
1362
1368
|
},
|
|
1363
|
-
"
|
|
1369
|
+
"S1d": {
|
|
1364
1370
|
"type": "structure",
|
|
1365
1371
|
"members": {
|
|
1366
1372
|
"Application": {
|
|
1367
|
-
"shape": "
|
|
1373
|
+
"shape": "S1e"
|
|
1368
1374
|
}
|
|
1369
1375
|
}
|
|
1370
1376
|
},
|
|
1371
|
-
"
|
|
1377
|
+
"S1e": {
|
|
1372
1378
|
"type": "structure",
|
|
1373
1379
|
"members": {
|
|
1374
1380
|
"ApplicationName": {},
|
|
@@ -1380,22 +1386,22 @@
|
|
|
1380
1386
|
"type": "timestamp"
|
|
1381
1387
|
},
|
|
1382
1388
|
"Versions": {
|
|
1383
|
-
"shape": "
|
|
1389
|
+
"shape": "S1f"
|
|
1384
1390
|
},
|
|
1385
1391
|
"ConfigurationTemplates": {
|
|
1386
1392
|
"type": "list",
|
|
1387
1393
|
"member": {}
|
|
1388
1394
|
},
|
|
1389
1395
|
"ResourceLifecycleConfig": {
|
|
1390
|
-
"shape": "
|
|
1396
|
+
"shape": "S17"
|
|
1391
1397
|
}
|
|
1392
1398
|
}
|
|
1393
1399
|
},
|
|
1394
|
-
"
|
|
1400
|
+
"S1f": {
|
|
1395
1401
|
"type": "list",
|
|
1396
1402
|
"member": {}
|
|
1397
1403
|
},
|
|
1398
|
-
"
|
|
1404
|
+
"S1i": {
|
|
1399
1405
|
"type": "structure",
|
|
1400
1406
|
"required": [
|
|
1401
1407
|
"SourceType",
|
|
@@ -1408,33 +1414,33 @@
|
|
|
1408
1414
|
"SourceLocation": {}
|
|
1409
1415
|
}
|
|
1410
1416
|
},
|
|
1411
|
-
"
|
|
1417
|
+
"S1m": {
|
|
1412
1418
|
"type": "structure",
|
|
1413
1419
|
"members": {
|
|
1414
1420
|
"S3Bucket": {},
|
|
1415
1421
|
"S3Key": {}
|
|
1416
1422
|
}
|
|
1417
1423
|
},
|
|
1418
|
-
"
|
|
1424
|
+
"S1u": {
|
|
1419
1425
|
"type": "structure",
|
|
1420
1426
|
"members": {
|
|
1421
1427
|
"ApplicationVersion": {
|
|
1422
|
-
"shape": "
|
|
1428
|
+
"shape": "S1v"
|
|
1423
1429
|
}
|
|
1424
1430
|
}
|
|
1425
1431
|
},
|
|
1426
|
-
"
|
|
1432
|
+
"S1v": {
|
|
1427
1433
|
"type": "structure",
|
|
1428
1434
|
"members": {
|
|
1429
1435
|
"ApplicationName": {},
|
|
1430
1436
|
"Description": {},
|
|
1431
1437
|
"VersionLabel": {},
|
|
1432
1438
|
"SourceBuildInformation": {
|
|
1433
|
-
"shape": "
|
|
1439
|
+
"shape": "S1i"
|
|
1434
1440
|
},
|
|
1435
1441
|
"BuildArn": {},
|
|
1436
1442
|
"SourceBundle": {
|
|
1437
|
-
"shape": "
|
|
1443
|
+
"shape": "S1m"
|
|
1438
1444
|
},
|
|
1439
1445
|
"DateCreated": {
|
|
1440
1446
|
"type": "timestamp"
|
|
@@ -1445,7 +1451,7 @@
|
|
|
1445
1451
|
"Status": {}
|
|
1446
1452
|
}
|
|
1447
1453
|
},
|
|
1448
|
-
"
|
|
1454
|
+
"S1z": {
|
|
1449
1455
|
"type": "list",
|
|
1450
1456
|
"member": {
|
|
1451
1457
|
"type": "structure",
|
|
@@ -1457,7 +1463,7 @@
|
|
|
1457
1463
|
}
|
|
1458
1464
|
}
|
|
1459
1465
|
},
|
|
1460
|
-
"
|
|
1466
|
+
"S25": {
|
|
1461
1467
|
"type": "structure",
|
|
1462
1468
|
"members": {
|
|
1463
1469
|
"SolutionStackName": {},
|
|
@@ -1474,11 +1480,11 @@
|
|
|
1474
1480
|
"type": "timestamp"
|
|
1475
1481
|
},
|
|
1476
1482
|
"OptionSettings": {
|
|
1477
|
-
"shape": "
|
|
1483
|
+
"shape": "S1z"
|
|
1478
1484
|
}
|
|
1479
1485
|
}
|
|
1480
1486
|
},
|
|
1481
|
-
"
|
|
1487
|
+
"S2c": {
|
|
1482
1488
|
"type": "list",
|
|
1483
1489
|
"member": {
|
|
1484
1490
|
"type": "structure",
|
|
@@ -1489,7 +1495,7 @@
|
|
|
1489
1495
|
}
|
|
1490
1496
|
}
|
|
1491
1497
|
},
|
|
1492
|
-
"
|
|
1498
|
+
"S2i": {
|
|
1493
1499
|
"type": "structure",
|
|
1494
1500
|
"members": {
|
|
1495
1501
|
"PlatformArn": {},
|
|
@@ -1499,26 +1505,26 @@
|
|
|
1499
1505
|
"OperatingSystemName": {},
|
|
1500
1506
|
"OperatingSystemVersion": {},
|
|
1501
1507
|
"SupportedTierList": {
|
|
1502
|
-
"shape": "
|
|
1508
|
+
"shape": "S2o"
|
|
1503
1509
|
},
|
|
1504
1510
|
"SupportedAddonList": {
|
|
1505
|
-
"shape": "
|
|
1511
|
+
"shape": "S2q"
|
|
1506
1512
|
}
|
|
1507
1513
|
}
|
|
1508
1514
|
},
|
|
1509
|
-
"
|
|
1515
|
+
"S2o": {
|
|
1510
1516
|
"type": "list",
|
|
1511
1517
|
"member": {}
|
|
1512
1518
|
},
|
|
1513
|
-
"
|
|
1519
|
+
"S2q": {
|
|
1514
1520
|
"type": "list",
|
|
1515
1521
|
"member": {}
|
|
1516
1522
|
},
|
|
1517
|
-
"
|
|
1523
|
+
"S3y": {
|
|
1518
1524
|
"type": "list",
|
|
1519
1525
|
"member": {}
|
|
1520
1526
|
},
|
|
1521
|
-
"
|
|
1527
|
+
"S40": {
|
|
1522
1528
|
"type": "structure",
|
|
1523
1529
|
"members": {
|
|
1524
1530
|
"Duration": {
|
|
@@ -59,6 +59,42 @@
|
|
|
59
59
|
"state": "success"
|
|
60
60
|
}
|
|
61
61
|
]
|
|
62
|
+
},
|
|
63
|
+
"TargetInService":{
|
|
64
|
+
"delay":15,
|
|
65
|
+
"maxAttempts":40,
|
|
66
|
+
"operation":"DescribeTargetHealth",
|
|
67
|
+
"acceptors":[
|
|
68
|
+
{
|
|
69
|
+
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
|
70
|
+
"expected":"healthy",
|
|
71
|
+
"matcher":"pathAll",
|
|
72
|
+
"state":"success"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"matcher": "error",
|
|
76
|
+
"expected": "InvalidInstance",
|
|
77
|
+
"state": "retry"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"TargetDeregistered": {
|
|
82
|
+
"delay": 15,
|
|
83
|
+
"maxAttempts": 40,
|
|
84
|
+
"operation": "DescribeTargetHealth",
|
|
85
|
+
"acceptors": [
|
|
86
|
+
{
|
|
87
|
+
"matcher": "error",
|
|
88
|
+
"expected": "InvalidTarget",
|
|
89
|
+
"state": "success"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
|
93
|
+
"expected":"unused",
|
|
94
|
+
"matcher":"pathAll",
|
|
95
|
+
"state":"success"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
62
98
|
}
|
|
63
99
|
}
|
|
64
100
|
}
|
|
@@ -367,6 +367,8 @@
|
|
|
367
367
|
"NotificationAttributes": {
|
|
368
368
|
"example.com": {
|
|
369
369
|
"BounceTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
370
|
+
"ComplaintTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
371
|
+
"DeliveryTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
370
372
|
"ForwardingEnabled": true,
|
|
371
373
|
"HeadersInBounceNotificationsEnabled": false,
|
|
372
374
|
"HeadersInComplaintNotificationsEnabled": false,
|