cdk-docker-image-deployment 0.0.88 → 0.0.90
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 +39 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -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/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -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/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -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 +1210 -481
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- 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 +24 -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 +144 -31
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- 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/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +7 -0
- package/node_modules/aws-sdk/clients/all.js +8 -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/athena.d.ts +1043 -42
- 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/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- 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 +1084 -75
- 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 +87 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -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 +345 -44
- package/node_modules/aws-sdk/dist/aws-sdk.js +4128 -1445
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -95
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +14 -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
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"PublicAccessBlockConfiguration": {
|
|
52
52
|
"shape": "S7"
|
|
53
|
-
}
|
|
53
|
+
},
|
|
54
|
+
"BucketAccountId": {}
|
|
54
55
|
}
|
|
55
56
|
},
|
|
56
57
|
"output": {
|
|
@@ -1052,7 +1053,8 @@
|
|
|
1052
1053
|
"type": "map",
|
|
1053
1054
|
"key": {},
|
|
1054
1055
|
"value": {}
|
|
1055
|
-
}
|
|
1056
|
+
},
|
|
1057
|
+
"BucketAccountId": {}
|
|
1056
1058
|
}
|
|
1057
1059
|
},
|
|
1058
1060
|
"endpoint": {
|
|
@@ -1599,7 +1601,7 @@
|
|
|
1599
1601
|
"GetMultiRegionAccessPoint": {
|
|
1600
1602
|
"http": {
|
|
1601
1603
|
"method": "GET",
|
|
1602
|
-
"requestUri": "/v20180820/mrap/instances/{name}"
|
|
1604
|
+
"requestUri": "/v20180820/mrap/instances/{name+}"
|
|
1603
1605
|
},
|
|
1604
1606
|
"input": {
|
|
1605
1607
|
"type": "structure",
|
|
@@ -1643,7 +1645,7 @@
|
|
|
1643
1645
|
"GetMultiRegionAccessPointPolicy": {
|
|
1644
1646
|
"http": {
|
|
1645
1647
|
"method": "GET",
|
|
1646
|
-
"requestUri": "/v20180820/mrap/instances/{name}/policy"
|
|
1648
|
+
"requestUri": "/v20180820/mrap/instances/{name+}/policy"
|
|
1647
1649
|
},
|
|
1648
1650
|
"input": {
|
|
1649
1651
|
"type": "structure",
|
|
@@ -1701,7 +1703,7 @@
|
|
|
1701
1703
|
"GetMultiRegionAccessPointPolicyStatus": {
|
|
1702
1704
|
"http": {
|
|
1703
1705
|
"method": "GET",
|
|
1704
|
-
"requestUri": "/v20180820/mrap/instances/{name}/policystatus"
|
|
1706
|
+
"requestUri": "/v20180820/mrap/instances/{name+}/policystatus"
|
|
1705
1707
|
},
|
|
1706
1708
|
"input": {
|
|
1707
1709
|
"type": "structure",
|
|
@@ -1742,6 +1744,51 @@
|
|
|
1742
1744
|
}
|
|
1743
1745
|
}
|
|
1744
1746
|
},
|
|
1747
|
+
"GetMultiRegionAccessPointRoutes": {
|
|
1748
|
+
"http": {
|
|
1749
|
+
"method": "GET",
|
|
1750
|
+
"requestUri": "/v20180820/mrap/instances/{mrap+}/routes"
|
|
1751
|
+
},
|
|
1752
|
+
"input": {
|
|
1753
|
+
"type": "structure",
|
|
1754
|
+
"required": [
|
|
1755
|
+
"AccountId",
|
|
1756
|
+
"Mrap"
|
|
1757
|
+
],
|
|
1758
|
+
"members": {
|
|
1759
|
+
"AccountId": {
|
|
1760
|
+
"contextParam": {
|
|
1761
|
+
"name": "AccountId"
|
|
1762
|
+
},
|
|
1763
|
+
"hostLabel": true,
|
|
1764
|
+
"location": "header",
|
|
1765
|
+
"locationName": "x-amz-account-id"
|
|
1766
|
+
},
|
|
1767
|
+
"Mrap": {
|
|
1768
|
+
"location": "uri",
|
|
1769
|
+
"locationName": "mrap"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"output": {
|
|
1774
|
+
"type": "structure",
|
|
1775
|
+
"members": {
|
|
1776
|
+
"Mrap": {},
|
|
1777
|
+
"Routes": {
|
|
1778
|
+
"shape": "S72"
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"endpoint": {
|
|
1783
|
+
"hostPrefix": "{AccountId}."
|
|
1784
|
+
},
|
|
1785
|
+
"httpChecksumRequired": true,
|
|
1786
|
+
"staticContextParams": {
|
|
1787
|
+
"RequiresAccountId": {
|
|
1788
|
+
"value": true
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1745
1792
|
"GetPublicAccessBlock": {
|
|
1746
1793
|
"http": {
|
|
1747
1794
|
"method": "GET",
|
|
@@ -1811,7 +1858,7 @@
|
|
|
1811
1858
|
"type": "structure",
|
|
1812
1859
|
"members": {
|
|
1813
1860
|
"StorageLensConfiguration": {
|
|
1814
|
-
"shape": "
|
|
1861
|
+
"shape": "S79"
|
|
1815
1862
|
}
|
|
1816
1863
|
},
|
|
1817
1864
|
"payload": "StorageLensConfiguration"
|
|
@@ -1855,7 +1902,7 @@
|
|
|
1855
1902
|
"type": "structure",
|
|
1856
1903
|
"members": {
|
|
1857
1904
|
"Tags": {
|
|
1858
|
-
"shape": "
|
|
1905
|
+
"shape": "S86"
|
|
1859
1906
|
}
|
|
1860
1907
|
}
|
|
1861
1908
|
},
|
|
@@ -1926,7 +1973,8 @@
|
|
|
1926
1973
|
},
|
|
1927
1974
|
"Bucket": {},
|
|
1928
1975
|
"AccessPointArn": {},
|
|
1929
|
-
"Alias": {}
|
|
1976
|
+
"Alias": {},
|
|
1977
|
+
"BucketAccountId": {}
|
|
1930
1978
|
}
|
|
1931
1979
|
}
|
|
1932
1980
|
},
|
|
@@ -2762,10 +2810,10 @@
|
|
|
2762
2810
|
"locationName": "x-amz-account-id"
|
|
2763
2811
|
},
|
|
2764
2812
|
"StorageLensConfiguration": {
|
|
2765
|
-
"shape": "
|
|
2813
|
+
"shape": "S79"
|
|
2766
2814
|
},
|
|
2767
2815
|
"Tags": {
|
|
2768
|
-
"shape": "
|
|
2816
|
+
"shape": "S86"
|
|
2769
2817
|
}
|
|
2770
2818
|
}
|
|
2771
2819
|
},
|
|
@@ -2808,7 +2856,7 @@
|
|
|
2808
2856
|
"locationName": "x-amz-account-id"
|
|
2809
2857
|
},
|
|
2810
2858
|
"Tags": {
|
|
2811
|
-
"shape": "
|
|
2859
|
+
"shape": "S86"
|
|
2812
2860
|
}
|
|
2813
2861
|
}
|
|
2814
2862
|
},
|
|
@@ -2825,6 +2873,54 @@
|
|
|
2825
2873
|
}
|
|
2826
2874
|
}
|
|
2827
2875
|
},
|
|
2876
|
+
"SubmitMultiRegionAccessPointRoutes": {
|
|
2877
|
+
"http": {
|
|
2878
|
+
"method": "PATCH",
|
|
2879
|
+
"requestUri": "/v20180820/mrap/instances/{mrap+}/routes"
|
|
2880
|
+
},
|
|
2881
|
+
"input": {
|
|
2882
|
+
"locationName": "SubmitMultiRegionAccessPointRoutesRequest",
|
|
2883
|
+
"xmlNamespace": {
|
|
2884
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
2885
|
+
},
|
|
2886
|
+
"type": "structure",
|
|
2887
|
+
"required": [
|
|
2888
|
+
"AccountId",
|
|
2889
|
+
"Mrap",
|
|
2890
|
+
"RouteUpdates"
|
|
2891
|
+
],
|
|
2892
|
+
"members": {
|
|
2893
|
+
"AccountId": {
|
|
2894
|
+
"contextParam": {
|
|
2895
|
+
"name": "AccountId"
|
|
2896
|
+
},
|
|
2897
|
+
"hostLabel": true,
|
|
2898
|
+
"location": "header",
|
|
2899
|
+
"locationName": "x-amz-account-id"
|
|
2900
|
+
},
|
|
2901
|
+
"Mrap": {
|
|
2902
|
+
"location": "uri",
|
|
2903
|
+
"locationName": "mrap"
|
|
2904
|
+
},
|
|
2905
|
+
"RouteUpdates": {
|
|
2906
|
+
"shape": "S72"
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
"output": {
|
|
2911
|
+
"type": "structure",
|
|
2912
|
+
"members": {}
|
|
2913
|
+
},
|
|
2914
|
+
"endpoint": {
|
|
2915
|
+
"hostPrefix": "{AccountId}."
|
|
2916
|
+
},
|
|
2917
|
+
"httpChecksumRequired": true,
|
|
2918
|
+
"staticContextParams": {
|
|
2919
|
+
"RequiresAccountId": {
|
|
2920
|
+
"value": true
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2828
2924
|
"UpdateJobPriority": {
|
|
2829
2925
|
"http": {
|
|
2830
2926
|
"requestUri": "/v20180820/jobs/{id}/priority"
|
|
@@ -3544,7 +3640,24 @@
|
|
|
3544
3640
|
}
|
|
3545
3641
|
}
|
|
3546
3642
|
},
|
|
3547
|
-
"
|
|
3643
|
+
"S72": {
|
|
3644
|
+
"type": "list",
|
|
3645
|
+
"member": {
|
|
3646
|
+
"locationName": "Route",
|
|
3647
|
+
"type": "structure",
|
|
3648
|
+
"required": [
|
|
3649
|
+
"TrafficDialPercentage"
|
|
3650
|
+
],
|
|
3651
|
+
"members": {
|
|
3652
|
+
"Bucket": {},
|
|
3653
|
+
"Region": {},
|
|
3654
|
+
"TrafficDialPercentage": {
|
|
3655
|
+
"type": "integer"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
"S79": {
|
|
3548
3661
|
"type": "structure",
|
|
3549
3662
|
"required": [
|
|
3550
3663
|
"Id",
|
|
@@ -3560,13 +3673,13 @@
|
|
|
3560
3673
|
],
|
|
3561
3674
|
"members": {
|
|
3562
3675
|
"ActivityMetrics": {
|
|
3563
|
-
"shape": "
|
|
3676
|
+
"shape": "S7b"
|
|
3564
3677
|
},
|
|
3565
3678
|
"BucketLevel": {
|
|
3566
3679
|
"type": "structure",
|
|
3567
3680
|
"members": {
|
|
3568
3681
|
"ActivityMetrics": {
|
|
3569
|
-
"shape": "
|
|
3682
|
+
"shape": "S7b"
|
|
3570
3683
|
},
|
|
3571
3684
|
"PrefixLevel": {
|
|
3572
3685
|
"type": "structure",
|
|
@@ -3597,24 +3710,24 @@
|
|
|
3597
3710
|
}
|
|
3598
3711
|
},
|
|
3599
3712
|
"AdvancedCostOptimizationMetrics": {
|
|
3600
|
-
"shape": "
|
|
3713
|
+
"shape": "S7k"
|
|
3601
3714
|
},
|
|
3602
3715
|
"AdvancedDataProtectionMetrics": {
|
|
3603
|
-
"shape": "
|
|
3716
|
+
"shape": "S7l"
|
|
3604
3717
|
},
|
|
3605
3718
|
"DetailedStatusCodesMetrics": {
|
|
3606
|
-
"shape": "
|
|
3719
|
+
"shape": "S7m"
|
|
3607
3720
|
}
|
|
3608
3721
|
}
|
|
3609
3722
|
},
|
|
3610
3723
|
"AdvancedCostOptimizationMetrics": {
|
|
3611
|
-
"shape": "
|
|
3724
|
+
"shape": "S7k"
|
|
3612
3725
|
},
|
|
3613
3726
|
"AdvancedDataProtectionMetrics": {
|
|
3614
|
-
"shape": "
|
|
3727
|
+
"shape": "S7l"
|
|
3615
3728
|
},
|
|
3616
3729
|
"DetailedStatusCodesMetrics": {
|
|
3617
|
-
"shape": "
|
|
3730
|
+
"shape": "S7m"
|
|
3618
3731
|
}
|
|
3619
3732
|
}
|
|
3620
3733
|
},
|
|
@@ -3622,10 +3735,10 @@
|
|
|
3622
3735
|
"type": "structure",
|
|
3623
3736
|
"members": {
|
|
3624
3737
|
"Buckets": {
|
|
3625
|
-
"shape": "
|
|
3738
|
+
"shape": "S7o"
|
|
3626
3739
|
},
|
|
3627
3740
|
"Regions": {
|
|
3628
|
-
"shape": "
|
|
3741
|
+
"shape": "S7p"
|
|
3629
3742
|
}
|
|
3630
3743
|
}
|
|
3631
3744
|
},
|
|
@@ -3633,10 +3746,10 @@
|
|
|
3633
3746
|
"type": "structure",
|
|
3634
3747
|
"members": {
|
|
3635
3748
|
"Buckets": {
|
|
3636
|
-
"shape": "
|
|
3749
|
+
"shape": "S7o"
|
|
3637
3750
|
},
|
|
3638
3751
|
"Regions": {
|
|
3639
|
-
"shape": "
|
|
3752
|
+
"shape": "S7p"
|
|
3640
3753
|
}
|
|
3641
3754
|
}
|
|
3642
3755
|
},
|
|
@@ -3707,7 +3820,7 @@
|
|
|
3707
3820
|
"StorageLensArn": {}
|
|
3708
3821
|
}
|
|
3709
3822
|
},
|
|
3710
|
-
"
|
|
3823
|
+
"S7b": {
|
|
3711
3824
|
"type": "structure",
|
|
3712
3825
|
"members": {
|
|
3713
3826
|
"IsEnabled": {
|
|
@@ -3715,7 +3828,7 @@
|
|
|
3715
3828
|
}
|
|
3716
3829
|
}
|
|
3717
3830
|
},
|
|
3718
|
-
"
|
|
3831
|
+
"S7k": {
|
|
3719
3832
|
"type": "structure",
|
|
3720
3833
|
"members": {
|
|
3721
3834
|
"IsEnabled": {
|
|
@@ -3723,7 +3836,7 @@
|
|
|
3723
3836
|
}
|
|
3724
3837
|
}
|
|
3725
3838
|
},
|
|
3726
|
-
"
|
|
3839
|
+
"S7l": {
|
|
3727
3840
|
"type": "structure",
|
|
3728
3841
|
"members": {
|
|
3729
3842
|
"IsEnabled": {
|
|
@@ -3731,7 +3844,7 @@
|
|
|
3731
3844
|
}
|
|
3732
3845
|
}
|
|
3733
3846
|
},
|
|
3734
|
-
"
|
|
3847
|
+
"S7m": {
|
|
3735
3848
|
"type": "structure",
|
|
3736
3849
|
"members": {
|
|
3737
3850
|
"IsEnabled": {
|
|
@@ -3739,19 +3852,19 @@
|
|
|
3739
3852
|
}
|
|
3740
3853
|
}
|
|
3741
3854
|
},
|
|
3742
|
-
"
|
|
3855
|
+
"S7o": {
|
|
3743
3856
|
"type": "list",
|
|
3744
3857
|
"member": {
|
|
3745
3858
|
"locationName": "Arn"
|
|
3746
3859
|
}
|
|
3747
3860
|
},
|
|
3748
|
-
"
|
|
3861
|
+
"S7p": {
|
|
3749
3862
|
"type": "list",
|
|
3750
3863
|
"member": {
|
|
3751
3864
|
"locationName": "Region"
|
|
3752
3865
|
}
|
|
3753
3866
|
},
|
|
3754
|
-
"
|
|
3867
|
+
"S86": {
|
|
3755
3868
|
"type": "list",
|
|
3756
3869
|
"member": {
|
|
3757
3870
|
"locationName": "Tag",
|