aws-sdk 2.1093.0 → 2.1096.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 (42) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/apis/acm-pca-2017-08-22.min.json +56 -25
  4. package/apis/amplifybackend-2020-08-11.min.json +47 -7
  5. package/apis/billingconductor-2021-07-30.examples.json +5 -0
  6. package/apis/billingconductor-2021-07-30.min.json +1374 -0
  7. package/apis/billingconductor-2021-07-30.paginators.json +62 -0
  8. package/apis/billingconductor-2021-07-30.waiters2.json +4 -0
  9. package/apis/cognito-idp-2016-04-18.min.json +119 -118
  10. package/apis/dataexchange-2017-07-25.min.json +83 -4
  11. package/apis/ec2-2016-11-15.min.json +6 -2
  12. package/apis/glue-2017-03-31.min.json +530 -210
  13. package/apis/glue-2017-03-31.paginators.json +5 -0
  14. package/apis/metadata.json +3 -0
  15. package/apis/robomaker-2018-06-29.min.json +13 -3
  16. package/apis/s3outposts-2017-07-25.min.json +64 -24
  17. package/apis/s3outposts-2017-07-25.paginators.json +6 -0
  18. package/apis/ssm-incidents-2018-05-10.min.json +12 -12
  19. package/clients/acmpca.d.ts +91 -55
  20. package/clients/all.d.ts +1 -0
  21. package/clients/all.js +2 -1
  22. package/clients/amplifybackend.d.ts +48 -12
  23. package/clients/billingconductor.d.ts +1554 -0
  24. package/clients/billingconductor.js +19 -0
  25. package/clients/cognitoidentityserviceprovider.d.ts +78 -73
  26. package/clients/dataexchange.d.ts +117 -0
  27. package/clients/ec2.d.ts +11 -7
  28. package/clients/ecs.d.ts +7 -7
  29. package/clients/glue.d.ts +444 -0
  30. package/clients/keyspaces.d.ts +27 -27
  31. package/clients/location.d.ts +3 -3
  32. package/clients/rds.d.ts +507 -507
  33. package/clients/robomaker.d.ts +7 -6
  34. package/clients/s3outposts.d.ts +50 -18
  35. package/clients/ssmincidents.d.ts +2 -1
  36. package/dist/aws-sdk-core-react-native.js +2 -2
  37. package/dist/aws-sdk-react-native.js +59 -15
  38. package/dist/aws-sdk.js +131 -123
  39. package/dist/aws-sdk.min.js +53 -53
  40. package/lib/config_service_placeholders.d.ts +2 -0
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,23 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1093.0-->
2
+ <!--LATEST=2.1096.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1096.0
6
+ * feature: Glue: Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
7
+
8
+ ## 2.1095.0
9
+ * feature: ACMPCA: AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.
10
+ * feature: AmplifyBackend: Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth
11
+ * feature: Billingconductor: This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.
12
+ * feature: S3Outposts: S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM).
13
+ * feature: SSMIncidents: Removed incorrect validation pattern for IncidentRecordSource.invokedBy
14
+
15
+ ## 2.1094.0
16
+ * feature: CognitoIdentityServiceProvider: Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.
17
+ * feature: DataExchange: This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision.
18
+ * feature: EC2: Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter.
19
+ * feature: RoboMaker: This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.
20
+
5
21
  ## 2.1093.0
6
22
  * feature: ConfigService: Add resourceType enums for AWS::ECR::PublicRepository and AWS::EC2::LaunchTemplate
7
23
  * feature: Kendra: Amazon Kendra now provides a data source connector for Slack. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1093.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1096.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -25,13 +25,13 @@
25
25
  "shape": "S2"
26
26
  },
27
27
  "RevocationConfiguration": {
28
- "shape": "Ss"
28
+ "shape": "Sv"
29
29
  },
30
30
  "CertificateAuthorityType": {},
31
31
  "IdempotencyToken": {},
32
32
  "KeyStorageSecurityStandard": {},
33
33
  "Tags": {
34
- "shape": "S11"
34
+ "shape": "S14"
35
35
  }
36
36
  }
37
37
  },
@@ -79,7 +79,7 @@
79
79
  "Principal": {},
80
80
  "SourceAccount": {},
81
81
  "Actions": {
82
- "shape": "S1g"
82
+ "shape": "S1j"
83
83
  }
84
84
  }
85
85
  }
@@ -137,7 +137,7 @@
137
137
  "type": "structure",
138
138
  "members": {
139
139
  "CertificateAuthority": {
140
- "shape": "S1o"
140
+ "shape": "S1r"
141
141
  }
142
142
  }
143
143
  }
@@ -317,12 +317,29 @@
317
317
  }
318
318
  },
319
319
  "KeyUsage": {
320
- "shape": "Sf"
320
+ "shape": "Sj"
321
321
  },
