cdk-docker-image-deployment 0.0.88 → 0.0.89
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +29 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +16 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
"GetMultiRegionAccessPoint": {
|
|
1600
1600
|
"http": {
|
|
1601
1601
|
"method": "GET",
|
|
1602
|
-
"requestUri": "/v20180820/mrap/instances/{name}"
|
|
1602
|
+
"requestUri": "/v20180820/mrap/instances/{name+}"
|
|
1603
1603
|
},
|
|
1604
1604
|
"input": {
|
|
1605
1605
|
"type": "structure",
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
"GetMultiRegionAccessPointPolicy": {
|
|
1644
1644
|
"http": {
|
|
1645
1645
|
"method": "GET",
|
|
1646
|
-
"requestUri": "/v20180820/mrap/instances/{name}/policy"
|
|
1646
|
+
"requestUri": "/v20180820/mrap/instances/{name+}/policy"
|
|
1647
1647
|
},
|
|
1648
1648
|
"input": {
|
|
1649
1649
|
"type": "structure",
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
"GetMultiRegionAccessPointPolicyStatus": {
|
|
1702
1702
|
"http": {
|
|
1703
1703
|
"method": "GET",
|
|
1704
|
-
"requestUri": "/v20180820/mrap/instances/{name}/policystatus"
|
|
1704
|
+
"requestUri": "/v20180820/mrap/instances/{name+}/policystatus"
|
|
1705
1705
|
},
|
|
1706
1706
|
"input": {
|
|
1707
1707
|
"type": "structure",
|
|
@@ -1742,6 +1742,51 @@
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
},
|
|
1745
|
+
"GetMultiRegionAccessPointRoutes": {
|
|
1746
|
+
"http": {
|
|
1747
|
+
"method": "GET",
|
|
1748
|
+
"requestUri": "/v20180820/mrap/instances/{mrap+}/routes"
|
|
1749
|
+
},
|
|
1750
|
+
"input": {
|
|
1751
|
+
"type": "structure",
|
|
1752
|
+
"required": [
|
|
1753
|
+
"AccountId",
|
|
1754
|
+
"Mrap"
|
|
1755
|
+
],
|
|
1756
|
+
"members": {
|
|
1757
|
+
"AccountId": {
|
|
1758
|
+
"contextParam": {
|
|
1759
|
+
"name": "AccountId"
|
|
1760
|
+
},
|
|
1761
|
+
"hostLabel": true,
|
|
1762
|
+
"location": "header",
|
|
1763
|
+
"locationName": "x-amz-account-id"
|
|
1764
|
+
},
|
|
1765
|
+
"Mrap": {
|
|
1766
|
+
"location": "uri",
|
|
1767
|
+
"locationName": "mrap"
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"output": {
|
|
1772
|
+
"type": "structure",
|
|
1773
|
+
"members": {
|
|
1774
|
+
"Mrap": {},
|
|
1775
|
+
"Routes": {
|
|
1776
|
+
"shape": "S72"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"endpoint": {
|
|
1781
|
+
"hostPrefix": "{AccountId}."
|
|
1782
|
+
},
|
|
1783
|
+
"httpChecksumRequired": true,
|
|
1784
|
+
"staticContextParams": {
|
|
1785
|
+
"RequiresAccountId": {
|
|
1786
|
+
"value": true
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1745
1790
|
"GetPublicAccessBlock": {
|
|
1746
1791
|
"http": {
|
|
1747
1792
|
"method": "GET",
|
|
@@ -1811,7 +1856,7 @@
|
|
|
1811
1856
|
"type": "structure",
|
|
1812
1857
|
"members": {
|
|
1813
1858
|
"StorageLensConfiguration": {
|
|
1814
|
-
"shape": "
|
|
1859
|
+
"shape": "S79"
|
|
1815
1860
|
}
|
|
1816
1861
|
},
|
|
1817
1862
|
"payload": "StorageLensConfiguration"
|
|
@@ -1855,7 +1900,7 @@
|
|
|
1855
1900
|
"type": "structure",
|
|
1856
1901
|
"members": {
|
|
1857
1902
|
"Tags": {
|
|
1858
|
-
"shape": "
|
|
1903
|
+
"shape": "S86"
|
|
1859
1904
|
}
|
|
1860
1905
|
}
|
|
1861
1906
|
},
|
|
@@ -2762,10 +2807,10 @@
|
|
|
2762
2807
|
"locationName": "x-amz-account-id"
|
|
2763
2808
|
},
|
|
2764
2809
|
"StorageLensConfiguration": {
|
|
2765
|
-
"shape": "
|
|
2810
|
+
"shape": "S79"
|
|
2766
2811
|
},
|
|
2767
2812
|
"Tags": {
|
|
2768
|
-
"shape": "
|
|
2813
|
+
"shape": "S86"
|
|
2769
2814
|
}
|
|
2770
2815
|
}
|
|
2771
2816
|
},
|
|
@@ -2808,7 +2853,7 @@
|
|
|
2808
2853
|
"locationName": "x-amz-account-id"
|
|
2809
2854
|
},
|
|
2810
2855
|
"Tags": {
|
|
2811
|
-
"shape": "
|
|
2856
|
+
"shape": "S86"
|
|
2812
2857
|
}
|
|
2813
2858
|
}
|
|
2814
2859
|
},
|
|
@@ -2825,6 +2870,54 @@
|
|
|
2825
2870
|
}
|
|
2826
2871
|
}
|
|
2827
2872
|
},
|
|
2873
|
+
"SubmitMultiRegionAccessPointRoutes": {
|
|
2874
|
+
"http": {
|
|
2875
|
+
"method": "PATCH",
|
|
2876
|
+
"requestUri": "/v20180820/mrap/instances/{mrap+}/routes"
|
|
2877
|
+
},
|
|
2878
|
+
"input": {
|
|
2879
|
+
"locationName": "SubmitMultiRegionAccessPointRoutesRequest",
|
|
2880
|
+
"xmlNamespace": {
|
|
2881
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
2882
|
+
},
|
|
2883
|
+
"type": "structure",
|
|
2884
|
+
"required": [
|
|
2885
|
+
"AccountId",
|
|
2886
|
+
"Mrap",
|
|
2887
|
+
"RouteUpdates"
|
|
2888
|
+
],
|
|
2889
|
+
"members": {
|
|
2890
|
+
"AccountId": {
|
|
2891
|
+
"contextParam": {
|
|
2892
|
+
"name": "AccountId"
|
|
2893
|
+
},
|
|
2894
|
+
"hostLabel": true,
|
|
2895
|
+
"location": "header",
|
|
2896
|
+
"locationName": "x-amz-account-id"
|
|
2897
|
+
},
|
|
2898
|
+
"Mrap": {
|
|
2899
|
+
"location": "uri",
|
|
2900
|
+
"locationName": "mrap"
|
|
2901
|
+
},
|
|
2902
|
+
"RouteUpdates": {
|
|
2903
|
+
"shape": "S72"
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
2907
|
+
"output": {
|
|
2908
|
+
"type": "structure",
|
|
2909
|
+
"members": {}
|
|
2910
|
+
},
|
|
2911
|
+
"endpoint": {
|
|
2912
|
+
"hostPrefix": "{AccountId}."
|
|
2913
|
+
},
|
|
2914
|
+
"httpChecksumRequired": true,
|
|
2915
|
+
"staticContextParams": {
|
|
2916
|
+
"RequiresAccountId": {
|
|
2917
|
+
"value": true
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2828
2921
|
"UpdateJobPriority": {
|
|
2829
2922
|
"http": {
|
|
2830
2923
|
"requestUri": "/v20180820/jobs/{id}/priority"
|
|
@@ -3544,7 +3637,24 @@
|
|
|
3544
3637
|
}
|
|
3545
3638
|
}
|
|
3546
3639
|
},
|
|
3547
|
-
"
|
|
3640
|
+
"S72": {
|
|
3641
|
+
"type": "list",
|
|
3642
|
+
"member": {
|
|
3643
|
+
"locationName": "Route",
|
|
3644
|
+
"type": "structure",
|
|
3645
|
+
"required": [
|
|
3646
|
+
"TrafficDialPercentage"
|
|
3647
|
+
],
|
|
3648
|
+
"members": {
|
|
3649
|
+
"Bucket": {},
|
|
3650
|
+
"Region": {},
|
|
3651
|
+
"TrafficDialPercentage": {
|
|
3652
|
+
"type": "integer"
|
|
3653
|
+
}
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
"S79": {
|
|
3548
3658
|
"type": "structure",
|
|
3549
3659
|
"required": [
|
|
3550
3660
|
"Id",
|
|
@@ -3560,13 +3670,13 @@
|
|
|
3560
3670
|
],
|
|
3561
3671
|
"members": {
|
|
3562
3672
|
"ActivityMetrics": {
|
|
3563
|
-
"shape": "
|
|
3673
|
+
"shape": "S7b"
|
|
3564
3674
|
},
|
|
3565
3675
|
"BucketLevel": {
|
|
3566
3676
|
"type": "structure",
|
|
3567
3677
|
"members": {
|
|
3568
3678
|
"ActivityMetrics": {
|
|
3569
|
-
"shape": "
|
|
3679
|
+
"shape": "S7b"
|
|
3570
3680
|
},
|
|
3571
3681
|
"PrefixLevel": {
|
|
3572
3682
|
"type": "structure",
|
|
@@ -3597,24 +3707,24 @@
|
|
|
3597
3707
|
}
|
|
3598
3708
|
},
|
|
3599
3709
|
"AdvancedCostOptimizationMetrics": {
|
|
3600
|
-
"shape": "
|
|
3710
|
+
"shape": "S7k"
|
|
3601
3711
|
},
|
|
3602
3712
|
"AdvancedDataProtectionMetrics": {
|
|
3603
|
-
"shape": "
|
|
3713
|
+
"shape": "S7l"
|
|
3604
3714
|
},
|
|
3605
3715
|
"DetailedStatusCodesMetrics": {
|
|
3606
|
-
"shape": "
|
|
3716
|
+
"shape": "S7m"
|
|
3607
3717
|
}
|
|
3608
3718
|
}
|
|
3609
3719
|
},
|
|
3610
3720
|
"AdvancedCostOptimizationMetrics": {
|
|
3611
|
-
"shape": "
|
|
3721
|
+
"shape": "S7k"
|
|
3612
3722
|
},
|
|
3613
3723
|
"AdvancedDataProtectionMetrics": {
|
|
3614
|
-
"shape": "
|
|
3724
|
+
"shape": "S7l"
|
|
3615
3725
|
},
|
|
3616
3726
|
"DetailedStatusCodesMetrics": {
|
|
3617
|
-
"shape": "
|
|
3727
|
+
"shape": "S7m"
|
|
3618
3728
|
}
|
|
3619
3729
|
}
|
|
3620
3730
|
},
|
|
@@ -3622,10 +3732,10 @@
|
|
|
3622
3732
|
"type": "structure",
|
|
3623
3733
|
"members": {
|
|
3624
3734
|
"Buckets": {
|
|
3625
|
-
"shape": "
|
|
3735
|
+
"shape": "S7o"
|
|
3626
3736
|
},
|
|
3627
3737
|
"Regions": {
|
|
3628
|
-
"shape": "
|
|
3738
|
+
"shape": "S7p"
|
|
3629
3739
|
}
|
|
3630
3740
|
}
|
|
3631
3741
|
},
|
|
@@ -3633,10 +3743,10 @@
|
|
|
3633
3743
|
"type": "structure",
|
|
3634
3744
|
"members": {
|
|
3635
3745
|
"Buckets": {
|
|
3636
|
-
"shape": "
|
|
3746
|
+
"shape": "S7o"
|
|
3637
3747
|
},
|
|
3638
3748
|
"Regions": {
|
|
3639
|
-
"shape": "
|
|
3749
|
+
"shape": "S7p"
|
|
3640
3750
|
}
|
|
3641
3751
|
}
|
|
3642
3752
|
},
|
|
@@ -3707,7 +3817,7 @@
|
|
|
3707
3817
|
"StorageLensArn": {}
|
|
3708
3818
|
}
|
|
3709
3819
|
},
|
|
3710
|
-
"
|
|
3820
|
+
"S7b": {
|
|
3711
3821
|
"type": "structure",
|
|
3712
3822
|
"members": {
|
|
3713
3823
|
"IsEnabled": {
|
|
@@ -3715,7 +3825,7 @@
|
|
|
3715
3825
|
}
|
|
3716
3826
|
}
|
|
3717
3827
|
},
|
|
3718
|
-
"
|
|
3828
|
+
"S7k": {
|
|
3719
3829
|
"type": "structure",
|
|
3720
3830
|
"members": {
|
|
3721
3831
|
"IsEnabled": {
|
|
@@ -3723,7 +3833,7 @@
|
|
|
3723
3833
|
}
|
|
3724
3834
|
}
|
|
3725
3835
|
},
|
|
3726
|
-
"
|
|
3836
|
+
"S7l": {
|
|
3727
3837
|
"type": "structure",
|
|
3728
3838
|
"members": {
|
|
3729
3839
|
"IsEnabled": {
|
|
@@ -3731,7 +3841,7 @@
|
|
|
3731
3841
|
}
|
|
3732
3842
|
}
|
|
3733
3843
|
},
|
|
3734
|
-
"
|
|
3844
|
+
"S7m": {
|
|
3735
3845
|
"type": "structure",
|
|
3736
3846
|
"members": {
|
|
3737
3847
|
"IsEnabled": {
|
|
@@ -3739,19 +3849,19 @@
|
|
|
3739
3849
|
}
|
|
3740
3850
|
}
|
|
3741
3851
|
},
|
|
3742
|
-
"
|
|
3852
|
+
"S7o": {
|
|
3743
3853
|
"type": "list",
|
|
3744
3854
|
"member": {
|
|
3745
3855
|
"locationName": "Arn"
|
|
3746
3856
|
}
|
|
3747
3857
|
},
|
|
3748
|
-
"
|
|
3858
|
+
"S7p": {
|
|
3749
3859
|
"type": "list",
|
|
3750
3860
|
"member": {
|
|
3751
3861
|
"locationName": "Region"
|
|
3752
3862
|
}
|
|
3753
3863
|
},
|
|
3754
|
-
"
|
|
3864
|
+
"S86": {
|
|
3755
3865
|
"type": "list",
|
|
3756
3866
|
"member": {
|
|
3757
3867
|
"locationName": "Tag",
|
|
@@ -694,6 +694,13 @@
|
|
|
694
694
|
"Description": {},
|
|
695
695
|
"EnabledByDefault": {
|
|
696
696
|
"type": "boolean"
|
|
697
|
+
},
|
|
698
|
+
"StandardsManagedBy": {
|
|
699
|
+
"type": "structure",
|
|
700
|
+
"members": {
|
|
701
|
+
"Company": {},
|
|
702
|
+
"Product": {}
|
|
703
|
+
}
|
|
697
704
|
}
|
|
698
705
|
}
|
|
699
706
|
}
|
|
@@ -740,7 +747,7 @@
|
|
|
740
747
|
"ControlStatus": {},
|
|
741
748
|
"DisabledReason": {},
|
|
742
749
|
"ControlStatusUpdatedAt": {
|
|
743
|
-
"shape": "
|
|
750
|
+
"shape": "Sl4"
|
|
744
751
|
},
|
|
745
752
|
"ControlId": {},
|
|
746
753
|
"Title": {},
|
|
@@ -905,7 +912,7 @@
|
|
|
905
912
|
"type": "structure",
|
|
906
913
|
"members": {
|
|
907
914
|
"Tags": {
|
|
908
|
-
"shape": "
|
|
915
|
+
"shape": "Sln"
|
|
909
916
|
},
|
|
910
917
|
"EnableDefaultStandards": {
|
|
911
918
|
"type": "boolean"
|
|
@@ -930,7 +937,7 @@
|
|
|
930
937
|
"type": "structure",
|
|
931
938
|
"members": {
|
|
932
939
|
"Administrator": {
|
|
933
|
-
"shape": "
|
|
940
|
+
"shape": "Slt"
|
|
934
941
|
}
|
|
935
942
|
}
|
|
936
943
|
}
|
|
@@ -1163,7 +1170,7 @@
|
|
|
1163
1170
|
"type": "structure",
|
|
1164
1171
|
"members": {
|
|
1165
1172
|
"Master": {
|
|
1166
|
-
"shape": "
|
|
1173
|
+
"shape": "Slt"
|
|
1167
1174
|
}
|
|
1168
1175
|
}
|
|
1169
1176
|
},
|
|
@@ -1189,7 +1196,7 @@
|
|
|
1189
1196
|
"type": "structure",
|
|
1190
1197
|
"members": {
|
|
1191
1198
|
"Members": {
|
|
1192
|
-
"shape": "
|
|
1199
|
+
"shape": "Smj"
|
|
1193
1200
|
},
|
|
1194
1201
|
"UnprocessedAccounts": {
|
|
1195
1202
|
"shape": "Sjw"
|
|
@@ -1311,7 +1318,7 @@
|
|
|
1311
1318
|
"Invitations": {
|
|
1312
1319
|
"type": "list",
|
|
1313
1320
|
"member": {
|
|
1314
|
-
"shape": "
|
|
1321
|
+
"shape": "Slt"
|
|
1315
1322
|
}
|
|
1316
1323
|
},
|
|
1317
1324
|
"NextToken": {}
|
|
@@ -1346,7 +1353,7 @@
|
|
|
1346
1353
|
"type": "structure",
|
|
1347
1354
|
"members": {
|
|
1348
1355
|
"Members": {
|
|
1349
|
-
"shape": "
|
|
1356
|
+
"shape": "Smj"
|
|
1350
1357
|
},
|
|
1351
1358
|
"NextToken": {}
|
|
1352
1359
|
}
|
|
@@ -1409,7 +1416,7 @@
|
|
|
1409
1416
|
"type": "structure",
|
|
1410
1417
|
"members": {
|
|
1411
1418
|
"Tags": {
|
|
1412
|
-
"shape": "
|
|
1419
|
+
"shape": "Sln"
|
|
1413
1420
|
}
|
|
1414
1421
|
}
|
|
1415
1422
|
}
|
|
@@ -1430,7 +1437,7 @@
|
|
|
1430
1437
|
"locationName": "ResourceArn"
|
|
1431
1438
|
},
|
|
1432
1439
|
"Tags": {
|
|
1433
|
-
"shape": "
|
|
1440
|
+
"shape": "Sln"
|
|
1434
1441
|
}
|
|
1435
1442
|
}
|
|
1436
1443
|
},
|
|
@@ -7869,27 +7876,27 @@
|
|
|
7869
7876
|
"type": "list",
|
|
7870
7877
|
"member": {}
|
|
7871
7878
|
},
|
|
7872
|
-
"
|
|
7879
|
+
"Sl4": {
|
|
7873
7880
|
"type": "timestamp",
|
|
7874
7881
|
"timestampFormat": "iso8601"
|
|
7875
7882
|
},
|
|
7876
|
-
"
|
|
7883
|
+
"Sln": {
|
|
7877
7884
|
"type": "map",
|
|
7878
7885
|
"key": {},
|
|
7879
7886
|
"value": {}
|
|
7880
7887
|
},
|
|
7881
|
-
"
|
|
7888
|
+
"Slt": {
|
|
7882
7889
|
"type": "structure",
|
|
7883
7890
|
"members": {
|
|
7884
7891
|
"AccountId": {},
|
|
7885
7892
|
"InvitationId": {},
|
|
7886
7893
|
"InvitedAt": {
|
|
7887
|
-
"shape": "
|
|
7894
|
+
"shape": "Sl4"
|
|
7888
7895
|
},
|
|
7889
7896
|
"MemberStatus": {}
|
|
7890
7897
|
}
|
|
7891
7898
|
},
|
|
7892
|
-
"
|
|
7899
|
+
"Smj": {
|
|
7893
7900
|
"type": "list",
|
|
7894
7901
|
"member": {
|
|
7895
7902
|
"type": "structure",
|
|
@@ -7903,10 +7910,10 @@
|
|
|
7903
7910
|
"AdministratorId": {},
|
|
7904
7911
|
"MemberStatus": {},
|
|
7905
7912
|
"InvitedAt": {
|
|
7906
|
-
"shape": "
|
|
7913
|
+
"shape": "Sl4"
|
|
7907
7914
|
},
|
|
7908
7915
|
"UpdatedAt": {
|
|
7909
|
-
"shape": "
|
|
7916
|
+
"shape": "Sl4"
|
|
7910
7917
|
}
|
|
7911
7918
|
}
|
|
7912
7919
|
}
|