cdk-lambda-subminute 2.0.222 → 2.0.224

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 (48) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +96 -68
  6. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +80 -16
  7. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +118 -72
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +100 -30
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +253 -57
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +198 -102
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +300 -278
  12. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +25 -3
  13. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +344 -319
  14. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1341 -994
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +42 -0
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +4 -0
  18. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +145 -108
  19. package/node_modules/aws-sdk/apis/sts-2011-06-15.min.json +21 -11
  20. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +117 -73
  21. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +77 -59
  22. package/node_modules/aws-sdk/clients/apigatewayv2.d.ts +6 -6
  23. package/node_modules/aws-sdk/clients/billingconductor.d.ts +102 -69
  24. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +117 -3
  25. package/node_modules/aws-sdk/clients/cloudformation.d.ts +88 -1
  26. package/node_modules/aws-sdk/clients/costexplorer.d.ts +169 -8
  27. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +204 -4
  28. package/node_modules/aws-sdk/clients/datasync.d.ts +171 -27
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +27 -1
  31. package/node_modules/aws-sdk/clients/emrserverless.d.ts +33 -2
  32. package/node_modules/aws-sdk/clients/glue.d.ts +29 -0
  33. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/quicksight.d.ts +389 -0
  35. package/node_modules/aws-sdk/clients/rds.d.ts +14 -10
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +4 -4
  37. package/node_modules/aws-sdk/clients/securityhub.d.ts +69 -10
  38. package/node_modules/aws-sdk/clients/sts.d.ts +17 -1
  39. package/node_modules/aws-sdk/clients/transfer.d.ts +85 -19
  40. package/node_modules/aws-sdk/clients/wisdom.d.ts +24 -0
  41. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -18
  43. package/node_modules/aws-sdk/dist/aws-sdk.js +506 -339
  44. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +2 -2
  47. package/node_modules/aws-sdk/package.json +1 -1
  48. package/package.json +3 -3
@@ -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": {