aws-sdk 2.1420.0 → 2.1422.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 (45) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/ce-2017-10-25.min.json +80 -16
  5. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +118 -72
  6. package/apis/cloudformation-2010-05-15.min.json +100 -30
  7. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  8. package/apis/datasync-2018-11-09.min.json +198 -102
  9. package/apis/ec2-2016-11-15.min.json +300 -278
  10. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  11. package/apis/glue-2017-03-31.min.json +344 -319
  12. package/apis/quicksight-2018-04-01.min.json +1341 -994
  13. package/apis/quicksight-2018-04-01.paginators.json +42 -0
  14. package/apis/rds-2014-10-31.min.json +2 -1
  15. package/apis/sagemaker-2017-07-24.min.json +4 -0
  16. package/apis/securityhub-2018-10-26.min.json +145 -108
  17. package/apis/sts-2011-06-15.min.json +21 -11
  18. package/apis/transfer-2018-11-05.min.json +117 -73
  19. package/apis/wisdom-2020-10-19.min.json +77 -59
  20. package/clients/apigatewayv2.d.ts +6 -6
  21. package/clients/billingconductor.d.ts +102 -69
  22. package/clients/chimesdkmediapipelines.d.ts +117 -3
  23. package/clients/cloudformation.d.ts +88 -1
  24. package/clients/costexplorer.d.ts +169 -8
  25. package/clients/customerprofiles.d.ts +204 -4
  26. package/clients/datasync.d.ts +171 -27
  27. package/clients/dynamodb.d.ts +4 -4
  28. package/clients/ec2.d.ts +27 -1
  29. package/clients/emrserverless.d.ts +33 -2
  30. package/clients/glue.d.ts +29 -0
  31. package/clients/lambda.d.ts +1 -1
  32. package/clients/quicksight.d.ts +389 -0
  33. package/clients/rds.d.ts +14 -10
  34. package/clients/sagemaker.d.ts +4 -4
  35. package/clients/securityhub.d.ts +69 -10
  36. package/clients/sts.d.ts +17 -1
  37. package/clients/transfer.d.ts +85 -19
  38. package/clients/wisdom.d.ts +24 -0
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +18 -18
  41. package/dist/aws-sdk.js +506 -339
  42. package/dist/aws-sdk.min.js +98 -98
  43. package/lib/core.js +1 -1
  44. package/lib/dynamodb/document_client.d.ts +2 -2
  45. package/package.json +1 -1
@@ -886,8 +886,7 @@
886
886
  "members": {
887
887
  "StackName": {},
888
888
  "StackResourceDriftStatusFilters": {
889
- "type": "list",
890
- "member": {}
889
+ "shape": "S69"
891
890
  },
892
891
  "NextToken": {},
893
892
  "MaxResults": {
@@ -1625,6 +1624,67 @@
1625
1624
  }
1626
1625
  }
1627
1626
  },
