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.
Files changed (46) hide show
  1. package/.changes/2.94.0.json +32 -0
  2. package/.changes/2.95.0.json +17 -0
  3. package/.changes/2.96.0.json +12 -0
  4. package/.changes/2.97.0.json +22 -0
  5. package/CHANGELOG.md +24 -1
  6. package/README.md +1 -1
  7. package/apis/clouddirectory-2016-05-10.min.json +51 -32
  8. package/apis/codedeploy-2014-10-06.min.json +82 -29
  9. package/apis/cognito-idp-2016-04-18.min.json +477 -185
  10. package/apis/config-2014-11-12.min.json +43 -5
  11. package/apis/ec2-2016-11-15.min.json +1 -0
  12. package/apis/ec2-2016-11-15.waiters2.json +5 -0
  13. package/apis/elasticbeanstalk-2010-12-01.min.json +69 -63
  14. package/apis/elasticloadbalancingv2-2015-12-01.waiters2.json +36 -0
  15. package/apis/email-2010-12-01.examples.json +2 -0
  16. package/apis/email-2010-12-01.min.json +54 -45
  17. package/apis/email-2010-12-01.paginators.json +2 -2
  18. package/apis/pinpoint-2016-12-01.min.json +287 -142
  19. package/clients/clouddirectory.d.ts +20 -0
  20. package/clients/cloudsearchdomain.d.ts +2 -1
  21. package/clients/codebuild.d.ts +2 -2
  22. package/clients/codedeploy.d.ts +62 -8
  23. package/clients/cognitoidentityserviceprovider.d.ts +376 -12
  24. package/clients/configservice.d.ts +54 -6
  25. package/clients/ec2.d.ts +12 -8
  26. package/clients/elasticbeanstalk.d.ts +27 -10
  27. package/clients/elbv2.d.ts +16 -0
  28. package/clients/glacier.d.ts +2 -1
  29. package/clients/lambda.d.ts +2 -1
  30. package/clients/lexruntime.d.ts +2 -1
  31. package/clients/pinpoint.d.ts +154 -15
  32. package/clients/polly.d.ts +2 -1
  33. package/clients/rds.d.ts +68 -68
  34. package/clients/s3.d.ts +2 -1
  35. package/clients/ses.d.ts +25 -15
  36. package/dist/aws-sdk-core-react-native.js +868 -574
  37. package/dist/aws-sdk-react-native.js +887 -586
  38. package/dist/aws-sdk.js +798 -333
  39. package/dist/aws-sdk.min.js +43 -43
  40. package/lib/core.js +1 -1
  41. package/lib/credentials/credential_provider_chain.d.ts +4 -0
  42. package/lib/protocol/rest_json.js +8 -0
  43. package/lib/services/s3.js +8 -1
  44. package/lib/util.js +14 -1
  45. package/package.json +1 -1
  46. package/scripts/lib/ts-generator.js +51 -2
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version": "2.0",
3
3
  "metadata": {
4
- "uid": "email-2010-12-01",
5
4
  "apiVersion": "2010-12-01",
6
5
  "endpointPrefix": "email",
7
6
  "protocol": "query",
@@ -9,6 +8,7 @@
9
8
  "serviceFullName": "Amazon Simple Email Service",
10
9
  "signatureVersion": "v4",
11
10
  "signingName": "ses",
11
+ "uid": "email-2010-12-01",
12
12
  "xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
13
13
  },
14
14
  "operations": {
@@ -76,7 +76,7 @@
76
76
  ],
77
77
  "members": {
78
78
  "Filter": {
79
- "shape": "So"
79
+ "shape": "Sp"
80
80
  }
81
81
  }
82
82
  },
@@ -97,7 +97,7 @@
97
97
  "RuleSetName": {},
98
98
  "After": {},
99
99
  "Rule": {
100
- "shape": "Sw"
100
+ "shape": "Sx"
101
101
  }
102
102
  }
103
103
  },
@@ -262,10 +262,10 @@
262
262
  "type": "structure",
263
263
  "members": {
264
264
  "Metadata": {
265
- "shape": "S26"
265
+ "shape": "S27"
266
266
  },
267
267
  "Rules": {
268
- "shape": "S28"
268
+ "shape": "S29"
269
269
  }
270
270
  }
271
271
  }
@@ -317,7 +317,7 @@
317
317
  "type": "structure",
318
318
  "members": {
319
319
  "Rule": {
320
- "shape": "Sw"
320
+ "shape": "Sx"
321
321
  }
322
322
  }
323
323
  }
@@ -337,10 +337,10 @@
337
337
  "type": "structure",