322
322
  "SubjectAlternativeNames": {
323
323
  "type": "list",
324
324
  "member": {
325
- "shape": "Sm"
325
+ "shape": "Sp"
326
+ }
327
+ },
328
+ "CustomExtensions": {
329
+ "type": "list",
330
+ "member": {
331
+ "type": "structure",
332
+ "required": [
333
+ "ObjectIdentifier",
334
+ "Value"
335
+ ],
336
+ "members": {
337
+ "ObjectIdentifier": {},
338
+ "Value": {},
339
+ "Critical": {
340
+ "type": "boolean"
341
+ }
342
+ }
326
343
  }
327
344
  }
328
345
  }
@@ -339,10 +356,10 @@
339
356
  "SigningAlgorithm": {},
340
357
  "TemplateArn": {},
341
358
  "Validity": {
342
- "shape": "S2p"
359
+ "shape": "S2v"
343
360
  },
344
361
  "ValidityNotBefore": {
345
- "shape": "S2p"
362
+ "shape": "S2v"
346
363
  },
347
364
  "IdempotencyToken": {}
348
365
  }
@@ -372,7 +389,7 @@
372
389
  "CertificateAuthorities": {
373
390
  "type": "list",
374
391
  "member": {
375
- "shape": "S1o"
392
+ "shape": "S1r"
376
393
  }
377
394
  },
378
395
  "NextToken": {}
@@ -408,7 +425,7 @@
408
425
  "Principal": {},
409
426
  "SourceAccount": {},
410
427
  "Actions": {
411
- "shape": "S1g"
428
+ "shape": "S1j"
412
429
  },
413
430
  "Policy": {}
414
431
  }
@@ -436,7 +453,7 @@
436
453
  "type": "structure",
437
454
  "members": {
438
455
  "Tags": {
439
- "shape": "S11"
456
+ "shape": "S14"
440
457
  },
441
458
  "NextToken": {}
442
459
  }
@@ -491,7 +508,7 @@
491
508
  "members": {
492
509
  "CertificateAuthorityArn": {},
493
510
  "Tags": {
494
- "shape": "S11"
511
+ "shape": "S14"
495
512
  }
496
513
  }
497
514
  }
@@ -506,7 +523,7 @@
506
523
  "members": {
507
524
  "CertificateAuthorityArn": {},
508
525
  "Tags": {
509
- "shape": "S11"
526
+ "shape": "S14"
510
527
  }
511
528
  }
512
529
  }
@@ -520,7 +537,7 @@
520
537
  "members": {
521
538
  "CertificateAuthorityArn": {},
522
539
  "RevocationConfiguration": {
523
- "shape": "Ss"
540
+ "shape": "Sv"
524
541
  },
525
542
  "Status": {}
526
543
  }
@@ -545,7 +562,7 @@
545
562
  "type": "structure",
546
563
  "members": {
547
564
  "KeyUsage": {
548
- "shape": "Sf"
565
+ "shape": "Sj"
549
566
  },
550
567
  "SubjectInformationAccess": {
551
568
  "type": "list",
@@ -564,7 +581,7 @@
564
581
  }
565
582
  },
566
583
  "AccessLocation": {
567
- "shape": "Sm"
584
+ "shape": "Sp"
568
585
  }
569
586
  }
570
587
  }
@@ -589,10 +606,24 @@
589
606
  "GivenName": {},
590
607
  "Initials": {},
591
608
  "Pseudonym": {},
592
- "GenerationQualifier": {}
609
+ "GenerationQualifier": {},
610
+ "CustomAttributes": {
611
+ "type": "list",
612
+ "member": {
613
+ "type": "structure",
614
+ "required": [
615
+ "ObjectIdentifier",
616
+ "Value"
617
+ ],
618
+ "members": {
619
+ "ObjectIdentifier": {},
620
+ "Value": {}
621
+ }
622
+ }
623
+ }
593
624
  }
594
625
  },