1627
+ "ListStackInstanceResourceDrifts": {
1628
+ "input": {
1629
+ "type": "structure",
1630
+ "required": [
1631
+ "StackSetName",
1632
+ "StackInstanceAccount",
1633
+ "StackInstanceRegion",
1634
+ "OperationId"
1635
+ ],
1636
+ "members": {
1637
+ "StackSetName": {},
1638
+ "NextToken": {},
1639
+ "MaxResults": {
1640
+ "type": "integer"
1641
+ },
1642
+ "StackInstanceResourceDriftStatuses": {
1643
+ "shape": "S69"
1644
+ },
1645
+ "StackInstanceAccount": {},
1646
+ "StackInstanceRegion": {},
1647
+ "OperationId": {},
1648
+ "CallAs": {}
1649
+ }
1650
+ },
1651
+ "output": {
1652
+ "resultWrapper": "ListStackInstanceResourceDriftsResult",
1653
+ "type": "structure",
1654
+ "members": {
1655
+ "Summaries": {
1656
+ "type": "list",
1657
+ "member": {
1658
+ "type": "structure",
1659
+ "required": [
1660
+ "StackId",
1661
+ "LogicalResourceId",
1662
+ "ResourceType",
1663
+ "StackResourceDriftStatus",
1664
+ "Timestamp"
1665
+ ],
1666
+ "members": {
1667
+ "StackId": {},
1668
+ "LogicalResourceId": {},
1669
+ "PhysicalResourceId": {},
1670
+ "PhysicalResourceIdContext": {
1671
+ "shape": "S6e"
1672
+ },
1673
+ "ResourceType": {},
1674
+ "PropertyDifferences": {
1675
+ "shape": "S6j"
1676
+ },
1677
+ "StackResourceDriftStatus": {},
1678
+ "Timestamp": {
1679
+ "type": "timestamp"
1680
+ }
1681
+ }
1682
+ }
1683
+ },
1684
+ "NextToken": {}
1685
+ }
1686
+ }
1687
+ },
1628
1688
  "ListStackInstances": {
1629
1689
  "input": {
1630
1690
  "type": "structure",
@@ -2668,6 +2728,10 @@
2668
2728
  }
2669
2729
  }
2670
2730
  },
2731
+ "S69": {
2732
+ "type": "list",
2733
+ "member": {}
2734
+ },
2671
2735
  "S6d": {
2672
2736
  "type": "structure",
2673
2737
  "required": [
@@ -2682,39 +2746,13 @@
2682
2746
  "LogicalResourceId": {},
2683
2747
  "PhysicalResourceId": {},
2684
2748
  "PhysicalResourceIdContext": {
2685
- "type": "list",
2686
- "member": {
2687
- "type": "structure",
2688
- "required": [
2689
- "Key",
2690
- "Value"
2691
- ],
2692
- "members": {
2693
- "Key": {},
2694
- "Value": {}
2695
- }
2696
- }
2749
+ "shape": "S6e"
2697
2750
  },
2698
2751
  "ResourceType": {},
2699
2752
  "ExpectedProperties": {},
2700
2753
  "ActualProperties": {},
2701
2754
  "PropertyDifferences": {
2702
- "type": "list",
2703
- "member": {
2704
- "type": "structure",
2705
- "required": [
2706
- "PropertyPath",
2707
- "ExpectedValue",
2708
- "ActualValue",
2709
- "DifferenceType"
2710
- ],
2711
- "members": {
2712
- "PropertyPath": {},
2713
- "ExpectedValue": {},
2714
- "ActualValue": {},
2715
- "DifferenceType": {}
2716
- }
2717
- }
2755
+ "shape": "S6j"
2718
2756
  },
2719
2757
  "StackResourceDriftStatus": {},
2720
2758
  "Timestamp": {
@@ -2725,6 +2763,38 @@
2725
2763
  }
2726
2764
  }
2727
2765
  },
2766
+ "S6e": {
2767
+ "type": "list",
2768
+ "member": {
2769
+ "type": "structure",
2770
+ "required": [
2771
+ "Key",
2772
+ "Value"
2773
+ ],
2774
+ "members": {
2775
+ "Key": {},
2776
+ "Value": {}
2777
+ }
2778
+ }
2779
+ },
2780
+ "S6j": {
2781
+ "type": "list",
2782
+ "member": {
2783
+ "type": "structure",
2784
+ "required": [
2785
+ "PropertyPath",
2786
+ "ExpectedValue",
2787
+ "ActualValue",
2788
+ "DifferenceType"
2789
+ ],
2790
+ "members": {
2791
+ "PropertyPath": {},
2792
+ "ExpectedValue": {},
2793
+ "ActualValue": {},
2794
+ "DifferenceType": {}
2795
+ }
2796
+ }
2797
+ },
2728
2798
  "S6x": {
2729
2799
  "type": "structure",
2730
2800
  "members": {