338
338
  "members": {
339
339
  "Metadata": {
340
- "shape": "S26"
340
+ "shape": "S27"
341
341
  },
342
342
  "Rules": {
343
- "shape": "S28"
343
+ "shape": "S29"
344
344
  }
345
345
  }
346
346
  }
@@ -353,7 +353,7 @@
353
353
  ],
354
354
  "members": {
355
355
  "Identities": {
356
- "shape": "S2j"
356
+ "shape": "S2k"
357
357
  }
358
358
  }
359
359
  },
@@ -379,7 +379,7 @@
379
379
  },
380
380
  "DkimVerificationStatus": {},
381
381
  "DkimTokens": {
382
- "shape": "S2o"
382
+ "shape": "S2p"
383
383
  }
384
384
  }
385
385
  }
@@ -395,7 +395,7 @@
395
395
  ],
396
396
  "members": {
397
397
  "Identities": {
398
- "shape": "S2j"
398
+ "shape": "S2k"
399
399
  }
400
400
  }
401
401
  },
@@ -434,7 +434,7 @@
434
434
  ],
435
435
  "members": {
436
436
  "Identities": {
437
- "shape": "S2j"
437
+ "shape": "S2k"
438
438
  }
439
439
  }
440
440
  },
@@ -488,7 +488,7 @@
488
488
  "members": {
489
489
  "Identity": {},
490
490
  "PolicyNames": {
491
- "shape": "S33"
491
+ "shape": "S34"
492
492
  }
493
493
  }
494
494
  },
@@ -515,7 +515,7 @@
515
515
  ],
516
516
  "members": {
517
517
  "Identities": {
518
- "shape": "S2j"
518
+ "shape": "S2k"
519
519
  }
520
520
  }
521
521
  },
@@ -634,7 +634,7 @@
634
634
  ],
635
635
  "members": {
636
636
  "Identities": {
637
- "shape": "S2j"
637
+ "shape": "S2k"
638
638
  },
639
639
  "NextToken": {}
640
640
  }
@@ -658,7 +658,7 @@
658
658
  ],
659
659
  "members": {
660
660
  "PolicyNames": {
661
- "shape": "S33"
661
+ "shape": "S34"
662
662
  }
663
663
  }
664
664
  }
@@ -675,7 +675,7 @@
675
675
  "Filters": {
676
676
  "type": "list",
677
677
  "member": {
678
- "shape": "So"
678
+ "shape": "Sp"
679
679
  }
680
680
  }
681
681
  }
@@ -695,7 +695,7 @@
695
695
  "RuleSets": {
696
696
  "type": "list",
697
697
  "member": {
698
- "shape": "S26"
698
+ "shape": "S27"
699
699
  }
700
700
  },
701
701
  "NextToken": {}
@@ -708,7 +708,7 @@
708
708
  "type": "structure",
709
709
  "members": {
710
710
  "VerifiedEmailAddresses": {
711
- "shape": "S40"
711
+ "shape": "S41"
712
712
  }
713
713
  }
714
714
  }
@@ -777,7 +777,7 @@
777
777
  "type": "timestamp"
778
778
  },
779
779
  "ExtensionFields": {
780
- "shape": "S4c"
780
+ "shape": "S4d"
781
781
  }
782
782
  }
783
783
  },
@@ -808,7 +808,7 @@
808
808
  "type": "timestamp"
809
809
  },
810
810
  "ExtensionFields": {
811
- "shape": "S4c"
811
+ "shape": "S4d"
812
812
  }
813
813
  }
814
814
  }
@@ -840,13 +840,13 @@
840
840
  "type": "structure",
841
841
  "members": {
842
842
  "ToAddresses": {
843
- "shape": "S40"
843
+ "shape": "S41"
844
844
  },
845
845
  "CcAddresses": {
846
- "shape": "S40"
846
+ "shape": "S41"
847
847
  },
848
848
  "BccAddresses": {
849
- "shape": "S40"
849
+ "shape": "S41"
850
850
  }
851
851
  }
852
852
  },
@@ -858,29 +858,29 @@
858
858
  ],
859
859
  "members": {
860
860
  "Subject": {
861
- "shape": "S4t"
861
+ "shape": "S4u"
862
862
  },
863
863
  "Body": {
864
864
  "type": "structure",
865
865
  "members": {
866
866
  "Text": {
867
- "shape": "S4t"
867
+ "shape": "S4u"
868
868
  },
869
869
  "Html": {
870
- "shape": "S4t"
870
+ "shape": "S4u"
871
871
  }
872
872
  }
873
873
  }
874
874
  }
875
875
  },
876
876
  "ReplyToAddresses": {
877
- "shape": "S40"
877
+ "shape": "S41"
878
878
  },
879
879
  "ReturnPath": {},
880
880
  "SourceArn": {},