595
- "Sf": {
626
+ "Sj": {
596
627
  "type": "structure",
597
628
  "members": {
598
629
  "DigitalSignature": {
@@ -624,7 +655,7 @@
624
655
  }
625
656
  }
626
657
  },
627
- "Sm": {
658
+ "Sp": {
628
659
  "type": "structure",
629
660
  "members": {
630
661
  "OtherName": {
@@ -658,7 +689,7 @@
658
689
  "RegisteredId": {}
659
690
  }
660
691
  },
661
- "Ss": {
692
+ "Sv": {
662
693
  "type": "structure",
663
694
  "members": {
664
695
  "CrlConfiguration": {
@@ -692,7 +723,7 @@
692
723
  }
693
724
  }
694
725
  },
695
- "S11": {
726
+ "S14": {
696
727
  "type": "list",
697
728
  "member": {
698
729
  "type": "structure",
@@ -705,11 +736,11 @@
705
736
  }
706
737
  }
707
738
  },
708
- "S1g": {
739
+ "S1j": {
709
740
  "type": "list",
710
741
  "member": {}
711
742
  },
712
- "S1o": {
743
+ "S1r": {
713
744
  "type": "structure",
714
745
  "members": {
715
746
  "Arn": {},
@@ -734,7 +765,7 @@
734
765
  "shape": "S2"
735
766
  },
736
767
  "RevocationConfiguration": {
737
- "shape": "Ss"
768
+ "shape": "Sv"
738
769
  },
739
770
  "RestorableUntil": {
740
771
  "type": "timestamp"
@@ -742,7 +773,7 @@
742
773
  "KeyStorageSecurityStandard": {}
743
774
  }
744
775
  },
745
- "S2p": {
776
+ "S2v": {
746
777
  "type": "structure",
747
778
  "required": [
748
779
  "Value",
@@ -286,7 +286,7 @@
286
286
  "locationName": "bucketName"
287
287
  },
288
288
  "Permissions": {
289
- "shape": "S1g",
289
+ "shape": "S1h",
290
290
  "locationName": "permissions"
291
291
  },
292
292
  "ServiceName": {
@@ -933,7 +933,7 @@
933
933
  "type": "boolean"
934
934
  },
935
935
  "Permissions": {
936
- "shape": "S1g",
936
+ "shape": "S1h",
937
937
  "locationName": "permissions"
938
938
  },
939
939
  "ServiceName": {
@@ -1452,6 +1452,26 @@
1452
1452
  "type": "double"
1453
1453
  }
1454
1454
  }
1455
+ },
1456
+ "VerificationMessage": {
1457
+ "locationName": "verificationMessage",
1458
+ "type": "structure",
1459
+ "members": {
1460
+ "DeliveryMethod": {
1461
+ "locationName": "deliveryMethod"
1462
+ },
1463
+ "EmailSettings": {
1464
+ "shape": "Sq",
1465
+ "locationName": "emailSettings"
1466
+ },
1467
+ "SmsSettings": {
1468
+ "shape": "Sr",
1469
+ "locationName": "smsSettings"
1470
+ }
1471
+ },
1472
+ "required": [
1473
+ "DeliveryMethod"
1474
+ ]
1455
1475
  }
1456
1476
  }
1457
1477
  }
@@ -1510,7 +1530,7 @@
1510
1530
  "locationName": "appId"
1511
1531
  },
1512
1532
  "LoginAuthConfig": {
1513
- "shape": "S3a",
1533
+ "shape": "S3c",
1514
1534
  "locationName": "loginAuthConfig"
1515
1535
  }
1516
1536
  },
@@ -1531,7 +1551,7 @@
1531
1551
  "locationName": "error"
1532
1552
  },
1533
1553
  "LoginAuthConfig": {
1534
- "shape": "S3a",
1554
+ "shape": "S3c",
1535
1555
  "locationName": "loginAuthConfig"
1536
1556
  }
1537
1557
  }
@@ -1621,7 +1641,7 @@
1621
1641
  "type": "structure",
1622
1642
  "members": {
1623
1643
  "Permissions": {
1624
- "shape": "S1g",
1644
+ "shape": "S1h",
1625
1645
  "locationName": "permissions"
1626
1646
  },
1627
1647
  "ServiceName": {
@@ -1862,6 +1882,26 @@
1862
1882
  },
1863
1883
  "UserPoolName": {
1864
1884
  "locationName": "userPoolName"
1885
+ },
1886
+ "VerificationMessage": {
1887
+ "locationName": "verificationMessage",
1888
+ "type": "structure",
1889
+ "members": {
1890
+ "DeliveryMethod": {
1891
+ "locationName": "deliveryMethod"
1892
+ },
1893
+ "EmailSettings": {
1894
+ "shape": "Sq",
1895
+ "locationName": "emailSettings"
1896
+ },
1897
+ "SmsSettings": {
1898
+ "shape": "Sr",
1899
+ "locationName": "smsSettings"
1900
+ }
1901
+ },
1902
+ "required": [
1903
+ "DeliveryMethod"
1904
+ ]
1865
1905
  }
1866
1906
  },
1867
1907
  "required": [
@@ -1963,7 +2003,7 @@
1963
2003
  "type": "list",
1964
2004
  "member": {}
1965
2005
  },
1966
- "S1g": {
2006
+ "S1h": {
1967
2007
  "type": "structure",
1968
2008
  "members": {
1969
2009
  "Authenticated": {
@@ -1981,7 +2021,7 @@
1981
2021
  "Authenticated"
1982
2022
  ]
1983
2023
  },
1984
- "S3a": {
2024
+ "S3c": {
1985
2025
  "type": "structure",
1986
2026
  "members": {
1987
2027
  "AwsCognitoIdentityPoolId": {
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }