cdk-docker-image-deployment 0.0.76 → 0.0.77
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 +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1258.0
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
@@ -30643,6 +30643,56 @@ module.exports={
|
|
|
30643
30643
|
}
|
|
30644
30644
|
}
|
|
30645
30645
|
},
|
|
30646
|
+
"CopyDistribution": {
|
|
30647
|
+
"http": {
|
|
30648
|
+
"requestUri": "/2020-05-31/distribution/{PrimaryDistributionId}/copy",
|
|
30649
|
+
"responseCode": 201
|
|
30650
|
+
},
|
|
30651
|
+
"input": {
|
|
30652
|
+
"locationName": "CopyDistributionRequest",
|
|
30653
|
+
"xmlNamespace": {
|
|
30654
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
30655
|
+
},
|
|
30656
|
+
"type": "structure",
|
|
30657
|
+
"required": [
|
|
30658
|
+
"PrimaryDistributionId",
|
|
30659
|
+
"CallerReference"
|
|
30660
|
+
],
|
|
30661
|
+
"members": {
|
|
30662
|
+
"PrimaryDistributionId": {
|
|
30663
|
+
"location": "uri",
|
|
30664
|
+
"locationName": "PrimaryDistributionId"
|
|
30665
|
+
},
|
|
30666
|
+
"Staging": {
|
|
30667
|
+
"location": "header",
|
|
30668
|
+
"locationName": "Staging",
|
|
30669
|
+
"type": "boolean"
|
|
30670
|
+
},
|
|
30671
|
+
"IfMatch": {
|
|
30672
|
+
"location": "header",
|
|
30673
|
+
"locationName": "If-Match"
|
|
30674
|
+
},
|
|
30675
|
+
"CallerReference": {}
|
|
30676
|
+
}
|
|
30677
|
+
},
|
|
30678
|
+
"output": {
|
|
30679
|
+
"type": "structure",
|
|
30680
|
+
"members": {
|
|
30681
|
+
"Distribution": {
|
|
30682
|
+
"shape": "S6"
|
|
30683
|
+
},
|
|
30684
|
+
"Location": {
|
|
30685
|
+
"location": "header",
|
|
30686
|
+
"locationName": "Location"
|
|
30687
|
+
},
|
|
30688
|
+
"ETag": {
|
|
30689
|
+
"location": "header",
|
|
30690
|
+
"locationName": "ETag"
|
|
30691
|
+
}
|
|
30692
|
+
},
|
|
30693
|
+
"payload": "Distribution"
|
|
30694
|
+
}
|
|
30695
|
+
},
|
|
30646
30696
|
"CreateCachePolicy": {
|
|
30647
30697
|
"http": {
|
|
30648
30698
|
"requestUri": "/2020-05-31/cache-policy",
|
|
@@ -30655,7 +30705,7 @@ module.exports={
|
|
|
30655
30705
|
],
|
|
30656
30706
|
"members": {
|
|
30657
30707
|
"CachePolicyConfig": {
|
|
30658
|
-
"shape": "
|
|
30708
|
+
"shape": "S2n",
|
|
30659
30709
|
"locationName": "CachePolicyConfig",
|
|
30660
30710
|
"xmlNamespace": {
|
|
30661
30711
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30668,7 +30718,7 @@ module.exports={
|
|
|
30668
30718
|
"type": "structure",
|
|
30669
30719
|
"members": {
|
|
30670
30720
|
"CachePolicy": {
|
|
30671
|
-
"shape": "
|
|
30721
|
+
"shape": "S2y"
|
|
30672
30722
|
},
|
|
30673
30723
|
"Location": {
|
|
30674
30724
|
"location": "header",
|
|
@@ -30694,7 +30744,7 @@ module.exports={
|
|
|
30694
30744
|
],
|
|
30695
30745
|
"members": {
|
|
30696
30746
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
30697
|
-
"shape": "
|
|
30747
|
+
"shape": "S30",
|
|
30698
30748
|
"locationName": "CloudFrontOriginAccessIdentityConfig",
|
|
30699
30749
|
"xmlNamespace": {
|
|
30700
30750
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30707,7 +30757,7 @@ module.exports={
|
|
|
30707
30757
|
"type": "structure",
|
|
30708
30758
|
"members": {
|
|
30709
30759
|
"CloudFrontOriginAccessIdentity": {
|
|
30710
|
-
"shape": "
|
|
30760
|
+
"shape": "S32"
|
|
30711
30761
|
},
|
|
30712
30762
|
"Location": {
|
|
30713
30763
|
"location": "header",
|
|
@@ -30721,6 +30771,45 @@ module.exports={
|
|
|
30721
30771
|
"payload": "CloudFrontOriginAccessIdentity"
|
|
30722
30772
|
}
|
|
30723
30773
|
},
|
|
30774
|
+
"CreateContinuousDeploymentPolicy": {
|
|
30775
|
+
"http": {
|
|
30776
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy",
|
|
30777
|
+
"responseCode": 201
|
|
30778
|
+
},
|
|
30779
|
+
"input": {
|
|
30780
|
+
"type": "structure",
|
|
30781
|
+
"required": [
|
|
30782
|
+
"ContinuousDeploymentPolicyConfig"
|
|
30783
|
+
],
|
|
30784
|
+
"members": {
|
|
30785
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
30786
|
+
"shape": "S34",
|
|
30787
|
+
"locationName": "ContinuousDeploymentPolicyConfig",
|
|
30788
|
+
"xmlNamespace": {
|
|
30789
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
30790
|
+
}
|
|
30791
|
+
}
|
|
30792
|
+
},
|
|
30793
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
30794
|
+
},
|
|
30795
|
+
"output": {
|
|
30796
|
+
"type": "structure",
|
|
30797
|
+
"members": {
|
|
30798
|
+
"ContinuousDeploymentPolicy": {
|
|
30799
|
+
"shape": "S3e"
|
|
30800
|
+
},
|
|
30801
|
+
"Location": {
|
|
30802
|
+
"location": "header",
|
|
30803
|
+
"locationName": "Location"
|
|
30804
|
+
},
|
|
30805
|
+
"ETag": {
|
|
30806
|
+
"location": "header",
|
|
30807
|
+
"locationName": "ETag"
|
|
30808
|
+
}
|
|
30809
|
+
},
|
|
30810
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
30811
|
+
}
|
|
30812
|
+
},
|
|
30724
30813
|
"CreateDistribution": {
|
|
30725
30814
|
"http": {
|
|
30726
30815
|
"requestUri": "/2020-05-31/distribution",
|
|
@@ -30733,7 +30822,7 @@ module.exports={
|
|
|
30733
30822
|
],
|
|
30734
30823
|
"members": {
|
|
30735
30824
|
"DistributionConfig": {
|
|
30736
|
-
"shape": "
|
|
30825
|
+
"shape": "Sh",
|
|
30737
30826
|
"locationName": "DistributionConfig",
|
|
30738
30827
|
"xmlNamespace": {
|
|
30739
30828
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30746,7 +30835,7 @@ module.exports={
|
|
|
30746
30835
|
"type": "structure",
|
|
30747
30836
|
"members": {
|
|
30748
30837
|
"Distribution": {
|
|
30749
|
-
"shape": "
|
|
30838
|
+
"shape": "S6"
|
|
30750
30839
|
},
|
|
30751
30840
|
"Location": {
|
|
30752
30841
|
"location": "header",
|
|
@@ -30783,10 +30872,10 @@ module.exports={
|
|
|
30783
30872
|
],
|
|
30784
30873
|
"members": {
|
|
30785
30874
|
"DistributionConfig": {
|
|
30786
|
-
"shape": "
|
|
30875
|
+
"shape": "Sh"
|
|
30787
30876
|
},
|
|
30788
30877
|
"Tags": {
|
|
30789
|
-
"shape": "
|
|
30878
|
+
"shape": "S3j"
|
|
30790
30879
|
}
|
|
30791
30880
|
}
|
|
30792
30881
|
}
|
|
@@ -30797,7 +30886,7 @@ module.exports={
|
|
|
30797
30886
|
"type": "structure",
|
|
30798
30887
|
"members": {
|
|
30799
30888
|
"Distribution": {
|
|
30800
|
-
"shape": "
|
|
30889
|
+
"shape": "S6"
|
|
30801
30890
|
},
|
|
30802
30891
|
"Location": {
|
|
30803
30892
|
"location": "header",
|
|
@@ -30823,7 +30912,7 @@ module.exports={
|
|
|
30823
30912
|
],
|
|
30824
30913
|
"members": {
|
|
30825
30914
|
"FieldLevelEncryptionConfig": {
|
|
30826
|
-
"shape": "
|
|
30915
|
+
"shape": "S3q",
|
|
30827
30916
|
"locationName": "FieldLevelEncryptionConfig",
|
|
30828
30917
|
"xmlNamespace": {
|
|
30829
30918
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30836,7 +30925,7 @@ module.exports={
|
|
|
30836
30925
|
"type": "structure",
|
|
30837
30926
|
"members": {
|
|
30838
30927
|
"FieldLevelEncryption": {
|
|
30839
|
-
"shape": "
|
|
30928
|
+
"shape": "S41"
|
|
30840
30929
|
},
|
|
30841
30930
|
"Location": {
|
|
30842
30931
|
"location": "header",
|
|
@@ -30862,7 +30951,7 @@ module.exports={
|
|
|
30862
30951
|
],
|
|
30863
30952
|
"members": {
|
|
30864
30953
|
"FieldLevelEncryptionProfileConfig": {
|
|
30865
|
-
"shape": "
|
|
30954
|
+
"shape": "S43",
|
|
30866
30955
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
30867
30956
|
"xmlNamespace": {
|
|
30868
30957
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30875,7 +30964,7 @@ module.exports={
|
|
|
30875
30964
|
"type": "structure",
|
|
30876
30965
|
"members": {
|
|
30877
30966
|
"FieldLevelEncryptionProfile": {
|
|
30878
|
-
"shape": "
|
|
30967
|
+
"shape": "S4a"
|
|
30879
30968
|
},
|
|
30880
30969
|
"Location": {
|
|
30881
30970
|
"location": "header",
|
|
@@ -30908,10 +30997,10 @@ module.exports={
|
|
|
30908
30997
|
"members": {
|
|
30909
30998
|
"Name": {},
|
|
30910
30999
|
"FunctionConfig": {
|
|
30911
|
-
"shape": "
|
|
31000
|
+
"shape": "S4d"
|
|
30912
31001
|
},
|
|
30913
31002
|
"FunctionCode": {
|
|
30914
|
-
"shape": "
|
|
31003
|
+
"shape": "S4f"
|
|
30915
31004
|
}
|
|
30916
31005
|
}
|
|
30917
31006
|
},
|
|
@@ -30919,7 +31008,7 @@ module.exports={
|
|
|
30919
31008
|
"type": "structure",
|
|
30920
31009
|
"members": {
|
|
30921
31010
|
"FunctionSummary": {
|
|
30922
|
-
"shape": "
|
|
31011
|
+
"shape": "S4h"
|
|
30923
31012
|
},
|
|
30924
31013
|
"Location": {
|
|
30925
31014
|
"location": "header",
|
|
@@ -30950,7 +31039,7 @@ module.exports={
|
|
|
30950
31039
|
"locationName": "DistributionId"
|
|
30951
31040
|
},
|
|
30952
31041
|
"InvalidationBatch": {
|
|
30953
|
-
"shape": "
|
|
31042
|
+
"shape": "S4l",
|
|
30954
31043
|
"locationName": "InvalidationBatch",
|
|
30955
31044
|
"xmlNamespace": {
|
|
30956
31045
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30967,7 +31056,7 @@ module.exports={
|
|
|
30967
31056
|
"locationName": "Location"
|
|
30968
31057
|
},
|
|
30969
31058
|
"Invalidation": {
|
|
30970
|
-
"shape": "
|
|
31059
|
+
"shape": "S4p"
|
|
30971
31060
|
}
|
|
30972
31061
|
},
|
|
30973
31062
|
"payload": "Invalidation"
|
|
@@ -30985,7 +31074,7 @@ module.exports={
|
|
|
30985
31074
|
],
|
|
30986
31075
|
"members": {
|
|
30987
31076
|
"KeyGroupConfig": {
|
|
30988
|
-
"shape": "
|
|
31077
|
+
"shape": "S4r",
|
|
30989
31078
|
"locationName": "KeyGroupConfig",
|
|
30990
31079
|
"xmlNamespace": {
|
|
30991
31080
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30998,7 +31087,7 @@ module.exports={
|
|
|
30998
31087
|
"type": "structure",
|
|
30999
31088
|
"members": {
|
|
31000
31089
|
"KeyGroup": {
|
|
31001
|
-
"shape": "
|
|
31090
|
+
"shape": "S4u"
|
|
31002
31091
|
},
|
|
31003
31092
|
"Location": {
|
|
31004
31093
|
"location": "header",
|
|
@@ -31028,7 +31117,7 @@ module.exports={
|
|
|
31028
31117
|
"locationName": "DistributionId"
|
|
31029
31118
|
},
|
|
31030
31119
|
"MonitoringSubscription": {
|
|
31031
|
-
"shape": "
|
|
31120
|
+
"shape": "S4w",
|
|
31032
31121
|
"locationName": "MonitoringSubscription",
|
|
31033
31122
|
"xmlNamespace": {
|
|
31034
31123
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31041,7 +31130,7 @@ module.exports={
|
|
|
31041
31130
|
"type": "structure",
|
|
31042
31131
|
"members": {
|
|
31043
31132
|
"MonitoringSubscription": {
|
|
31044
|
-
"shape": "
|
|
31133
|
+
"shape": "S4w"
|
|
31045
31134
|
}
|
|
31046
31135
|
},
|
|
31047
31136
|
"payload": "MonitoringSubscription"
|
|
@@ -31059,7 +31148,7 @@ module.exports={
|
|
|
31059
31148
|
],
|
|
31060
31149
|
"members": {
|
|
31061
31150
|
"OriginAccessControlConfig": {
|
|
31062
|
-
"shape": "
|
|
31151
|
+
"shape": "S51",
|
|
31063
31152
|
"locationName": "OriginAccessControlConfig",
|
|
31064
31153
|
"xmlNamespace": {
|
|
31065
31154
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31072,7 +31161,7 @@ module.exports={
|
|
|
31072
31161
|
"type": "structure",
|
|
31073
31162
|
"members": {
|
|
31074
31163
|
"OriginAccessControl": {
|
|
31075
|
-
"shape": "
|
|
31164
|
+
"shape": "S56"
|
|
31076
31165
|
},
|
|
31077
31166
|
"Location": {
|
|
31078
31167
|
"location": "header",
|
|
@@ -31098,7 +31187,7 @@ module.exports={
|
|
|
31098
31187
|
],
|
|
31099
31188
|
"members": {
|
|
31100
31189
|
"OriginRequestPolicyConfig": {
|
|
31101
|
-
"shape": "
|
|
31190
|
+
"shape": "S58",
|
|
31102
31191
|
"locationName": "OriginRequestPolicyConfig",
|
|
31103
31192
|
"xmlNamespace": {
|
|
31104
31193
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31111,7 +31200,7 @@ module.exports={
|
|
|
31111
31200
|
"type": "structure",
|
|
31112
31201
|
"members": {
|
|
31113
31202
|
"OriginRequestPolicy": {
|
|
31114
|
-
"shape": "
|
|
31203
|
+
"shape": "S5g"
|
|
31115
31204
|
},
|
|
31116
31205
|
"Location": {
|
|
31117
31206
|
"location": "header",
|
|
@@ -31137,7 +31226,7 @@ module.exports={
|
|
|
31137
31226
|
],
|
|
31138
31227
|
"members": {
|
|
31139
31228
|
"PublicKeyConfig": {
|
|
31140
|
-
"shape": "
|
|
31229
|
+
"shape": "S5i",
|
|
31141
31230
|
"locationName": "PublicKeyConfig",
|
|
31142
31231
|
"xmlNamespace": {
|
|
31143
31232
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31150,7 +31239,7 @@ module.exports={
|
|
|
31150
31239
|
"type": "structure",
|
|
31151
31240
|
"members": {
|
|
31152
31241
|
"PublicKey": {
|
|
31153
|
-
"shape": "
|
|
31242
|
+
"shape": "S5k"
|
|
31154
31243
|
},
|
|
31155
31244
|
"Location": {
|
|
31156
31245
|
"location": "header",
|
|
@@ -31183,10 +31272,10 @@ module.exports={
|
|
|
31183
31272
|
],
|
|
31184
31273
|
"members": {
|
|
31185
31274
|
"EndPoints": {
|
|
31186
|
-
"shape": "
|
|
31275
|
+
"shape": "S5m"
|
|
31187
31276
|
},
|
|
31188
31277
|
"Fields": {
|
|
31189
|
-
"shape": "
|
|
31278
|
+
"shape": "S5p"
|
|
31190
31279
|
},
|
|
31191
31280
|
"Name": {},
|
|
31192
31281
|
"SamplingRate": {
|
|
@@ -31198,7 +31287,7 @@ module.exports={
|
|
|
31198
31287
|
"type": "structure",
|
|
31199
31288
|
"members": {
|
|
31200
31289
|
"RealtimeLogConfig": {
|
|
31201
|
-
"shape": "
|
|
31290
|
+
"shape": "S5r"
|
|
31202
31291
|
}
|
|
31203
31292
|
}
|
|
31204
31293
|
}
|
|
@@ -31215,7 +31304,7 @@ module.exports={
|
|
|
31215
31304
|
],
|
|
31216
31305
|
"members": {
|
|
31217
31306
|
"ResponseHeadersPolicyConfig": {
|
|
31218
|
-
"shape": "
|
|
31307
|
+
"shape": "S5t",
|
|
31219
31308
|
"locationName": "ResponseHeadersPolicyConfig",
|
|
31220
31309
|
"xmlNamespace": {
|
|
31221
31310
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31228,7 +31317,7 @@ module.exports={
|
|
|
31228
31317
|
"type": "structure",
|
|
31229
31318
|
"members": {
|
|
31230
31319
|
"ResponseHeadersPolicy": {
|
|
31231
|
-
"shape": "
|
|
31320
|
+
"shape": "S6j"
|
|
31232
31321
|
},
|
|
31233
31322
|
"Location": {
|
|
31234
31323
|
"location": "header",
|
|
@@ -31254,7 +31343,7 @@ module.exports={
|
|
|
31254
31343
|
],
|
|
31255
31344
|
"members": {
|
|
31256
31345
|
"StreamingDistributionConfig": {
|
|
31257
|
-
"shape": "
|
|
31346
|
+
"shape": "S6l",
|
|
31258
31347
|
"locationName": "StreamingDistributionConfig",
|
|
31259
31348
|
"xmlNamespace": {
|
|
31260
31349
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -31267,7 +31356,7 @@ module.exports={
|
|
|
31267
31356
|
"type": "structure",
|
|
31268
31357
|
"members": {
|
|
31269
31358
|
"StreamingDistribution": {
|
|
31270
|
-
"shape": "
|
|
31359
|
+
"shape": "S6p"
|
|
31271
31360
|
},
|
|
31272
31361
|
"Location": {
|
|
31273
31362
|
"location": "header",
|
|
@@ -31304,10 +31393,10 @@ module.exports={
|
|
|
31304
31393
|
],
|
|
31305
31394
|
"members": {
|
|
31306
31395
|
"StreamingDistributionConfig": {
|
|
31307
|
-
"shape": "
|
|
31396
|
+
"shape": "S6l"
|
|
31308
31397
|
},
|
|
31309
31398
|
"Tags": {
|
|
31310
|
-
"shape": "
|
|
31399
|
+
"shape": "S3j"
|
|
31311
31400
|
}
|
|
31312
31401
|
}
|
|
31313
31402
|
}
|
|
@@ -31318,7 +31407,7 @@ module.exports={
|
|
|
31318
31407
|
"type": "structure",
|
|
31319
31408
|
"members": {
|
|
31320
31409
|
"StreamingDistribution": {
|
|
31321
|
-
"shape": "
|
|
31410
|
+
"shape": "S6p"
|
|
31322
31411
|
},
|
|
31323
31412
|
"Location": {
|
|
31324
31413
|
"location": "header",
|
|
@@ -31378,6 +31467,29 @@ module.exports={
|
|
|
31378
31467
|
}
|
|
31379
31468
|
}
|
|
31380
31469
|
},
|
|
31470
|
+
"DeleteContinuousDeploymentPolicy": {
|
|
31471
|
+
"http": {
|
|
31472
|
+
"method": "DELETE",
|
|
31473
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}",
|
|
31474
|
+
"responseCode": 204
|
|
31475
|
+
},
|
|
31476
|
+
"input": {
|
|
31477
|
+
"type": "structure",
|
|
31478
|
+
"required": [
|
|
31479
|
+
"Id"
|
|
31480
|
+
],
|
|
31481
|
+
"members": {
|
|
31482
|
+
"Id": {
|
|
31483
|
+
"location": "uri",
|
|
31484
|
+
"locationName": "Id"
|
|
31485
|
+
},
|
|
31486
|
+
"IfMatch": {
|
|
31487
|
+
"location": "header",
|
|
31488
|
+
"locationName": "If-Match"
|
|
31489
|
+
}
|
|
31490
|
+
}
|
|
31491
|
+
}
|
|
31492
|
+
},
|
|
31381
31493
|
"DeleteDistribution": {
|
|
31382
31494
|
"http": {
|
|
31383
31495
|
"method": "DELETE",
|
|
@@ -31673,7 +31785,7 @@ module.exports={
|
|
|
31673
31785
|
"type": "structure",
|
|
31674
31786
|
"members": {
|
|
31675
31787
|
"FunctionSummary": {
|
|
31676
|
-
"shape": "
|
|
31788
|
+
"shape": "S4h"
|
|
31677
31789
|
},
|
|
31678
31790
|
"ETag": {
|
|
31679
31791
|
"location": "header",
|
|
@@ -31704,7 +31816,7 @@ module.exports={
|
|
|
31704
31816
|
"type": "structure",
|
|
31705
31817
|
"members": {
|
|
31706
31818
|
"CachePolicy": {
|
|
31707
|
-
"shape": "
|
|
31819
|
+
"shape": "S2y"
|
|
31708
31820
|
},
|
|
31709
31821
|
"ETag": {
|
|
31710
31822
|
"location": "header",
|
|
@@ -31735,7 +31847,7 @@ module.exports={
|
|
|
31735
31847
|
"type": "structure",
|
|
31736
31848
|
"members": {
|
|
31737
31849
|
"CachePolicyConfig": {
|
|
31738
|
-
"shape": "
|
|
31850
|
+
"shape": "S2n"
|
|
31739
31851
|
},
|
|
31740
31852
|
"ETag": {
|
|
31741
31853
|
"location": "header",
|
|
@@ -31766,7 +31878,7 @@ module.exports={
|
|
|
31766
31878
|
"type": "structure",
|
|
31767
31879
|
"members": {
|
|
31768
31880
|
"CloudFrontOriginAccessIdentity": {
|
|
31769
|
-
"shape": "
|
|
31881
|
+
"shape": "S32"
|
|
31770
31882
|
},
|
|
31771
31883
|
"ETag": {
|
|
31772
31884
|
"location": "header",
|
|
@@ -31797,7 +31909,7 @@ module.exports={
|
|
|
31797
31909
|
"type": "structure",
|
|
31798
31910
|
"members": {
|
|
31799
31911
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
31800
|
-
"shape": "
|
|
31912
|
+
"shape": "S30"
|
|
31801
31913
|
},
|
|
31802
31914
|
"ETag": {
|
|
31803
31915
|
"location": "header",
|
|
@@ -31807,6 +31919,68 @@ module.exports={
|
|
|
31807
31919
|
"payload": "CloudFrontOriginAccessIdentityConfig"
|
|
31808
31920
|
}
|
|
31809
31921
|
},
|
|
31922
|
+
"GetContinuousDeploymentPolicy": {
|
|
31923
|
+
"http": {
|
|
31924
|
+
"method": "GET",
|
|
31925
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}"
|
|
31926
|
+
},
|
|
31927
|
+
"input": {
|
|
31928
|
+
"type": "structure",
|
|
31929
|
+
"required": [
|
|
31930
|
+
"Id"
|
|
31931
|
+
],
|
|
31932
|
+
"members": {
|
|
31933
|
+
"Id": {
|
|
31934
|
+
"location": "uri",
|
|
31935
|
+
"locationName": "Id"
|
|
31936
|
+
}
|
|
31937
|
+
}
|
|
31938
|
+
},
|
|
31939
|
+
"output": {
|
|
31940
|
+
"type": "structure",
|
|
31941
|
+
"members": {
|
|
31942
|
+
"ContinuousDeploymentPolicy": {
|
|
31943
|
+
"shape": "S3e"
|
|
31944
|
+
},
|
|
31945
|
+
"ETag": {
|
|
31946
|
+
"location": "header",
|
|
31947
|
+
"locationName": "ETag"
|
|
31948
|
+
}
|
|
31949
|
+
},
|
|
31950
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
31951
|
+
}
|
|
31952
|
+
},
|
|
31953
|
+
"GetContinuousDeploymentPolicyConfig": {
|
|
31954
|
+
"http": {
|
|
31955
|
+
"method": "GET",
|
|
31956
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}/config"
|
|
31957
|
+
},
|
|
31958
|
+
"input": {
|
|
31959
|
+
"type": "structure",
|
|
31960
|
+
"required": [
|
|
31961
|
+
"Id"
|
|
31962
|
+
],
|
|
31963
|
+
"members": {
|
|
31964
|
+
"Id": {
|
|
31965
|
+
"location": "uri",
|
|
31966
|
+
"locationName": "Id"
|
|
31967
|
+
}
|
|
31968
|
+
}
|
|
31969
|
+
},
|
|
31970
|
+
"output": {
|
|
31971
|
+
"type": "structure",
|
|
31972
|
+
"members": {
|
|
31973
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
31974
|
+
"shape": "S34"
|
|
31975
|
+
},
|
|
31976
|
+
"ETag": {
|
|
31977
|
+
"location": "header",
|
|
31978
|
+
"locationName": "ETag"
|
|
31979
|
+
}
|
|
31980
|
+
},
|
|
31981
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
31982
|
+
}
|
|
31983
|
+
},
|
|
31810
31984
|
"GetDistribution": {
|
|
31811
31985
|
"http": {
|
|
31812
31986
|
"method": "GET",
|
|
@@ -31828,7 +32002,7 @@ module.exports={
|
|
|
31828
32002
|
"type": "structure",
|
|
31829
32003
|
"members": {
|
|
31830
32004
|
"Distribution": {
|
|
31831
|
-
"shape": "
|
|
32005
|
+
"shape": "S6"
|
|
31832
32006
|
},
|
|
31833
32007
|
"ETag": {
|
|
31834
32008
|
"location": "header",
|
|
@@ -31859,7 +32033,7 @@ module.exports={
|
|
|
31859
32033
|
"type": "structure",
|
|
31860
32034
|
"members": {
|
|
31861
32035
|
"DistributionConfig": {
|
|
31862
|
-
"shape": "
|
|
32036
|
+
"shape": "Sh"
|
|
31863
32037
|
},
|
|
31864
32038
|
"ETag": {
|
|
31865
32039
|
"location": "header",
|
|
@@ -31890,7 +32064,7 @@ module.exports={
|
|
|
31890
32064
|
"type": "structure",
|
|
31891
32065
|
"members": {
|
|
31892
32066
|
"FieldLevelEncryption": {
|
|
31893
|
-
"shape": "
|
|
32067
|
+
"shape": "S41"
|
|
31894
32068
|
},
|
|
31895
32069
|
"ETag": {
|
|
31896
32070
|
"location": "header",
|
|
@@ -31921,7 +32095,7 @@ module.exports={
|
|
|
31921
32095
|
"type": "structure",
|
|
31922
32096
|
"members": {
|
|
31923
32097
|
"FieldLevelEncryptionConfig": {
|
|
31924
|
-
"shape": "
|
|
32098
|
+
"shape": "S3q"
|
|
31925
32099
|
},
|
|
31926
32100
|
"ETag": {
|
|
31927
32101
|
"location": "header",
|
|
@@ -31952,7 +32126,7 @@ module.exports={
|
|
|
31952
32126
|
"type": "structure",
|
|
31953
32127
|
"members": {
|
|
31954
32128
|
"FieldLevelEncryptionProfile": {
|
|
31955
|
-
"shape": "
|
|
32129
|
+
"shape": "S4a"
|
|
31956
32130
|
},
|
|
31957
32131
|
"ETag": {
|
|
31958
32132
|
"location": "header",
|
|
@@ -31983,7 +32157,7 @@ module.exports={
|
|
|
31983
32157
|
"type": "structure",
|
|
31984
32158
|
"members": {
|
|
31985
32159
|
"FieldLevelEncryptionProfileConfig": {
|
|
31986
|
-
"shape": "
|
|
32160
|
+
"shape": "S43"
|
|
31987
32161
|
},
|
|
31988
32162
|
"ETag": {
|
|
31989
32163
|
"location": "header",
|
|
@@ -32018,7 +32192,7 @@ module.exports={
|
|
|
32018
32192
|
"type": "structure",
|
|
32019
32193
|
"members": {
|
|
32020
32194
|
"FunctionCode": {
|
|
32021
|
-
"shape": "
|
|
32195
|
+
"shape": "S4f"
|
|
32022
32196
|
},
|
|
32023
32197
|
"ETag": {
|
|
32024
32198
|
"location": "header",
|
|
@@ -32058,7 +32232,7 @@ module.exports={
|
|
|
32058
32232
|
"type": "structure",
|
|
32059
32233
|
"members": {
|
|
32060
32234
|
"Invalidation": {
|
|
32061
|
-
"shape": "
|
|
32235
|
+
"shape": "S4p"
|
|
32062
32236
|
}
|
|
32063
32237
|
},
|
|
32064
32238
|
"payload": "Invalidation"
|
|
@@ -32085,7 +32259,7 @@ module.exports={
|
|
|
32085
32259
|
"type": "structure",
|
|
32086
32260
|
"members": {
|
|
32087
32261
|
"KeyGroup": {
|
|
32088
|
-
"shape": "
|
|
32262
|
+
"shape": "S4u"
|
|
32089
32263
|
},
|
|
32090
32264
|
"ETag": {
|
|
32091
32265
|
"location": "header",
|
|
@@ -32116,7 +32290,7 @@ module.exports={
|
|
|
32116
32290
|
"type": "structure",
|
|
32117
32291
|
"members": {
|
|
32118
32292
|
"KeyGroupConfig": {
|
|
32119
|
-
"shape": "
|
|
32293
|
+
"shape": "S4r"
|
|
32120
32294
|
},
|
|
32121
32295
|
"ETag": {
|
|
32122
32296
|
"location": "header",
|
|
@@ -32147,7 +32321,7 @@ module.exports={
|
|
|
32147
32321
|
"type": "structure",
|
|
32148
32322
|
"members": {
|
|
32149
32323
|
"MonitoringSubscription": {
|
|
32150
|
-
"shape": "
|
|
32324
|
+
"shape": "S4w"
|
|
32151
32325
|
}
|
|
32152
32326
|
},
|
|
32153
32327
|
"payload": "MonitoringSubscription"
|
|
@@ -32174,7 +32348,7 @@ module.exports={
|
|
|
32174
32348
|
"type": "structure",
|
|
32175
32349
|
"members": {
|
|
32176
32350
|
"OriginAccessControl": {
|
|
32177
|
-
"shape": "
|
|
32351
|
+
"shape": "S56"
|
|
32178
32352
|
},
|
|
32179
32353
|
"ETag": {
|
|
32180
32354
|
"location": "header",
|
|
@@ -32205,7 +32379,7 @@ module.exports={
|
|
|
32205
32379
|
"type": "structure",
|
|
32206
32380
|
"members": {
|
|
32207
32381
|
"OriginAccessControlConfig": {
|
|
32208
|
-
"shape": "
|
|
32382
|
+
"shape": "S51"
|
|
32209
32383
|
},
|
|
32210
32384
|
"ETag": {
|
|
32211
32385
|
"location": "header",
|
|
@@ -32236,7 +32410,7 @@ module.exports={
|
|
|
32236
32410
|
"type": "structure",
|
|
32237
32411
|
"members": {
|
|
32238
32412
|
"OriginRequestPolicy": {
|
|
32239
|
-
"shape": "
|
|
32413
|
+
"shape": "S5g"
|
|
32240
32414
|
},
|
|
32241
32415
|
"ETag": {
|
|
32242
32416
|
"location": "header",
|
|
@@ -32267,7 +32441,7 @@ module.exports={
|
|
|
32267
32441
|
"type": "structure",
|
|
32268
32442
|
"members": {
|
|
32269
32443
|
"OriginRequestPolicyConfig": {
|
|
32270
|
-
"shape": "
|
|
32444
|
+
"shape": "S58"
|
|
32271
32445
|
},
|
|
32272
32446
|
"ETag": {
|
|
32273
32447
|
"location": "header",
|
|
@@ -32298,7 +32472,7 @@ module.exports={
|
|
|
32298
32472
|
"type": "structure",
|
|
32299
32473
|
"members": {
|
|
32300
32474
|
"PublicKey": {
|
|
32301
|
-
"shape": "
|
|
32475
|
+
"shape": "S5k"
|
|
32302
32476
|
},
|
|
32303
32477
|
"ETag": {
|
|
32304
32478
|
"location": "header",
|
|
@@ -32329,7 +32503,7 @@ module.exports={
|
|
|
32329
32503
|
"type": "structure",
|
|
32330
32504
|
"members": {
|
|
32331
32505
|
"PublicKeyConfig": {
|
|
32332
|
-
"shape": "
|
|
32506
|
+
"shape": "S5i"
|
|
32333
32507
|
},
|
|
32334
32508
|
"ETag": {
|
|
32335
32509
|
"location": "header",
|
|
@@ -32358,7 +32532,7 @@ module.exports={
|
|
|
32358
32532
|
"type": "structure",
|
|
32359
32533
|
"members": {
|
|
32360
32534
|
"RealtimeLogConfig": {
|
|
32361
|
-
"shape": "
|
|
32535
|
+
"shape": "S5r"
|
|
32362
32536
|
}
|
|
32363
32537
|
}
|
|
32364
32538
|
}
|
|
@@ -32384,7 +32558,7 @@ module.exports={
|
|
|
32384
32558
|
"type": "structure",
|
|
32385
32559
|
"members": {
|
|
32386
32560
|
"ResponseHeadersPolicy": {
|
|
32387
|
-
"shape": "
|
|
32561
|
+
"shape": "S6j"
|
|
32388
32562
|
},
|
|
32389
32563
|
"ETag": {
|
|
32390
32564
|
"location": "header",
|
|
@@ -32415,7 +32589,7 @@ module.exports={
|
|
|
32415
32589
|
"type": "structure",
|
|
32416
32590
|
"members": {
|
|
32417
32591
|
"ResponseHeadersPolicyConfig": {
|
|
32418
|
-
"shape": "
|
|
32592
|
+
"shape": "S5t"
|
|
32419
32593
|
},
|
|
32420
32594
|
"ETag": {
|
|
32421
32595
|
"location": "header",
|
|
@@ -32446,7 +32620,7 @@ module.exports={
|
|
|
32446
32620
|
"type": "structure",
|
|
32447
32621
|
"members": {
|
|
32448
32622
|
"StreamingDistribution": {
|
|
32449
|
-
"shape": "
|
|
32623
|
+
"shape": "S6p"
|
|
32450
32624
|
},
|
|
32451
32625
|
"ETag": {
|
|
32452
32626
|
"location": "header",
|
|
@@ -32477,7 +32651,7 @@ module.exports={
|
|
|
32477
32651
|
"type": "structure",
|
|
32478
32652
|
"members": {
|
|
32479
32653
|
"StreamingDistributionConfig": {
|
|
32480
|
-
"shape": "
|
|
32654
|
+
"shape": "S6l"
|
|
32481
32655
|
},
|
|
32482
32656
|
"ETag": {
|
|
32483
32657
|
"location": "header",
|
|
@@ -32538,7 +32712,7 @@ module.exports={
|
|
|
32538
32712
|
"members": {
|
|
32539
32713
|
"Type": {},
|
|
32540
32714
|
"CachePolicy": {
|
|
32541
|
-
"shape": "
|
|
32715
|
+
"shape": "S2y"
|
|
32542
32716
|
}
|
|
32543
32717
|
}
|
|
32544
32718
|
}
|
|
@@ -32676,6 +32850,62 @@ module.exports={
|
|
|
32676
32850
|
"payload": "ConflictingAliasesList"
|
|
32677
32851
|
}
|
|
32678
32852
|
},
|
|
32853
|
+
"ListContinuousDeploymentPolicies": {
|
|
32854
|
+
"http": {
|
|
32855
|
+
"method": "GET",
|
|
32856
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy"
|
|
32857
|
+
},
|
|
32858
|
+
"input": {
|
|
32859
|
+
"type": "structure",
|
|
32860
|
+
"members": {
|
|
32861
|
+
"Marker": {
|
|
32862
|
+
"location": "querystring",
|
|
32863
|
+
"locationName": "Marker"
|
|
32864
|
+
},
|
|
32865
|
+
"MaxItems": {
|
|
32866
|
+
"location": "querystring",
|
|
32867
|
+
"locationName": "MaxItems"
|
|
32868
|
+
}
|
|
32869
|
+
}
|
|
32870
|
+
},
|
|
32871
|
+
"output": {
|
|
32872
|
+
"type": "structure",
|
|
32873
|
+
"members": {
|
|
32874
|
+
"ContinuousDeploymentPolicyList": {
|
|
32875
|
+
"type": "structure",
|
|
32876
|
+
"required": [
|
|
32877
|
+
"MaxItems",
|
|
32878
|
+
"Quantity"
|
|
32879
|
+
],
|
|
32880
|
+
"members": {
|
|
32881
|
+
"NextMarker": {},
|
|
32882
|
+
"MaxItems": {
|
|
32883
|
+
"type": "integer"
|
|
32884
|
+
},
|
|
32885
|
+
"Quantity": {
|
|
32886
|
+
"type": "integer"
|
|
32887
|
+
},
|
|
32888
|
+
"Items": {
|
|
32889
|
+
"type": "list",
|
|
32890
|
+
"member": {
|
|
32891
|
+
"locationName": "ContinuousDeploymentPolicySummary",
|
|
32892
|
+
"type": "structure",
|
|
32893
|
+
"required": [
|
|
32894
|
+
"ContinuousDeploymentPolicy"
|
|
32895
|
+
],
|
|
32896
|
+
"members": {
|
|
32897
|
+
"ContinuousDeploymentPolicy": {
|
|
32898
|
+
"shape": "S3e"
|
|
32899
|
+
}
|
|
32900
|
+
}
|
|
32901
|
+
}
|
|
32902
|
+
}
|
|
32903
|
+
}
|
|
32904
|
+
}
|
|
32905
|
+
},
|
|
32906
|
+
"payload": "ContinuousDeploymentPolicyList"
|
|
32907
|
+
}
|
|
32908
|
+
},
|
|
32679
32909
|
"ListDistributions": {
|
|
32680
32910
|
"http": {
|
|
32681
32911
|
"method": "GET",
|
|
@@ -32698,7 +32928,7 @@ module.exports={
|
|
|
32698
32928
|
"type": "structure",
|
|
32699
32929
|
"members": {
|
|
32700
32930
|
"DistributionList": {
|
|
32701
|
-
"shape": "
|
|
32931
|
+
"shape": "S9l"
|
|
32702
32932
|
}
|
|
32703
32933
|
},
|
|
32704
32934
|
"payload": "DistributionList"
|
|
@@ -32733,7 +32963,7 @@ module.exports={
|
|
|
32733
32963
|
"type": "structure",
|
|
32734
32964
|
"members": {
|
|
32735
32965
|
"DistributionIdList": {
|
|
32736
|
-
"shape": "
|
|
32966
|
+
"shape": "S9q"
|
|
32737
32967
|
}
|
|
32738
32968
|
},
|
|
32739
32969
|
"payload": "DistributionIdList"
|
|
@@ -32768,7 +32998,7 @@ module.exports={
|
|
|
32768
32998
|
"type": "structure",
|
|
32769
32999
|
"members": {
|
|
32770
33000
|
"DistributionIdList": {
|
|
32771
|
-
"shape": "
|
|
33001
|
+
"shape": "S9q"
|
|
32772
33002
|
}
|
|
32773
33003
|
},
|
|
32774
33004
|
"payload": "DistributionIdList"
|
|
@@ -32803,7 +33033,7 @@ module.exports={
|
|
|
32803
33033
|
"type": "structure",
|
|
32804
33034
|
"members": {
|
|
32805
33035
|
"DistributionIdList": {
|
|
32806
|
-
"shape": "
|
|
33036
|
+
"shape": "S9q"
|
|
32807
33037
|
}
|
|
32808
33038
|
},
|
|
32809
33039
|
"payload": "DistributionIdList"
|
|
@@ -32830,7 +33060,7 @@ module.exports={
|
|
|
32830
33060
|
"type": "structure",
|
|
32831
33061
|
"members": {
|
|
32832
33062
|
"DistributionList": {
|
|
32833
|
-
"shape": "
|
|
33063
|
+
"shape": "S9l"
|
|
32834
33064
|
}
|
|
32835
33065
|
},
|
|
32836
33066
|
"payload": "DistributionList"
|
|
@@ -32865,7 +33095,7 @@ module.exports={
|
|
|
32865
33095
|
"type": "structure",
|
|
32866
33096
|
"members": {
|
|
32867
33097
|
"DistributionIdList": {
|
|
32868
|
-
"shape": "
|
|
33098
|
+
"shape": "S9q"
|
|
32869
33099
|
}
|
|
32870
33100
|
},
|
|
32871
33101
|
"payload": "DistributionIdList"
|
|
@@ -32900,7 +33130,7 @@ module.exports={
|
|
|
32900
33130
|
"type": "structure",
|
|
32901
33131
|
"members": {
|
|
32902
33132
|
"DistributionList": {
|
|
32903
|
-
"shape": "
|
|
33133
|
+
"shape": "S9l"
|
|
32904
33134
|
}
|
|
32905
33135
|
},
|
|
32906
33136
|
"payload": "DistributionList"
|
|
@@ -32957,10 +33187,10 @@ module.exports={
|
|
|
32957
33187
|
},
|
|
32958
33188
|
"Comment": {},
|
|
32959
33189
|
"QueryArgProfileConfig": {
|
|
32960
|
-
"shape": "
|
|
33190
|
+
"shape": "S3r"
|
|
32961
33191
|
},
|
|
32962
33192
|
"ContentTypeProfileConfig": {
|
|
32963
|
-
"shape": "
|
|
33193
|
+
"shape": "S3v"
|
|
32964
33194
|
}
|
|
32965
33195
|
}
|
|
32966
33196
|
}
|
|
@@ -33024,7 +33254,7 @@ module.exports={
|
|
|
33024
33254
|
},
|
|
33025
33255
|
"Name": {},
|
|
33026
33256
|
"EncryptionEntities": {
|
|
33027
|
-
"shape": "
|
|
33257
|
+
"shape": "S44"
|
|
33028
33258
|
},
|
|
33029
33259
|
"Comment": {}
|
|
33030
33260
|
}
|
|
@@ -33078,7 +33308,7 @@ module.exports={
|
|
|
33078
33308
|
"Items": {
|
|
33079
33309
|
"type": "list",
|
|
33080
33310
|
"member": {
|
|
33081
|
-
"shape": "
|
|
33311
|
+
"shape": "S4h",
|
|
33082
33312
|
"locationName": "FunctionSummary"
|
|
33083
33313
|
}
|
|
33084
33314
|
}
|
|
@@ -33206,7 +33436,7 @@ module.exports={
|
|
|
33206
33436
|
],
|
|
33207
33437
|
"members": {
|
|
33208
33438
|
"KeyGroup": {
|
|
33209
|
-
"shape": "
|
|
33439
|
+
"shape": "S4u"
|
|
33210
33440
|
}
|
|
33211
33441
|
}
|
|
33212
33442
|
}
|
|
@@ -33338,7 +33568,7 @@ module.exports={
|
|
|
33338
33568
|
"members": {
|
|
33339
33569
|
"Type": {},
|
|
33340
33570
|
"OriginRequestPolicy": {
|
|
33341
|
-
"shape": "
|
|
33571
|
+
"shape": "S5g"
|
|
33342
33572
|
}
|
|
33343
33573
|
}
|
|
33344
33574
|
}
|
|
@@ -33447,7 +33677,7 @@ module.exports={
|
|
|
33447
33677
|
"Items": {
|
|
33448
33678
|
"type": "list",
|
|
33449
33679
|
"member": {
|
|
33450
|
-
"shape": "
|
|
33680
|
+
"shape": "S5r"
|
|
33451
33681
|
}
|
|
33452
33682
|
},
|
|
33453
33683
|
"IsTruncated": {
|
|
@@ -33512,7 +33742,7 @@ module.exports={
|
|
|
33512
33742
|
"members": {
|
|
33513
33743
|
"Type": {},
|
|
33514
33744
|
"ResponseHeadersPolicy": {
|
|
33515
|
-
"shape": "
|
|
33745
|
+
"shape": "S6j"
|
|
33516
33746
|
}
|
|
33517
33747
|
}
|
|
33518
33748
|
}
|
|
@@ -33591,13 +33821,13 @@ module.exports={
|
|
|
33591
33821
|
},
|
|
33592
33822
|
"DomainName": {},
|
|
33593
33823
|
"S3Origin": {
|
|
33594
|
-
"shape": "
|
|
33824
|
+
"shape": "S6m"
|
|
33595
33825
|
},
|
|
33596
33826
|
"Aliases": {
|
|
33597
|
-
"shape": "
|
|
33827
|
+
"shape": "Si"
|
|
33598
33828
|
},
|
|
33599
33829
|
"TrustedSigners": {
|
|
33600
|
-
"shape": "
|
|
33830
|
+
"shape": "S19"
|
|
33601
33831
|
},
|
|
33602
33832
|
"Comment": {},
|
|
33603
33833
|
"PriceClass": {},
|
|
@@ -33637,7 +33867,7 @@ module.exports={
|
|
|
33637
33867
|
],
|
|
33638
33868
|
"members": {
|
|
33639
33869
|
"Tags": {
|
|
33640
|
-
"shape": "
|
|
33870
|
+
"shape": "S3j"
|
|
33641
33871
|
}
|
|
33642
33872
|
},
|
|
33643
33873
|
"payload": "Tags"
|
|
@@ -33668,7 +33898,7 @@ module.exports={
|
|
|
33668
33898
|
"type": "structure",
|
|
33669
33899
|
"members": {
|
|
33670
33900
|
"FunctionSummary": {
|
|
33671
|
-
"shape": "
|
|
33901
|
+
"shape": "S4h"
|
|
33672
33902
|
}
|
|
33673
33903
|
},
|
|
33674
33904
|
"payload": "FunctionSummary"
|
|
@@ -33691,7 +33921,7 @@ module.exports={
|
|
|
33691
33921
|
"locationName": "Resource"
|
|
33692
33922
|
},
|
|
33693
33923
|
"Tags": {
|
|
33694
|
-
"shape": "
|
|
33924
|
+
"shape": "S3j",
|
|
33695
33925
|
"locationName": "Tags",
|
|
33696
33926
|
"xmlNamespace": {
|
|
33697
33927
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33739,7 +33969,7 @@ module.exports={
|
|
|
33739
33969
|
"type": "structure",
|
|
33740
33970
|
"members": {
|
|
33741
33971
|
"FunctionSummary": {
|
|
33742
|
-
"shape": "
|
|
33972
|
+
"shape": "S4h"
|
|
33743
33973
|
},
|
|
33744
33974
|
"ComputeUtilization": {},
|
|
33745
33975
|
"FunctionExecutionLogs": {
|
|
@@ -33748,10 +33978,10 @@ module.exports={
|
|
|
33748
33978
|
"sensitive": true
|
|
33749
33979
|
},
|
|
33750
33980
|
"FunctionErrorMessage": {
|
|
33751
|
-
"shape": "
|
|
33981
|
+
"shape": "Sq"
|
|
33752
33982
|
},
|
|
33753
33983
|
"FunctionOutput": {
|
|
33754
|
-
"shape": "
|
|
33984
|
+
"shape": "Sq"
|
|
33755
33985
|
}
|
|
33756
33986
|
}
|
|
33757
33987
|
}
|
|
@@ -33807,7 +34037,7 @@ module.exports={
|
|
|
33807
34037
|
],
|
|
33808
34038
|
"members": {
|
|
33809
34039
|
"CachePolicyConfig": {
|
|
33810
|
-
"shape": "
|
|
34040
|
+
"shape": "S2n",
|
|
33811
34041
|
"locationName": "CachePolicyConfig",
|
|
33812
34042
|
"xmlNamespace": {
|
|
33813
34043
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33828,7 +34058,7 @@ module.exports={
|
|
|
33828
34058
|
"type": "structure",
|
|
33829
34059
|
"members": {
|
|
33830
34060
|
"CachePolicy": {
|
|
33831
|
-
"shape": "
|
|
34061
|
+
"shape": "S2y"
|
|
33832
34062
|
},
|
|
33833
34063
|
"ETag": {
|
|
33834
34064
|
"location": "header",
|
|
@@ -33851,7 +34081,7 @@ module.exports={
|
|
|
33851
34081
|
],
|
|
33852
34082
|
"members": {
|
|
33853
34083
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
33854
|
-
"shape": "
|
|
34084
|
+
"shape": "S30",
|
|
33855
34085
|
"locationName": "CloudFrontOriginAccessIdentityConfig",
|
|
33856
34086
|
"xmlNamespace": {
|
|
33857
34087
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33872,7 +34102,7 @@ module.exports={
|
|
|
33872
34102
|
"type": "structure",
|
|
33873
34103
|
"members": {
|
|
33874
34104
|
"CloudFrontOriginAccessIdentity": {
|
|
33875
|
-
"shape": "
|
|
34105
|
+
"shape": "S32"
|
|
33876
34106
|
},
|
|
33877
34107
|
"ETag": {
|
|
33878
34108
|
"location": "header",
|
|
@@ -33882,6 +34112,50 @@ module.exports={
|
|
|
33882
34112
|
"payload": "CloudFrontOriginAccessIdentity"
|
|
33883
34113
|
}
|
|
33884
34114
|
},
|
|
34115
|
+
"UpdateContinuousDeploymentPolicy": {
|
|
34116
|
+
"http": {
|
|
34117
|
+
"method": "PUT",
|
|
34118
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}"
|
|
34119
|
+
},
|
|
34120
|
+
"input": {
|
|
34121
|
+
"type": "structure",
|
|
34122
|
+
"required": [
|
|
34123
|
+
"ContinuousDeploymentPolicyConfig",
|
|
34124
|
+
"Id"
|
|
34125
|
+
],
|
|
34126
|
+
"members": {
|
|
34127
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
34128
|
+
"shape": "S34",
|
|
34129
|
+
"locationName": "ContinuousDeploymentPolicyConfig",
|
|
34130
|
+
"xmlNamespace": {
|
|
34131
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
34132
|
+
}
|
|
34133
|
+
},
|
|
34134
|
+
"Id": {
|
|
34135
|
+
"location": "uri",
|
|
34136
|
+
"locationName": "Id"
|
|
34137
|
+
},
|
|
34138
|
+
"IfMatch": {
|
|
34139
|
+
"location": "header",
|
|
34140
|
+
"locationName": "If-Match"
|
|
34141
|
+
}
|
|
34142
|
+
},
|
|
34143
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
34144
|
+
},
|
|
34145
|
+
"output": {
|
|
34146
|
+
"type": "structure",
|
|
34147
|
+
"members": {
|
|
34148
|
+
"ContinuousDeploymentPolicy": {
|
|
34149
|
+
"shape": "S3e"
|
|
34150
|
+
},
|
|
34151
|
+
"ETag": {
|
|
34152
|
+
"location": "header",
|
|
34153
|
+
"locationName": "ETag"
|
|
34154
|
+
}
|
|
34155
|
+
},
|
|
34156
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
34157
|
+
}
|
|
34158
|
+
},
|
|
33885
34159
|
"UpdateDistribution": {
|
|
33886
34160
|
"http": {
|
|
33887
34161
|
"method": "PUT",
|
|
@@ -33895,7 +34169,7 @@ module.exports={
|
|
|
33895
34169
|
],
|
|
33896
34170
|
"members": {
|
|
33897
34171
|
"DistributionConfig": {
|
|
33898
|
-
"shape": "
|
|
34172
|
+
"shape": "Sh",
|
|
33899
34173
|
"locationName": "DistributionConfig",
|
|
33900
34174
|
"xmlNamespace": {
|
|
33901
34175
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33916,7 +34190,7 @@ module.exports={
|
|
|
33916
34190
|
"type": "structure",
|
|
33917
34191
|
"members": {
|
|
33918
34192
|
"Distribution": {
|
|
33919
|
-
"shape": "
|
|
34193
|
+
"shape": "S6"
|
|
33920
34194
|
},
|
|
33921
34195
|
"ETag": {
|
|
33922
34196
|
"location": "header",
|
|
@@ -33939,7 +34213,7 @@ module.exports={
|
|
|
33939
34213
|
],
|
|
33940
34214
|
"members": {
|
|
33941
34215
|
"FieldLevelEncryptionConfig": {
|
|
33942
|
-
"shape": "
|
|
34216
|
+
"shape": "S3q",
|
|
33943
34217
|
"locationName": "FieldLevelEncryptionConfig",
|
|
33944
34218
|
"xmlNamespace": {
|
|
33945
34219
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33960,7 +34234,7 @@ module.exports={
|
|
|
33960
34234
|
"type": "structure",
|
|
33961
34235
|
"members": {
|
|
33962
34236
|
"FieldLevelEncryption": {
|
|
33963
|
-
"shape": "
|
|
34237
|
+
"shape": "S41"
|
|
33964
34238
|
},
|
|
33965
34239
|
"ETag": {
|
|
33966
34240
|
"location": "header",
|
|
@@ -33983,7 +34257,7 @@ module.exports={
|
|
|
33983
34257
|
],
|
|
33984
34258
|
"members": {
|
|
33985
34259
|
"FieldLevelEncryptionProfileConfig": {
|
|
33986
|
-
"shape": "
|
|
34260
|
+
"shape": "S43",
|
|
33987
34261
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
33988
34262
|
"xmlNamespace": {
|
|
33989
34263
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34004,7 +34278,7 @@ module.exports={
|
|
|
34004
34278
|
"type": "structure",
|
|
34005
34279
|
"members": {
|
|
34006
34280
|
"FieldLevelEncryptionProfile": {
|
|
34007
|
-
"shape": "
|
|
34281
|
+
"shape": "S4a"
|
|
34008
34282
|
},
|
|
34009
34283
|
"ETag": {
|
|
34010
34284
|
"location": "header",
|
|
@@ -34041,10 +34315,10 @@ module.exports={
|
|
|
34041
34315
|
"locationName": "If-Match"
|
|
34042
34316
|
},
|
|
34043
34317
|
"FunctionConfig": {
|
|
34044
|
-
"shape": "
|
|
34318
|
+
"shape": "S4d"
|
|
34045
34319
|
},
|
|
34046
34320
|
"FunctionCode": {
|
|
34047
|
-
"shape": "
|
|
34321
|
+
"shape": "S4f"
|
|
34048
34322
|
}
|
|
34049
34323
|
}
|
|
34050
34324
|
},
|
|
@@ -34052,7 +34326,7 @@ module.exports={
|
|
|
34052
34326
|
"type": "structure",
|
|
34053
34327
|
"members": {
|
|
34054
34328
|
"FunctionSummary": {
|
|
34055
|
-
"shape": "
|
|
34329
|
+
"shape": "S4h"
|
|
34056
34330
|
},
|
|
34057
34331
|
"ETag": {
|
|
34058
34332
|
"location": "header",
|
|
@@ -34075,7 +34349,7 @@ module.exports={
|
|
|
34075
34349
|
],
|
|
34076
34350
|
"members": {
|
|
34077
34351
|
"KeyGroupConfig": {
|
|
34078
|
-
"shape": "
|
|
34352
|
+
"shape": "S4r",
|
|
34079
34353
|
"locationName": "KeyGroupConfig",
|
|
34080
34354
|
"xmlNamespace": {
|
|
34081
34355
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34096,7 +34370,7 @@ module.exports={
|
|
|
34096
34370
|
"type": "structure",
|
|
34097
34371
|
"members": {
|
|
34098
34372
|
"KeyGroup": {
|
|
34099
|
-
"shape": "
|
|
34373
|
+
"shape": "S4u"
|
|
34100
34374
|
},
|
|
34101
34375
|
"ETag": {
|
|
34102
34376
|
"location": "header",
|
|
@@ -34119,7 +34393,7 @@ module.exports={
|
|
|
34119
34393
|
],
|
|
34120
34394
|
"members": {
|
|
34121
34395
|
"OriginAccessControlConfig": {
|
|
34122
|
-
"shape": "
|
|
34396
|
+
"shape": "S51",
|
|
34123
34397
|
"locationName": "OriginAccessControlConfig",
|
|
34124
34398
|
"xmlNamespace": {
|
|
34125
34399
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34140,7 +34414,7 @@ module.exports={
|
|
|
34140
34414
|
"type": "structure",
|
|
34141
34415
|
"members": {
|
|
34142
34416
|
"OriginAccessControl": {
|
|
34143
|
-
"shape": "
|
|
34417
|
+
"shape": "S56"
|
|
34144
34418
|
},
|
|
34145
34419
|
"ETag": {
|
|
34146
34420
|
"location": "header",
|
|
@@ -34163,7 +34437,7 @@ module.exports={
|
|
|
34163
34437
|
],
|
|
34164
34438
|
"members": {
|
|
34165
34439
|
"OriginRequestPolicyConfig": {
|
|
34166
|
-
"shape": "
|
|
34440
|
+
"shape": "S58",
|
|
34167
34441
|
"locationName": "OriginRequestPolicyConfig",
|
|
34168
34442
|
"xmlNamespace": {
|
|
34169
34443
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34184,7 +34458,7 @@ module.exports={
|
|
|
34184
34458
|
"type": "structure",
|
|
34185
34459
|
"members": {
|
|
34186
34460
|
"OriginRequestPolicy": {
|
|
34187
|
-
"shape": "
|
|
34461
|
+
"shape": "S5g"
|
|
34188
34462
|
},
|
|
34189
34463
|
"ETag": {
|
|
34190
34464
|
"location": "header",
|
|
@@ -34207,7 +34481,7 @@ module.exports={
|
|
|
34207
34481
|
],
|
|
34208
34482
|
"members": {
|
|
34209
34483
|
"PublicKeyConfig": {
|
|
34210
|
-
"shape": "
|
|
34484
|
+
"shape": "S5i",
|
|
34211
34485
|
"locationName": "PublicKeyConfig",
|
|
34212
34486
|
"xmlNamespace": {
|
|
34213
34487
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34228,7 +34502,7 @@ module.exports={
|
|
|
34228
34502
|
"type": "structure",
|
|
34229
34503
|
"members": {
|
|
34230
34504
|
"PublicKey": {
|
|
34231
|
-
"shape": "
|
|
34505
|
+
"shape": "S5k"
|
|
34232
34506
|
},
|
|
34233
34507
|
"ETag": {
|
|
34234
34508
|
"location": "header",
|
|
@@ -34251,10 +34525,10 @@ module.exports={
|
|
|
34251
34525
|
"type": "structure",
|
|
34252
34526
|
"members": {
|
|
34253
34527
|
"EndPoints": {
|
|
34254
|
-
"shape": "
|
|
34528
|
+
"shape": "S5m"
|
|
34255
34529
|
},
|
|
34256
34530
|
"Fields": {
|
|
34257
|
-
"shape": "
|
|
34531
|
+
"shape": "S5p"
|
|
34258
34532
|
},
|
|
34259
34533
|
"Name": {},
|
|
34260
34534
|
"ARN": {},
|
|
@@ -34267,7 +34541,7 @@ module.exports={
|
|
|
34267
34541
|
"type": "structure",
|
|
34268
34542
|
"members": {
|
|
34269
34543
|
"RealtimeLogConfig": {
|
|
34270
|
-
"shape": "
|
|
34544
|
+
"shape": "S5r"
|
|
34271
34545
|
}
|
|
34272
34546
|
}
|
|
34273
34547
|
}
|
|
@@ -34285,7 +34559,7 @@ module.exports={
|
|
|
34285
34559
|
],
|
|
34286
34560
|
"members": {
|
|
34287
34561
|
"ResponseHeadersPolicyConfig": {
|
|
34288
|
-
"shape": "
|
|
34562
|
+
"shape": "S5t",
|
|
34289
34563
|
"locationName": "ResponseHeadersPolicyConfig",
|
|
34290
34564
|
"xmlNamespace": {
|
|
34291
34565
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34306,7 +34580,7 @@ module.exports={
|
|
|
34306
34580
|
"type": "structure",
|
|
34307
34581
|
"members": {
|
|
34308
34582
|
"ResponseHeadersPolicy": {
|
|
34309
|
-
"shape": "
|
|
34583
|
+
"shape": "S6j"
|
|
34310
34584
|
},
|
|
34311
34585
|
"ETag": {
|
|
34312
34586
|
"location": "header",
|
|
@@ -34329,7 +34603,7 @@ module.exports={
|
|
|
34329
34603
|
],
|
|
34330
34604
|
"members": {
|
|
34331
34605
|
"StreamingDistributionConfig": {
|
|
34332
|
-
"shape": "
|
|
34606
|
+
"shape": "S6l",
|
|
34333
34607
|
"locationName": "StreamingDistributionConfig",
|
|
34334
34608
|
"xmlNamespace": {
|
|
34335
34609
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -34350,7 +34624,7 @@ module.exports={
|
|
|
34350
34624
|
"type": "structure",
|
|
34351
34625
|
"members": {
|
|
34352
34626
|
"StreamingDistribution": {
|
|
34353
|
-
"shape": "
|
|
34627
|
+
"shape": "S6p"
|
|
34354
34628
|
},
|
|
34355
34629
|
"ETag": {
|
|
34356
34630
|
"location": "header",
|
|
@@ -34362,114 +34636,96 @@ module.exports={
|
|
|
34362
34636
|
}
|
|
34363
34637
|
},
|
|
34364
34638
|
"shapes": {
|
|
34365
|
-
"
|
|
34639
|
+
"S6": {
|
|
34366
34640
|
"type": "structure",
|
|
34367
34641
|
"required": [
|
|
34368
|
-
"
|
|
34369
|
-
"
|
|
34642
|
+
"Id",
|
|
34643
|
+
"ARN",
|
|
34644
|
+
"Status",
|
|
34645
|
+
"LastModifiedTime",
|
|
34646
|
+
"InProgressInvalidationBatches",
|
|
34647
|
+
"DomainName",
|
|
34648
|
+
"DistributionConfig"
|
|
34370
34649
|
],
|
|
34371
34650
|
"members": {
|
|
34372
|
-
"
|
|
34373
|
-
"
|
|
34374
|
-
"
|
|
34375
|
-
|
|
34651
|
+
"Id": {},
|
|
34652
|
+
"ARN": {},
|
|
34653
|
+
"Status": {},
|
|
34654
|
+
"LastModifiedTime": {
|
|
34655
|
+
"type": "timestamp"
|
|
34376
34656
|
},
|
|
34377
|
-
"
|
|
34378
|
-
"type": "
|
|
34657
|
+
"InProgressInvalidationBatches": {
|
|
34658
|
+
"type": "integer"
|
|
34379
34659
|
},
|
|
34380
|
-
"
|
|
34381
|
-
|
|
34660
|
+
"DomainName": {},
|
|
34661
|
+
"ActiveTrustedSigners": {
|
|
34662
|
+
"shape": "S9"
|
|
34382
34663
|
},
|
|
34383
|
-
"
|
|
34664
|
+
"ActiveTrustedKeyGroups": {
|
|
34384
34665
|
"type": "structure",
|
|
34385
34666
|
"required": [
|
|
34386
|
-
"
|
|
34387
|
-
"
|
|
34388
|
-
"CookiesConfig",
|
|
34389
|
-
"QueryStringsConfig"
|
|
34667
|
+
"Enabled",
|
|
34668
|
+
"Quantity"
|
|
34390
34669
|
],
|
|
34391
34670
|
"members": {
|
|
34392
|
-
"
|
|
34393
|
-
"type": "boolean"
|
|
34394
|
-
},
|
|
34395
|
-
"EnableAcceptEncodingBrotli": {
|
|
34671
|
+
"Enabled": {
|
|
34396
34672
|
"type": "boolean"
|
|
34397
34673
|
},
|
|
34398
|
-
"
|
|
34399
|
-
"type": "
|
|
34400
|
-
"required": [
|
|
34401
|
-
"HeaderBehavior"
|
|
34402
|
-
],
|
|
34403
|
-
"members": {
|
|
34404
|
-
"HeaderBehavior": {},
|
|
34405
|
-
"Headers": {
|
|
34406
|
-
"shape": "Sa"
|
|
34407
|
-
}
|
|
34408
|
-
}
|
|
34409
|
-
},
|
|
34410
|
-
"CookiesConfig": {
|
|
34411
|
-
"type": "structure",
|
|
34412
|
-
"required": [
|
|
34413
|
-
"CookieBehavior"
|
|
34414
|
-
],
|
|
34415
|
-
"members": {
|
|
34416
|
-
"CookieBehavior": {},
|
|
34417
|
-
"Cookies": {
|
|
34418
|
-
"shape": "Sf"
|
|
34419
|
-
}
|
|
34420
|
-
}
|
|
34674
|
+
"Quantity": {
|
|
34675
|
+
"type": "integer"
|
|
34421
34676
|
},
|
|
34422
|
-
"
|
|
34423
|
-
"type": "
|
|
34424
|
-
"
|
|
34425
|
-
"
|
|
34426
|
-
|
|
34427
|
-
|
|
34428
|
-
|
|
34429
|
-
|
|
34430
|
-
|
|
34677
|
+
"Items": {
|
|
34678
|
+
"type": "list",
|
|
34679
|
+
"member": {
|
|
34680
|
+
"locationName": "KeyGroup",
|
|
34681
|
+
"type": "structure",
|
|
34682
|
+
"members": {
|
|
34683
|
+
"KeyGroupId": {},
|
|
34684
|
+
"KeyPairIds": {
|
|
34685
|
+
"shape": "Sc"
|
|
34686
|
+
}
|
|
34431
34687
|
}
|
|
34432
34688
|
}
|
|
34433
34689
|
}
|
|
34434
34690
|
}
|
|
34435
|
-
}
|
|
34436
|
-
}
|
|
34437
|
-
},
|
|
34438
|
-
"Sa": {
|
|
34439
|
-
"type": "structure",
|
|
34440
|
-
"required": [
|
|
34441
|
-
"Quantity"
|
|
34442
|
-
],
|
|
34443
|
-
"members": {
|
|
34444
|
-
"Quantity": {
|
|
34445
|
-
"type": "integer"
|
|
34446
34691
|
},
|
|
34447
|
-
"
|
|
34448
|
-
"
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34692
|
+
"DistributionConfig": {
|
|
34693
|
+
"shape": "Sh"
|
|
34694
|
+
},
|
|
34695
|
+
"AliasICPRecordals": {
|
|
34696
|
+
"shape": "S2j"
|
|
34452
34697
|
}
|
|
34453
34698
|
}
|
|
34454
34699
|
},
|
|
34455
|
-
"
|
|
34700
|
+
"S9": {
|
|
34456
34701
|
"type": "structure",
|
|
34457
34702
|
"required": [
|
|
34703
|
+
"Enabled",
|
|
34458
34704
|
"Quantity"
|
|
34459
34705
|
],
|
|
34460
34706
|
"members": {
|
|
34707
|
+
"Enabled": {
|
|
34708
|
+
"type": "boolean"
|
|
34709
|
+
},
|
|
34461
34710
|
"Quantity": {
|
|
34462
34711
|
"type": "integer"
|
|
34463
34712
|
},
|
|
34464
34713
|
"Items": {
|
|
34465
34714
|
"type": "list",
|
|
34466
34715
|
"member": {
|
|
34467
|
-
"locationName": "
|
|
34716
|
+
"locationName": "Signer",
|
|
34717
|
+
"type": "structure",
|
|
34718
|
+
"members": {
|
|
34719
|
+
"AwsAccountNumber": {},
|
|
34720
|
+
"KeyPairIds": {
|
|
34721
|
+
"shape": "Sc"
|
|
34722
|
+
}
|
|
34723
|
+
}
|
|
34468
34724
|
}
|
|
34469
34725
|
}
|
|
34470
34726
|
}
|
|
34471
34727
|
},
|
|
34472
|
-
"
|
|
34728
|
+
"Sc": {
|
|
34473
34729
|
"type": "structure",
|
|
34474
34730
|
"required": [
|
|
34475
34731
|
"Quantity"
|
|
@@ -34481,54 +34737,12 @@ module.exports={
|
|
|
34481
34737
|
"Items": {
|
|
34482
34738
|
"type": "list",
|
|
34483
34739
|
"member": {
|
|
34484
|
-
"locationName": "
|
|
34740
|
+
"locationName": "KeyPairId"
|
|
34485
34741
|
}
|
|
34486
34742
|
}
|
|
34487
34743
|
}
|
|
34488
34744
|
},
|
|
34489
|
-
"
|
|
34490
|
-
"type": "structure",
|
|
34491
|
-
"required": [
|
|
34492
|
-
"Id",
|
|
34493
|
-
"LastModifiedTime",
|
|
34494
|
-
"CachePolicyConfig"
|
|
34495
|
-
],
|
|
34496
|
-
"members": {
|
|
34497
|
-
"Id": {},
|
|
34498
|
-
"LastModifiedTime": {
|
|
34499
|
-
"type": "timestamp"
|
|
34500
|
-
},
|
|
34501
|
-
"CachePolicyConfig": {
|
|
34502
|
-
"shape": "S4"
|
|
34503
|
-
}
|
|
34504
|
-
}
|
|
34505
|
-
},
|
|
34506
|
-
"Sp": {
|
|
34507
|
-
"type": "structure",
|
|
34508
|
-
"required": [
|
|
34509
|
-
"CallerReference",
|
|
34510
|
-
"Comment"
|
|
34511
|
-
],
|
|
34512
|
-
"members": {
|
|
34513
|
-
"CallerReference": {},
|
|
34514
|
-
"Comment": {}
|
|
34515
|
-
}
|
|
34516
|
-
},
|
|
34517
|
-
"Sr": {
|
|
34518
|
-
"type": "structure",
|
|
34519
|
-
"required": [
|
|
34520
|
-
"Id",
|
|
34521
|
-
"S3CanonicalUserId"
|
|
34522
|
-
],
|
|
34523
|
-
"members": {
|
|
34524
|
-
"Id": {},
|
|
34525
|
-
"S3CanonicalUserId": {},
|
|
34526
|
-
"CloudFrontOriginAccessIdentityConfig": {
|
|
34527
|
-
"shape": "Sp"
|
|
34528
|
-
}
|
|
34529
|
-
}
|
|
34530
|
-
},
|
|
34531
|
-
"St": {
|
|
34745
|
+
"Sh": {
|
|
34532
34746
|
"type": "structure",
|
|
34533
34747
|
"required": [
|
|
34534
34748
|
"CallerReference",
|
|
@@ -34540,23 +34754,23 @@ module.exports={
|
|
|
34540
34754
|
"members": {
|
|
34541
34755
|
"CallerReference": {},
|
|
34542
34756
|
"Aliases": {
|
|
34543
|
-
"shape": "
|
|
34757
|
+
"shape": "Si"
|
|
34544
34758
|
},
|
|
34545
34759
|
"DefaultRootObject": {},
|
|
34546
34760
|
"Origins": {
|
|
34547
|
-
"shape": "
|
|
34761
|
+
"shape": "Sk"
|
|
34548
34762
|
},
|
|
34549
34763
|
"OriginGroups": {
|
|
34550
|
-
"shape": "
|
|
34764
|
+
"shape": "Sz"
|
|
34551
34765
|
},
|
|
34552
34766
|
"DefaultCacheBehavior": {
|
|
34553
|
-
"shape": "
|
|
34767
|
+
"shape": "S18"
|
|
34554
34768
|
},
|
|
34555
34769
|
"CacheBehaviors": {
|
|
34556
|
-
"shape": "
|
|
34770
|
+
"shape": "S21"
|
|
34557
34771
|
},
|
|
34558
34772
|
"CustomErrorResponses": {
|
|
34559
|
-
"shape": "
|
|
34773
|
+
"shape": "S24"
|
|
34560
34774
|
},
|
|
34561
34775
|
"Comment": {
|
|
34562
34776
|
"type": "string",
|
|
@@ -34586,10 +34800,10 @@ module.exports={
|
|
|
34586
34800
|
"type": "boolean"
|
|
34587
34801
|
},
|
|
34588
34802
|
"ViewerCertificate": {
|
|
34589
|
-
"shape": "
|
|
34803
|
+
"shape": "S2a"
|
|
34590
34804
|
},
|
|
34591
34805
|
"Restrictions": {
|
|
34592
|
-
"shape": "
|
|
34806
|
+
"shape": "S2e"
|
|
34593
34807
|
},
|
|
34594
34808
|
"WebACLId": {},
|
|
34595
34809
|
"HttpVersion": {},
|
|
@@ -34598,7 +34812,7 @@ module.exports={
|
|
|
34598
34812
|
}
|
|
34599
34813
|
}
|
|
34600
34814
|
},
|
|
34601
|
-
"
|
|
34815
|
+
"Si": {
|
|
34602
34816
|
"type": "structure",
|
|
34603
34817
|
"required": [
|
|
34604
34818
|
"Quantity"
|
|
@@ -34615,7 +34829,7 @@ module.exports={
|
|
|
34615
34829
|
}
|
|
34616
34830
|
}
|
|
34617
34831
|
},
|
|
34618
|
-
"
|
|
34832
|
+
"Sk": {
|
|
34619
34833
|
"type": "structure",
|
|
34620
34834
|
"required": [
|
|
34621
34835
|
"Quantity",
|
|
@@ -34659,7 +34873,7 @@ module.exports={
|
|
|
34659
34873
|
"members": {
|
|
34660
34874
|
"HeaderName": {},
|
|
34661
34875
|
"HeaderValue": {
|
|
34662
|
-
"shape": "
|
|
34876
|
+
"shape": "Sq"
|
|
34663
34877
|
}
|
|
34664
34878
|
}
|
|
34665
34879
|
}
|
|
@@ -34740,11 +34954,11 @@ module.exports={
|
|
|
34740
34954
|
}
|
|
34741
34955
|
}
|
|
34742
34956
|
},
|
|
34743
|
-
"
|
|
34957
|
+
"Sq": {
|
|
34744
34958
|
"type": "string",
|
|
34745
34959
|
"sensitive": true
|
|
34746
34960
|
},
|
|
34747
|
-
"
|
|
34961
|
+
"Sz": {
|
|
34748
34962
|
"type": "structure",
|
|
34749
34963
|
"required": [
|
|
34750
34964
|
"Quantity"
|
|
@@ -34822,7 +35036,7 @@ module.exports={
|
|
|
34822
35036
|
}
|
|
34823
35037
|
}
|
|
34824
35038
|
},
|
|
34825
|
-
"
|
|
35039
|
+
"S18": {
|
|
34826
35040
|
"type": "structure",
|
|
34827
35041
|
"required": [
|
|
34828
35042
|
"TargetOriginId",
|
|
@@ -34831,14 +35045,14 @@ module.exports={
|
|
|
34831
35045
|
"members": {
|
|
34832
35046
|
"TargetOriginId": {},
|
|
34833
35047
|
"TrustedSigners": {
|
|
34834
|
-
"shape": "
|
|
35048
|
+
"shape": "S19"
|
|
34835
35049
|
},
|
|
34836
35050
|
"TrustedKeyGroups": {
|
|
34837
|
-
"shape": "
|
|
35051
|
+
"shape": "S1b"
|
|
34838
35052
|
},
|
|
34839
35053
|
"ViewerProtocolPolicy": {},
|
|
34840
35054
|
"AllowedMethods": {
|
|
34841
|
-
"shape": "
|
|
35055
|
+
"shape": "S1e"
|
|
34842
35056
|
},
|
|
34843
35057
|
"SmoothStreaming": {
|
|
34844
35058
|
"type": "boolean"
|
|
@@ -34847,10 +35061,10 @@ module.exports={
|
|
|
34847
35061
|
"type": "boolean"
|
|
34848
35062
|
},
|
|
34849
35063
|
"LambdaFunctionAssociations": {
|
|
34850
|
-
"shape": "
|
|
35064
|
+
"shape": "S1i"
|
|
34851
35065
|
},
|
|
34852
35066
|
"FunctionAssociations": {
|
|
34853
|
-
"shape": "
|
|
35067
|
+
"shape": "S1n"
|
|
34854
35068
|
},
|
|
34855
35069
|
"FieldLevelEncryptionId": {},
|
|
34856
35070
|
"RealtimeLogConfigArn": {},
|
|
@@ -34858,7 +35072,7 @@ module.exports={
|
|
|
34858
35072
|
"OriginRequestPolicyId": {},
|
|
34859
35073
|
"ResponseHeadersPolicyId": {},
|
|
34860
35074
|
"ForwardedValues": {
|
|
34861
|
-
"shape": "
|
|
35075
|
+
"shape": "S1r",
|
|
34862
35076
|
"deprecated": true
|
|
34863
35077
|
},
|
|
34864
35078
|
"MinTTL": {
|
|
@@ -34875,7 +35089,7 @@ module.exports={
|
|
|
34875
35089
|
}
|
|
34876
35090
|
}
|
|
34877
35091
|
},
|
|
34878
|
-
"
|
|
35092
|
+
"S19": {
|
|
34879
35093
|
"type": "structure",
|
|
34880
35094
|
"required": [
|
|
34881
35095
|
"Enabled",
|
|
@@ -34896,7 +35110,7 @@ module.exports={
|
|
|
34896
35110
|
}
|
|
34897
35111
|
}
|
|
34898
35112
|
},
|
|
34899
|
-
"
|
|
35113
|
+
"S1b": {
|
|
34900
35114
|
"type": "structure",
|
|
34901
35115
|
"required": [
|
|
34902
35116
|
"Enabled",
|
|
@@ -34917,7 +35131,7 @@ module.exports={
|
|
|
34917
35131
|
}
|
|
34918
35132
|
}
|
|
34919
35133
|
},
|
|
34920
|
-
"
|
|
35134
|
+
"S1e": {
|
|
34921
35135
|
"type": "structure",
|
|
34922
35136
|
"required": [
|
|
34923
35137
|
"Quantity",
|
|
@@ -34928,7 +35142,7 @@ module.exports={
|
|
|
34928
35142
|
"type": "integer"
|
|
34929
35143
|
},
|
|
34930
35144
|
"Items": {
|
|
34931
|
-
"shape": "
|
|
35145
|
+
"shape": "S1f"
|
|
34932
35146
|
},
|
|
34933
35147
|
"CachedMethods": {
|
|
34934
35148
|
"type": "structure",
|
|
@@ -34941,19 +35155,19 @@ module.exports={
|
|
|
34941
35155
|
"type": "integer"
|
|
34942
35156
|
},
|
|
34943
35157
|
"Items": {
|
|
34944
|
-
"shape": "
|
|
35158
|
+
"shape": "S1f"
|
|
34945
35159
|
}
|
|
34946
35160
|
}
|
|
34947
35161
|
}
|
|
34948
35162
|
}
|
|
34949
35163
|
},
|
|
34950
|
-
"
|
|
35164
|
+
"S1f": {
|
|
34951
35165
|
"type": "list",
|
|
34952
35166
|
"member": {
|
|
34953
35167
|
"locationName": "Method"
|
|
34954
35168
|
}
|
|
34955
35169
|
},
|
|
34956
|
-
"
|
|
35170
|
+
"S1i": {
|
|
34957
35171
|
"type": "structure",
|
|
34958
35172
|
"required": [
|
|
34959
35173
|
"Quantity"
|
|
@@ -34982,7 +35196,7 @@ module.exports={
|
|
|
34982
35196
|
}
|
|
34983
35197
|
}
|
|
34984
35198
|
},
|
|
34985
|
-
"
|
|
35199
|
+
"S1n": {
|
|
34986
35200
|
"type": "structure",
|
|
34987
35201
|
"required": [
|
|
34988
35202
|
"Quantity"
|
|
@@ -35008,7 +35222,7 @@ module.exports={
|
|
|
35008
35222
|
}
|
|
35009
35223
|
}
|
|
35010
35224
|
},
|
|
35011
|
-
"
|
|
35225
|
+
"S1r": {
|
|
35012
35226
|
"type": "structure",
|
|
35013
35227
|
"required": [
|
|
35014
35228
|
"QueryString",
|
|
@@ -35026,12 +35240,12 @@ module.exports={
|
|
|
35026
35240
|
"members": {
|
|
35027
35241
|
"Forward": {},
|
|
35028
35242
|
"WhitelistedNames": {
|
|
35029
|
-
"shape": "
|
|
35243
|
+
"shape": "S1u"
|
|
35030
35244
|
}
|
|
35031
35245
|
}
|
|
35032
35246
|
},
|
|
35033
35247
|
"Headers": {
|
|
35034
|
-
"shape": "
|
|
35248
|
+
"shape": "S1w"
|
|
35035
35249
|
},
|
|
35036
35250
|
"QueryStringCacheKeys": {
|
|
35037
35251
|
"type": "structure",
|
|
@@ -35052,7 +35266,41 @@ module.exports={
|
|
|
35052
35266
|
}
|
|
35053
35267
|
}
|
|
35054
35268
|
},
|
|
35055
|
-
"
|
|
35269
|
+
"S1u": {
|
|
35270
|
+
"type": "structure",
|
|
35271
|
+
"required": [
|
|
35272
|
+
"Quantity"
|
|
35273
|
+
],
|
|
35274
|
+
"members": {
|
|
35275
|
+
"Quantity": {
|
|
35276
|
+
"type": "integer"
|
|
35277
|
+
},
|
|
35278
|
+
"Items": {
|
|
35279
|
+
"type": "list",
|
|
35280
|
+
"member": {
|
|
35281
|
+
"locationName": "Name"
|
|
35282
|
+
}
|
|
35283
|
+
}
|
|
35284
|
+
}
|
|
35285
|
+
},
|
|
35286
|
+
"S1w": {
|
|
35287
|
+
"type": "structure",
|
|
35288
|
+
"required": [
|
|
35289
|
+
"Quantity"
|
|
35290
|
+
],
|
|
35291
|
+
"members": {
|
|
35292
|
+
"Quantity": {
|
|
35293
|
+
"type": "integer"
|
|
35294
|
+
},
|
|
35295
|
+
"Items": {
|
|
35296
|
+
"type": "list",
|
|
35297
|
+
"member": {
|
|
35298
|
+
"locationName": "Name"
|
|
35299
|
+
}
|
|
35300
|
+
}
|
|
35301
|
+
}
|
|
35302
|
+
},
|
|
35303
|
+
"S21": {
|
|
35056
35304
|
"type": "structure",
|
|
35057
35305
|
"required": [
|
|
35058
35306
|
"Quantity"
|
|
@@ -35075,14 +35323,14 @@ module.exports={
|
|
|
35075
35323
|
"PathPattern": {},
|
|
35076
35324
|
"TargetOriginId": {},
|
|
35077
35325
|
"TrustedSigners": {
|
|
35078
|
-
"shape": "
|
|
35326
|
+
"shape": "S19"
|
|
35079
35327
|
},
|
|
35080
35328
|
"TrustedKeyGroups": {
|
|
35081
|
-
"shape": "
|
|
35329
|
+
"shape": "S1b"
|
|
35082
35330
|
},
|
|
35083
35331
|
"ViewerProtocolPolicy": {},
|
|
35084
35332
|
"AllowedMethods": {
|
|
35085
|
-
"shape": "
|
|
35333
|
+
"shape": "S1e"
|
|
35086
35334
|
},
|
|
35087
35335
|
"SmoothStreaming": {
|
|
35088
35336
|
"type": "boolean"
|
|
@@ -35091,10 +35339,10 @@ module.exports={
|
|
|
35091
35339
|
"type": "boolean"
|
|
35092
35340
|
},
|
|
35093
35341
|
"LambdaFunctionAssociations": {
|
|
35094
|
-
"shape": "
|
|
35342
|
+
"shape": "S1i"
|
|
35095
35343
|
},
|
|
35096
35344
|
"FunctionAssociations": {
|
|
35097
|
-
"shape": "
|
|
35345
|
+
"shape": "S1n"
|
|
35098
35346
|
},
|
|
35099
35347
|
"FieldLevelEncryptionId": {},
|
|
35100
35348
|
"RealtimeLogConfigArn": {},
|
|
@@ -35102,7 +35350,7 @@ module.exports={
|
|
|
35102
35350
|
"OriginRequestPolicyId": {},
|
|
35103
35351
|
"ResponseHeadersPolicyId": {},
|
|
35104
35352
|
"ForwardedValues": {
|
|
35105
|
-
"shape": "
|
|
35353
|
+
"shape": "S1r",
|
|
35106
35354
|
"deprecated": true
|
|
35107
35355
|
},
|
|
35108
35356
|
"MinTTL": {
|
|
@@ -35122,7 +35370,7 @@ module.exports={
|
|
|
35122
35370
|
}
|
|
35123
35371
|
}
|
|
35124
35372
|
},
|
|
35125
|
-
"
|
|
35373
|
+
"S24": {
|
|
35126
35374
|
"type": "structure",
|
|
35127
35375
|
"required": [
|
|
35128
35376
|
"Quantity"
|
|
@@ -35153,7 +35401,7 @@ module.exports={
|
|
|
35153
35401
|
}
|
|
35154
35402
|
}
|
|
35155
35403
|
},
|
|
35156
|
-
"
|
|
35404
|
+
"S2a": {
|
|
35157
35405
|
"type": "structure",
|
|
35158
35406
|
"members": {
|
|
35159
35407
|
"CloudFrontDefaultCertificate": {
|
|
@@ -35171,7 +35419,7 @@ module.exports={
|
|
|
35171
35419
|
}
|
|
35172
35420
|
}
|
|
35173
35421
|
},
|
|
35174
|
-
"
|
|
35422
|
+
"S2e": {
|
|
35175
35423
|
"type": "structure",
|
|
35176
35424
|
"required": [
|
|
35177
35425
|
"GeoRestriction"
|
|
@@ -35198,124 +35446,242 @@ module.exports={
|
|
|
35198
35446
|
}
|
|
35199
35447
|
}
|
|
35200
35448
|
},
|
|
35201
|
-
"
|
|
35449
|
+
"S2j": {
|
|
35450
|
+
"type": "list",
|
|
35451
|
+
"member": {
|
|
35452
|
+
"locationName": "AliasICPRecordal",
|
|
35453
|
+
"type": "structure",
|
|
35454
|
+
"members": {
|
|
35455
|
+
"CNAME": {},
|
|
35456
|
+
"ICPRecordalStatus": {}
|
|
35457
|
+
}
|
|
35458
|
+
}
|
|
35459
|
+
},
|
|
35460
|
+
"S2n": {
|
|
35202
35461
|
"type": "structure",
|
|
35203
35462
|
"required": [
|
|
35204
|
-
"
|
|
35205
|
-
"
|
|
35206
|
-
"Status",
|
|
35207
|
-
"LastModifiedTime",
|
|
35208
|
-
"InProgressInvalidationBatches",
|
|
35209
|
-
"DomainName",
|
|
35210
|
-
"DistributionConfig"
|
|
35463
|
+
"Name",
|
|
35464
|
+
"MinTTL"
|
|
35211
35465
|
],
|
|
35212
35466
|
"members": {
|
|
35213
|
-
"
|
|
35214
|
-
"
|
|
35215
|
-
"
|
|
35216
|
-
|
|
35217
|
-
"type": "timestamp"
|
|
35467
|
+
"Comment": {},
|
|
35468
|
+
"Name": {},
|
|
35469
|
+
"DefaultTTL": {
|
|
35470
|
+
"type": "long"
|
|
35218
35471
|
},
|
|
35219
|
-
"
|
|
35220
|
-
"type": "
|
|
35472
|
+
"MaxTTL": {
|
|
35473
|
+
"type": "long"
|
|
35221
35474
|
},
|
|
35222
|
-
"
|
|
35223
|
-
|
|
35224
|
-
"shape": "S2s"
|
|
35475
|
+
"MinTTL": {
|
|
35476
|
+
"type": "long"
|
|
35225
35477
|
},
|
|
35226
|
-
"
|
|
35478
|
+
"ParametersInCacheKeyAndForwardedToOrigin": {
|
|
35227
35479
|
"type": "structure",
|
|
35228
35480
|
"required": [
|
|
35229
|
-
"
|
|
35230
|
-
"
|
|
35481
|
+
"EnableAcceptEncodingGzip",
|
|
35482
|
+
"HeadersConfig",
|
|
35483
|
+
"CookiesConfig",
|
|
35484
|
+
"QueryStringsConfig"
|
|
35231
35485
|
],
|
|
35232
35486
|
"members": {
|
|
35233
|
-
"
|
|
35487
|
+
"EnableAcceptEncodingGzip": {
|
|
35234
35488
|
"type": "boolean"
|
|
35235
35489
|
},
|
|
35236
|
-
"
|
|
35237
|
-
"type": "
|
|
35490
|
+
"EnableAcceptEncodingBrotli": {
|
|
35491
|
+
"type": "boolean"
|
|
35238
35492
|
},
|
|
35239
|
-
"
|
|
35240
|
-
"type": "
|
|
35241
|
-
"
|
|
35242
|
-
"
|
|
35243
|
-
|
|
35244
|
-
|
|
35245
|
-
|
|
35246
|
-
|
|
35247
|
-
|
|
35248
|
-
|
|
35493
|
+
"HeadersConfig": {
|
|
35494
|
+
"type": "structure",
|
|
35495
|
+
"required": [
|
|
35496
|
+
"HeaderBehavior"
|
|
35497
|
+
],
|
|
35498
|
+
"members": {
|
|
35499
|
+
"HeaderBehavior": {},
|
|
35500
|
+
"Headers": {
|
|
35501
|
+
"shape": "S1w"
|
|
35502
|
+
}
|
|
35503
|
+
}
|
|
35504
|
+
},
|
|
35505
|
+
"CookiesConfig": {
|
|
35506
|
+
"type": "structure",
|
|
35507
|
+
"required": [
|
|
35508
|
+
"CookieBehavior"
|
|
35509
|
+
],
|
|
35510
|
+
"members": {
|
|
35511
|
+
"CookieBehavior": {},
|
|
35512
|
+
"Cookies": {
|
|
35513
|
+
"shape": "S1u"
|
|
35514
|
+
}
|
|
35515
|
+
}
|
|
35516
|
+
},
|
|
35517
|
+
"QueryStringsConfig": {
|
|
35518
|
+
"type": "structure",
|
|
35519
|
+
"required": [
|
|
35520
|
+
"QueryStringBehavior"
|
|
35521
|
+
],
|
|
35522
|
+
"members": {
|
|
35523
|
+
"QueryStringBehavior": {},
|
|
35524
|
+
"QueryStrings": {
|
|
35525
|
+
"shape": "S2v"
|
|
35249
35526
|
}
|
|
35250
35527
|
}
|
|
35251
35528
|
}
|
|
35252
35529
|
}
|
|
35253
|
-
},
|
|
35254
|
-
"DistributionConfig": {
|
|
35255
|
-
"shape": "St"
|
|
35256
|
-
},
|
|
35257
|
-
"AliasICPRecordals": {
|
|
35258
|
-
"shape": "S30"
|
|
35259
35530
|
}
|
|
35260
35531
|
}
|
|
35261
35532
|
},
|
|
35262
|
-
"
|
|
35533
|
+
"S2v": {
|
|
35263
35534
|
"type": "structure",
|
|
35264
35535
|
"required": [
|
|
35265
|
-
"Enabled",
|
|
35266
35536
|
"Quantity"
|
|
35267
35537
|
],
|
|
35268
35538
|
"members": {
|
|
35269
|
-
"Enabled": {
|
|
35270
|
-
"type": "boolean"
|
|
35271
|
-
},
|
|
35272
35539
|
"Quantity": {
|
|
35273
35540
|
"type": "integer"
|
|
35274
35541
|
},
|
|
35275
35542
|
"Items": {
|
|
35276
35543
|
"type": "list",
|
|
35277
35544
|
"member": {
|
|
35278
|
-
"locationName": "
|
|
35279
|
-
"type": "structure",
|
|
35280
|
-
"members": {
|
|
35281
|
-
"AwsAccountNumber": {},
|
|
35282
|
-
"KeyPairIds": {
|
|
35283
|
-
"shape": "S2v"
|
|
35284
|
-
}
|
|
35285
|
-
}
|
|
35545
|
+
"locationName": "Name"
|
|
35286
35546
|
}
|
|
35287
35547
|
}
|
|
35288
35548
|
}
|
|
35289
35549
|
},
|
|
35290
|
-
"
|
|
35550
|
+
"S2y": {
|
|
35291
35551
|
"type": "structure",
|
|
35292
35552
|
"required": [
|
|
35293
|
-
"
|
|
35553
|
+
"Id",
|
|
35554
|
+
"LastModifiedTime",
|
|
35555
|
+
"CachePolicyConfig"
|
|
35294
35556
|
],
|
|
35295
35557
|
"members": {
|
|
35296
|
-
"
|
|
35297
|
-
|
|
35558
|
+
"Id": {},
|
|
35559
|
+
"LastModifiedTime": {
|
|
35560
|
+
"type": "timestamp"
|
|
35298
35561
|
},
|
|
35299
|
-
"
|
|
35300
|
-
"
|
|
35301
|
-
"member": {
|
|
35302
|
-
"locationName": "KeyPairId"
|
|
35303
|
-
}
|
|
35562
|
+
"CachePolicyConfig": {
|
|
35563
|
+
"shape": "S2n"
|
|
35304
35564
|
}
|
|
35305
35565
|
}
|
|
35306
35566
|
},
|
|
35307
35567
|
"S30": {
|
|
35308
|
-
"type": "
|
|
35309
|
-
"
|
|
35310
|
-
"
|
|
35311
|
-
"
|
|
35312
|
-
|
|
35313
|
-
|
|
35314
|
-
|
|
35568
|
+
"type": "structure",
|
|
35569
|
+
"required": [
|
|
35570
|
+
"CallerReference",
|
|
35571
|
+
"Comment"
|
|
35572
|
+
],
|
|
35573
|
+
"members": {
|
|
35574
|
+
"CallerReference": {},
|
|
35575
|
+
"Comment": {}
|
|
35576
|
+
}
|
|
35577
|
+
},
|
|
35578
|
+
"S32": {
|
|
35579
|
+
"type": "structure",
|
|
35580
|
+
"required": [
|
|
35581
|
+
"Id",
|
|
35582
|
+
"S3CanonicalUserId"
|
|
35583
|
+
],
|
|
35584
|
+
"members": {
|
|
35585
|
+
"Id": {},
|
|
35586
|
+
"S3CanonicalUserId": {},
|
|
35587
|
+
"CloudFrontOriginAccessIdentityConfig": {
|
|
35588
|
+
"shape": "S30"
|
|
35315
35589
|
}
|
|
35316
35590
|
}
|
|
35317
35591
|
},
|
|
35318
|
-
"
|
|
35592
|
+
"S34": {
|
|
35593
|
+
"type": "structure",
|
|
35594
|
+
"required": [
|
|
35595
|
+
"StagingDistributionDnsNames",
|
|
35596
|
+
"Enabled"
|
|
35597
|
+
],
|
|
35598
|
+
"members": {
|
|
35599
|
+
"StagingDistributionDnsNames": {
|
|
35600
|
+
"type": "structure",
|
|
35601
|
+
"required": [
|
|
35602
|
+
"Quantity"
|
|
35603
|
+
],
|
|
35604
|
+
"members": {
|
|
35605
|
+
"Quantity": {
|
|
35606
|
+
"type": "integer"
|
|
35607
|
+
},
|
|
35608
|
+
"Items": {
|
|
35609
|
+
"type": "list",
|
|
35610
|
+
"member": {
|
|
35611
|
+
"locationName": "DnsName"
|
|
35612
|
+
}
|
|
35613
|
+
}
|
|
35614
|
+
}
|
|
35615
|
+
},
|
|
35616
|
+
"Enabled": {
|
|
35617
|
+
"type": "boolean"
|
|
35618
|
+
},
|
|
35619
|
+
"TrafficConfig": {
|
|
35620
|
+
"type": "structure",
|
|
35621
|
+
"required": [
|
|
35622
|
+
"Type"
|
|
35623
|
+
],
|
|
35624
|
+
"members": {
|
|
35625
|
+
"SingleWeightConfig": {
|
|
35626
|
+
"type": "structure",
|
|
35627
|
+
"required": [
|
|
35628
|
+
"Weight"
|
|
35629
|
+
],
|
|
35630
|
+
"members": {
|
|
35631
|
+
"Weight": {
|
|
35632
|
+
"type": "float"
|
|
35633
|
+
},
|
|
35634
|
+
"SessionStickinessConfig": {
|
|
35635
|
+
"type": "structure",
|
|
35636
|
+
"required": [
|
|
35637
|
+
"IdleTTL",
|
|
35638
|
+
"MaximumTTL"
|
|
35639
|
+
],
|
|
35640
|
+
"members": {
|
|
35641
|
+
"IdleTTL": {
|
|
35642
|
+
"type": "integer"
|
|
35643
|
+
},
|
|
35644
|
+
"MaximumTTL": {
|
|
35645
|
+
"type": "integer"
|
|
35646
|
+
}
|
|
35647
|
+
}
|
|
35648
|
+
}
|
|
35649
|
+
}
|
|
35650
|
+
},
|
|
35651
|
+
"SingleHeaderConfig": {
|
|
35652
|
+
"type": "structure",
|
|
35653
|
+
"required": [
|
|
35654
|
+
"Header",
|
|
35655
|
+
"Value"
|
|
35656
|
+
],
|
|
35657
|
+
"members": {
|
|
35658
|
+
"Header": {},
|
|
35659
|
+
"Value": {}
|
|
35660
|
+
}
|
|
35661
|
+
},
|
|
35662
|
+
"Type": {}
|
|
35663
|
+
}
|
|
35664
|
+
}
|
|
35665
|
+
}
|
|
35666
|
+
},
|
|
35667
|
+
"S3e": {
|
|
35668
|
+
"type": "structure",
|
|
35669
|
+
"required": [
|
|
35670
|
+
"Id",
|
|
35671
|
+
"LastModifiedTime",
|
|
35672
|
+
"ContinuousDeploymentPolicyConfig"
|
|
35673
|
+
],
|
|
35674
|
+
"members": {
|
|
35675
|
+
"Id": {},
|
|
35676
|
+
"LastModifiedTime": {
|
|
35677
|
+
"type": "timestamp"
|
|
35678
|
+
},
|
|
35679
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
35680
|
+
"shape": "S34"
|
|
35681
|
+
}
|
|
35682
|
+
}
|
|
35683
|
+
},
|
|
35684
|
+
"S3j": {
|
|
35319
35685
|
"type": "structure",
|
|
35320
35686
|
"members": {
|
|
35321
35687
|
"Items": {
|
|
@@ -35334,7 +35700,7 @@ module.exports={
|
|
|
35334
35700
|
}
|
|
35335
35701
|
}
|
|
35336
35702
|
},
|
|
35337
|
-
"
|
|
35703
|
+
"S3q": {
|
|
35338
35704
|
"type": "structure",
|
|
35339
35705
|
"required": [
|
|
35340
35706
|
"CallerReference"
|
|
@@ -35343,14 +35709,14 @@ module.exports={
|
|
|
35343
35709
|
"CallerReference": {},
|
|
35344
35710
|
"Comment": {},
|
|
35345
35711
|
"QueryArgProfileConfig": {
|
|
35346
|
-
"shape": "
|
|
35712
|
+
"shape": "S3r"
|
|
35347
35713
|
},
|
|
35348
35714
|
"ContentTypeProfileConfig": {
|
|
35349
|
-
"shape": "
|
|
35715
|
+
"shape": "S3v"
|
|
35350
35716
|
}
|
|
35351
35717
|
}
|
|
35352
35718
|
},
|
|
35353
|
-
"
|
|
35719
|
+
"S3r": {
|
|
35354
35720
|
"type": "structure",
|
|
35355
35721
|
"required": [
|
|
35356
35722
|
"ForwardWhenQueryArgProfileIsUnknown"
|
|
@@ -35387,7 +35753,7 @@ module.exports={
|
|
|
35387
35753
|
}
|
|
35388
35754
|
}
|
|
35389
35755
|
},
|
|
35390
|
-
"
|
|
35756
|
+
"S3v": {
|
|
35391
35757
|
"type": "structure",
|
|
35392
35758
|
"required": [
|
|
35393
35759
|
"ForwardWhenContentTypeIsUnknown"
|
|
@@ -35425,7 +35791,7 @@ module.exports={
|
|
|
35425
35791
|
}
|
|
35426
35792
|
}
|
|
35427
35793
|
},
|
|
35428
|
-
"
|
|
35794
|
+
"S41": {
|
|
35429
35795
|
"type": "structure",
|
|
35430
35796
|
"required": [
|
|
35431
35797
|
"Id",
|
|
@@ -35438,11 +35804,11 @@ module.exports={
|
|
|
35438
35804
|
"type": "timestamp"
|
|
35439
35805
|
},
|
|
35440
35806
|
"FieldLevelEncryptionConfig": {
|
|
35441
|
-
"shape": "
|
|
35807
|
+
"shape": "S3q"
|
|
35442
35808
|
}
|
|
35443
35809
|
}
|
|
35444
35810
|
},
|
|
35445
|
-
"
|
|
35811
|
+
"S43": {
|
|
35446
35812
|
"type": "structure",
|
|
35447
35813
|
"required": [
|
|
35448
35814
|
"Name",
|
|
@@ -35454,11 +35820,11 @@ module.exports={
|
|
|
35454
35820
|
"CallerReference": {},
|
|
35455
35821
|
"Comment": {},
|
|
35456
35822
|
"EncryptionEntities": {
|
|
35457
|
-
"shape": "
|
|
35823
|
+
"shape": "S44"
|
|
35458
35824
|
}
|
|
35459
35825
|
}
|
|
35460
35826
|
},
|
|
35461
|
-
"
|
|
35827
|
+
"S44": {
|
|
35462
35828
|
"type": "structure",
|
|
35463
35829
|
"required": [
|
|
35464
35830
|
"Quantity"
|
|
@@ -35502,7 +35868,7 @@ module.exports={
|
|
|
35502
35868
|
}
|
|
35503
35869
|
}
|
|
35504
35870
|
},
|
|
35505
|
-
"
|
|
35871
|
+
"S4a": {
|
|
35506
35872
|
"type": "structure",
|
|
35507
35873
|
"required": [
|
|
35508
35874
|
"Id",
|
|
@@ -35515,11 +35881,11 @@ module.exports={
|
|
|
35515
35881
|
"type": "timestamp"
|
|
35516
35882
|
},
|
|
35517
35883
|
"FieldLevelEncryptionProfileConfig": {
|
|
35518
|
-
"shape": "
|
|
35884
|
+
"shape": "S43"
|
|
35519
35885
|
}
|
|
35520
35886
|
}
|
|
35521
35887
|
},
|
|
35522
|
-
"
|
|
35888
|
+
"S4d": {
|
|
35523
35889
|
"type": "structure",
|
|
35524
35890
|
"required": [
|
|
35525
35891
|
"Comment",
|
|
@@ -35530,11 +35896,11 @@ module.exports={
|
|
|
35530
35896
|
"Runtime": {}
|
|
35531
35897
|
}
|
|
35532
35898
|
},
|
|
35533
|
-
"
|
|
35899
|
+
"S4f": {
|
|
35534
35900
|
"type": "blob",
|
|
35535
35901
|
"sensitive": true
|
|
35536
35902
|
},
|
|
35537
|
-
"
|
|
35903
|
+
"S4h": {
|
|
35538
35904
|
"type": "structure",
|
|
35539
35905
|
"required": [
|
|
35540
35906
|
"Name",
|
|
@@ -35545,7 +35911,7 @@ module.exports={
|
|
|
35545
35911
|
"Name": {},
|
|
35546
35912
|
"Status": {},
|
|
35547
35913
|
"FunctionConfig": {
|
|
35548
|
-
"shape": "
|
|
35914
|
+
"shape": "S4d"
|
|
35549
35915
|
},
|
|
35550
35916
|
"FunctionMetadata": {
|
|
35551
35917
|
"type": "structure",
|
|
@@ -35566,7 +35932,7 @@ module.exports={
|
|
|
35566
35932
|
}
|
|
35567
35933
|
}
|
|
35568
35934
|
},
|
|
35569
|
-
"
|
|
35935
|
+
"S4l": {
|
|
35570
35936
|
"type": "structure",
|
|
35571
35937
|
"required": [
|
|
35572
35938
|
"Paths",
|
|
@@ -35593,7 +35959,7 @@ module.exports={
|
|
|
35593
35959
|
"CallerReference": {}
|
|
35594
35960
|
}
|
|
35595
35961
|
},
|
|
35596
|
-
"
|
|
35962
|
+
"S4p": {
|
|
35597
35963
|
"type": "structure",
|
|
35598
35964
|
"required": [
|
|
35599
35965
|
"Id",
|
|
@@ -35608,11 +35974,11 @@ module.exports={
|
|
|
35608
35974
|
"type": "timestamp"
|
|
35609
35975
|
},
|
|
35610
35976
|
"InvalidationBatch": {
|
|
35611
|
-
"shape": "
|
|
35977
|
+
"shape": "S4l"
|
|
35612
35978
|
}
|
|
35613
35979
|
}
|
|
35614
35980
|
},
|
|
35615
|
-
"
|
|
35981
|
+
"S4r": {
|
|
35616
35982
|
"type": "structure",
|
|
35617
35983
|
"required": [
|
|
35618
35984
|
"Name",
|
|
@@ -35629,7 +35995,7 @@ module.exports={
|
|
|
35629
35995
|
"Comment": {}
|
|
35630
35996
|
}
|
|
35631
35997
|
},
|
|
35632
|
-
"
|
|
35998
|
+
"S4u": {
|
|
35633
35999
|
"type": "structure",
|
|
35634
36000
|
"required": [
|
|
35635
36001
|
"Id",
|
|
@@ -35642,11 +36008,11 @@ module.exports={
|
|
|
35642
36008
|
"type": "timestamp"
|
|
35643
36009
|
},
|
|
35644
36010
|
"KeyGroupConfig": {
|
|
35645
|
-
"shape": "
|
|
36011
|
+
"shape": "S4r"
|
|
35646
36012
|
}
|
|
35647
36013
|
}
|
|
35648
36014
|
},
|
|
35649
|
-
"
|
|
36015
|
+
"S4w": {
|
|
35650
36016
|
"type": "structure",
|
|
35651
36017
|
"members": {
|
|
35652
36018
|
"RealtimeMetricsSubscriptionConfig": {
|
|
@@ -35660,11 +36026,10 @@ module.exports={
|
|
|
35660
36026
|
}
|
|
35661
36027
|
}
|
|
35662
36028
|
},
|
|
35663
|
-
"
|
|
36029
|
+
"S51": {
|
|
35664
36030
|
"type": "structure",
|
|
35665
36031
|
"required": [
|
|
35666
36032
|
"Name",
|
|
35667
|
-
"Description",
|
|
35668
36033
|
"SigningProtocol",
|
|
35669
36034
|
"SigningBehavior",
|
|
35670
36035
|
"OriginAccessControlOriginType"
|
|
@@ -35677,7 +36042,7 @@ module.exports={
|
|
|
35677
36042
|
"OriginAccessControlOriginType": {}
|
|
35678
36043
|
}
|
|
35679
36044
|
},
|
|
35680
|
-
"
|
|
36045
|
+
"S56": {
|
|
35681
36046
|
"type": "structure",
|
|
35682
36047
|
"required": [
|
|
35683
36048
|
"Id"
|
|
@@ -35685,11 +36050,11 @@ module.exports={
|
|
|
35685
36050
|
"members": {
|
|
35686
36051
|
"Id": {},
|
|
35687
36052
|
"OriginAccessControlConfig": {
|
|
35688
|
-
"shape": "
|
|
36053
|
+
"shape": "S51"
|
|
35689
36054
|
}
|
|
35690
36055
|
}
|
|
35691
36056
|
},
|
|
35692
|
-
"
|
|
36057
|
+
"S58": {
|
|
35693
36058
|
"type": "structure",
|
|
35694
36059
|
"required": [
|
|
35695
36060
|
"Name",
|
|
@@ -35708,7 +36073,7 @@ module.exports={
|
|
|
35708
36073
|
"members": {
|
|
35709
36074
|
"HeaderBehavior": {},
|
|
35710
36075
|
"Headers": {
|
|
35711
|
-
"shape": "
|
|
36076
|
+
"shape": "S1w"
|
|
35712
36077
|
}
|
|
35713
36078
|
}
|
|
35714
36079
|
},
|
|
@@ -35720,7 +36085,7 @@ module.exports={
|
|
|
35720
36085
|
"members": {
|
|
35721
36086
|
"CookieBehavior": {},
|
|
35722
36087
|
"Cookies": {
|
|
35723
|
-
"shape": "
|
|
36088
|
+
"shape": "S1u"
|
|
35724
36089
|
}
|
|
35725
36090
|
}
|
|
35726
36091
|
},
|
|
@@ -35732,13 +36097,13 @@ module.exports={
|
|
|
35732
36097
|
"members": {
|
|
35733
36098
|
"QueryStringBehavior": {},
|
|
35734
36099
|
"QueryStrings": {
|
|
35735
|
-
"shape": "
|
|
36100
|
+
"shape": "S2v"
|
|
35736
36101
|
}
|
|
35737
36102
|
}
|
|
35738
36103
|
}
|
|
35739
36104
|
}
|
|
35740
36105
|
},
|
|
35741
|
-
"
|
|
36106
|
+
"S5g": {
|
|
35742
36107
|
"type": "structure",
|
|
35743
36108
|
"required": [
|
|
35744
36109
|
"Id",
|
|
@@ -35751,11 +36116,11 @@ module.exports={
|
|
|
35751
36116
|
"type": "timestamp"
|
|
35752
36117
|
},
|
|
35753
36118
|
"OriginRequestPolicyConfig": {
|
|
35754
|
-
"shape": "
|
|
36119
|
+
"shape": "S58"
|
|
35755
36120
|
}
|
|
35756
36121
|
}
|
|
35757
36122
|
},
|
|
35758
|
-
"
|
|
36123
|
+
"S5i": {
|
|
35759
36124
|
"type": "structure",
|
|
35760
36125
|
"required": [
|
|
35761
36126
|
"CallerReference",
|
|
@@ -35769,7 +36134,7 @@ module.exports={
|
|
|
35769
36134
|
"Comment": {}
|
|
35770
36135
|
}
|
|
35771
36136
|
},
|
|
35772
|
-
"
|
|
36137
|
+
"S5k": {
|
|
35773
36138
|
"type": "structure",
|
|
35774
36139
|
"required": [
|
|
35775
36140
|
"Id",
|
|
@@ -35782,11 +36147,11 @@ module.exports={
|
|
|
35782
36147
|
"type": "timestamp"
|
|
35783
36148
|
},
|
|
35784
36149
|
"PublicKeyConfig": {
|
|
35785
|
-
"shape": "
|
|
36150
|
+
"shape": "S5i"
|
|
35786
36151
|
}
|
|
35787
36152
|
}
|
|
35788
36153
|
},
|
|
35789
|
-
"
|
|
36154
|
+
"S5m": {
|
|
35790
36155
|
"type": "list",
|
|
35791
36156
|
"member": {
|
|
35792
36157
|
"type": "structure",
|
|
@@ -35809,13 +36174,13 @@ module.exports={
|
|
|
35809
36174
|
}
|
|
35810
36175
|
}
|
|
35811
36176
|
},
|
|
35812
|
-
"
|
|
36177
|
+
"S5p": {
|
|
35813
36178
|
"type": "list",
|
|
35814
36179
|
"member": {
|
|
35815
36180
|
"locationName": "Field"
|
|
35816
36181
|
}
|
|
35817
36182
|
},
|
|
35818
|
-
"
|
|
36183
|
+
"S5r": {
|
|
35819
36184
|
"type": "structure",
|
|
35820
36185
|
"required": [
|
|
35821
36186
|
"ARN",
|
|
@@ -35831,14 +36196,14 @@ module.exports={
|
|
|
35831
36196
|
"type": "long"
|
|
35832
36197
|
},
|
|
35833
36198
|
"EndPoints": {
|
|
35834
|
-
"shape": "
|
|
36199
|
+
"shape": "S5m"
|
|
35835
36200
|
},
|
|
35836
36201
|
"Fields": {
|
|
35837
|
-
"shape": "
|
|
36202
|
+
"shape": "S5p"
|
|
35838
36203
|
}
|
|
35839
36204
|
}
|
|
35840
36205
|
},
|
|
35841
|
-
"
|
|
36206
|
+
"S5t": {
|
|
35842
36207
|
"type": "structure",
|
|
35843
36208
|
"required": [
|
|
35844
36209
|
"Name"
|
|
@@ -36079,7 +36444,7 @@ module.exports={
|
|
|
36079
36444
|
}
|
|
36080
36445
|
}
|
|
36081
36446
|
},
|
|
36082
|
-
"
|
|
36447
|
+
"S6j": {
|
|
36083
36448
|
"type": "structure",
|
|
36084
36449
|
"required": [
|
|
36085
36450
|
"Id",
|
|
@@ -36092,11 +36457,11 @@ module.exports={
|
|
|
36092
36457
|
"type": "timestamp"
|
|
36093
36458
|
},
|
|
36094
36459
|
"ResponseHeadersPolicyConfig": {
|
|
36095
|
-
"shape": "
|
|
36460
|
+
"shape": "S5t"
|
|
36096
36461
|
}
|
|
36097
36462
|
}
|
|
36098
36463
|
},
|
|
36099
|
-
"
|
|
36464
|
+
"S6l": {
|
|
36100
36465
|
"type": "structure",
|
|
36101
36466
|
"required": [
|
|
36102
36467
|
"CallerReference",
|
|
@@ -36108,10 +36473,10 @@ module.exports={
|
|
|
36108
36473
|
"members": {
|
|
36109
36474
|
"CallerReference": {},
|
|
36110
36475
|
"S3Origin": {
|
|
36111
|
-
"shape": "
|
|
36476
|
+
"shape": "S6m"
|
|
36112
36477
|
},
|
|
36113
36478
|
"Aliases": {
|
|
36114
|
-
"shape": "
|
|
36479
|
+
"shape": "Si"
|
|
36115
36480
|
},
|
|
36116
36481
|
"Comment": {},
|
|
36117
36482
|
"Logging": {
|
|
@@ -36130,7 +36495,7 @@ module.exports={
|
|
|
36130
36495
|
}
|
|
36131
36496
|
},
|
|
36132
36497
|
"TrustedSigners": {
|
|
36133
|
-
"shape": "
|
|
36498
|
+
"shape": "S19"
|
|
36134
36499
|
},
|
|
36135
36500
|
"PriceClass": {},
|
|
36136
36501
|
"Enabled": {
|
|
@@ -36138,7 +36503,7 @@ module.exports={
|
|
|
36138
36503
|
}
|
|
36139
36504
|
}
|
|
36140
36505
|
},
|
|
36141
|
-
"
|
|
36506
|
+
"S6m": {
|
|
36142
36507
|
"type": "structure",
|
|
36143
36508
|
"required": [
|
|
36144
36509
|
"DomainName",
|
|
@@ -36149,7 +36514,7 @@ module.exports={
|
|
|
36149
36514
|
"OriginAccessIdentity": {}
|
|
36150
36515
|
}
|
|
36151
36516
|
},
|
|
36152
|
-
"
|
|
36517
|
+
"S6p": {
|
|
36153
36518
|
"type": "structure",
|
|
36154
36519
|
"required": [
|
|
36155
36520
|
"Id",
|
|
@@ -36168,14 +36533,14 @@ module.exports={
|
|
|
36168
36533
|
},
|
|
36169
36534
|
"DomainName": {},
|
|
36170
36535
|
"ActiveTrustedSigners": {
|
|
36171
|
-
"shape": "
|
|
36536
|
+
"shape": "S9"
|
|
36172
36537
|
},
|
|
36173
36538
|
"StreamingDistributionConfig": {
|
|
36174
|
-
"shape": "
|
|
36539
|
+
"shape": "S6l"
|
|
36175
36540
|
}
|
|
36176
36541
|
}
|
|
36177
36542
|
},
|
|
36178
|
-
"
|
|
36543
|
+
"S9l": {
|
|
36179
36544
|
"type": "structure",
|
|
36180
36545
|
"required": [
|
|
36181
36546
|
"Marker",
|
|
@@ -36229,22 +36594,22 @@ module.exports={
|
|
|
36229
36594
|
},
|
|
36230
36595
|
"DomainName": {},
|
|
36231
36596
|
"Aliases": {
|
|
36232
|
-
"shape": "
|
|
36597
|
+
"shape": "Si"
|
|
36233
36598
|
},
|
|
36234
36599
|
"Origins": {
|
|
36235
|
-
"shape": "
|
|
36600
|
+
"shape": "Sk"
|
|
36236
36601
|
},
|
|
36237
36602
|
"OriginGroups": {
|
|
36238
|
-
"shape": "
|
|
36603
|
+
"shape": "Sz"
|
|
36239
36604
|
},
|
|
36240
36605
|
"DefaultCacheBehavior": {
|
|
36241
|
-
"shape": "
|
|
36606
|
+
"shape": "S18"
|
|
36242
36607
|
},
|
|
36243
36608
|
"CacheBehaviors": {
|
|
36244
|
-
"shape": "
|
|
36609
|
+
"shape": "S21"
|
|
36245
36610
|
},
|
|
36246
36611
|
"CustomErrorResponses": {
|
|
36247
|
-
"shape": "
|
|
36612
|
+
"shape": "S24"
|
|
36248
36613
|
},
|
|
36249
36614
|
"Comment": {},
|
|
36250
36615
|
"PriceClass": {},
|
|
@@ -36252,10 +36617,10 @@ module.exports={
|
|
|
36252
36617
|
"type": "boolean"
|
|
36253
36618
|
},
|
|
36254
36619
|
"ViewerCertificate": {
|
|
36255
|
-
"shape": "
|
|
36620
|
+
"shape": "S2a"
|
|
36256
36621
|
},
|
|
36257
36622
|
"Restrictions": {
|
|
36258
|
-
"shape": "
|
|
36623
|
+
"shape": "S2e"
|
|
36259
36624
|
},
|
|
36260
36625
|
"WebACLId": {},
|
|
36261
36626
|
"HttpVersion": {},
|
|
@@ -36263,14 +36628,14 @@ module.exports={
|
|
|
36263
36628
|
"type": "boolean"
|
|
36264
36629
|
},
|
|
36265
36630
|
"AliasICPRecordals": {
|
|
36266
|
-
"shape": "
|
|
36631
|
+
"shape": "S2j"
|
|
36267
36632
|
}
|
|
36268
36633
|
}
|
|
36269
36634
|
}
|
|
36270
36635
|
}
|
|
36271
36636
|
}
|
|
36272
36637
|
},
|
|
36273
|
-
"
|
|
36638
|
+
"S9q": {
|
|
36274
36639
|
"type": "structure",
|
|
36275
36640
|
"required": [
|
|
36276
36641
|
"Marker",
|
|
@@ -61027,6 +61392,12 @@ module.exports={
|
|
|
61027
61392
|
},
|
|
61028
61393
|
"Tags": {
|
|
61029
61394
|
"shape": "S1j"
|
|
61395
|
+
},
|
|
61396
|
+
"AllowedAccessControlTags": {
|
|
61397
|
+
"shape": "S3p"
|
|
61398
|
+
},
|
|
61399
|
+
"TagRestrictedResources": {
|
|
61400
|
+
"shape": "S3s"
|
|
61030
61401
|
}
|
|
61031
61402
|
}
|
|
61032
61403
|
},
|
|
@@ -61059,14 +61430,14 @@ module.exports={
|
|
|
61059
61430
|
"Description": {},
|
|
61060
61431
|
"ContactFlowId": {},
|
|
61061
61432
|
"Constraints": {
|
|
61062
|
-
"shape": "
|
|
61433
|
+
"shape": "S3z"
|
|
61063
61434
|
},
|
|
61064
61435
|
"Defaults": {
|
|
61065
|
-
"shape": "
|
|
61436
|
+
"shape": "S48"
|
|
61066
61437
|
},
|
|
61067
61438
|
"Status": {},
|
|
61068
61439
|
"Fields": {
|
|
61069
|
-
"shape": "
|
|
61440
|
+
"shape": "S4d"
|
|
61070
61441
|
},
|
|
61071
61442
|
"ClientToken": {
|
|
61072
61443
|
"idempotencyToken": true
|
|
@@ -61169,14 +61540,14 @@ module.exports={
|
|
|
61169
61540
|
"Username": {},
|
|
61170
61541
|
"Password": {},
|
|
61171
61542
|
"IdentityInfo": {
|
|
61172
|
-
"shape": "
|
|
61543
|
+
"shape": "S50"
|
|
61173
61544
|
},
|
|
61174
61545
|
"PhoneConfig": {
|
|
61175
|
-
"shape": "
|
|
61546
|
+
"shape": "S54"
|
|
61176
61547
|
},
|
|
61177
61548
|
"DirectoryUserId": {},
|
|
61178
61549
|
"SecurityProfileIds": {
|
|
61179
|
-
"shape": "
|
|
61550
|
+
"shape": "S59"
|
|
61180
61551
|
},
|
|
61181
61552
|
"RoutingProfileId": {},
|
|
61182
61553
|
"HierarchyGroupId": {},
|
|
@@ -61911,7 +62282,7 @@ module.exports={
|
|
|
61911
62282
|
"type": "structure",
|
|
61912
62283
|
"members": {
|
|
61913
62284
|
"Attribute": {
|
|
61914
|
-
"shape": "
|
|
62285
|
+
"shape": "S73"
|
|
61915
62286
|
}
|
|
61916
62287
|
}
|
|
61917
62288
|
}
|
|
@@ -62023,7 +62394,7 @@ module.exports={
|
|
|
62023
62394
|
"type": "structure",
|
|
62024
62395
|
"members": {
|
|
62025
62396
|
"Queue": {
|
|
62026
|
-
"shape": "
|
|
62397
|
+
"shape": "S7h"
|
|
62027
62398
|
}
|
|
62028
62399
|
}
|
|
62029
62400
|
}
|
|
@@ -62097,7 +62468,7 @@ module.exports={
|
|
|
62097
62468
|
"type": "structure",
|
|
62098
62469
|
"members": {
|
|
62099
62470
|
"RoutingProfile": {
|
|
62100
|
-
"shape": "
|
|
62471
|
+
"shape": "S7o"
|
|
62101
62472
|
}
|
|
62102
62473
|
}
|
|
62103
62474
|
}
|
|
@@ -62137,6 +62508,12 @@ module.exports={
|
|
|
62137
62508
|
"Description": {},
|
|
62138
62509
|
"Tags": {
|
|
62139
62510
|
"shape": "S1j"
|
|
62511
|
+
},
|
|
62512
|
+
"AllowedAccessControlTags": {
|
|
62513
|
+
"shape": "S3p"
|
|
62514
|
+
},
|
|
62515
|
+
"TagRestrictedResources": {
|
|
62516
|
+
"shape": "S3s"
|
|
62140
62517
|
}
|
|
62141
62518
|
}
|
|
62142
62519
|
}
|
|
@@ -62212,14 +62589,14 @@ module.exports={
|
|
|
62212
62589
|
"Arn": {},
|
|
62213
62590
|
"Username": {},
|
|
62214
62591
|
"IdentityInfo": {
|
|
62215
|
-
"shape": "
|
|
62592
|
+
"shape": "S50"
|
|
62216
62593
|
},
|
|
62217
62594
|
"PhoneConfig": {
|
|
62218
|
-
"shape": "
|
|
62595
|
+
"shape": "S54"
|
|
62219
62596
|
},
|
|
62220
62597
|
"DirectoryUserId": {},
|
|
62221
62598
|
"SecurityProfileIds": {
|
|
62222
|
-
"shape": "
|
|
62599
|
+
"shape": "S59"
|
|
62223
62600
|
},
|
|
62224
62601
|
"RoutingProfileId": {},
|
|
62225
62602
|
"HierarchyGroupId": {},
|
|
@@ -62267,19 +62644,19 @@ module.exports={
|
|
|
62267
62644
|
"type": "structure",
|
|
62268
62645
|
"members": {
|
|
62269
62646
|
"LevelOne": {
|
|
62270
|
-
"shape": "
|
|
62647
|
+
"shape": "S87"
|
|
62271
62648
|
},
|
|
62272
62649
|
"LevelTwo": {
|
|
62273
|
-
"shape": "
|
|
62650
|
+
"shape": "S87"
|
|
62274
62651
|
},
|
|
62275
62652
|
"LevelThree": {
|
|
62276
|
-
"shape": "
|
|
62653
|
+
"shape": "S87"
|
|
62277
62654
|
},
|
|
62278
62655
|
"LevelFour": {
|
|
62279
|
-
"shape": "
|
|
62656
|
+
"shape": "S87"
|
|
62280
62657
|
},
|
|
62281
62658
|
"LevelFive": {
|
|
62282
|
-
"shape": "
|
|
62659
|
+
"shape": "S87"
|
|
62283
62660
|
}
|
|
62284
62661
|
}
|
|
62285
62662
|
},
|
|
@@ -62315,19 +62692,19 @@ module.exports={
|
|
|
62315
62692
|
"type": "structure",
|
|
62316
62693
|
"members": {
|
|
62317
62694
|
"LevelOne": {
|
|
62318
|
-
"shape": "
|
|
62695
|
+
"shape": "S8b"
|
|
62319
62696
|
},
|
|
62320
62697
|
"LevelTwo": {
|
|
62321
|
-
"shape": "
|
|
62698
|
+
"shape": "S8b"
|
|
62322
62699
|
},
|
|
62323
62700
|
"LevelThree": {
|
|
62324
|
-
"shape": "
|
|
62701
|
+
"shape": "S8b"
|
|
62325
62702
|
},
|
|
62326
62703
|
"LevelFour": {
|
|
62327
|
-
"shape": "
|
|
62704
|
+
"shape": "S8b"
|
|
62328
62705
|
},
|
|
62329
62706
|
"LevelFive": {
|
|
62330
|
-
"shape": "
|
|
62707
|
+
"shape": "S8b"
|
|
62331
62708
|
}
|
|
62332
62709
|
}
|
|
62333
62710
|
}
|
|
@@ -62671,7 +63048,7 @@ module.exports={
|
|
|
62671
63048
|
"type": "structure",
|
|
62672
63049
|
"members": {
|
|
62673
63050
|
"Attributes": {
|
|
62674
|
-
"shape": "
|
|
63051
|
+
"shape": "S8w"
|
|
62675
63052
|
}
|
|
62676
63053
|
}
|
|
62677
63054
|
}
|
|
@@ -62693,15 +63070,15 @@ module.exports={
|
|
|
62693
63070
|
"locationName": "InstanceId"
|
|
62694
63071
|
},
|
|
62695
63072
|
"Filters": {
|
|
62696
|
-
"shape": "
|
|
63073
|
+
"shape": "S90"
|
|
62697
63074
|
},
|
|
62698
63075
|
"Groupings": {
|
|
62699
|
-
"shape": "
|
|
63076
|
+
"shape": "S93"
|
|
62700
63077
|
},
|
|
62701
63078
|
"CurrentMetrics": {
|
|
62702
63079
|
"type": "list",
|
|
62703
63080
|
"member": {
|
|
62704
|
-
"shape": "
|
|
63081
|
+
"shape": "S96"
|
|
62705
63082
|
}
|
|
62706
63083
|
},
|
|
62707
63084
|
"NextToken": {},
|
|
@@ -62720,7 +63097,7 @@ module.exports={
|
|
|
62720
63097
|
"type": "structure",
|
|
62721
63098
|
"members": {
|
|
62722
63099
|
"Dimensions": {
|
|
62723
|
-
"shape": "
|
|
63100
|
+
"shape": "S9e"
|
|
62724
63101
|
},
|
|
62725
63102
|
"Collections": {
|
|
62726
63103
|
"type": "list",
|
|
@@ -62728,7 +63105,7 @@ module.exports={
|
|
|
62728
63105
|
"type": "structure",
|
|
62729
63106
|
"members": {
|
|
62730
63107
|
"Metric": {
|
|
62731
|
-
"shape": "
|
|
63108
|
+
"shape": "S96"
|
|
62732
63109
|
},
|
|
62733
63110
|
"Value": {
|
|
62734
63111
|
"type": "double"
|
|
@@ -62764,7 +63141,7 @@ module.exports={
|
|
|
62764
63141
|
"type": "structure",
|
|
62765
63142
|
"members": {
|
|
62766
63143
|
"Queues": {
|
|
62767
|
-
"shape": "
|
|
63144
|
+
"shape": "S91"
|
|
62768
63145
|
},
|
|
62769
63146
|
"ContactFilter": {
|
|
62770
63147
|
"type": "structure",
|
|
@@ -62810,19 +63187,19 @@ module.exports={
|
|
|
62810
63187
|
"type": "structure",
|
|
62811
63188
|
"members": {
|
|
62812
63189
|
"LevelOne": {
|
|
62813
|
-
"shape": "
|
|
63190
|
+
"shape": "S9u"
|
|
62814
63191
|
},
|
|
62815
63192
|
"LevelTwo": {
|
|
62816
|
-
"shape": "
|
|
63193
|
+
"shape": "S9u"
|
|
62817
63194
|
},
|
|
62818
63195
|
"LevelThree": {
|
|
62819
|
-
"shape": "
|
|
63196
|
+
"shape": "S9u"
|
|
62820
63197
|
},
|
|
62821
63198
|
"LevelFour": {
|
|
62822
|
-
"shape": "
|
|
63199
|
+
"shape": "S9u"
|
|
62823
63200
|
},
|
|
62824
63201
|
"LevelFive": {
|
|
62825
|
-
"shape": "
|
|
63202
|
+
"shape": "S9u"
|
|
62826
63203
|
}
|
|
62827
63204
|
}
|
|
62828
63205
|
},
|
|
@@ -62836,13 +63213,13 @@ module.exports={
|
|
|
62836
63213
|
}
|
|
62837
63214
|
},
|
|
62838
63215
|
"AvailableSlotsByChannel": {
|
|
62839
|
-
"shape": "
|
|
63216
|
+
"shape": "S9w"
|
|
62840
63217
|
},
|
|
62841
63218
|
"MaxSlotsByChannel": {
|
|
62842
|
-
"shape": "
|
|
63219
|
+
"shape": "S9w"
|
|
62843
63220
|
},
|
|
62844
63221
|
"ActiveSlotsByChannel": {
|
|
62845
|
-
"shape": "
|
|
63222
|
+
"shape": "S9w"
|
|
62846
63223
|
},
|
|
62847
63224
|
"Contacts": {
|
|
62848
63225
|
"type": "list",
|
|
@@ -62860,7 +63237,7 @@ module.exports={
|
|
|
62860
63237
|
"type": "timestamp"
|
|
62861
63238
|
},
|
|
62862
63239
|
"Queue": {
|
|
62863
|
-
"shape": "
|
|
63240
|
+
"shape": "S9f"
|
|
62864
63241
|
}
|
|
62865
63242
|
}
|
|
62866
63243
|
}
|
|
@@ -62895,13 +63272,13 @@ module.exports={
|
|
|
62895
63272
|
"type": "structure",
|
|
62896
63273
|
"members": {
|
|
62897
63274
|
"AccessToken": {
|
|
62898
|
-
"shape": "
|
|
63275
|
+
"shape": "Sa3"
|
|
62899
63276
|
},
|
|
62900
63277
|
"AccessTokenExpiration": {
|
|
62901
63278
|
"type": "timestamp"
|
|
62902
63279
|
},
|
|
62903
63280
|
"RefreshToken": {
|
|
62904
|
-
"shape": "
|
|
63281
|
+
"shape": "Sa3"
|
|
62905
63282
|
},
|
|
62906
63283
|
"RefreshTokenExpiration": {
|
|
62907
63284
|
"type": "timestamp"
|
|
@@ -62939,15 +63316,15 @@ module.exports={
|
|
|
62939
63316
|
"type": "timestamp"
|
|
62940
63317
|
},
|
|
62941
63318
|
"Filters": {
|
|
62942
|
-
"shape": "
|
|
63319
|
+
"shape": "S90"
|
|
62943
63320
|
},
|
|
62944
63321
|
"Groupings": {
|
|
62945
|
-
"shape": "
|
|
63322
|
+
"shape": "S93"
|
|
62946
63323
|
},
|
|
62947
63324
|
"HistoricalMetrics": {
|
|
62948
63325
|
"type": "list",
|
|
62949
63326
|
"member": {
|
|
62950
|
-
"shape": "
|
|
63327
|
+
"shape": "Sa7"
|
|
62951
63328
|
}
|
|
62952
63329
|
},
|
|
62953
63330
|
"NextToken": {},
|
|
@@ -62966,7 +63343,7 @@ module.exports={
|
|
|
62966
63343
|
"type": "structure",
|
|
62967
63344
|
"members": {
|
|
62968
63345
|
"Dimensions": {
|
|
62969
|
-
"shape": "
|
|
63346
|
+
"shape": "S9e"
|
|
62970
63347
|
},
|
|
62971
63348
|
"Collections": {
|
|
62972
63349
|
"type": "list",
|
|
@@ -62974,7 +63351,7 @@ module.exports={
|
|
|
62974
63351
|
"type": "structure",
|
|
62975
63352
|
"members": {
|
|
62976
63353
|
"Metric": {
|
|
62977
|
-
"shape": "
|
|
63354
|
+
"shape": "Sa7"
|
|
62978
63355
|
},
|
|
62979
63356
|
"Value": {
|
|
62980
63357
|
"type": "double"
|
|
@@ -63029,13 +63406,13 @@ module.exports={
|
|
|
63029
63406
|
"Description": {},
|
|
63030
63407
|
"ContactFlowId": {},
|
|
63031
63408
|
"Constraints": {
|
|
63032
|
-
"shape": "
|
|
63409
|
+
"shape": "S3z"
|
|
63033
63410
|
},
|
|
63034
63411
|
"Defaults": {
|
|
63035
|
-
"shape": "
|
|
63412
|
+
"shape": "S48"
|
|
63036
63413
|
},
|
|
63037
63414
|
"Fields": {
|
|
63038
|
-
"shape": "
|
|
63415
|
+
"shape": "S4d"
|
|
63039
63416
|
},
|
|
63040
63417
|
"Status": {},
|
|
63041
63418
|
"LastModifiedTime": {
|
|
@@ -63071,7 +63448,7 @@ module.exports={
|
|
|
63071
63448
|
"type": "structure",
|
|
63072
63449
|
"members": {
|
|
63073
63450
|
"TelephonyConfig": {
|
|
63074
|
-
"shape": "
|
|
63451
|
+
"shape": "San"
|
|
63075
63452
|
},
|
|
63076
63453
|
"Id": {},
|
|
63077
63454
|
"Arn": {}
|
|
@@ -63536,7 +63913,7 @@ module.exports={
|
|
|
63536
63913
|
"Attributes": {
|
|
63537
63914
|
"type": "list",
|
|
63538
63915
|
"member": {
|
|
63539
|
-
"shape": "
|
|
63916
|
+
"shape": "S73"
|
|
63540
63917
|
}
|
|
63541
63918
|
},
|
|
63542
63919
|
"NextToken": {}
|
|
@@ -63783,12 +64160,12 @@ module.exports={
|
|
|
63783
64160
|
"locationName": "InstanceId"
|
|
63784
64161
|
},
|
|
63785
64162
|
"PhoneNumberTypes": {
|
|
63786
|
-
"shape": "
|
|
64163
|
+
"shape": "Scs",
|
|
63787
64164
|
"location": "querystring",
|
|
63788
64165
|
"locationName": "phoneNumberTypes"
|
|
63789
64166
|
},
|
|
63790
64167
|
"PhoneNumberCountryCodes": {
|
|
63791
|
-
"shape": "
|
|
64168
|
+
"shape": "Sct",
|
|
63792
64169
|
"location": "querystring",
|
|
63793
64170
|
"locationName": "phoneNumberCountryCodes"
|
|
63794
64171
|
},
|
|
@@ -63836,10 +64213,10 @@ module.exports={
|
|
|
63836
64213
|
},
|
|
63837
64214
|
"NextToken": {},
|
|
63838
64215
|
"PhoneNumberCountryCodes": {
|
|
63839
|
-
"shape": "
|
|
64216
|
+
"shape": "Sct"
|
|
63840
64217
|
},
|
|
63841
64218
|
"PhoneNumberTypes": {
|
|
63842
|
-
"shape": "
|
|
64219
|
+
"shape": "Scs"
|
|
63843
64220
|
},
|
|
63844
64221
|
"PhoneNumberPrefix": {}
|
|
63845
64222
|
}
|
|
@@ -63945,7 +64322,7 @@ module.exports={
|
|
|
63945
64322
|
"members": {
|
|
63946
64323
|
"NextToken": {},
|
|
63947
64324
|
"QuickConnectSummaryList": {
|
|
63948
|
-
"shape": "
|
|
64325
|
+
"shape": "Sdb"
|
|
63949
64326
|
}
|
|
63950
64327
|
}
|
|
63951
64328
|
}
|
|
@@ -64037,7 +64414,7 @@ module.exports={
|
|
|
64037
64414
|
"type": "structure",
|
|
64038
64415
|
"members": {
|
|
64039
64416
|
"QuickConnectSummaryList": {
|
|
64040
|
-
"shape": "
|
|
64417
|
+
"shape": "Sdb"
|
|
64041
64418
|
},
|
|
64042
64419
|
"NextToken": {}
|
|
64043
64420
|
}
|
|
@@ -64492,7 +64869,7 @@ module.exports={
|
|
|
64492
64869
|
"UserHierarchyGroupSummaryList": {
|
|
64493
64870
|
"type": "list",
|
|
64494
64871
|
"member": {
|
|
64495
|
-
"shape": "
|
|
64872
|
+
"shape": "S87"
|
|
64496
64873
|
}
|
|
64497
64874
|
},
|
|
64498
64875
|
"NextToken": {}
|
|
@@ -64741,12 +65118,12 @@ module.exports={
|
|
|
64741
65118
|
"type": "structure",
|
|
64742
65119
|
"members": {
|
|
64743
65120
|
"TagFilter": {
|
|
64744
|
-
"shape": "
|
|
65121
|
+
"shape": "Sf9"
|
|
64745
65122
|
}
|
|
64746
65123
|
}
|
|
64747
65124
|
},
|
|
64748
65125
|
"SearchCriteria": {
|
|
64749
|
-
"shape": "
|
|
65126
|
+
"shape": "Sfd"
|
|
64750
65127
|
}
|
|
64751
65128
|
}
|
|
64752
65129
|
},
|
|
@@ -64756,7 +65133,7 @@ module.exports={
|
|
|
64756
65133
|
"Queues": {
|
|
64757
65134
|
"type": "list",
|
|
64758
65135
|
"member": {
|
|
64759
|
-
"shape": "
|
|
65136
|
+
"shape": "S7h"
|
|
64760
65137
|
}
|
|
64761
65138
|
},
|
|
64762
65139
|
"NextToken": {},
|
|
@@ -64785,12 +65162,12 @@ module.exports={
|
|
|
64785
65162
|
"type": "structure",
|
|
64786
65163
|
"members": {
|
|
64787
65164
|
"TagFilter": {
|
|
64788
|
-
"shape": "
|
|
65165
|
+
"shape": "Sf9"
|
|
64789
65166
|
}
|
|
64790
65167
|
}
|
|
64791
65168
|
},
|
|
64792
65169
|
"SearchCriteria": {
|
|
64793
|
-
"shape": "
|
|
65170
|
+
"shape": "Sfn"
|
|
64794
65171
|
}
|
|
64795
65172
|
}
|
|
64796
65173
|
},
|
|
@@ -64800,7 +65177,7 @@ module.exports={
|
|
|
64800
65177
|
"RoutingProfiles": {
|
|
64801
65178
|
"type": "list",
|
|
64802
65179
|
"member": {
|
|
64803
|
-
"shape": "
|
|
65180
|
+
"shape": "S7o"
|
|
64804
65181
|
}
|
|
64805
65182
|
},
|
|
64806
65183
|
"NextToken": {},
|
|
@@ -64826,13 +65203,13 @@ module.exports={
|
|
|
64826
65203
|
"type": "integer"
|
|
64827
65204
|
},
|
|
64828
65205
|
"SearchCriteria": {
|
|
64829
|
-
"shape": "
|
|
65206
|
+
"shape": "Sfs"
|
|
64830
65207
|
},
|
|
64831
65208
|
"SearchFilter": {
|
|
64832
65209
|
"type": "structure",
|
|
64833
65210
|
"members": {
|
|
64834
65211
|
"TagFilter": {
|
|
64835
|
-
"shape": "
|
|
65212
|
+
"shape": "Sf9"
|
|
64836
65213
|
}
|
|
64837
65214
|
}
|
|
64838
65215
|
}
|
|
@@ -64880,12 +65257,12 @@ module.exports={
|
|
|
64880
65257
|
"type": "structure",
|
|
64881
65258
|
"members": {
|
|
64882
65259
|
"TagFilter": {
|
|
64883
|
-
"shape": "
|
|
65260
|
+
"shape": "Sf9"
|
|
64884
65261
|
}
|
|
64885
65262
|
}
|
|
64886
65263
|
},
|
|
64887
65264
|
"SearchCriteria": {
|
|
64888
|
-
"shape": "
|
|
65265
|
+
"shape": "Sg0"
|
|
64889
65266
|
}
|
|
64890
65267
|
}
|
|
64891
65268
|
},
|
|
@@ -64909,11 +65286,11 @@ module.exports={
|
|
|
64909
65286
|
}
|
|
64910
65287
|
},
|
|
64911
65288
|
"PhoneConfig": {
|
|
64912
|
-
"shape": "
|
|
65289
|
+
"shape": "S54"
|
|
64913
65290
|
},
|
|
64914
65291
|
"RoutingProfileId": {},
|
|
64915
65292
|
"SecurityProfileIds": {
|
|
64916
|
-
"shape": "
|
|
65293
|
+
"shape": "S59"
|
|
64917
65294
|
},
|
|
64918
65295
|
"Tags": {
|
|
64919
65296
|
"shape": "S1j"
|
|
@@ -65000,7 +65377,7 @@ module.exports={
|
|
|
65000
65377
|
"InstanceId": {},
|
|
65001
65378
|
"ContactFlowId": {},
|
|
65002
65379
|
"Attributes": {
|
|
65003
|
-
"shape": "
|
|
65380
|
+
"shape": "S8w"
|
|
65004
65381
|
},
|
|
65005
65382
|
"ParticipantDetails": {
|
|
65006
65383
|
"type": "structure",
|
|
@@ -65133,7 +65510,7 @@ module.exports={
|
|
|
65133
65510
|
"SourcePhoneNumber": {},
|
|
65134
65511
|
"QueueId": {},
|
|
65135
65512
|
"Attributes": {
|
|
65136
|
-
"shape": "
|
|
65513
|
+
"shape": "S8w"
|
|
65137
65514
|
},
|
|
65138
65515
|
"AnswerMachineDetectionConfig": {
|
|
65139
65516
|
"type": "structure",
|
|
@@ -65173,11 +65550,11 @@ module.exports={
|
|
|
65173
65550
|
"PreviousContactId": {},
|
|
65174
65551
|
"ContactFlowId": {},
|
|
65175
65552
|
"Attributes": {
|
|
65176
|
-
"shape": "
|
|
65553
|
+
"shape": "S8w"
|
|
65177
65554
|
},
|
|
65178
65555
|
"Name": {},
|
|
65179
65556
|
"References": {
|
|
65180
|
-
"shape": "
|
|
65557
|
+
"shape": "Sh4"
|
|
65181
65558
|
},
|
|
65182
65559
|
"Description": {},
|
|
65183
65560
|
"ClientToken": {
|
|
@@ -65412,7 +65789,7 @@ module.exports={
|
|
|
65412
65789
|
"Name": {},
|
|
65413
65790
|
"Description": {},
|
|
65414
65791
|
"References": {
|
|
65415
|
-
"shape": "
|
|
65792
|
+
"shape": "Sh4"
|
|
65416
65793
|
}
|
|
65417
65794
|
}
|
|
65418
65795
|
},
|
|
@@ -65436,7 +65813,7 @@ module.exports={
|
|
|
65436
65813
|
"InitialContactId": {},
|
|
65437
65814
|
"InstanceId": {},
|
|
65438
65815
|
"Attributes": {
|
|
65439
|
-
"shape": "
|
|
65816
|
+
"shape": "S8w"
|
|
65440
65817
|
}
|
|
65441
65818
|
}
|
|
65442
65819
|
},
|
|
@@ -66007,6 +66384,12 @@ module.exports={
|
|
|
66007
66384
|
"InstanceId": {
|
|
66008
66385
|
"location": "uri",
|
|
66009
66386
|
"locationName": "InstanceId"
|
|
66387
|
+
},
|
|
66388
|
+
"AllowedAccessControlTags": {
|
|
66389
|
+
"shape": "S3p"
|
|
66390
|
+
},
|
|
66391
|
+
"TagRestrictedResources": {
|
|
66392
|
+
"shape": "S3s"
|
|
66010
66393
|
}
|
|
66011
66394
|
}
|
|
66012
66395
|
}
|
|
@@ -66034,14 +66417,14 @@ module.exports={
|
|
|
66034
66417
|
"Description": {},
|
|
66035
66418
|
"ContactFlowId": {},
|
|
66036
66419
|
"Constraints": {
|
|
66037
|
-
"shape": "
|
|
66420
|
+
"shape": "S3z"
|
|
66038
66421
|
},
|
|
66039
66422
|
"Defaults": {
|
|
66040
|
-
"shape": "
|
|
66423
|
+
"shape": "S48"
|
|
66041
66424
|
},
|
|
66042
66425
|
"Status": {},
|
|
66043
66426
|
"Fields": {
|
|
66044
|
-
"shape": "
|
|
66427
|
+
"shape": "S4d"
|
|
66045
66428
|
}
|
|
66046
66429
|
}
|
|
66047
66430
|
},
|
|
@@ -66055,13 +66438,13 @@ module.exports={
|
|
|
66055
66438
|
"Description": {},
|
|
66056
66439
|
"ContactFlowId": {},
|
|
66057
66440
|
"Constraints": {
|
|
66058
|
-
"shape": "
|
|
66441
|
+
"shape": "S3z"
|
|
66059
66442
|
},
|
|
66060
66443
|
"Defaults": {
|
|
66061
|
-
"shape": "
|
|
66444
|
+
"shape": "S48"
|
|
66062
66445
|
},
|
|
66063
66446
|
"Fields": {
|
|
66064
|
-
"shape": "
|
|
66447
|
+
"shape": "S4d"
|
|
66065
66448
|
},
|
|
66066
66449
|
"Status": {},
|
|
66067
66450
|
"LastModifiedTime": {
|
|
@@ -66089,7 +66472,7 @@ module.exports={
|
|
|
66089
66472
|
"locationName": "Id"
|
|
66090
66473
|
},
|
|
66091
66474
|
"TelephonyConfig": {
|
|
66092
|
-
"shape": "
|
|
66475
|
+
"shape": "San"
|
|
66093
66476
|
}
|
|
66094
66477
|
}
|
|
66095
66478
|
},
|
|
@@ -66160,19 +66543,19 @@ module.exports={
|
|
|
66160
66543
|
"type": "structure",
|
|
66161
66544
|
"members": {
|
|
66162
66545
|
"LevelOne": {
|
|
66163
|
-
"shape": "
|
|
66546
|
+
"shape": "Siq"
|
|
66164
66547
|
},
|
|
66165
66548
|
"LevelTwo": {
|
|
66166
|
-
"shape": "
|
|
66549
|
+
"shape": "Siq"
|
|
66167
66550
|
},
|
|
66168
66551
|
"LevelThree": {
|
|
66169
|
-
"shape": "
|
|
66552
|
+
"shape": "Siq"
|
|
66170
66553
|
},
|
|
66171
66554
|
"LevelFour": {
|
|
66172
|
-
"shape": "
|
|
66555
|
+
"shape": "Siq"
|
|
66173
66556
|
},
|
|
66174
66557
|
"LevelFive": {
|
|
66175
|
-
"shape": "
|
|
66558
|
+
"shape": "Siq"
|
|
66176
66559
|
}
|
|
66177
66560
|
}
|
|
66178
66561
|
},
|
|
@@ -66196,7 +66579,7 @@ module.exports={
|
|
|
66196
66579
|
],
|
|
66197
66580
|
"members": {
|
|
66198
66581
|
"IdentityInfo": {
|
|
66199
|
-
"shape": "
|
|
66582
|
+
"shape": "S50"
|
|
66200
66583
|
},
|
|
66201
66584
|
"UserId": {
|
|
66202
66585
|
"location": "uri",
|
|
@@ -66222,7 +66605,7 @@ module.exports={
|
|
|
66222
66605
|
],
|
|
66223
66606
|
"members": {
|
|
66224
66607
|
"PhoneConfig": {
|
|
66225
|
-
"shape": "
|
|
66608
|
+
"shape": "S54"
|
|
66226
66609
|
},
|
|
66227
66610
|
"UserId": {
|
|
66228
66611
|
"location": "uri",
|
|
@@ -66272,7 +66655,7 @@ module.exports={
|
|
|
66272
66655
|
],
|
|
66273
66656
|
"members": {
|
|
66274
66657
|
"SecurityProfileIds": {
|
|
66275
|
-
"shape": "
|
|
66658
|
+
"shape": "S59"
|
|
66276
66659
|
},
|
|
66277
66660
|
"UserId": {
|
|
66278
66661
|
"location": "uri",
|
|
@@ -66519,7 +66902,16 @@ module.exports={
|
|
|
66519
66902
|
"type": "list",
|
|
66520
66903
|
"member": {}
|
|
66521
66904
|
},
|
|
66522
|
-
"
|
|
66905
|
+
"S3p": {
|
|
66906
|
+
"type": "map",
|
|
66907
|
+
"key": {},
|
|
66908
|
+
"value": {}
|
|
66909
|
+
},
|
|
66910
|
+
"S3s": {
|
|
66911
|
+
"type": "list",
|
|
66912
|
+
"member": {}
|
|
66913
|
+
},
|
|
66914
|
+
"S3z": {
|
|
66523
66915
|
"type": "structure",
|
|
66524
66916
|
"members": {
|
|
66525
66917
|
"RequiredFields": {
|
|
@@ -66528,7 +66920,7 @@ module.exports={
|
|
|
66528
66920
|
"type": "structure",
|
|
66529
66921
|
"members": {
|
|
66530
66922
|
"Id": {
|
|
66531
|
-
"shape": "
|
|
66923
|
+
"shape": "S42"
|
|
66532
66924
|
}
|
|
66533
66925
|
}
|
|
66534
66926
|
}
|
|
@@ -66539,7 +66931,7 @@ module.exports={
|
|
|
66539
66931
|
"type": "structure",
|
|
66540
66932
|
"members": {
|
|
66541
66933
|
"Id": {
|
|
66542
|
-
"shape": "
|
|
66934
|
+
"shape": "S42"
|
|
66543
66935
|
}
|
|
66544
66936
|
}
|
|
66545
66937
|
}
|
|
@@ -66550,20 +66942,20 @@ module.exports={
|
|
|
66550
66942
|
"type": "structure",
|
|
66551
66943
|
"members": {
|
|
66552
66944
|
"Id": {
|
|
66553
|
-
"shape": "
|
|
66945
|
+
"shape": "S42"
|
|
66554
66946
|
}
|
|
66555
66947
|
}
|
|
66556
66948
|
}
|
|
66557
66949
|
}
|
|
66558
66950
|
}
|
|
66559
66951
|
},
|
|
66560
|
-
"
|
|
66952
|
+
"S42": {
|
|
66561
66953
|
"type": "structure",
|
|
66562
66954
|
"members": {
|
|
66563
66955
|
"Name": {}
|
|
66564
66956
|
}
|
|
66565
66957
|
},
|
|
66566
|
-
"
|
|
66958
|
+
"S48": {
|
|
66567
66959
|
"type": "structure",
|
|
66568
66960
|
"members": {
|
|
66569
66961
|
"DefaultFieldValues": {
|
|
@@ -66572,7 +66964,7 @@ module.exports={
|
|
|
66572
66964
|
"type": "structure",
|
|
66573
66965
|
"members": {
|
|
66574
66966
|
"Id": {
|
|
66575
|
-
"shape": "
|
|
66967
|
+
"shape": "S42"
|
|
66576
66968
|
},
|
|
66577
66969
|
"DefaultValue": {}
|
|
66578
66970
|
}
|
|
@@ -66580,7 +66972,7 @@ module.exports={
|
|
|
66580
66972
|
}
|
|
66581
66973
|
}
|
|
66582
66974
|
},
|
|
66583
|
-
"
|
|
66975
|
+
"S4d": {
|
|
66584
66976
|
"type": "list",
|
|
66585
66977
|
"member": {
|
|
66586
66978
|
"type": "structure",
|
|
@@ -66589,7 +66981,7 @@ module.exports={
|
|
|
66589
66981
|
],
|
|
66590
66982
|
"members": {
|
|
66591
66983
|
"Id": {
|
|
66592
|
-
"shape": "
|
|
66984
|
+
"shape": "S42"
|
|
66593
66985
|
},
|
|
66594
66986
|
"Description": {},
|
|
66595
66987
|
"Type": {},
|
|
@@ -66600,7 +66992,7 @@ module.exports={
|
|
|
66600
66992
|
}
|
|
66601
66993
|
}
|
|
66602
66994
|
},
|
|
66603
|
-
"
|
|
66995
|
+
"S50": {
|
|
66604
66996
|
"type": "structure",
|
|
66605
66997
|
"members": {
|
|
66606
66998
|
"FirstName": {},
|
|
@@ -66610,7 +67002,7 @@ module.exports={
|
|
|
66610
67002
|
"Mobile": {}
|
|
66611
67003
|
}
|
|
66612
67004
|
},
|
|
66613
|
-
"
|
|
67005
|
+
"S54": {
|
|
66614
67006
|
"type": "structure",
|
|
66615
67007
|
"required": [
|
|
66616
67008
|
"PhoneType"
|
|
@@ -66626,18 +67018,18 @@ module.exports={
|
|
|
66626
67018
|
"DeskPhoneNumber": {}
|
|
66627
67019
|
}
|
|
66628
67020
|
},
|
|
66629
|
-
"
|
|
67021
|
+
"S59": {
|
|
66630
67022
|
"type": "list",
|
|
66631
67023
|
"member": {}
|
|
66632
67024
|
},
|
|
66633
|
-
"
|
|
67025
|
+
"S73": {
|
|
66634
67026
|
"type": "structure",
|
|
66635
67027
|
"members": {
|
|
66636
67028
|
"AttributeType": {},
|
|
66637
67029
|
"Value": {}
|
|
66638
67030
|
}
|
|
66639
67031
|
},
|
|
66640
|
-
"
|
|
67032
|
+
"S7h": {
|
|
66641
67033
|
"type": "structure",
|
|
66642
67034
|
"members": {
|
|
66643
67035
|
"Name": {},
|
|
@@ -66657,7 +67049,7 @@ module.exports={
|
|
|
66657
67049
|
}
|
|
66658
67050
|
}
|
|
66659
67051
|
},
|
|
66660
|
-
"
|
|
67052
|
+
"S7o": {
|
|
66661
67053
|
"type": "structure",
|
|
66662
67054
|
"members": {
|
|
66663
67055
|
"InstanceId": {},
|
|
@@ -66680,7 +67072,7 @@ module.exports={
|
|
|
66680
67072
|
}
|
|
66681
67073
|
}
|
|
66682
67074
|
},
|
|
66683
|
-
"
|
|
67075
|
+
"S87": {
|
|
66684
67076
|
"type": "structure",
|
|
66685
67077
|
"members": {
|
|
66686
67078
|
"Id": {},
|
|
@@ -66688,7 +67080,7 @@ module.exports={
|
|
|
66688
67080
|
"Name": {}
|
|
66689
67081
|
}
|
|
66690
67082
|
},
|
|
66691
|
-
"
|
|
67083
|
+
"S8b": {
|
|
66692
67084
|
"type": "structure",
|
|
66693
67085
|
"members": {
|
|
66694
67086
|
"Id": {},
|
|
@@ -66696,16 +67088,16 @@ module.exports={
|
|
|
66696
67088
|
"Name": {}
|
|
66697
67089
|
}
|
|
66698
67090
|
},
|
|
66699
|
-
"
|
|
67091
|
+
"S8w": {
|
|
66700
67092
|
"type": "map",
|
|
66701
67093
|
"key": {},
|
|
66702
67094
|
"value": {}
|
|
66703
67095
|
},
|
|
66704
|
-
"
|
|
67096
|
+
"S90": {
|
|
66705
67097
|
"type": "structure",
|
|
66706
67098
|
"members": {
|
|
66707
67099
|
"Queues": {
|
|
66708
|
-
"shape": "
|
|
67100
|
+
"shape": "S91"
|
|
66709
67101
|
},
|
|
66710
67102
|
"Channels": {
|
|
66711
67103
|
"type": "list",
|
|
@@ -66713,56 +67105,56 @@ module.exports={
|
|
|
66713
67105
|
}
|
|
66714
67106
|
}
|
|
66715
67107
|
},
|
|
66716
|
-
"
|
|
67108
|
+
"S91": {
|
|
66717
67109
|
"type": "list",
|
|
66718
67110
|
"member": {}
|
|
66719
67111
|
},
|
|
66720
|
-
"
|
|
67112
|
+
"S93": {
|
|
66721
67113
|
"type": "list",
|
|
66722
67114
|
"member": {}
|
|
66723
67115
|
},
|
|
66724
|
-
"
|
|
67116
|
+
"S96": {
|
|
66725
67117
|
"type": "structure",
|
|
66726
67118
|
"members": {
|
|
66727
67119
|
"Name": {},
|
|
66728
67120
|
"Unit": {}
|
|
66729
67121
|
}
|
|
66730
67122
|
},
|
|
66731
|
-
"
|
|
67123
|
+
"S9e": {
|
|
66732
67124
|
"type": "structure",
|
|
66733
67125
|
"members": {
|
|
66734
67126
|
"Queue": {
|
|
66735
|
-
"shape": "
|
|
67127
|
+
"shape": "S9f"
|
|
66736
67128
|
},
|
|
66737
67129
|
"Channel": {}
|
|
66738
67130
|
}
|
|
66739
67131
|
},
|
|
66740
|
-
"
|
|
67132
|
+
"S9f": {
|
|
66741
67133
|
"type": "structure",
|
|
66742
67134
|
"members": {
|
|
66743
67135
|
"Id": {},
|
|
66744
67136
|
"Arn": {}
|
|
66745
67137
|
}
|
|
66746
67138
|
},
|
|
66747
|
-
"
|
|
67139
|
+
"S9u": {
|
|
66748
67140
|
"type": "structure",
|
|
66749
67141
|
"members": {
|
|
66750
67142
|
"Id": {},
|
|
66751
67143
|
"Arn": {}
|
|
66752
67144
|
}
|
|
66753
67145
|
},
|
|
66754
|
-
"
|
|
67146
|
+
"S9w": {
|
|
66755
67147
|
"type": "map",
|
|
66756
67148
|
"key": {},
|
|
66757
67149
|
"value": {
|
|
66758
67150
|
"type": "integer"
|
|
66759
67151
|
}
|
|
66760
67152
|
},
|
|
66761
|
-
"
|
|
67153
|
+
"Sa3": {
|
|
66762
67154
|
"type": "string",
|
|
66763
67155
|
"sensitive": true
|
|
66764
67156
|
},
|
|
66765
|
-
"
|
|
67157
|
+
"Sa7": {
|
|
66766
67158
|
"type": "structure",
|
|
66767
67159
|
"members": {
|
|
66768
67160
|
"Name": {},
|
|
@@ -66779,7 +67171,7 @@ module.exports={
|
|
|
66779
67171
|
"Unit": {}
|
|
66780
67172
|
}
|
|
66781
67173
|
},
|
|
66782
|
-
"
|
|
67174
|
+
"San": {
|
|
66783
67175
|
"type": "structure",
|
|
66784
67176
|
"required": [
|
|
66785
67177
|
"Distributions"
|
|
@@ -66803,15 +67195,15 @@ module.exports={
|
|
|
66803
67195
|
}
|
|
66804
67196
|
}
|
|
66805
67197
|
},
|
|
66806
|
-
"
|
|
67198
|
+
"Scs": {
|
|
66807
67199
|
"type": "list",
|
|
66808
67200
|
"member": {}
|
|
66809
67201
|
},
|
|
66810
|
-
"
|
|
67202
|
+
"Sct": {
|
|
66811
67203
|
"type": "list",
|
|
66812
67204
|
"member": {}
|
|
66813
67205
|
},
|
|
66814
|
-
"
|
|
67206
|
+
"Sdb": {
|
|
66815
67207
|
"type": "list",
|
|
66816
67208
|
"member": {
|
|
66817
67209
|
"type": "structure",
|
|
@@ -66823,58 +67215,58 @@ module.exports={
|
|
|
66823
67215
|
}
|
|
66824
67216
|
}
|
|
66825
67217
|
},
|
|
66826
|
-
"
|
|
67218
|
+
"Sf9": {
|
|
66827
67219
|
"type": "structure",
|
|
66828
67220
|
"members": {
|
|
66829
67221
|
"OrConditions": {
|
|
66830
67222
|
"type": "list",
|
|
66831
67223
|
"member": {
|
|
66832
|
-
"shape": "
|
|
67224
|
+
"shape": "Sfb"
|
|
66833
67225
|
}
|
|
66834
67226
|
},
|
|
66835
67227
|
"AndConditions": {
|
|
66836
|
-
"shape": "
|
|
67228
|
+
"shape": "Sfb"
|
|
66837
67229
|
},
|
|
66838
67230
|
"TagCondition": {
|
|
66839
|
-
"shape": "
|
|
67231
|
+
"shape": "Sfc"
|
|
66840
67232
|
}
|
|
66841
67233
|
}
|
|
66842
67234
|
},
|
|
66843
|
-
"
|
|
67235
|
+
"Sfb": {
|
|
66844
67236
|
"type": "list",
|
|
66845
67237
|
"member": {
|
|
66846
|
-
"shape": "
|
|
67238
|
+
"shape": "Sfc"
|
|
66847
67239
|
}
|
|
66848
67240
|
},
|
|
66849
|
-
"
|
|
67241
|
+
"Sfc": {
|
|
66850
67242
|
"type": "structure",
|
|
66851
67243
|
"members": {
|
|
66852
67244
|
"TagKey": {},
|
|
66853
67245
|
"TagValue": {}
|
|
66854
67246
|
}
|
|
66855
67247
|
},
|
|
66856
|
-
"
|
|
67248
|
+
"Sfd": {
|
|
66857
67249
|
"type": "structure",
|
|
66858
67250
|
"members": {
|
|
66859
67251
|
"OrConditions": {
|
|
66860
|
-
"shape": "
|
|
67252
|
+
"shape": "Sfe"
|
|
66861
67253
|
},
|
|
66862
67254
|
"AndConditions": {
|
|
66863
|
-
"shape": "
|
|
67255
|
+
"shape": "Sfe"
|
|
66864
67256
|
},
|
|
66865
67257
|
"StringCondition": {
|
|
66866
|
-
"shape": "
|
|
67258
|
+
"shape": "Sff"
|
|
66867
67259
|
},
|
|
66868
67260
|
"QueueTypeCondition": {}
|
|
66869
67261
|
}
|
|
66870
67262
|
},
|
|
66871
|
-
"
|
|
67263
|
+
"Sfe": {
|
|
66872
67264
|
"type": "list",
|
|
66873
67265
|
"member": {
|
|
66874
|
-
"shape": "
|
|
67266
|
+
"shape": "Sfd"
|
|
66875
67267
|
}
|
|
66876
67268
|
},
|
|
66877
|
-
"
|
|
67269
|
+
"Sff": {
|
|
66878
67270
|
"type": "structure",
|
|
66879
67271
|
"members": {
|
|
66880
67272
|
"FieldName": {},
|
|
@@ -66882,57 +67274,57 @@ module.exports={
|
|
|
66882
67274
|
"ComparisonType": {}
|
|
66883
67275
|
}
|
|
66884
67276
|
},
|
|
66885
|
-
"
|
|
67277
|
+
"Sfn": {
|
|
66886
67278
|
"type": "structure",
|
|
66887
67279
|
"members": {
|
|
66888
67280
|
"OrConditions": {
|
|
66889
|
-
"shape": "
|
|
67281
|
+
"shape": "Sfo"
|
|
66890
67282
|
},
|
|
66891
67283
|
"AndConditions": {
|
|
66892
|
-
"shape": "
|
|
67284
|
+
"shape": "Sfo"
|
|
66893
67285
|
},
|
|
66894
67286
|
"StringCondition": {
|
|
66895
|
-
"shape": "
|
|
67287
|
+
"shape": "Sff"
|
|
66896
67288
|
}
|
|
66897
67289
|
}
|
|
66898
67290
|
},
|
|
66899
|
-
"
|
|
67291
|
+
"Sfo": {
|
|
66900
67292
|
"type": "list",
|
|
66901
67293
|
"member": {
|
|
66902
|
-
"shape": "
|
|
67294
|
+
"shape": "Sfn"
|
|
66903
67295
|
}
|
|
66904
67296
|
},
|
|
66905
|
-
"
|
|
67297
|
+
"Sfs": {
|
|
66906
67298
|
"type": "structure",
|
|
66907
67299
|
"members": {
|
|
66908
67300
|
"OrConditions": {
|
|
66909
|
-
"shape": "
|
|
67301
|
+
"shape": "Sft"
|
|
66910
67302
|
},
|
|
66911
67303
|
"AndConditions": {
|
|
66912
|
-
"shape": "
|
|
67304
|
+
"shape": "Sft"
|
|
66913
67305
|
},
|
|
66914
67306
|
"StringCondition": {
|
|
66915
|
-
"shape": "
|
|
67307
|
+
"shape": "Sff"
|
|
66916
67308
|
}
|
|
66917
67309
|
}
|
|
66918
67310
|
},
|
|
66919
|
-
"
|
|
67311
|
+
"Sft": {
|
|
66920
67312
|
"type": "list",
|
|
66921
67313
|
"member": {
|
|
66922
|
-
"shape": "
|
|
67314
|
+
"shape": "Sfs"
|
|
66923
67315
|
}
|
|
66924
67316
|
},
|
|
66925
|
-
"
|
|
67317
|
+
"Sg0": {
|
|
66926
67318
|
"type": "structure",
|
|
66927
67319
|
"members": {
|
|
66928
67320
|
"OrConditions": {
|
|
66929
|
-
"shape": "
|
|
67321
|
+
"shape": "Sg1"
|
|
66930
67322
|
},
|
|
66931
67323
|
"AndConditions": {
|
|
66932
|
-
"shape": "
|
|
67324
|
+
"shape": "Sg1"
|
|
66933
67325
|
},
|
|
66934
67326
|
"StringCondition": {
|
|
66935
|
-
"shape": "
|
|
67327
|
+
"shape": "Sff"
|
|
66936
67328
|
},
|
|
66937
67329
|
"HierarchyGroupCondition": {
|
|
66938
67330
|
"type": "structure",
|
|
@@ -66943,13 +67335,13 @@ module.exports={
|
|
|
66943
67335
|
}
|
|
66944
67336
|
}
|
|
66945
67337
|
},
|
|
66946
|
-
"
|
|
67338
|
+
"Sg1": {
|
|
66947
67339
|
"type": "list",
|
|
66948
67340
|
"member": {
|
|
66949
|
-
"shape": "
|
|
67341
|
+
"shape": "Sg0"
|
|
66950
67342
|
}
|
|
66951
67343
|
},
|
|
66952
|
-
"
|
|
67344
|
+
"Sh4": {
|
|
66953
67345
|
"type": "map",
|
|
66954
67346
|
"key": {},
|
|
66955
67347
|
"value": {
|
|
@@ -66964,7 +67356,7 @@ module.exports={
|
|
|
66964
67356
|
}
|
|
66965
67357
|
}
|
|
66966
67358
|
},
|
|
66967
|
-
"
|
|
67359
|
+
"Siq": {
|
|
66968
67360
|
"type": "structure",
|
|
66969
67361
|
"required": [
|
|
66970
67362
|
"Name"
|
|
@@ -77447,6 +77839,9 @@ module.exports={
|
|
|
77447
77839
|
"DryRun": {
|
|
77448
77840
|
"locationName": "dryRun",
|
|
77449
77841
|
"type": "boolean"
|
|
77842
|
+
},
|
|
77843
|
+
"CopyImageTags": {
|
|
77844
|
+
"type": "boolean"
|
|
77450
77845
|
}
|
|
77451
77846
|
}
|
|
77452
77847
|
},
|
|
@@ -173203,7 +173598,16 @@ module.exports={
|
|
|
173203
173598
|
"scheduler": {
|
|
173204
173599
|
"name": "Scheduler"
|
|
173205
173600
|
},
|
|
173601
|
+
"chimesdkvoice": {
|
|
173602
|
+
"prefix": "chime-sdk-voice",
|
|
173603
|
+
"name": "ChimeSDKVoice"
|
|
173604
|
+
},
|
|
173605
|
+
"iotroborunner": {
|
|
173606
|
+
"prefix": "iot-roborunner",
|
|
173607
|
+
"name": "IoTRoboRunner"
|
|
173608
|
+
},
|
|
173206
173609
|
"ssmsap": {
|
|
173610
|
+
"prefix": "ssm-sap",
|
|
173207
173611
|
"name": "SsmSap"
|
|
173208
173612
|
}
|
|
173209
173613
|
}
|
|
@@ -220248,6 +220652,9 @@ module.exports={
|
|
|
220248
220652
|
},
|
|
220249
220653
|
"ShareTagOptions": {
|
|
220250
220654
|
"type": "boolean"
|
|
220655
|
+
},
|
|
220656
|
+
"SharePrincipals": {
|
|
220657
|
+
"type": "boolean"
|
|
220251
220658
|
}
|
|
220252
220659
|
}
|
|
220253
220660
|
},
|
|
@@ -220265,7 +220672,6 @@ module.exports={
|
|
|
220265
220672
|
"Name",
|
|
220266
220673
|
"Owner",
|
|
220267
220674
|
"ProductType",
|
|
220268
|
-
"ProvisioningArtifactParameters",
|
|
220269
220675
|
"IdempotencyToken"
|
|
220270
220676
|
],
|
|
220271
220677
|
"members": {
|
|
@@ -220286,6 +220692,9 @@ module.exports={
|
|
|
220286
220692
|
},
|
|
220287
220693
|
"IdempotencyToken": {
|
|
220288
220694
|
"idempotencyToken": true
|
|
220695
|
+
},
|
|
220696
|
+
"SourceConnection": {
|
|
220697
|
+
"shape": "S2c"
|
|
220289
220698
|
}
|
|
220290
220699
|
}
|
|
220291
220700
|
},
|
|
@@ -220293,10 +220702,10 @@ module.exports={
|
|
|
220293
220702
|
"type": "structure",
|
|
220294
220703
|
"members": {
|
|
220295
220704
|
"ProductViewDetail": {
|
|
220296
|
-
"shape": "
|
|
220705
|
+
"shape": "S2l"
|
|
220297
220706
|
},
|
|
220298
220707
|
"ProvisioningArtifactDetail": {
|
|
220299
|
-
"shape": "
|
|
220708
|
+
"shape": "S2w"
|
|
220300
220709
|
},
|
|
220301
220710
|
"Tags": {
|
|
220302
220711
|
"shape": "S1q"
|
|
@@ -220320,14 +220729,14 @@ module.exports={
|
|
|
220320
220729
|
"PlanName": {},
|
|
220321
220730
|
"PlanType": {},
|
|
220322
220731
|
"NotificationArns": {
|
|
220323
|
-
"shape": "
|
|
220732
|
+
"shape": "S33"
|
|
220324
220733
|
},
|
|
220325
220734
|
"PathId": {},
|
|
220326
220735
|
"ProductId": {},
|
|
220327
220736
|
"ProvisionedProductName": {},
|
|
220328
220737
|
"ProvisioningArtifactId": {},
|
|
220329
220738
|
"ProvisioningParameters": {
|
|
220330
|
-
"shape": "
|
|
220739
|
+
"shape": "S36"
|
|
220331
220740
|
},
|
|
220332
220741
|
"IdempotencyToken": {
|
|
220333
220742
|
"idempotencyToken": true
|
|
@@ -220371,7 +220780,7 @@ module.exports={
|
|
|
220371
220780
|
"type": "structure",
|
|
220372
220781
|
"members": {
|
|
220373
220782
|
"ProvisioningArtifactDetail": {
|
|
220374
|
-
"shape": "
|
|
220783
|
+
"shape": "S2w"
|
|
220375
220784
|
},
|
|
220376
220785
|
"Info": {
|
|
220377
220786
|
"shape": "S27"
|
|
@@ -220393,7 +220802,7 @@ module.exports={
|
|
|
220393
220802
|
"Name": {},
|
|
220394
220803
|
"DefinitionType": {},
|
|
220395
220804
|
"Definition": {
|
|
220396
|
-
"shape": "
|
|
220805
|
+
"shape": "S3h"
|
|
220397
220806
|
},
|
|
220398
220807
|
"Description": {},
|
|
220399
220808
|
"AcceptLanguage": {},
|
|
@@ -220406,7 +220815,7 @@ module.exports={
|
|
|
220406
220815
|
"type": "structure",
|
|
220407
220816
|
"members": {
|
|
220408
220817
|
"ServiceActionDetail": {
|
|
220409
|
-
"shape": "
|
|
220818
|
+
"shape": "S3m"
|
|
220410
220819
|
}
|
|
220411
220820
|
}
|
|
220412
220821
|
}
|
|
@@ -220427,7 +220836,7 @@ module.exports={
|
|
|
220427
220836
|
"type": "structure",
|
|
220428
220837
|
"members": {
|
|
220429
220838
|
"TagOptionDetail": {
|
|
220430
|
-
"shape": "
|
|
220839
|
+
"shape": "S3s"
|
|
220431
220840
|
}
|
|
220432
220841
|
}
|
|
220433
220842
|
}
|
|
@@ -220633,10 +221042,10 @@ module.exports={
|
|
|
220633
221042
|
"shape": "S1q"
|
|
220634
221043
|
},
|
|
220635
221044
|
"TagOptions": {
|
|
220636
|
-
"shape": "
|
|
221045
|
+
"shape": "S4k"
|
|
220637
221046
|
},
|
|
220638
221047
|
"Budgets": {
|
|
220639
|
-
"shape": "
|
|
221048
|
+
"shape": "S4l"
|
|
220640
221049
|
}
|
|
220641
221050
|
}
|
|
220642
221051
|
}
|
|
@@ -220716,6 +221125,9 @@ module.exports={
|
|
|
220716
221125
|
},
|
|
220717
221126
|
"ShareTagOptions": {
|
|
220718
221127
|
"type": "boolean"
|
|
221128
|
+
},
|
|
221129
|
+
"SharePrincipals": {
|
|
221130
|
+
"type": "boolean"
|
|
220719
221131
|
}
|
|
220720
221132
|
}
|
|
220721
221133
|
}
|
|
@@ -220736,13 +221148,13 @@ module.exports={
|
|
|
220736
221148
|
"type": "structure",
|
|
220737
221149
|
"members": {
|
|
220738
221150
|
"ProductViewSummary": {
|
|
220739
|
-
"shape": "
|
|
221151
|
+
"shape": "S2m"
|
|
220740
221152
|
},
|
|
220741
221153
|
"ProvisioningArtifacts": {
|
|
220742
|
-
"shape": "
|
|
221154
|
+
"shape": "S56"
|
|
220743
221155
|
},
|
|
220744
221156
|
"Budgets": {
|
|
220745
|
-
"shape": "
|
|
221157
|
+
"shape": "S4l"
|
|
220746
221158
|
},
|
|
220747
221159
|
"LaunchPaths": {
|
|
220748
221160
|
"type": "list",
|
|
@@ -220771,7 +221183,7 @@ module.exports={
|
|
|
220771
221183
|
"type": "structure",
|
|
220772
221184
|
"members": {
|
|
220773
221185
|
"ProductViewDetail": {
|
|
220774
|
-
"shape": "
|
|
221186
|
+
"shape": "S2l"
|
|
220775
221187
|
},
|
|
220776
221188
|
"ProvisioningArtifactSummaries": {
|
|
220777
221189
|
"type": "list",
|
|
@@ -220794,10 +221206,10 @@ module.exports={
|
|
|
220794
221206
|
"shape": "S1q"
|
|
220795
221207
|
},
|
|
220796
221208
|
"TagOptions": {
|
|
220797
|
-
"shape": "
|
|
221209
|
+
"shape": "S4k"
|
|
220798
221210
|
},
|
|
220799
221211
|
"Budgets": {
|
|
220800
|
-
"shape": "
|
|
221212
|
+
"shape": "S4l"
|
|
220801
221213
|
}
|
|
220802
221214
|
}
|
|
220803
221215
|
}
|
|
@@ -220817,10 +221229,10 @@ module.exports={
|
|
|
220817
221229
|
"type": "structure",
|
|
220818
221230
|
"members": {
|
|
220819
221231
|
"ProductViewSummary": {
|
|
220820
|
-
"shape": "
|
|
221232
|
+
"shape": "S2m"
|
|
220821
221233
|
},
|
|
220822
221234
|
"ProvisioningArtifacts": {
|
|
220823
|
-
"shape": "
|
|
221235
|
+
"shape": "S56"
|
|
220824
221236
|
}
|
|
220825
221237
|
}
|
|
220826
221238
|
}
|
|
@@ -220838,7 +221250,7 @@ module.exports={
|
|
|
220838
221250
|
"type": "structure",
|
|
220839
221251
|
"members": {
|
|
220840
221252
|
"ProvisionedProductDetail": {
|
|
220841
|
-
"shape": "
|
|
221253
|
+
"shape": "S5k"
|
|
220842
221254
|
},
|
|
220843
221255
|
"CloudWatchDashboards": {
|
|
220844
221256
|
"type": "list",
|
|
@@ -220889,10 +221301,10 @@ module.exports={
|
|
|
220889
221301
|
"type": "timestamp"
|
|
220890
221302
|
},
|
|
220891
221303
|
"NotificationArns": {
|
|
220892
|
-
"shape": "
|
|
221304
|
+
"shape": "S33"
|
|
220893
221305
|
},
|
|
220894
221306
|
"ProvisioningParameters": {
|
|
220895
|
-
"shape": "
|
|
221307
|
+
"shape": "S36"
|
|
220896
221308
|
},
|
|
220897
221309
|
"Tags": {
|
|
220898
221310
|
"shape": "S1q"
|
|
@@ -220957,7 +221369,7 @@ module.exports={
|
|
|
220957
221369
|
"type": "structure",
|
|
220958
221370
|
"members": {
|
|
220959
221371
|
"ProvisioningArtifactDetail": {
|
|
220960
|
-
"shape": "
|
|
221372
|
+
"shape": "S2w"
|
|
220961
221373
|
},
|
|
220962
221374
|
"Info": {
|
|
220963
221375
|
"shape": "S27"
|
|
@@ -221013,7 +221425,7 @@ module.exports={
|
|
|
221013
221425
|
}
|
|
221014
221426
|
},
|
|
221015
221427
|
"ConstraintSummaries": {
|
|
221016
|
-
"shape": "
|
|
221428
|
+
"shape": "S6w"
|
|
221017
221429
|
},
|
|
221018
221430
|
"UsageInstructions": {
|
|
221019
221431
|
"type": "list",
|
|
@@ -221042,20 +221454,20 @@ module.exports={
|
|
|
221042
221454
|
"type": "structure",
|
|
221043
221455
|
"members": {
|
|
221044
221456
|
"StackSetAccounts": {
|
|
221045
|
-
"shape": "
|
|
221457
|
+
"shape": "S76"
|
|
221046
221458
|
},
|
|
221047
221459
|
"StackSetRegions": {
|
|
221048
|
-
"shape": "
|
|
221460
|
+
"shape": "S77"
|
|
221049
221461
|
}
|
|
221050
221462
|
}
|
|
221051
221463
|
},
|
|
221052
221464
|
"ProvisioningArtifactOutputs": {
|
|
221053
|
-
"shape": "
|
|
221465
|
+
"shape": "S79",
|
|
221054
221466
|
"deprecated": true,
|
|
221055
221467
|
"deprecatedMessage": "This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."
|
|
221056
221468
|
},
|
|
221057
221469
|
"ProvisioningArtifactOutputKeys": {
|
|
221058
|
-
"shape": "
|
|
221470
|
+
"shape": "S79"
|
|
221059
221471
|
}
|
|
221060
221472
|
}
|
|
221061
221473
|
}
|
|
@@ -221079,10 +221491,10 @@ module.exports={
|
|
|
221079
221491
|
"type": "structure",
|
|
221080
221492
|
"members": {
|
|
221081
221493
|
"RecordDetail": {
|
|
221082
|
-
"shape": "
|
|
221494
|
+
"shape": "S7f"
|
|
221083
221495
|
},
|
|
221084
221496
|
"RecordOutputs": {
|
|
221085
|
-
"shape": "
|
|
221497
|
+
"shape": "S7q"
|
|
221086
221498
|
},
|
|
221087
221499
|
"NextPageToken": {}
|
|
221088
221500
|
}
|
|
@@ -221103,7 +221515,7 @@ module.exports={
|
|
|
221103
221515
|
"type": "structure",
|
|
221104
221516
|
"members": {
|
|
221105
221517
|
"ServiceActionDetail": {
|
|
221106
|
-
"shape": "
|
|
221518
|
+
"shape": "S3m"
|
|
221107
221519
|
}
|
|
221108
221520
|
}
|
|
221109
221521
|
}
|
|
@@ -221132,7 +221544,7 @@ module.exports={
|
|
|
221132
221544
|
"Name": {},
|
|
221133
221545
|
"Type": {},
|
|
221134
221546
|
"DefaultValues": {
|
|
221135
|
-
"shape": "
|
|
221547
|
+
"shape": "S82"
|
|
221136
221548
|
}
|
|
221137
221549
|
}
|
|
221138
221550
|
}
|
|
@@ -221154,7 +221566,7 @@ module.exports={
|
|
|
221154
221566
|
"type": "structure",
|
|
221155
221567
|
"members": {
|
|
221156
221568
|
"TagOptionDetail": {
|
|
221157
|
-
"shape": "
|
|
221569
|
+
"shape": "S3s"
|
|
221158
221570
|
}
|
|
221159
221571
|
}
|
|
221160
221572
|
}
|
|
@@ -221196,7 +221608,8 @@ module.exports={
|
|
|
221196
221608
|
"members": {
|
|
221197
221609
|
"AcceptLanguage": {},
|
|
221198
221610
|
"PortfolioId": {},
|
|
221199
|
-
"PrincipalARN": {}
|
|
221611
|
+
"PrincipalARN": {},
|
|
221612
|
+
"PrincipalType": {}
|
|
221200
221613
|
}
|
|
221201
221614
|
},
|
|
221202
221615
|
"output": {
|
|
@@ -221288,7 +221701,7 @@ module.exports={
|
|
|
221288
221701
|
"type": "structure",
|
|
221289
221702
|
"members": {
|
|
221290
221703
|
"RecordDetail": {
|
|
221291
|
-
"shape": "
|
|
221704
|
+
"shape": "S7f"
|
|
221292
221705
|
}
|
|
221293
221706
|
}
|
|
221294
221707
|
}
|
|
@@ -221312,7 +221725,7 @@ module.exports={
|
|
|
221312
221725
|
"type": "map",
|
|
221313
221726
|
"key": {},
|
|
221314
221727
|
"value": {
|
|
221315
|
-
"shape": "
|
|
221728
|
+
"shape": "S82"
|
|
221316
221729
|
}
|
|
221317
221730
|
}
|
|
221318
221731
|
}
|
|
@@ -221321,7 +221734,7 @@ module.exports={
|
|
|
221321
221734
|
"type": "structure",
|
|
221322
221735
|
"members": {
|
|
221323
221736
|
"RecordDetail": {
|
|
221324
|
-
"shape": "
|
|
221737
|
+
"shape": "S7f"
|
|
221325
221738
|
}
|
|
221326
221739
|
}
|
|
221327
221740
|
}
|
|
@@ -221359,7 +221772,7 @@ module.exports={
|
|
|
221359
221772
|
"type": "structure",
|
|
221360
221773
|
"members": {
|
|
221361
221774
|
"Outputs": {
|
|
221362
|
-
"shape": "
|
|
221775
|
+
"shape": "S7q"
|
|
221363
221776
|
},
|
|
221364
221777
|
"NextPageToken": {}
|
|
221365
221778
|
}
|
|
@@ -221390,7 +221803,7 @@ module.exports={
|
|
|
221390
221803
|
"type": "structure",
|
|
221391
221804
|
"members": {
|
|
221392
221805
|
"RecordDetail": {
|
|
221393
|
-
"shape": "
|
|
221806
|
+
"shape": "S7f"
|
|
221394
221807
|
}
|
|
221395
221808
|
}
|
|
221396
221809
|
}
|
|
@@ -221411,7 +221824,7 @@ module.exports={
|
|
|
221411
221824
|
"type": "structure",
|
|
221412
221825
|
"members": {
|
|
221413
221826
|
"PortfolioDetails": {
|
|
221414
|
-
"shape": "
|
|
221827
|
+
"shape": "S90"
|
|
221415
221828
|
},
|
|
221416
221829
|
"NextPageToken": {}
|
|
221417
221830
|
}
|
|
@@ -221436,7 +221849,7 @@ module.exports={
|
|
|
221436
221849
|
"type": "structure",
|
|
221437
221850
|
"members": {
|
|
221438
221851
|
"Budgets": {
|
|
221439
|
-
"shape": "
|
|
221852
|
+
"shape": "S4l"
|
|
221440
221853
|
},
|
|
221441
221854
|
"NextPageToken": {}
|
|
221442
221855
|
}
|
|
@@ -221496,7 +221909,7 @@ module.exports={
|
|
|
221496
221909
|
"members": {
|
|
221497
221910
|
"Id": {},
|
|
221498
221911
|
"ConstraintSummaries": {
|
|
221499
|
-
"shape": "
|
|
221912
|
+
"shape": "S6w"
|
|
221500
221913
|
},
|
|
221501
221914
|
"Tags": {
|
|
221502
221915
|
"shape": "S1q"
|
|
@@ -221581,7 +221994,7 @@ module.exports={
|
|
|
221581
221994
|
"type": "structure",
|
|
221582
221995
|
"members": {
|
|
221583
221996
|
"PortfolioDetails": {
|
|
221584
|
-
"shape": "
|
|
221997
|
+
"shape": "S90"
|
|
221585
221998
|
},
|
|
221586
221999
|
"NextPageToken": {}
|
|
221587
222000
|
}
|
|
@@ -221606,7 +222019,7 @@ module.exports={
|
|
|
221606
222019
|
"type": "structure",
|
|
221607
222020
|
"members": {
|
|
221608
222021
|
"PortfolioDetails": {
|
|
221609
|
-
"shape": "
|
|
222022
|
+
"shape": "S90"
|
|
221610
222023
|
},
|
|
221611
222024
|
"NextPageToken": {}
|
|
221612
222025
|
}
|
|
@@ -221655,7 +222068,7 @@ module.exports={
|
|
|
221655
222068
|
},
|
|
221656
222069
|
"PageToken": {},
|
|
221657
222070
|
"AccessLevelFilter": {
|
|
221658
|
-
"shape": "
|
|
222071
|
+
"shape": "S9p"
|
|
221659
222072
|
}
|
|
221660
222073
|
}
|
|
221661
222074
|
},
|
|
@@ -221697,7 +222110,7 @@ module.exports={
|
|
|
221697
222110
|
"ProvisioningArtifactDetails": {
|
|
221698
222111
|
"type": "list",
|
|
221699
222112
|
"member": {
|
|
221700
|
-
"shape": "
|
|
222113
|
+
"shape": "S2w"
|
|
221701
222114
|
}
|
|
221702
222115
|
},
|
|
221703
222116
|
"NextPageToken": {}
|
|
@@ -221728,10 +222141,10 @@ module.exports={
|
|
|
221728
222141
|
"type": "structure",
|
|
221729
222142
|
"members": {
|
|
221730
222143
|
"ProductViewSummary": {
|
|
221731
|
-
"shape": "
|
|
222144
|
+
"shape": "S2m"
|
|
221732
222145
|
},
|
|
221733
222146
|
"ProvisioningArtifact": {
|
|
221734
|
-
"shape": "
|
|
222147
|
+
"shape": "S57"
|
|
221735
222148
|
}
|
|
221736
222149
|
}
|
|
221737
222150
|
}
|
|
@@ -221746,7 +222159,7 @@ module.exports={
|
|
|
221746
222159
|
"members": {
|
|
221747
222160
|
"AcceptLanguage": {},
|
|
221748
222161
|
"AccessLevelFilter": {
|
|
221749
|
-
"shape": "
|
|
222162
|
+
"shape": "S9p"
|
|
221750
222163
|
},
|
|
221751
222164
|
"SearchFilter": {
|
|
221752
222165
|
"type": "structure",
|
|
@@ -221767,7 +222180,7 @@ module.exports={
|
|
|
221767
222180
|
"RecordDetails": {
|
|
221768
222181
|
"type": "list",
|
|
221769
222182
|
"member": {
|
|
221770
|
-
"shape": "
|
|
222183
|
+
"shape": "S7f"
|
|
221771
222184
|
}
|
|
221772
222185
|
},
|
|
221773
222186
|
"NextPageToken": {}
|
|
@@ -221826,7 +222239,7 @@ module.exports={
|
|
|
221826
222239
|
"type": "structure",
|
|
221827
222240
|
"members": {
|
|
221828
222241
|
"ServiceActionSummaries": {
|
|
221829
|
-
"shape": "
|
|
222242
|
+
"shape": "Sak"
|
|
221830
222243
|
},
|
|
221831
222244
|
"NextPageToken": {}
|
|
221832
222245
|
}
|
|
@@ -221853,7 +222266,7 @@ module.exports={
|
|
|
221853
222266
|
"type": "structure",
|
|
221854
222267
|
"members": {
|
|
221855
222268
|
"ServiceActionSummaries": {
|
|
221856
|
-
"shape": "
|
|
222269
|
+
"shape": "Sak"
|
|
221857
222270
|
},
|
|
221858
222271
|
"NextPageToken": {}
|
|
221859
222272
|
}
|
|
@@ -221916,7 +222329,7 @@ module.exports={
|
|
|
221916
222329
|
"type": "structure",
|
|
221917
222330
|
"members": {
|
|
221918
222331
|
"TagOptionDetails": {
|
|
221919
|
-
"shape": "
|
|
222332
|
+
"shape": "S4k"
|
|
221920
222333
|
},
|
|
221921
222334
|
"PageToken": {}
|
|
221922
222335
|
}
|
|
@@ -221952,10 +222365,10 @@ module.exports={
|
|
|
221952
222365
|
"type": "structure",
|
|
221953
222366
|
"members": {
|
|
221954
222367
|
"StackSetAccounts": {
|
|
221955
|
-
"shape": "
|
|
222368
|
+
"shape": "S76"
|
|
221956
222369
|
},
|
|
221957
222370
|
"StackSetRegions": {
|
|
221958
|
-
"shape": "
|
|
222371
|
+
"shape": "S77"
|
|
221959
222372
|
},
|
|
221960
222373
|
"StackSetFailureToleranceCount": {
|
|
221961
222374
|
"type": "integer"
|
|
@@ -221975,7 +222388,7 @@ module.exports={
|
|
|
221975
222388
|
"shape": "S1q"
|
|
221976
222389
|
},
|
|
221977
222390
|
"NotificationArns": {
|
|
221978
|
-
"shape": "
|
|
222391
|
+
"shape": "S33"
|
|
221979
222392
|
},
|
|
221980
222393
|
"ProvisionToken": {
|
|
221981
222394
|
"idempotencyToken": true
|
|
@@ -221986,7 +222399,7 @@ module.exports={
|
|
|
221986
222399
|
"type": "structure",
|
|
221987
222400
|
"members": {
|
|
221988
222401
|
"RecordDetail": {
|
|
221989
|
-
"shape": "
|
|
222402
|
+
"shape": "S7f"
|
|
221990
222403
|
}
|
|
221991
222404
|
}
|
|
221992
222405
|
}
|
|
@@ -222014,7 +222427,7 @@ module.exports={
|
|
|
222014
222427
|
"members": {
|
|
222015
222428
|
"AcceptLanguage": {},
|
|
222016
222429
|
"AccessLevelFilter": {
|
|
222017
|
-
"shape": "
|
|
222430
|
+
"shape": "S9p"
|
|
222018
222431
|
},
|
|
222019
222432
|
"PageSize": {
|
|
222020
222433
|
"type": "integer"
|
|
@@ -222028,7 +222441,7 @@ module.exports={
|
|
|
222028
222441
|
"ProvisionedProducts": {
|
|
222029
222442
|
"type": "list",
|
|
222030
222443
|
"member": {
|
|
222031
|
-
"shape": "
|
|
222444
|
+
"shape": "S5k"
|
|
222032
222445
|
}
|
|
222033
222446
|
},
|
|
222034
222447
|
"NextPageToken": {}
|
|
@@ -222041,7 +222454,7 @@ module.exports={
|
|
|
222041
222454
|
"members": {
|
|
222042
222455
|
"AcceptLanguage": {},
|
|
222043
222456
|
"Filters": {
|
|
222044
|
-
"shape": "
|
|
222457
|
+
"shape": "Sba"
|
|
222045
222458
|
},
|
|
222046
222459
|
"PageSize": {
|
|
222047
222460
|
"type": "integer"
|
|
@@ -222057,7 +222470,7 @@ module.exports={
|
|
|
222057
222470
|
"ProductViewSummaries": {
|
|
222058
222471
|
"type": "list",
|
|
222059
222472
|
"member": {
|
|
222060
|
-
"shape": "
|
|
222473
|
+
"shape": "S2m"
|
|
222061
222474
|
}
|
|
222062
222475
|
},
|
|
222063
222476
|
"ProductViewAggregations": {
|
|
@@ -222087,7 +222500,7 @@ module.exports={
|
|
|
222087
222500
|
"AcceptLanguage": {},
|
|
222088
222501
|
"PortfolioId": {},
|
|
222089
222502
|
"Filters": {
|
|
222090
|
-
"shape": "
|
|
222503
|
+
"shape": "Sba"
|
|
222091
222504
|
},
|
|
222092
222505
|
"SortBy": {},
|
|
222093
222506
|
"SortOrder": {},
|
|
@@ -222104,7 +222517,7 @@ module.exports={
|
|
|
222104
222517
|
"ProductViewDetails": {
|
|
222105
222518
|
"type": "list",
|
|
222106
222519
|
"member": {
|
|
222107
|
-
"shape": "
|
|
222520
|
+
"shape": "S2l"
|
|
222108
222521
|
}
|
|
222109
222522
|
},
|
|
222110
222523
|
"NextPageToken": {}
|
|
@@ -222117,7 +222530,7 @@ module.exports={
|
|
|
222117
222530
|
"members": {
|
|
222118
222531
|
"AcceptLanguage": {},
|
|
222119
222532
|
"AccessLevelFilter": {
|
|
222120
|
-
"shape": "
|
|
222533
|
+
"shape": "S9p"
|
|
222121
222534
|
},
|
|
222122
222535
|
"Filters": {
|
|
222123
222536
|
"type": "map",
|
|
@@ -222201,7 +222614,7 @@ module.exports={
|
|
|
222201
222614
|
"type": "structure",
|
|
222202
222615
|
"members": {
|
|
222203
222616
|
"RecordDetail": {
|
|
222204
|
-
"shape": "
|
|
222617
|
+
"shape": "S7f"
|
|
222205
222618
|
}
|
|
222206
222619
|
}
|
|
222207
222620
|
}
|
|
@@ -222246,7 +222659,7 @@ module.exports={
|
|
|
222246
222659
|
"shape": "S1i"
|
|
222247
222660
|
},
|
|
222248
222661
|
"RemoveTags": {
|
|
222249
|
-
"shape": "
|
|
222662
|
+
"shape": "Scb"
|
|
222250
222663
|
}
|
|
222251
222664
|
}
|
|
222252
222665
|
},
|
|
@@ -222277,6 +222690,9 @@ module.exports={
|
|
|
222277
222690
|
},
|
|
222278
222691
|
"ShareTagOptions": {
|
|
222279
222692
|
"type": "boolean"
|
|
222693
|
+
},
|
|
222694
|
+
"SharePrincipals": {
|
|
222695
|
+
"type": "boolean"
|
|
222280
222696
|
}
|
|
222281
222697
|
}
|
|
222282
222698
|
},
|
|
@@ -222308,7 +222724,10 @@ module.exports={
|
|
|
222308
222724
|
"shape": "S1i"
|
|
222309
222725
|
},
|
|
222310
222726
|
"RemoveTags": {
|
|
222311
|
-
"shape": "
|
|
222727
|
+
"shape": "Scb"
|
|
222728
|
+
},
|
|
222729
|
+
"SourceConnection": {
|
|
222730
|
+
"shape": "S2c"
|
|
222312
222731
|
}
|
|
222313
222732
|
}
|
|
222314
222733
|
},
|
|
@@ -222316,7 +222735,7 @@ module.exports={
|
|
|
222316
222735
|
"type": "structure",
|
|
222317
222736
|
"members": {
|
|
222318
222737
|
"ProductViewDetail": {
|
|
222319
|
-
"shape": "
|
|
222738
|
+
"shape": "S2l"
|
|
222320
222739
|
},
|
|
222321
222740
|
"Tags": {
|
|
222322
222741
|
"shape": "S1q"
|
|
@@ -222341,16 +222760,16 @@ module.exports={
|
|
|
222341
222760
|
"PathId": {},
|
|
222342
222761
|
"PathName": {},
|
|
222343
222762
|
"ProvisioningParameters": {
|
|
222344
|
-
"shape": "
|
|
222763
|
+
"shape": "S36"
|
|
222345
222764
|
},
|
|
222346
222765
|
"ProvisioningPreferences": {
|
|
222347
222766
|
"type": "structure",
|
|
222348
222767
|
"members": {
|
|
222349
222768
|
"StackSetAccounts": {
|
|
222350
|
-
"shape": "
|
|
222769
|
+
"shape": "S76"
|
|
222351
222770
|
},
|
|
222352
222771
|
"StackSetRegions": {
|
|
222353
|
-
"shape": "
|
|
222772
|
+
"shape": "S77"
|
|
222354
222773
|
},
|
|
222355
222774
|
"StackSetFailureToleranceCount": {
|
|
222356
222775
|
"type": "integer"
|
|
@@ -222379,7 +222798,7 @@ module.exports={
|
|
|
222379
222798
|
"type": "structure",
|
|
222380
222799
|
"members": {
|
|
222381
222800
|
"RecordDetail": {
|
|
222382
|
-
"shape": "
|
|
222801
|
+
"shape": "S7f"
|
|
222383
222802
|
}
|
|
222384
222803
|
}
|
|
222385
222804
|
}
|
|
@@ -222396,7 +222815,7 @@ module.exports={
|
|
|
222396
222815
|
"AcceptLanguage": {},
|
|
222397
222816
|
"ProvisionedProductId": {},
|
|
222398
222817
|
"ProvisionedProductProperties": {
|
|
222399
|
-
"shape": "
|
|
222818
|
+
"shape": "Scn"
|
|
222400
222819
|
},
|
|
222401
222820
|
"IdempotencyToken": {
|
|
222402
222821
|
"idempotencyToken": true
|
|
@@ -222408,7 +222827,7 @@ module.exports={
|
|
|
222408
222827
|
"members": {
|
|
222409
222828
|
"ProvisionedProductId": {},
|
|
222410
222829
|
"ProvisionedProductProperties": {
|
|
222411
|
-
"shape": "
|
|
222830
|
+
"shape": "Scn"
|
|
222412
222831
|
},
|
|
222413
222832
|
"RecordId": {},
|
|
222414
222833
|
"Status": {}
|
|
@@ -222438,7 +222857,7 @@ module.exports={
|
|
|
222438
222857
|
"type": "structure",
|
|
222439
222858
|
"members": {
|
|
222440
222859
|
"ProvisioningArtifactDetail": {
|
|
222441
|
-
"shape": "
|
|
222860
|
+
"shape": "S2w"
|
|
222442
222861
|
},
|
|
222443
222862
|
"Info": {
|
|
222444
222863
|
"shape": "S27"
|
|
@@ -222457,7 +222876,7 @@ module.exports={
|
|
|
222457
222876
|
"Id": {},
|
|
222458
222877
|
"Name": {},
|
|
222459
222878
|
"Definition": {
|
|
222460
|
-
"shape": "
|
|
222879
|
+
"shape": "S3h"
|
|
222461
222880
|
},
|
|
222462
222881
|
"Description": {},
|
|
222463
222882
|
"AcceptLanguage": {}
|
|
@@ -222467,7 +222886,7 @@ module.exports={
|
|
|
222467
222886
|
"type": "structure",
|
|
222468
222887
|
"members": {
|
|
222469
222888
|
"ServiceActionDetail": {
|
|
222470
|
-
"shape": "
|
|
222889
|
+
"shape": "S3m"
|
|
222471
222890
|
}
|
|
222472
222891
|
}
|
|
222473
222892
|
}
|
|
@@ -222490,7 +222909,7 @@ module.exports={
|
|
|
222490
222909
|
"type": "structure",
|
|
222491
222910
|
"members": {
|
|
222492
222911
|
"TagOptionDetail": {
|
|
222493
|
-
"shape": "
|
|
222912
|
+
"shape": "S3s"
|
|
222494
222913
|
}
|
|
222495
222914
|
}
|
|
222496
222915
|
}
|
|
@@ -222582,9 +223001,6 @@ module.exports={
|
|
|
222582
223001
|
},
|
|
222583
223002
|
"S24": {
|
|
222584
223003
|
"type": "structure",
|
|
222585
|
-
"required": [
|
|
222586
|
-
"Info"
|
|
222587
|
-
],
|
|
222588
223004
|
"members": {
|
|
222589
223005
|
"Name": {},
|
|
222590
223006
|
"Description": {},
|
|
@@ -222602,20 +223018,75 @@ module.exports={
|
|
|
222602
223018
|
"key": {},
|
|
222603
223019
|
"value": {}
|
|
222604
223020
|
},
|
|
222605
|
-
"
|
|
223021
|
+
"S2c": {
|
|
222606
223022
|
"type": "structure",
|
|
223023
|
+
"required": [
|
|
223024
|
+
"ConnectionParameters"
|
|
223025
|
+
],
|
|
222607
223026
|
"members": {
|
|
222608
|
-
"
|
|
223027
|
+
"Type": {},
|
|
223028
|
+
"ConnectionParameters": {
|
|
222609
223029
|
"shape": "S2e"
|
|
223030
|
+
}
|
|
223031
|
+
}
|
|
223032
|
+
},
|
|
223033
|
+
"S2e": {
|
|
223034
|
+
"type": "structure",
|
|
223035
|
+
"members": {
|
|
223036
|
+
"CodeStar": {
|
|
223037
|
+
"type": "structure",
|
|
223038
|
+
"required": [
|
|
223039
|
+
"ConnectionArn",
|
|
223040
|
+
"Repository",
|
|
223041
|
+
"Branch",
|
|
223042
|
+
"ArtifactPath"
|
|
223043
|
+
],
|
|
223044
|
+
"members": {
|
|
223045
|
+
"ConnectionArn": {},
|
|
223046
|
+
"Repository": {},
|
|
223047
|
+
"Branch": {},
|
|
223048
|
+
"ArtifactPath": {}
|
|
223049
|
+
}
|
|
223050
|
+
}
|
|
223051
|
+
}
|
|
223052
|
+
},
|
|
223053
|
+
"S2l": {
|
|
223054
|
+
"type": "structure",
|
|
223055
|
+
"members": {
|
|
223056
|
+
"ProductViewSummary": {
|
|
223057
|
+
"shape": "S2m"
|
|
222610
223058
|
},
|
|
222611
223059
|
"Status": {},
|
|
222612
223060
|
"ProductARN": {},
|
|
222613
223061
|
"CreatedTime": {
|
|
222614
223062
|
"type": "timestamp"
|
|
223063
|
+
},
|
|
223064
|
+
"SourceConnection": {
|
|
223065
|
+
"type": "structure",
|
|
223066
|
+
"members": {
|
|
223067
|
+
"Type": {},
|
|
223068
|
+
"ConnectionParameters": {
|
|
223069
|
+
"shape": "S2e"
|
|
223070
|
+
},
|
|
223071
|
+
"LastSync": {
|
|
223072
|
+
"type": "structure",
|
|
223073
|
+
"members": {
|
|
223074
|
+
"LastSyncTime": {
|
|
223075
|
+
"type": "timestamp"
|
|
223076
|
+
},
|
|
223077
|
+
"LastSyncStatus": {},
|
|
223078
|
+
"LastSyncStatusMessage": {},
|
|
223079
|
+
"LastSuccessfulSyncTime": {
|
|
223080
|
+
"type": "timestamp"
|
|
223081
|
+
},
|
|
223082
|
+
"LastSuccessfulSyncProvisioningArtifactId": {}
|
|
223083
|
+
}
|
|
223084
|
+
}
|
|
223085
|
+
}
|
|
222615
223086
|
}
|
|
222616
223087
|
}
|
|
222617
223088
|
},
|
|
222618
|
-
"
|
|
223089
|
+
"S2m": {
|
|
222619
223090
|
"type": "structure",
|
|
222620
223091
|
"members": {
|
|
222621
223092
|
"Id": {},
|
|
@@ -222633,7 +223104,7 @@ module.exports={
|
|
|
222633
223104
|
"SupportUrl": {}
|
|
222634
223105
|
}
|
|
222635
223106
|
},
|
|
222636
|
-
"
|
|
223107
|
+
"S2w": {
|
|
222637
223108
|
"type": "structure",
|
|
222638
223109
|
"members": {
|
|
222639
223110
|
"Id": {},
|
|
@@ -222646,14 +223117,15 @@ module.exports={
|
|
|
222646
223117
|
"Active": {
|
|
222647
223118
|
"type": "boolean"
|
|
222648
223119
|
},
|
|
222649
|
-
"Guidance": {}
|
|
223120
|
+
"Guidance": {},
|
|
223121
|
+
"SourceRevision": {}
|
|
222650
223122
|
}
|
|
222651
223123
|
},
|
|
222652
|
-
"
|
|
223124
|
+
"S33": {
|
|
222653
223125
|
"type": "list",
|
|
222654
223126
|
"member": {}
|
|
222655
223127
|
},
|
|
222656
|
-
"
|
|
223128
|
+
"S36": {
|
|
222657
223129
|
"type": "list",
|
|
222658
223130
|
"member": {
|
|
222659
223131
|
"type": "structure",
|
|
@@ -222666,23 +223138,23 @@ module.exports={
|
|
|
222666
223138
|
}
|
|
222667
223139
|
}
|
|
222668
223140
|
},
|
|
222669
|
-
"
|
|
223141
|
+
"S3h": {
|
|
222670
223142
|
"type": "map",
|
|
222671
223143
|
"key": {},
|
|
222672
223144
|
"value": {}
|
|
222673
223145
|
},
|
|
222674
|
-
"
|
|
223146
|
+
"S3m": {
|
|
222675
223147
|
"type": "structure",
|
|
222676
223148
|
"members": {
|
|
222677
223149
|
"ServiceActionSummary": {
|
|
222678
|
-
"shape": "
|
|
223150
|
+
"shape": "S3n"
|
|
222679
223151
|
},
|
|
222680
223152
|
"Definition": {
|
|
222681
|
-
"shape": "
|
|
223153
|
+
"shape": "S3h"
|
|
222682
223154
|
}
|
|
222683
223155
|
}
|
|
222684
223156
|
},
|
|
222685
|
-
"
|
|
223157
|
+
"S3n": {
|
|
222686
223158
|
"type": "structure",
|
|
222687
223159
|
"members": {
|
|
222688
223160
|
"Id": {},
|
|
@@ -222691,7 +223163,7 @@ module.exports={
|
|
|
222691
223163
|
"DefinitionType": {}
|
|
222692
223164
|
}
|
|
222693
223165
|
},
|
|
222694
|
-
"
|
|
223166
|
+
"S3s": {
|
|
222695
223167
|
"type": "structure",
|
|
222696
223168
|
"members": {
|
|
222697
223169
|
"Key": {},
|
|
@@ -222703,13 +223175,13 @@ module.exports={
|
|
|
222703
223175
|
"Owner": {}
|
|
222704
223176
|
}
|
|
222705
223177
|
},
|
|
222706
|
-
"
|
|
223178
|
+
"S4k": {
|
|
222707
223179
|
"type": "list",
|
|
222708
223180
|
"member": {
|
|
222709
|
-
"shape": "
|
|
223181
|
+
"shape": "S3s"
|
|
222710
223182
|
}
|
|
222711
223183
|
},
|
|
222712
|
-
"
|
|
223184
|
+
"S4l": {
|
|
222713
223185
|
"type": "list",
|
|
222714
223186
|
"member": {
|
|
222715
223187
|
"type": "structure",
|
|
@@ -222718,13 +223190,13 @@ module.exports={
|
|
|
222718
223190
|
}
|
|
222719
223191
|
}
|
|
222720
223192
|
},
|
|
222721
|
-
"
|
|
223193
|
+
"S56": {
|
|
222722
223194
|
"type": "list",
|
|
222723
223195
|
"member": {
|
|
222724
|
-
"shape": "
|
|
223196
|
+
"shape": "S57"
|
|
222725
223197
|
}
|
|
222726
223198
|
},
|
|
222727
|
-
"
|
|
223199
|
+
"S57": {
|
|
222728
223200
|
"type": "structure",
|
|
222729
223201
|
"members": {
|
|
222730
223202
|
"Id": {},
|
|
@@ -222736,7 +223208,7 @@ module.exports={
|
|
|
222736
223208
|
"Guidance": {}
|
|
222737
223209
|
}
|
|
222738
223210
|
},
|
|
222739
|
-
"
|
|
223211
|
+
"S5k": {
|
|
222740
223212
|
"type": "structure",
|
|
222741
223213
|
"members": {
|
|
222742
223214
|
"Name": {},
|
|
@@ -222757,7 +223229,7 @@ module.exports={
|
|
|
222757
223229
|
"LaunchRoleArn": {}
|
|
222758
223230
|
}
|
|
222759
223231
|
},
|
|
222760
|
-
"
|
|
223232
|
+
"S6w": {
|
|
222761
223233
|
"type": "list",
|
|
222762
223234
|
"member": {
|
|
222763
223235
|
"type": "structure",
|
|
@@ -222767,15 +223239,15 @@ module.exports={
|
|
|
222767
223239
|
}
|
|
222768
223240
|
}
|
|
222769
223241
|
},
|
|
222770
|
-
"
|
|
223242
|
+
"S76": {
|
|
222771
223243
|
"type": "list",
|
|
222772
223244
|
"member": {}
|
|
222773
223245
|
},
|
|
222774
|
-
"
|
|
223246
|
+
"S77": {
|
|
222775
223247
|
"type": "list",
|
|
222776
223248
|
"member": {}
|
|
222777
223249
|
},
|
|
222778
|
-
"
|
|
223250
|
+
"S79": {
|
|
222779
223251
|
"type": "list",
|
|
222780
223252
|
"member": {
|
|
222781
223253
|
"type": "structure",
|
|
@@ -222785,7 +223257,7 @@ module.exports={
|
|
|
222785
223257
|
}
|
|
222786
223258
|
}
|
|
222787
223259
|
},
|
|
222788
|
-
"
|
|
223260
|
+
"S7f": {
|
|
222789
223261
|
"type": "structure",
|
|
222790
223262
|
"members": {
|
|
222791
223263
|
"RecordId": {},
|
|
@@ -222826,7 +223298,7 @@ module.exports={
|
|
|
222826
223298
|
"LaunchRoleArn": {}
|
|
222827
223299
|
}
|
|
222828
223300
|
},
|
|
222829
|
-
"
|
|
223301
|
+
"S7q": {
|
|
222830
223302
|
"type": "list",
|
|
222831
223303
|
"member": {
|
|
222832
223304
|
"type": "structure",
|
|
@@ -222837,30 +223309,30 @@ module.exports={
|
|
|
222837
223309
|
}
|
|
222838
223310
|
}
|
|
222839
223311
|
},
|
|
222840
|
-
"
|
|
223312
|
+
"S82": {
|
|
222841
223313
|
"type": "list",
|
|
222842
223314
|
"member": {}
|
|
222843
223315
|
},
|
|
222844
|
-
"
|
|
223316
|
+
"S90": {
|
|
222845
223317
|
"type": "list",
|
|
222846
223318
|
"member": {
|
|
222847
223319
|
"shape": "S1n"
|
|
222848
223320
|
}
|
|
222849
223321
|
},
|
|
222850
|
-
"
|
|
223322
|
+
"S9p": {
|
|
222851
223323
|
"type": "structure",
|
|
222852
223324
|
"members": {
|
|
222853
223325
|
"Key": {},
|
|
222854
223326
|
"Value": {}
|
|
222855
223327
|
}
|
|
222856
223328
|
},
|
|
222857
|
-
"
|
|
223329
|
+
"Sak": {
|
|
222858
223330
|
"type": "list",
|
|
222859
223331
|
"member": {
|
|
222860
|
-
"shape": "
|
|
223332
|
+
"shape": "S3n"
|
|
222861
223333
|
}
|
|
222862
223334
|
},
|
|
222863
|
-
"
|
|
223335
|
+
"Sba": {
|
|
222864
223336
|
"type": "map",
|
|
222865
223337
|
"key": {},
|
|
222866
223338
|
"value": {
|
|
@@ -222868,11 +223340,11 @@ module.exports={
|
|
|
222868
223340
|
"member": {}
|
|
222869
223341
|
}
|
|
222870
223342
|
},
|
|
222871
|
-
"
|
|
223343
|
+
"Scb": {
|
|
222872
223344
|
"type": "list",
|
|
222873
223345
|
"member": {}
|
|
222874
223346
|
},
|
|
222875
|
-
"
|
|
223347
|
+
"Scn": {
|
|
222876
223348
|
"type": "map",
|
|
222877
223349
|
"key": {},
|
|
222878
223350
|
"value": {}
|
|
@@ -246141,7 +246613,7 @@ AWS.util.update(AWS, {
|
|
|
246141
246613
|
/**
|
|
246142
246614
|
* @constant
|
|
246143
246615
|
*/
|
|
246144
|
-
VERSION: '2.
|
|
246616
|
+
VERSION: '2.1258.0',
|
|
246145
246617
|
|
|
246146
246618
|
/**
|
|
246147
246619
|
* @api private
|
|
@@ -268144,7 +268616,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
268144
268616
|
}());
|
|
268145
268617
|
exports.LRUCache = LRUCache;
|
|
268146
268618
|
},{}],461:[function(require,module,exports){
|
|
268147
|
-
// AWS SDK for JavaScript v2.
|
|
268619
|
+
// AWS SDK for JavaScript v2.1258.0
|
|
268148
268620
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
268149
268621
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
268150
268622
|
require('./browser_loader');
|