881
881
  "ReturnPathArn": {},
882
882
  "Tags": {
883
- "shape": "S4x"
883
+ "shape": "S4y"
884
884
  },
885
885
  "ConfigurationSetName": {}
886
886
  }
@@ -905,7 +905,7 @@
905
905
  "members": {
906
906
  "Source": {},
907
907
  "Destinations": {
908
- "shape": "S40"
908
+ "shape": "S41"
909
909
  },
910
910
  "RawMessage": {
911
911
  "type": "structure",
@@ -922,7 +922,7 @@
922
922
  "SourceArn": {},
923
923
  "ReturnPathArn": {},
924
924
  "Tags": {
925
- "shape": "S4x"
925
+ "shape": "S4y"
926
926
  },
927
927
  "ConfigurationSetName": {}
928
928
  }
@@ -1099,7 +1099,7 @@
1099
1099
  "members": {
1100
1100
  "RuleSetName": {},
1101
1101
  "Rule": {
1102
- "shape": "Sw"
1102
+ "shape": "Sx"
1103
1103
  }
1104
1104
  }
1105
1105
  },
@@ -1127,7 +1127,7 @@
1127
1127
  ],
1128
1128
  "members": {
1129
1129
  "DkimTokens": {
1130
- "shape": "S2o"
1130
+ "shape": "S2p"
1131
1131
  }
1132
1132
  }
1133
1133
  }
@@ -1240,10 +1240,19 @@
1240
1240
  }
1241
1241
  }
1242
1242
  }
1243
+ },
1244
+ "SNSDestination": {
1245
+ "type": "structure",
1246
+ "required": [
1247
+ "TopicARN"
1248
+ ],
1249
+ "members": {
1250
+ "TopicARN": {}
1251
+ }
1243
1252
  }
1244
1253
  }
1245
1254
  },
1246
- "So": {
1255
+ "Sp": {
1247
1256
  "type": "structure",
1248
1257
  "required": [
1249
1258
  "Name",
@@ -1264,7 +1273,7 @@
1264
1273
  }
1265
1274
  }
1266
1275
  },
1267
- "Sw": {
1276
+ "Sx": {
1268
1277
  "type": "structure",
1269
1278
  "required": [
1270
1279
  "Name"
@@ -1371,7 +1380,7 @@
1371
1380
  }
1372
1381
  }
1373
1382
  },
1374
- "S26": {
1383
+ "S27": {
1375
1384
  "type": "structure",
1376
1385
  "members": {
1377
1386
  "Name": {},
@@ -1380,29 +1389,29 @@
1380
1389
  }
1381
1390
  }
1382
1391
  },
1383
- "S28": {
1392
+ "S29": {
1384
1393
  "type": "list",
1385
1394
  "member": {
1386
- "shape": "Sw"
1395
+ "shape": "Sx"
1387
1396
  }
1388
1397
  },
1389
- "S2j": {
1398
+ "S2k": {
1390
1399
  "type": "list",
1391
1400
  "member": {}
1392
1401
  },
1393
- "S2o": {
1402
+ "S2p": {
1394
1403
  "type": "list",
1395
1404
  "member": {}
1396
1405
  },
1397
- "S33": {
1406
+ "S34": {
1398
1407
  "type": "list",
1399
1408
  "member": {}
1400
1409
  },
1401
- "S40": {
1410
+ "S41": {
1402
1411
  "type": "list",
1403
1412
  "member": {}
1404
1413
  },
1405
- "S4c": {
1414
+ "S4d": {
1406
1415
  "type": "list",
1407
1416
  "member": {
1408
1417
  "type": "structure",
@@ -1416,7 +1425,7 @@
1416
1425
  }
1417
1426
  }
1418
1427
  },
1419
- "S4t": {
1428
+ "S4u": {
1420
1429
  "type": "structure",
1421
1430
  "required": [
1422
1431
  "Data"
@@ -1426,7 +1435,7 @@
1426
1435
  "Charset": {}
1427
1436
  }
1428
1437
  },
1429
- "S4x": {
1438
+ "S4y": {
1430
1439
  "type": "list",
1431
1440
  "member": {
1432
1441
  "type": "structure",
@@ -2,12 +2,12 @@
2
2
  "pagination": {
3
3
  "ListIdentities": {
4
4
  "input_token": "NextToken",
5
- "output_token": "NextToken",
6
5
  "limit_key": "MaxItems",
6
+ "output_token": "NextToken",
7
7
  "result_key": "Identities"
8
8
  },
9
9
  "ListVerifiedEmailAddresses": {
10
10
  "result_key": "VerifiedEmailAddresses"
11
11
  }
12
12
  }
13
- }
13
+ }