cdk-comprehend-s3olap 2.0.77 → 2.0.78
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +460 -176
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1202.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){
|
@@ -30887,7 +30887,7 @@ module.exports={
|
|
30887
30887
|
},
|
30888
30888
|
"CreateMonitoringSubscription": {
|
30889
30889
|
"http": {
|
30890
|
-
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
|
30890
|
+
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
|
30891
30891
|
},
|
30892
30892
|
"input": {
|
30893
30893
|
"type": "structure",
|
@@ -30920,6 +30920,45 @@ module.exports={
|
|
30920
30920
|
"payload": "MonitoringSubscription"
|
30921
30921
|
}
|
30922
30922
|
},
|
30923
|
+
"CreateOriginAccessControl": {
|
30924
|
+
"http": {
|
30925
|
+
"requestUri": "/2020-05-31/origin-access-control",
|
30926
|
+
"responseCode": 201
|
30927
|
+
},
|
30928
|
+
"input": {
|
30929
|
+
"type": "structure",
|
30930
|
+
"required": [
|
30931
|
+
"OriginAccessControlConfig"
|
30932
|
+
],
|
30933
|
+
"members": {
|
30934
|
+
"OriginAccessControlConfig": {
|
30935
|
+
"shape": "S4n",
|
30936
|
+
"locationName": "OriginAccessControlConfig",
|
30937
|
+
"xmlNamespace": {
|
30938
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
30939
|
+
}
|
30940
|
+
}
|
30941
|
+
},
|
30942
|
+
"payload": "OriginAccessControlConfig"
|
30943
|
+
},
|
30944
|
+
"output": {
|
30945
|
+
"type": "structure",
|
30946
|
+
"members": {
|
30947
|
+
"OriginAccessControl": {
|
30948
|
+
"shape": "S4s"
|
30949
|
+
},
|
30950
|
+
"Location": {
|
30951
|
+
"location": "header",
|
30952
|
+
"locationName": "Location"
|
30953
|
+
},
|
30954
|
+
"ETag": {
|
30955
|
+
"location": "header",
|
30956
|
+
"locationName": "ETag"
|
30957
|
+
}
|
30958
|
+
},
|
30959
|
+
"payload": "OriginAccessControl"
|
30960
|
+
}
|
30961
|
+
},
|
30923
30962
|
"CreateOriginRequestPolicy": {
|
30924
30963
|
"http": {
|
30925
30964
|
"requestUri": "/2020-05-31/origin-request-policy",
|
@@ -30932,7 +30971,7 @@ module.exports={
|
|
30932
30971
|
],
|
30933
30972
|
"members": {
|
30934
30973
|
"OriginRequestPolicyConfig": {
|
30935
|
-
"shape": "
|
30974
|
+
"shape": "S4u",
|
30936
30975
|
"locationName": "OriginRequestPolicyConfig",
|
30937
30976
|
"xmlNamespace": {
|
30938
30977
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -30945,7 +30984,7 @@ module.exports={
|
|
30945
30984
|
"type": "structure",
|
30946
30985
|
"members": {
|
30947
30986
|
"OriginRequestPolicy": {
|
30948
|
-
"shape": "
|
30987
|
+
"shape": "S52"
|
30949
30988
|
},
|
30950
30989
|
"Location": {
|
30951
30990
|
"location": "header",
|
@@ -30971,7 +31010,7 @@ module.exports={
|
|
30971
31010
|
],
|
30972
31011
|
"members": {
|
30973
31012
|
"PublicKeyConfig": {
|
30974
|
-
"shape": "
|
31013
|
+
"shape": "S54",
|
30975
31014
|
"locationName": "PublicKeyConfig",
|
30976
31015
|
"xmlNamespace": {
|
30977
31016
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -30984,7 +31023,7 @@ module.exports={
|
|
30984
31023
|
"type": "structure",
|
30985
31024
|
"members": {
|
30986
31025
|
"PublicKey": {
|
30987
|
-
"shape": "
|
31026
|
+
"shape": "S56"
|
30988
31027
|
},
|
30989
31028
|
"Location": {
|
30990
31029
|
"location": "header",
|
@@ -31017,10 +31056,10 @@ module.exports={
|
|
31017
31056
|
],
|
31018
31057
|
"members": {
|
31019
31058
|
"EndPoints": {
|
31020
|
-
"shape": "
|
31059
|
+
"shape": "S58"
|
31021
31060
|
},
|
31022
31061
|
"Fields": {
|
31023
|
-
"shape": "
|
31062
|
+
"shape": "S5b"
|
31024
31063
|
},
|
31025
31064
|
"Name": {},
|
31026
31065
|
"SamplingRate": {
|
@@ -31032,7 +31071,7 @@ module.exports={
|
|
31032
31071
|
"type": "structure",
|
31033
31072
|
"members": {
|
31034
31073
|
"RealtimeLogConfig": {
|
31035
|
-
"shape": "
|
31074
|
+
"shape": "S5d"
|
31036
31075
|
}
|
31037
31076
|
}
|
31038
31077
|
}
|
@@ -31049,7 +31088,7 @@ module.exports={
|
|
31049
31088
|
],
|
31050
31089
|
"members": {
|
31051
31090
|
"ResponseHeadersPolicyConfig": {
|
31052
|
-
"shape": "
|
31091
|
+
"shape": "S5f",
|
31053
31092
|
"locationName": "ResponseHeadersPolicyConfig",
|
31054
31093
|
"xmlNamespace": {
|
31055
31094
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -31062,7 +31101,7 @@ module.exports={
|
|
31062
31101
|
"type": "structure",
|
31063
31102
|
"members": {
|
31064
31103
|
"ResponseHeadersPolicy": {
|
31065
|
-
"shape": "
|
31104
|
+
"shape": "S65"
|
31066
31105
|
},
|
31067
31106
|
"Location": {
|
31068
31107
|
"location": "header",
|
@@ -31088,7 +31127,7 @@ module.exports={
|
|
31088
31127
|
],
|
31089
31128
|
"members": {
|
31090
31129
|
"StreamingDistributionConfig": {
|
31091
|
-
"shape": "
|
31130
|
+
"shape": "S67",
|
31092
31131
|
"locationName": "StreamingDistributionConfig",
|
31093
31132
|
"xmlNamespace": {
|
31094
31133
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -31101,7 +31140,7 @@ module.exports={
|
|
31101
31140
|
"type": "structure",
|
31102
31141
|
"members": {
|
31103
31142
|
"StreamingDistribution": {
|
31104
|
-
"shape": "
|
31143
|
+
"shape": "S6b"
|
31105
31144
|
},
|
31106
31145
|
"Location": {
|
31107
31146
|
"location": "header",
|
@@ -31138,7 +31177,7 @@ module.exports={
|
|
31138
31177
|
],
|
31139
31178
|
"members": {
|
31140
31179
|
"StreamingDistributionConfig": {
|
31141
|
-
"shape": "
|
31180
|
+
"shape": "S67"
|
31142
31181
|
},
|
31143
31182
|
"Tags": {
|
31144
31183
|
"shape": "S35"
|
@@ -31152,7 +31191,7 @@ module.exports={
|
|
31152
31191
|
"type": "structure",
|
31153
31192
|
"members": {
|
31154
31193
|
"StreamingDistribution": {
|
31155
|
-
"shape": "
|
31194
|
+
"shape": "S6b"
|
31156
31195
|
},
|
31157
31196
|
"Location": {
|
31158
31197
|
"location": "header",
|
@@ -31331,7 +31370,7 @@ module.exports={
|
|
31331
31370
|
"DeleteMonitoringSubscription": {
|
31332
31371
|
"http": {
|
31333
31372
|
"method": "DELETE",
|
31334
|
-
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
|
31373
|
+
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
|
31335
31374
|
},
|
31336
31375
|
"input": {
|
31337
31376
|
"type": "structure",
|
@@ -31350,6 +31389,29 @@ module.exports={
|
|
31350
31389
|
"members": {}
|
31351
31390
|
}
|
31352
31391
|
},
|
31392
|
+
"DeleteOriginAccessControl": {
|
31393
|
+
"http": {
|
31394
|
+
"method": "DELETE",
|
31395
|
+
"requestUri": "/2020-05-31/origin-access-control/{Id}",
|
31396
|
+
"responseCode": 204
|
31397
|
+
},
|
31398
|
+
"input": {
|
31399
|
+
"type": "structure",
|
31400
|
+
"required": [
|
31401
|
+
"Id"
|
31402
|
+
],
|
31403
|
+
"members": {
|
31404
|
+
"Id": {
|
31405
|
+
"location": "uri",
|
31406
|
+
"locationName": "Id"
|
31407
|
+
},
|
31408
|
+
"IfMatch": {
|
31409
|
+
"location": "header",
|
31410
|
+
"locationName": "If-Match"
|
31411
|
+
}
|
31412
|
+
}
|
31413
|
+
}
|
31414
|
+
},
|
31353
31415
|
"DeleteOriginRequestPolicy": {
|
31354
31416
|
"http": {
|
31355
31417
|
"method": "DELETE",
|
@@ -31940,7 +32002,7 @@ module.exports={
|
|
31940
32002
|
"GetMonitoringSubscription": {
|
31941
32003
|
"http": {
|
31942
32004
|
"method": "GET",
|
31943
|
-
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
|
32005
|
+
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
|
31944
32006
|
},
|
31945
32007
|
"input": {
|
31946
32008
|
"type": "structure",
|
@@ -31964,6 +32026,68 @@ module.exports={
|
|
31964
32026
|
"payload": "MonitoringSubscription"
|
31965
32027
|
}
|
31966
32028
|
},
|
32029
|
+
"GetOriginAccessControl": {
|
32030
|
+
"http": {
|
32031
|
+
"method": "GET",
|
32032
|
+
"requestUri": "/2020-05-31/origin-access-control/{Id}"
|
32033
|
+
},
|
32034
|
+
"input": {
|
32035
|
+
"type": "structure",
|
32036
|
+
"required": [
|
32037
|
+
"Id"
|
32038
|
+
],
|
32039
|
+
"members": {
|
32040
|
+
"Id": {
|
32041
|
+
"location": "uri",
|
32042
|
+
"locationName": "Id"
|
32043
|
+
}
|
32044
|
+
}
|
32045
|
+
},
|
32046
|
+
"output": {
|
32047
|
+
"type": "structure",
|
32048
|
+
"members": {
|
32049
|
+
"OriginAccessControl": {
|
32050
|
+
"shape": "S4s"
|
32051
|
+
},
|
32052
|
+
"ETag": {
|
32053
|
+
"location": "header",
|
32054
|
+
"locationName": "ETag"
|
32055
|
+
}
|
32056
|
+
},
|
32057
|
+
"payload": "OriginAccessControl"
|
32058
|
+
}
|
32059
|
+
},
|
32060
|
+
"GetOriginAccessControlConfig": {
|
32061
|
+
"http": {
|
32062
|
+
"method": "GET",
|
32063
|
+
"requestUri": "/2020-05-31/origin-access-control/{Id}/config"
|
32064
|
+
},
|
32065
|
+
"input": {
|
32066
|
+
"type": "structure",
|
32067
|
+
"required": [
|
32068
|
+
"Id"
|
32069
|
+
],
|
32070
|
+
"members": {
|
32071
|
+
"Id": {
|
32072
|
+
"location": "uri",
|
32073
|
+
"locationName": "Id"
|
32074
|
+
}
|
32075
|
+
}
|
32076
|
+
},
|
32077
|
+
"output": {
|
32078
|
+
"type": "structure",
|
32079
|
+
"members": {
|
32080
|
+
"OriginAccessControlConfig": {
|
32081
|
+
"shape": "S4n"
|
32082
|
+
},
|
32083
|
+
"ETag": {
|
32084
|
+
"location": "header",
|
32085
|
+
"locationName": "ETag"
|
32086
|
+
}
|
32087
|
+
},
|
32088
|
+
"payload": "OriginAccessControlConfig"
|
32089
|
+
}
|
32090
|
+
},
|
31967
32091
|
"GetOriginRequestPolicy": {
|
31968
32092
|
"http": {
|
31969
32093
|
"method": "GET",
|
@@ -31985,7 +32109,7 @@ module.exports={
|
|
31985
32109
|
"type": "structure",
|
31986
32110
|
"members": {
|
31987
32111
|
"OriginRequestPolicy": {
|
31988
|
-
"shape": "
|
32112
|
+
"shape": "S52"
|
31989
32113
|
},
|
31990
32114
|
"ETag": {
|
31991
32115
|
"location": "header",
|
@@ -32016,7 +32140,7 @@ module.exports={
|
|
32016
32140
|
"type": "structure",
|
32017
32141
|
"members": {
|
32018
32142
|
"OriginRequestPolicyConfig": {
|
32019
|
-
"shape": "
|
32143
|
+
"shape": "S4u"
|
32020
32144
|
},
|
32021
32145
|
"ETag": {
|
32022
32146
|
"location": "header",
|
@@ -32047,7 +32171,7 @@ module.exports={
|
|
32047
32171
|
"type": "structure",
|
32048
32172
|
"members": {
|
32049
32173
|
"PublicKey": {
|
32050
|
-
"shape": "
|
32174
|
+
"shape": "S56"
|
32051
32175
|
},
|
32052
32176
|
"ETag": {
|
32053
32177
|
"location": "header",
|
@@ -32078,7 +32202,7 @@ module.exports={
|
|
32078
32202
|
"type": "structure",
|
32079
32203
|
"members": {
|
32080
32204
|
"PublicKeyConfig": {
|
32081
|
-
"shape": "
|
32205
|
+
"shape": "S54"
|
32082
32206
|
},
|
32083
32207
|
"ETag": {
|
32084
32208
|
"location": "header",
|
@@ -32107,7 +32231,7 @@ module.exports={
|
|
32107
32231
|
"type": "structure",
|
32108
32232
|
"members": {
|
32109
32233
|
"RealtimeLogConfig": {
|
32110
|
-
"shape": "
|
32234
|
+
"shape": "S5d"
|
32111
32235
|
}
|
32112
32236
|
}
|
32113
32237
|
}
|
@@ -32133,7 +32257,7 @@ module.exports={
|
|
32133
32257
|
"type": "structure",
|
32134
32258
|
"members": {
|
32135
32259
|
"ResponseHeadersPolicy": {
|
32136
|
-
"shape": "
|
32260
|
+
"shape": "S65"
|
32137
32261
|
},
|
32138
32262
|
"ETag": {
|
32139
32263
|
"location": "header",
|
@@ -32164,7 +32288,7 @@ module.exports={
|
|
32164
32288
|
"type": "structure",
|
32165
32289
|
"members": {
|
32166
32290
|
"ResponseHeadersPolicyConfig": {
|
32167
|
-
"shape": "
|
32291
|
+
"shape": "S5f"
|
32168
32292
|
},
|
32169
32293
|
"ETag": {
|
32170
32294
|
"location": "header",
|
@@ -32195,7 +32319,7 @@ module.exports={
|
|
32195
32319
|
"type": "structure",
|
32196
32320
|
"members": {
|
32197
32321
|
"StreamingDistribution": {
|
32198
|
-
"shape": "
|
32322
|
+
"shape": "S6b"
|
32199
32323
|
},
|
32200
32324
|
"ETag": {
|
32201
32325
|
"location": "header",
|
@@ -32226,7 +32350,7 @@ module.exports={
|
|
32226
32350
|
"type": "structure",
|
32227
32351
|
"members": {
|
32228
32352
|
"StreamingDistributionConfig": {
|
32229
|
-
"shape": "
|
32353
|
+
"shape": "S67"
|
32230
32354
|
},
|
32231
32355
|
"ETag": {
|
32232
32356
|
"location": "header",
|
@@ -32447,7 +32571,7 @@ module.exports={
|
|
32447
32571
|
"type": "structure",
|
32448
32572
|
"members": {
|
32449
32573
|
"DistributionList": {
|
32450
|
-
"shape": "
|
32574
|
+
"shape": "S8x"
|
32451
32575
|
}
|
32452
32576
|
},
|
32453
32577
|
"payload": "DistributionList"
|
@@ -32482,7 +32606,7 @@ module.exports={
|
|
32482
32606
|
"type": "structure",
|
32483
32607
|
"members": {
|
32484
32608
|
"DistributionIdList": {
|
32485
|
-
"shape": "
|
32609
|
+
"shape": "S92"
|
32486
32610
|
}
|
32487
32611
|
},
|
32488
32612
|
"payload": "DistributionIdList"
|
@@ -32517,7 +32641,7 @@ module.exports={
|
|
32517
32641
|
"type": "structure",
|
32518
32642
|
"members": {
|
32519
32643
|
"DistributionIdList": {
|
32520
|
-
"shape": "
|
32644
|
+
"shape": "S92"
|
32521
32645
|
}
|
32522
32646
|
},
|
32523
32647
|
"payload": "DistributionIdList"
|
@@ -32552,7 +32676,7 @@ module.exports={
|
|
32552
32676
|
"type": "structure",
|
32553
32677
|
"members": {
|
32554
32678
|
"DistributionIdList": {
|
32555
|
-
"shape": "
|
32679
|
+
"shape": "S92"
|
32556
32680
|
}
|
32557
32681
|
},
|
32558
32682
|
"payload": "DistributionIdList"
|
@@ -32579,7 +32703,7 @@ module.exports={
|
|
32579
32703
|
"type": "structure",
|
32580
32704
|
"members": {
|
32581
32705
|
"DistributionList": {
|
32582
|
-
"shape": "
|
32706
|
+
"shape": "S8x"
|
32583
32707
|
}
|
32584
32708
|
},
|
32585
32709
|
"payload": "DistributionList"
|
@@ -32614,7 +32738,7 @@ module.exports={
|
|
32614
32738
|
"type": "structure",
|
32615
32739
|
"members": {
|
32616
32740
|
"DistributionIdList": {
|
32617
|
-
"shape": "
|
32741
|
+
"shape": "S92"
|
32618
32742
|
}
|
32619
32743
|
},
|
32620
32744
|
"payload": "DistributionIdList"
|
@@ -32649,7 +32773,7 @@ module.exports={
|
|
32649
32773
|
"type": "structure",
|
32650
32774
|
"members": {
|
32651
32775
|
"DistributionList": {
|
32652
|
-
"shape": "
|
32776
|
+
"shape": "S8x"
|
32653
32777
|
}
|
32654
32778
|
},
|
32655
32779
|
"payload": "DistributionList"
|
@@ -32966,6 +33090,76 @@ module.exports={
|
|
32966
33090
|
"payload": "KeyGroupList"
|
32967
33091
|
}
|
32968
33092
|
},
|
33093
|
+
"ListOriginAccessControls": {
|
33094
|
+
"http": {
|
33095
|
+
"method": "GET",
|
33096
|
+
"requestUri": "/2020-05-31/origin-access-control"
|
33097
|
+
},
|
33098
|
+
"input": {
|
33099
|
+
"type": "structure",
|
33100
|
+
"members": {
|
33101
|
+
"Marker": {
|
33102
|
+
"location": "querystring",
|
33103
|
+
"locationName": "Marker"
|
33104
|
+
},
|
33105
|
+
"MaxItems": {
|
33106
|
+
"location": "querystring",
|
33107
|
+
"locationName": "MaxItems"
|
33108
|
+
}
|
33109
|
+
}
|
33110
|
+
},
|
33111
|
+
"output": {
|
33112
|
+
"type": "structure",
|
33113
|
+
"members": {
|
33114
|
+
"OriginAccessControlList": {
|
33115
|
+
"type": "structure",
|
33116
|
+
"required": [
|
33117
|
+
"Marker",
|
33118
|
+
"MaxItems",
|
33119
|
+
"IsTruncated",
|
33120
|
+
"Quantity"
|
33121
|
+
],
|
33122
|
+
"members": {
|
33123
|
+
"Marker": {},
|
33124
|
+
"NextMarker": {},
|
33125
|
+
"MaxItems": {
|
33126
|
+
"type": "integer"
|
33127
|
+
},
|
33128
|
+
"IsTruncated": {
|
33129
|
+
"type": "boolean"
|
33130
|
+
},
|
33131
|
+
"Quantity": {
|
33132
|
+
"type": "integer"
|
33133
|
+
},
|
33134
|
+
"Items": {
|
33135
|
+
"type": "list",
|
33136
|
+
"member": {
|
33137
|
+
"locationName": "OriginAccessControlSummary",
|
33138
|
+
"type": "structure",
|
33139
|
+
"required": [
|
33140
|
+
"Id",
|
33141
|
+
"Description",
|
33142
|
+
"Name",
|
33143
|
+
"SigningProtocol",
|
33144
|
+
"SigningBehavior",
|
33145
|
+
"OriginAccessControlOriginType"
|
33146
|
+
],
|
33147
|
+
"members": {
|
33148
|
+
"Id": {},
|
33149
|
+
"Description": {},
|
33150
|
+
"Name": {},
|
33151
|
+
"SigningProtocol": {},
|
33152
|
+
"SigningBehavior": {},
|
33153
|
+
"OriginAccessControlOriginType": {}
|
33154
|
+
}
|
33155
|
+
}
|
33156
|
+
}
|
33157
|
+
}
|
33158
|
+
}
|
33159
|
+
},
|
33160
|
+
"payload": "OriginAccessControlList"
|
33161
|
+
}
|
33162
|
+
},
|
32969
33163
|
"ListOriginRequestPolicies": {
|
32970
33164
|
"http": {
|
32971
33165
|
"method": "GET",
|
@@ -33017,7 +33211,7 @@ module.exports={
|
|
33017
33211
|
"members": {
|
33018
33212
|
"Type": {},
|
33019
33213
|
"OriginRequestPolicy": {
|
33020
|
-
"shape": "
|
33214
|
+
"shape": "S52"
|
33021
33215
|
}
|
33022
33216
|
}
|
33023
33217
|
}
|
@@ -33126,7 +33320,7 @@ module.exports={
|
|
33126
33320
|
"Items": {
|
33127
33321
|
"type": "list",
|
33128
33322
|
"member": {
|
33129
|
-
"shape": "
|
33323
|
+
"shape": "S5d"
|
33130
33324
|
}
|
33131
33325
|
},
|
33132
33326
|
"IsTruncated": {
|
@@ -33191,7 +33385,7 @@ module.exports={
|
|
33191
33385
|
"members": {
|
33192
33386
|
"Type": {},
|
33193
33387
|
"ResponseHeadersPolicy": {
|
33194
|
-
"shape": "
|
33388
|
+
"shape": "S65"
|
33195
33389
|
}
|
33196
33390
|
}
|
33197
33391
|
}
|
@@ -33270,7 +33464,7 @@ module.exports={
|
|
33270
33464
|
},
|
33271
33465
|
"DomainName": {},
|
33272
33466
|
"S3Origin": {
|
33273
|
-
"shape": "
|
33467
|
+
"shape": "S68"
|
33274
33468
|
},
|
33275
33469
|
"Aliases": {
|
33276
33470
|
"shape": "Su"
|
@@ -33785,6 +33979,50 @@ module.exports={
|
|
33785
33979
|
"payload": "KeyGroup"
|
33786
33980
|
}
|
33787
33981
|
},
|
33982
|
+
"UpdateOriginAccessControl": {
|
33983
|
+
"http": {
|
33984
|
+
"method": "PUT",
|
33985
|
+
"requestUri": "/2020-05-31/origin-access-control/{Id}/config"
|
33986
|
+
},
|
33987
|
+
"input": {
|
33988
|
+
"type": "structure",
|
33989
|
+
"required": [
|
33990
|
+
"OriginAccessControlConfig",
|
33991
|
+
"Id"
|
33992
|
+
],
|
33993
|
+
"members": {
|
33994
|
+
"OriginAccessControlConfig": {
|
33995
|
+
"shape": "S4n",
|
33996
|
+
"locationName": "OriginAccessControlConfig",
|
33997
|
+
"xmlNamespace": {
|
33998
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
33999
|
+
}
|
34000
|
+
},
|
34001
|
+
"Id": {
|
34002
|
+
"location": "uri",
|
34003
|
+
"locationName": "Id"
|
34004
|
+
},
|
34005
|
+
"IfMatch": {
|
34006
|
+
"location": "header",
|
34007
|
+
"locationName": "If-Match"
|
34008
|
+
}
|
34009
|
+
},
|
34010
|
+
"payload": "OriginAccessControlConfig"
|
34011
|
+
},
|
34012
|
+
"output": {
|
34013
|
+
"type": "structure",
|
34014
|
+
"members": {
|
34015
|
+
"OriginAccessControl": {
|
34016
|
+
"shape": "S4s"
|
34017
|
+
},
|
34018
|
+
"ETag": {
|
34019
|
+
"location": "header",
|
34020
|
+
"locationName": "ETag"
|
34021
|
+
}
|
34022
|
+
},
|
34023
|
+
"payload": "OriginAccessControl"
|
34024
|
+
}
|
34025
|
+
},
|
33788
34026
|
"UpdateOriginRequestPolicy": {
|
33789
34027
|
"http": {
|
33790
34028
|
"method": "PUT",
|
@@ -33798,7 +34036,7 @@ module.exports={
|
|
33798
34036
|
],
|
33799
34037
|
"members": {
|
33800
34038
|
"OriginRequestPolicyConfig": {
|
33801
|
-
"shape": "
|
34039
|
+
"shape": "S4u",
|
33802
34040
|
"locationName": "OriginRequestPolicyConfig",
|
33803
34041
|
"xmlNamespace": {
|
33804
34042
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -33819,7 +34057,7 @@ module.exports={
|
|
33819
34057
|
"type": "structure",
|
33820
34058
|
"members": {
|
33821
34059
|
"OriginRequestPolicy": {
|
33822
|
-
"shape": "
|
34060
|
+
"shape": "S52"
|
33823
34061
|
},
|
33824
34062
|
"ETag": {
|
33825
34063
|
"location": "header",
|
@@ -33842,7 +34080,7 @@ module.exports={
|
|
33842
34080
|
],
|
33843
34081
|
"members": {
|
33844
34082
|
"PublicKeyConfig": {
|
33845
|
-
"shape": "
|
34083
|
+
"shape": "S54",
|
33846
34084
|
"locationName": "PublicKeyConfig",
|
33847
34085
|
"xmlNamespace": {
|
33848
34086
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -33863,7 +34101,7 @@ module.exports={
|
|
33863
34101
|
"type": "structure",
|
33864
34102
|
"members": {
|
33865
34103
|
"PublicKey": {
|
33866
|
-
"shape": "
|
34104
|
+
"shape": "S56"
|
33867
34105
|
},
|
33868
34106
|
"ETag": {
|
33869
34107
|
"location": "header",
|
@@ -33886,10 +34124,10 @@ module.exports={
|
|
33886
34124
|
"type": "structure",
|
33887
34125
|
"members": {
|
33888
34126
|
"EndPoints": {
|
33889
|
-
"shape": "
|
34127
|
+
"shape": "S58"
|
33890
34128
|
},
|
33891
34129
|
"Fields": {
|
33892
|
-
"shape": "
|
34130
|
+
"shape": "S5b"
|
33893
34131
|
},
|
33894
34132
|
"Name": {},
|
33895
34133
|
"ARN": {},
|
@@ -33902,7 +34140,7 @@ module.exports={
|
|
33902
34140
|
"type": "structure",
|
33903
34141
|
"members": {
|
33904
34142
|
"RealtimeLogConfig": {
|
33905
|
-
"shape": "
|
34143
|
+
"shape": "S5d"
|
33906
34144
|
}
|
33907
34145
|
}
|
33908
34146
|
}
|
@@ -33920,7 +34158,7 @@ module.exports={
|
|
33920
34158
|
],
|
33921
34159
|
"members": {
|
33922
34160
|
"ResponseHeadersPolicyConfig": {
|
33923
|
-
"shape": "
|
34161
|
+
"shape": "S5f",
|
33924
34162
|
"locationName": "ResponseHeadersPolicyConfig",
|
33925
34163
|
"xmlNamespace": {
|
33926
34164
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -33941,7 +34179,7 @@ module.exports={
|
|
33941
34179
|
"type": "structure",
|
33942
34180
|
"members": {
|
33943
34181
|
"ResponseHeadersPolicy": {
|
33944
|
-
"shape": "
|
34182
|
+
"shape": "S65"
|
33945
34183
|
},
|
33946
34184
|
"ETag": {
|
33947
34185
|
"location": "header",
|
@@ -33964,7 +34202,7 @@ module.exports={
|
|
33964
34202
|
],
|
33965
34203
|
"members": {
|
33966
34204
|
"StreamingDistributionConfig": {
|
33967
|
-
"shape": "
|
34205
|
+
"shape": "S67",
|
33968
34206
|
"locationName": "StreamingDistributionConfig",
|
33969
34207
|
"xmlNamespace": {
|
33970
34208
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -33985,7 +34223,7 @@ module.exports={
|
|
33985
34223
|
"type": "structure",
|
33986
34224
|
"members": {
|
33987
34225
|
"StreamingDistribution": {
|
33988
|
-
"shape": "
|
34226
|
+
"shape": "S6b"
|
33989
34227
|
},
|
33990
34228
|
"ETag": {
|
33991
34229
|
"location": "header",
|
@@ -34368,7 +34606,8 @@ module.exports={
|
|
34368
34606
|
},
|
34369
34607
|
"OriginShieldRegion": {}
|
34370
34608
|
}
|
34371
|
-
}
|
34609
|
+
},
|
34610
|
+
"OriginAccessControlId": {}
|
34372
34611
|
}
|
34373
34612
|
}
|
34374
34613
|
}
|
@@ -35295,6 +35534,35 @@ module.exports={
|
|
35295
35534
|
}
|
35296
35535
|
},
|
35297
35536
|
"S4n": {
|
35537
|
+
"type": "structure",
|
35538
|
+
"required": [
|
35539
|
+
"Name",
|
35540
|
+
"Description",
|
35541
|
+
"SigningProtocol",
|
35542
|
+
"SigningBehavior",
|
35543
|
+
"OriginAccessControlOriginType"
|
35544
|
+
],
|
35545
|
+
"members": {
|
35546
|
+
"Name": {},
|
35547
|
+
"Description": {},
|
35548
|
+
"SigningProtocol": {},
|
35549
|
+
"SigningBehavior": {},
|
35550
|
+
"OriginAccessControlOriginType": {}
|
35551
|
+
}
|
35552
|
+
},
|
35553
|
+
"S4s": {
|
35554
|
+
"type": "structure",
|
35555
|
+
"required": [
|
35556
|
+
"Id"
|
35557
|
+
],
|
35558
|
+
"members": {
|
35559
|
+
"Id": {},
|
35560
|
+
"OriginAccessControlConfig": {
|
35561
|
+
"shape": "S4n"
|
35562
|
+
}
|
35563
|
+
}
|
35564
|
+
},
|
35565
|
+
"S4u": {
|
35298
35566
|
"type": "structure",
|
35299
35567
|
"required": [
|
35300
35568
|
"Name",
|
@@ -35343,7 +35611,7 @@ module.exports={
|
|
35343
35611
|
}
|
35344
35612
|
}
|
35345
35613
|
},
|
35346
|
-
"
|
35614
|
+
"S52": {
|
35347
35615
|
"type": "structure",
|
35348
35616
|
"required": [
|
35349
35617
|
"Id",
|
@@ -35356,11 +35624,11 @@ module.exports={
|
|
35356
35624
|
"type": "timestamp"
|
35357
35625
|
},
|
35358
35626
|
"OriginRequestPolicyConfig": {
|
35359
|
-
"shape": "
|
35627
|
+
"shape": "S4u"
|
35360
35628
|
}
|
35361
35629
|
}
|
35362
35630
|
},
|
35363
|
-
"
|
35631
|
+
"S54": {
|
35364
35632
|
"type": "structure",
|
35365
35633
|
"required": [
|
35366
35634
|
"CallerReference",
|
@@ -35374,7 +35642,7 @@ module.exports={
|
|
35374
35642
|
"Comment": {}
|
35375
35643
|
}
|
35376
35644
|
},
|
35377
|
-
"
|
35645
|
+
"S56": {
|
35378
35646
|
"type": "structure",
|
35379
35647
|
"required": [
|
35380
35648
|
"Id",
|
@@ -35387,11 +35655,11 @@ module.exports={
|
|
35387
35655
|
"type": "timestamp"
|
35388
35656
|
},
|
35389
35657
|
"PublicKeyConfig": {
|
35390
|
-
"shape": "
|
35658
|
+
"shape": "S54"
|
35391
35659
|
}
|
35392
35660
|
}
|
35393
35661
|
},
|
35394
|
-
"
|
35662
|
+
"S58": {
|
35395
35663
|
"type": "list",
|
35396
35664
|
"member": {
|
35397
35665
|
"type": "structure",
|
@@ -35414,13 +35682,13 @@ module.exports={
|
|
35414
35682
|
}
|
35415
35683
|
}
|
35416
35684
|
},
|
35417
|
-
"
|
35685
|
+
"S5b": {
|
35418
35686
|
"type": "list",
|
35419
35687
|
"member": {
|
35420
35688
|
"locationName": "Field"
|
35421
35689
|
}
|
35422
35690
|
},
|
35423
|
-
"
|
35691
|
+
"S5d": {
|
35424
35692
|
"type": "structure",
|
35425
35693
|
"required": [
|
35426
35694
|
"ARN",
|
@@ -35436,14 +35704,14 @@ module.exports={
|
|
35436
35704
|
"type": "long"
|
35437
35705
|
},
|
35438
35706
|
"EndPoints": {
|
35439
|
-
"shape": "
|
35707
|
+
"shape": "S58"
|
35440
35708
|
},
|
35441
35709
|
"Fields": {
|
35442
|
-
"shape": "
|
35710
|
+
"shape": "S5b"
|
35443
35711
|
}
|
35444
35712
|
}
|
35445
35713
|
},
|
35446
|
-
"
|
35714
|
+
"S5f": {
|
35447
35715
|
"type": "structure",
|
35448
35716
|
"required": [
|
35449
35717
|
"Name"
|
@@ -35638,6 +35906,20 @@ module.exports={
|
|
35638
35906
|
}
|
35639
35907
|
}
|
35640
35908
|
},
|
35909
|
+
"ServerTimingHeadersConfig": {
|
35910
|
+
"type": "structure",
|
35911
|
+
"required": [
|
35912
|
+
"Enabled"
|
35913
|
+
],
|
35914
|
+
"members": {
|
35915
|
+
"Enabled": {
|
35916
|
+
"type": "boolean"
|
35917
|
+
},
|
35918
|
+
"SamplingRate": {
|
35919
|
+
"type": "double"
|
35920
|
+
}
|
35921
|
+
}
|
35922
|
+
},
|
35641
35923
|
"CustomHeadersConfig": {
|
35642
35924
|
"type": "structure",
|
35643
35925
|
"required": [
|
@@ -35667,24 +35949,10 @@ module.exports={
|
|
35667
35949
|
}
|
35668
35950
|
}
|
35669
35951
|
}
|
35670
|
-
},
|
35671
|
-
"ServerTimingHeadersConfig": {
|
35672
|
-
"type": "structure",
|
35673
|
-
"required": [
|
35674
|
-
"Enabled"
|
35675
|
-
],
|
35676
|
-
"members": {
|
35677
|
-
"Enabled": {
|
35678
|
-
"type": "boolean"
|
35679
|
-
},
|
35680
|
-
"SamplingRate": {
|
35681
|
-
"type": "double"
|
35682
|
-
}
|
35683
|
-
}
|
35684
35952
|
}
|
35685
35953
|
}
|
35686
35954
|
},
|
35687
|
-
"
|
35955
|
+
"S65": {
|
35688
35956
|
"type": "structure",
|
35689
35957
|
"required": [
|
35690
35958
|
"Id",
|
@@ -35697,11 +35965,11 @@ module.exports={
|
|
35697
35965
|
"type": "timestamp"
|
35698
35966
|
},
|
35699
35967
|
"ResponseHeadersPolicyConfig": {
|
35700
|
-
"shape": "
|
35968
|
+
"shape": "S5f"
|
35701
35969
|
}
|
35702
35970
|
}
|
35703
35971
|
},
|
35704
|
-
"
|
35972
|
+
"S67": {
|
35705
35973
|
"type": "structure",
|
35706
35974
|
"required": [
|
35707
35975
|
"CallerReference",
|
@@ -35713,7 +35981,7 @@ module.exports={
|
|
35713
35981
|
"members": {
|
35714
35982
|
"CallerReference": {},
|
35715
35983
|
"S3Origin": {
|
35716
|
-
"shape": "
|
35984
|
+
"shape": "S68"
|
35717
35985
|
},
|
35718
35986
|
"Aliases": {
|
35719
35987
|
"shape": "Su"
|
@@ -35743,7 +36011,7 @@ module.exports={
|
|
35743
36011
|
}
|
35744
36012
|
}
|
35745
36013
|
},
|
35746
|
-
"
|
36014
|
+
"S68": {
|
35747
36015
|
"type": "structure",
|
35748
36016
|
"required": [
|
35749
36017
|
"DomainName",
|
@@ -35754,7 +36022,7 @@ module.exports={
|
|
35754
36022
|
"OriginAccessIdentity": {}
|
35755
36023
|
}
|
35756
36024
|
},
|
35757
|
-
"
|
36025
|
+
"S6b": {
|
35758
36026
|
"type": "structure",
|
35759
36027
|
"required": [
|
35760
36028
|
"Id",
|
@@ -35776,11 +36044,11 @@ module.exports={
|
|
35776
36044
|
"shape": "S2s"
|
35777
36045
|
},
|
35778
36046
|
"StreamingDistributionConfig": {
|
35779
|
-
"shape": "
|
36047
|
+
"shape": "S67"
|
35780
36048
|
}
|
35781
36049
|
}
|
35782
36050
|
},
|
35783
|
-
"
|
36051
|
+
"S8x": {
|
35784
36052
|
"type": "structure",
|
35785
36053
|
"required": [
|
35786
36054
|
"Marker",
|
@@ -35875,7 +36143,7 @@ module.exports={
|
|
35875
36143
|
}
|
35876
36144
|
}
|
35877
36145
|
},
|
35878
|
-
"
|
36146
|
+
"S92": {
|
35879
36147
|
"type": "structure",
|
35880
36148
|
"required": [
|
35881
36149
|
"Marker",
|
@@ -56785,7 +57053,10 @@ module.exports={
|
|
56785
57053
|
"LastUpdateRequestedTime": {
|
56786
57054
|
"type": "timestamp"
|
56787
57055
|
},
|
56788
|
-
"CreatedBy": {}
|
57056
|
+
"CreatedBy": {},
|
57057
|
+
"TemplateSSMDocumentDetails": {
|
57058
|
+
"shape": "S58"
|
57059
|
+
}
|
56789
57060
|
}
|
56790
57061
|
}
|
56791
57062
|
},
|
@@ -56798,7 +57069,7 @@ module.exports={
|
|
56798
57069
|
"type": "structure",
|
56799
57070
|
"members": {
|
56800
57071
|
"DeliveryChannelNames": {
|
56801
|
-
"shape": "
|
57072
|
+
"shape": "S5c"
|
56802
57073
|
}
|
56803
57074
|
}
|
56804
57075
|
},
|
@@ -56812,10 +57083,10 @@ module.exports={
|
|
56812
57083
|
"members": {
|
56813
57084
|
"name": {},
|
56814
57085
|
"configSnapshotDeliveryInfo": {
|
56815
|
-
"shape": "
|
57086
|
+
"shape": "S5g"
|
56816
57087
|
},
|
56817
57088
|
"configHistoryDeliveryInfo": {
|
56818
|
-
"shape": "
|
57089
|
+
"shape": "S5g"
|
56819
57090
|
},
|
56820
57091
|
"configStreamDeliveryInfo": {
|
56821
57092
|
"type": "structure",
|
@@ -56839,7 +57110,7 @@ module.exports={
|
|
56839
57110
|
"type": "structure",
|
56840
57111
|
"members": {
|
56841
57112
|
"DeliveryChannelNames": {
|
56842
|
-
"shape": "
|
57113
|
+
"shape": "S5c"
|
56843
57114
|
}
|
56844
57115
|
}
|
56845
57116
|
},
|
@@ -56849,7 +57120,7 @@ module.exports={
|
|
56849
57120
|
"DeliveryChannels": {
|
56850
57121
|
"type": "list",
|
56851
57122
|
"member": {
|
56852
|
-
"shape": "
|
57123
|
+
"shape": "S5m"
|
56853
57124
|
}
|
56854
57125
|
}
|
56855
57126
|
}
|
@@ -56860,7 +57131,7 @@ module.exports={
|
|
56860
57131
|
"type": "structure",
|
56861
57132
|
"members": {
|
56862
57133
|
"OrganizationConfigRuleNames": {
|
56863
|
-
"shape": "
|
57134
|
+
"shape": "S5p"
|
56864
57135
|
},
|
56865
57136
|
"Limit": {
|
56866
57137
|
"type": "integer"
|
@@ -56899,7 +57170,7 @@ module.exports={
|
|
56899
57170
|
"type": "structure",
|
56900
57171
|
"members": {
|
56901
57172
|
"OrganizationConfigRuleNames": {
|
56902
|
-
"shape": "
|
57173
|
+
"shape": "S5p"
|
56903
57174
|
},
|
56904
57175
|
"Limit": {
|
56905
57176
|
"type": "integer"
|
@@ -56922,13 +57193,13 @@ module.exports={
|
|
56922
57193
|
"OrganizationConfigRuleName": {},
|
56923
57194
|
"OrganizationConfigRuleArn": {},
|
56924
57195
|
"OrganizationManagedRuleMetadata": {
|
56925
|
-
"shape": "
|
57196
|
+
"shape": "S5z"
|
56926
57197
|
},
|
56927
57198
|
"OrganizationCustomRuleMetadata": {
|
56928
|
-
"shape": "
|
57199
|
+
"shape": "S64"
|
56929
57200
|
},
|
56930
57201
|
"ExcludedAccounts": {
|
56931
|
-
"shape": "
|
57202
|
+
"shape": "S67"
|
56932
57203
|
},
|
56933
57204
|
"LastUpdateTime": {
|
56934
57205
|
"type": "timestamp"
|
@@ -56938,19 +57209,19 @@ module.exports={
|
|
56938
57209
|
"members": {
|
56939
57210
|
"Description": {},
|
56940
57211
|
"OrganizationConfigRuleTriggerTypes": {
|
56941
|
-
"shape": "
|
57212
|
+
"shape": "S69"
|
56942
57213
|
},
|
56943
57214
|
"InputParameters": {},
|
56944
57215
|
"MaximumExecutionFrequency": {},
|
56945
57216
|
"ResourceTypesScope": {
|
56946
|
-
"shape": "
|
57217
|
+
"shape": "S62"
|
56947
57218
|
},
|
56948
57219
|
"ResourceIdScope": {},
|
56949
57220
|
"TagKeyScope": {},
|
56950
57221
|
"TagValueScope": {},
|
56951
57222
|
"PolicyRuntime": {},
|
56952
57223
|
"DebugLogDeliveryAccounts": {
|
56953
|
-
"shape": "
|
57224
|
+
"shape": "S6b"
|
56954
57225
|
}
|
56955
57226
|
}
|
56956
57227
|
}
|
@@ -56966,7 +57237,7 @@ module.exports={
|
|
56966
57237
|
"type": "structure",
|
56967
57238
|
"members": {
|
56968
57239
|
"OrganizationConformancePackNames": {
|
56969
|
-
"shape": "
|
57240
|
+
"shape": "S6d"
|
56970
57241
|
},
|
56971
57242
|
"Limit": {
|
56972
57243
|
"type": "integer"
|
@@ -57005,7 +57276,7 @@ module.exports={
|
|
57005
57276
|
"type": "structure",
|
57006
57277
|
"members": {
|
57007
57278
|
"OrganizationConformancePackNames": {
|
57008
|
-
"shape": "
|
57279
|
+
"shape": "S6d"
|
57009
57280
|
},
|
57010
57281
|
"Limit": {
|
57011
57282
|
"type": "integer"
|
@@ -57034,7 +57305,7 @@ module.exports={
|
|
57034
57305
|
"shape": "S54"
|
57035
57306
|
},
|
57036
57307
|
"ExcludedAccounts": {
|
57037
|
-
"shape": "
|
57308
|
+
"shape": "S67"
|
57038
57309
|
},
|
57039
57310
|
"LastUpdateTime": {
|
57040
57311
|
"type": "timestamp"
|
@@ -57089,7 +57360,7 @@ module.exports={
|
|
57089
57360
|
"type": "structure",
|
57090
57361
|
"members": {
|
57091
57362
|
"RemediationConfigurations": {
|
57092
|
-
"shape": "
|
57363
|
+
"shape": "S6t"
|
57093
57364
|
}
|
57094
57365
|
}
|
57095
57366
|
}
|
@@ -57115,7 +57386,7 @@ module.exports={
|
|
57115
57386
|
"type": "structure",
|
57116
57387
|
"members": {
|
57117
57388
|
"RemediationExceptions": {
|
57118
|
-
"shape": "
|
57389
|
+
"shape": "S79"
|
57119
57390
|
},
|
57120
57391
|
"NextToken": {}
|
57121
57392
|
}
|
@@ -57197,7 +57468,7 @@ module.exports={
|
|
57197
57468
|
"RetentionConfigurations": {
|
57198
57469
|
"type": "list",
|
57199
57470
|
"member": {
|
57200
|
-
"shape": "
|
57471
|
+
"shape": "S7n"
|
57201
57472
|
}
|
57202
57473
|
},
|
57203
57474
|
"NextToken": {}
|
@@ -57234,7 +57505,7 @@ module.exports={
|
|
57234
57505
|
"type": "structure",
|
57235
57506
|
"members": {
|
57236
57507
|
"EvaluationResultIdentifier": {
|
57237
|
-
"shape": "
|
57508
|
+
"shape": "S7t"
|
57238
57509
|
},
|
57239
57510
|
"ComplianceType": {},
|
57240
57511
|
"ResultRecordedTime": {
|
@@ -57286,7 +57557,7 @@ module.exports={
|
|
57286
57557
|
"members": {
|
57287
57558
|
"GroupName": {},
|
57288
57559
|
"ComplianceSummary": {
|
57289
|
-
"shape": "
|
57560
|
+
"shape": "S81"
|
57290
57561
|
}
|
57291
57562
|
}
|
57292
57563
|
}
|
@@ -57416,7 +57687,7 @@ module.exports={
|
|
57416
57687
|
"type": "structure",
|
57417
57688
|
"members": {
|
57418
57689
|
"ConfigurationItem": {
|
57419
|
-
"shape": "
|
57690
|
+
"shape": "S8i"
|
57420
57691
|
}
|
57421
57692
|
}
|
57422
57693
|
}
|
@@ -57442,7 +57713,7 @@ module.exports={
|
|
57442
57713
|
"type": "structure",
|
57443
57714
|
"members": {
|
57444
57715
|
"EvaluationResults": {
|
57445
|
-
"shape": "
|
57716
|
+
"shape": "S8u"
|
57446
57717
|
},
|
57447
57718
|
"NextToken": {}
|
57448
57719
|
}
|
@@ -57468,7 +57739,7 @@ module.exports={
|
|
57468
57739
|
"type": "structure",
|
57469
57740
|
"members": {
|
57470
57741
|
"EvaluationResults": {
|
57471
|
-
"shape": "
|
57742
|
+
"shape": "S8u"
|
57472
57743
|
},
|
57473
57744
|
"NextToken": {}
|
57474
57745
|
}
|
@@ -57479,7 +57750,7 @@ module.exports={
|
|
57479
57750
|
"type": "structure",
|
57480
57751
|
"members": {
|
57481
57752
|
"ComplianceSummary": {
|
57482
|
-
"shape": "
|
57753
|
+
"shape": "S81"
|
57483
57754
|
}
|
57484
57755
|
}
|
57485
57756
|
}
|
@@ -57489,7 +57760,7 @@ module.exports={
|
|
57489
57760
|
"type": "structure",
|
57490
57761
|
"members": {
|
57491
57762
|
"ResourceTypes": {
|
57492
|
-
"shape": "
|
57763
|
+
"shape": "S90"
|
57493
57764
|
}
|
57494
57765
|
}
|
57495
57766
|
},
|
@@ -57503,7 +57774,7 @@ module.exports={
|
|
57503
57774
|
"members": {
|
57504
57775
|
"ResourceType": {},
|
57505
57776
|
"ComplianceSummary": {
|
57506
|
-
"shape": "
|
57777
|
+
"shape": "S81"
|
57507
57778
|
}
|
57508
57779
|
}
|
57509
57780
|
}
|
@@ -57559,7 +57830,7 @@ module.exports={
|
|
57559
57830
|
"members": {
|
57560
57831
|
"ComplianceType": {},
|
57561
57832
|
"EvaluationResultIdentifier": {
|
57562
|
-
"shape": "
|
57833
|
+
"shape": "S7t"
|
57563
57834
|
},
|
57564
57835
|
"ConfigRuleInvokedTime": {
|
57565
57836
|
"type": "timestamp"
|
@@ -57632,7 +57903,7 @@ module.exports={
|
|
57632
57903
|
"type": "structure",
|
57633
57904
|
"members": {
|
57634
57905
|
"resourceTypes": {
|
57635
|
-
"shape": "
|
57906
|
+
"shape": "S90"
|
57636
57907
|
},
|
57637
57908
|
"limit": {
|
57638
57909
|
"type": "integer"
|
@@ -57806,7 +58077,7 @@ module.exports={
|
|
57806
58077
|
"configurationItems": {
|
57807
58078
|
"type": "list",
|
57808
58079
|
"member": {
|
57809
|
-
"shape": "
|
58080
|
+
"shape": "S8i"
|
57810
58081
|
}
|
57811
58082
|
},
|
57812
58083
|
"nextToken": {}
|
@@ -57827,7 +58098,7 @@ module.exports={
|
|
57827
58098
|
"type": "structure",
|
57828
58099
|
"members": {
|
57829
58100
|
"StoredQuery": {
|
57830
|
-
"shape": "
|
58101
|
+
"shape": "Sa9"
|
57831
58102
|
}
|
57832
58103
|
}
|
57833
58104
|
}
|
@@ -58012,7 +58283,7 @@ module.exports={
|
|
58012
58283
|
"type": "structure",
|
58013
58284
|
"members": {
|
58014
58285
|
"Tags": {
|
58015
|
-
"shape": "
|
58286
|
+
"shape": "Sb5"
|
58016
58287
|
},
|
58017
58288
|
"NextToken": {}
|
58018
58289
|
}
|
@@ -58029,7 +58300,7 @@ module.exports={
|
|
58029
58300
|
"AuthorizedAccountId": {},
|
58030
58301
|
"AuthorizedAwsRegion": {},
|
58031
58302
|
"Tags": {
|
58032
|
-
"shape": "
|
58303
|
+
"shape": "Sba"
|
58033
58304
|
}
|
58034
58305
|
}
|
58035
58306
|
},
|
@@ -58053,7 +58324,7 @@ module.exports={
|
|
58053
58324
|
"shape": "S33"
|
58054
58325
|
},
|
58055
58326
|
"Tags": {
|
58056
|
-
"shape": "
|
58327
|
+
"shape": "Sba"
|
58057
58328
|
}
|
58058
58329
|
}
|
58059
58330
|
}
|
@@ -58073,7 +58344,7 @@ module.exports={
|
|
58073
58344
|
"shape": "S40"
|
58074
58345
|
},
|
58075
58346
|
"Tags": {
|
58076
|
-
"shape": "
|
58347
|
+
"shape": "Sba"
|
58077
58348
|
}
|
58078
58349
|
}
|
58079
58350
|
},
|
@@ -58113,6 +58384,9 @@ module.exports={
|
|
58113
58384
|
"DeliveryS3KeyPrefix": {},
|
58114
58385
|
"ConformancePackInputParameters": {
|
58115
58386
|
"shape": "S54"
|
58387
|
+
},
|
58388
|
+
"TemplateSSMDocumentDetails": {
|
58389
|
+
"shape": "S58"
|
58116
58390
|
}
|
58117
58391
|
}
|
58118
58392
|
},
|
@@ -58131,7 +58405,7 @@ module.exports={
|
|
58131
58405
|
],
|
58132
58406
|
"members": {
|
58133
58407
|
"DeliveryChannel": {
|
58134
|
-
"shape": "
|
58408
|
+
"shape": "S5m"
|
58135
58409
|
}
|
58136
58410
|
}
|
58137
58411
|
}
|
@@ -58144,7 +58418,7 @@ module.exports={
|
|
58144
58418
|
],
|
58145
58419
|
"members": {
|
58146
58420
|
"Evaluations": {
|
58147
|
-
"shape": "
|
58421
|
+
"shape": "Sbm"
|
58148
58422
|
},
|
58149
58423
|
"ResultToken": {},
|
58150
58424
|
"TestMode": {
|
@@ -58156,7 +58430,7 @@ module.exports={
|
|
58156
58430
|
"type": "structure",
|
58157
58431
|
"members": {
|
58158
58432
|
"FailedEvaluations": {
|
58159
|
-
"shape": "
|
58433
|
+
"shape": "Sbm"
|
58160
58434
|
}
|
58161
58435
|
}
|
58162
58436
|
}
|
@@ -58204,13 +58478,13 @@ module.exports={
|
|
58204
58478
|
"members": {
|
58205
58479
|
"OrganizationConfigRuleName": {},
|
58206
58480
|
"OrganizationManagedRuleMetadata": {
|
58207
|
-
"shape": "
|
58481
|
+
"shape": "S5z"
|
58208
58482
|
},
|
58209
58483
|
"OrganizationCustomRuleMetadata": {
|
58210
|
-
"shape": "
|
58484
|
+
"shape": "S64"
|
58211
58485
|
},
|
58212
58486
|
"ExcludedAccounts": {
|
58213
|
-
"shape": "
|
58487
|
+
"shape": "S67"
|
58214
58488
|
},
|
58215
58489
|
"OrganizationCustomPolicyRuleMetadata": {
|
58216
58490
|
"type": "structure",
|
@@ -58221,12 +58495,12 @@ module.exports={
|
|
58221
58495
|
"members": {
|
58222
58496
|
"Description": {},
|
58223
58497
|
"OrganizationConfigRuleTriggerTypes": {
|
58224
|
-
"shape": "
|
58498
|
+
"shape": "S69"
|
58225
58499
|
},
|
58226
58500
|
"InputParameters": {},
|
58227
58501
|
"MaximumExecutionFrequency": {},
|
58228
58502
|
"ResourceTypesScope": {
|
58229
|
-
"shape": "
|
58503
|
+
"shape": "S62"
|
58230
58504
|
},
|
58231
58505
|
"ResourceIdScope": {},
|
58232
58506
|
"TagKeyScope": {},
|
@@ -58234,7 +58508,7 @@ module.exports={
|
|
58234
58508
|
"PolicyRuntime": {},
|
58235
58509
|
"PolicyText": {},
|
58236
58510
|
"DebugLogDeliveryAccounts": {
|
58237
|
-
"shape": "
|
58511
|
+
"shape": "S6b"
|
58238
58512
|
}
|
58239
58513
|
}
|
58240
58514
|
}
|
@@ -58263,7 +58537,7 @@ module.exports={
|
|
58263
58537
|
"shape": "S54"
|
58264
58538
|
},
|
58265
58539
|
"ExcludedAccounts": {
|
58266
|
-
"shape": "
|
58540
|
+
"shape": "S67"
|
58267
58541
|
}
|
58268
58542
|
}
|
58269
58543
|
},
|
@@ -58282,7 +58556,7 @@ module.exports={
|
|
58282
58556
|
],
|
58283
58557
|
"members": {
|
58284
58558
|
"RemediationConfigurations": {
|
58285
|
-
"shape": "
|
58559
|
+
"shape": "S6t"
|
58286
58560
|
}
|
58287
58561
|
}
|
58288
58562
|
},
|
@@ -58296,7 +58570,7 @@ module.exports={
|
|
58296
58570
|
"members": {
|
58297
58571
|
"FailureMessage": {},
|
58298
58572
|
"FailedItems": {
|
58299
|
-
"shape": "
|
58573
|
+
"shape": "S6t"
|
58300
58574
|
}
|
58301
58575
|
}
|
58302
58576
|
}
|
@@ -58332,7 +58606,7 @@ module.exports={
|
|
58332
58606
|
"members": {
|
58333
58607
|
"FailureMessage": {},
|
58334
58608
|
"FailedItems": {
|
58335
|
-
"shape": "
|
58609
|
+
"shape": "S79"
|
58336
58610
|
}
|
58337
58611
|
}
|
58338
58612
|
}
|
@@ -58356,7 +58630,7 @@ module.exports={
|
|
58356
58630
|
"ResourceName": {},
|
58357
58631
|
"Configuration": {},
|
58358
58632
|
"Tags": {
|
58359
|
-
"shape": "
|
58633
|
+
"shape": "S8k"
|
58360
58634
|
}
|
58361
58635
|
}
|
58362
58636
|
}
|
@@ -58377,7 +58651,7 @@ module.exports={
|
|
58377
58651
|
"type": "structure",
|
58378
58652
|
"members": {
|
58379
58653
|
"RetentionConfiguration": {
|
58380
|
-
"shape": "
|
58654
|
+
"shape": "S7n"
|
58381
58655
|
}
|
58382
58656
|
}
|
58383
58657
|
}
|
@@ -58390,10 +58664,10 @@ module.exports={
|
|
58390
58664
|
],
|
58391
58665
|
"members": {
|
58392
58666
|
"StoredQuery": {
|
58393
|
-
"shape": "
|
58667
|
+
"shape": "Sa9"
|
58394
58668
|
},
|
58395
58669
|
"Tags": {
|
58396
|
-
"shape": "
|
58670
|
+
"shape": "Sba"
|
58397
58671
|
}
|
58398
58672
|
}
|
58399
58673
|
},
|
@@ -58427,10 +58701,10 @@ module.exports={
|
|
58427
58701
|
"type": "structure",
|
58428
58702
|
"members": {
|
58429
58703
|
"Results": {
|
58430
|
-
"shape": "
|
58704
|
+
"shape": "Scf"
|
58431
58705
|
},
|
58432
58706
|
"QueryInfo": {
|
58433
|
-
"shape": "
|
58707
|
+
"shape": "Scg"
|
58434
58708
|
},
|
58435
58709
|
"NextToken": {}
|
58436
58710
|
}
|
@@ -58454,10 +58728,10 @@ module.exports={
|
|
58454
58728
|
"type": "structure",
|
58455
58729
|
"members": {
|
58456
58730
|
"Results": {
|
58457
|
-
"shape": "
|
58731
|
+
"shape": "Scf"
|
58458
58732
|
},
|
58459
58733
|
"QueryInfo": {
|
58460
|
-
"shape": "
|
58734
|
+
"shape": "Scg"
|
58461
58735
|
},
|
58462
58736
|
"NextToken": {}
|
58463
58737
|
}
|
@@ -58534,7 +58808,7 @@ module.exports={
|
|
58534
58808
|
"members": {
|
58535
58809
|
"ResourceArn": {},
|
58536
58810
|
"Tags": {
|
58537
|
-
"shape": "
|
58811
|
+
"shape": "Sb5"
|
58538
58812
|
}
|
58539
58813
|
}
|
58540
58814
|
}
|
@@ -58843,11 +59117,21 @@ module.exports={
|
|
58843
59117
|
}
|
58844
59118
|
}
|
58845
59119
|
},
|
58846
|
-
"
|
59120
|
+
"S58": {
|
59121
|
+
"type": "structure",
|
59122
|
+
"required": [
|
59123
|
+
"DocumentName"
|
59124
|
+
],
|
59125
|
+
"members": {
|
59126
|
+
"DocumentName": {},
|
59127
|
+
"DocumentVersion": {}
|
59128
|
+
}
|
59129
|
+
},
|
59130
|
+
"S5c": {
|
58847
59131
|
"type": "list",
|
58848
59132
|
"member": {}
|
58849
59133
|
},
|
58850
|
-
"
|
59134
|
+
"S5g": {
|
58851
59135
|
"type": "structure",
|
58852
59136
|
"members": {
|
58853
59137
|
"lastStatus": {},
|
@@ -58864,7 +59148,7 @@ module.exports={
|
|
58864
59148
|
}
|
58865
59149
|
}
|
58866
59150
|
},
|
58867
|
-
"
|
59151
|
+
"S5m": {
|
58868
59152
|
"type": "structure",
|
58869
59153
|
"members": {
|
58870
59154
|
"name": {},
|
@@ -58880,11 +59164,11 @@ module.exports={
|
|
58880
59164
|
}
|
58881
59165
|
}
|
58882
59166
|
},
|
58883
|
-
"
|
59167
|
+
"S5p": {
|
58884
59168
|
"type": "list",
|
58885
59169
|
"member": {}
|
58886
59170
|
},
|
58887
|
-
"
|
59171
|
+
"S5z": {
|
58888
59172
|
"type": "structure",
|
58889
59173
|
"required": [
|
58890
59174
|
"RuleIdentifier"
|
@@ -58895,18 +59179,18 @@ module.exports={
|
|
58895
59179
|
"InputParameters": {},
|
58896
59180
|
"MaximumExecutionFrequency": {},
|
58897
59181
|
"ResourceTypesScope": {
|
58898
|
-
"shape": "
|
59182
|
+
"shape": "S62"
|
58899
59183
|
},
|
58900
59184
|
"ResourceIdScope": {},
|
58901
59185
|
"TagKeyScope": {},
|
58902
59186
|
"TagValueScope": {}
|
58903
59187
|
}
|
58904
59188
|
},
|
58905
|
-
"
|
59189
|
+
"S62": {
|
58906
59190
|
"type": "list",
|
58907
59191
|
"member": {}
|
58908
59192
|
},
|
58909
|
-
"
|
59193
|
+
"S64": {
|
58910
59194
|
"type": "structure",
|
58911
59195
|
"required": [
|
58912
59196
|
"LambdaFunctionArn",
|
@@ -58922,30 +59206,30 @@ module.exports={
|
|
58922
59206
|
"InputParameters": {},
|
58923
59207
|
"MaximumExecutionFrequency": {},
|
58924
59208
|
"ResourceTypesScope": {
|
58925
|
-
"shape": "
|
59209
|
+
"shape": "S62"
|
58926
59210
|
},
|
58927
59211
|
"ResourceIdScope": {},
|
58928
59212
|
"TagKeyScope": {},
|
58929
59213
|
"TagValueScope": {}
|
58930
59214
|
}
|
58931
59215
|
},
|
58932
|
-
"
|
59216
|
+
"S67": {
|
58933
59217
|
"type": "list",
|
58934
59218
|
"member": {}
|
58935
59219
|
},
|
58936
|
-
"
|
59220
|
+
"S69": {
|
58937
59221
|
"type": "list",
|
58938
59222
|
"member": {}
|
58939
59223
|
},
|
58940
|
-
"
|
59224
|
+
"S6b": {
|
58941
59225
|
"type": "list",
|
58942
59226
|
"member": {}
|
58943
59227
|
},
|
58944
|
-
"
|
59228
|
+
"S6d": {
|
58945
59229
|
"type": "list",
|
58946
59230
|
"member": {}
|
58947
59231
|
},
|
58948
|
-
"
|
59232
|
+
"S6t": {
|
58949
59233
|
"type": "list",
|
58950
59234
|
"member": {
|
58951
59235
|
"type": "structure",
|
@@ -59020,7 +59304,7 @@ module.exports={
|
|
59020
59304
|
}
|
59021
59305
|
}
|
59022
59306
|
},
|
59023
|
-
"
|
59307
|
+
"S79": {
|
59024
59308
|
"type": "list",
|
59025
59309
|
"member": {
|
59026
59310
|
"type": "structure",
|
@@ -59040,7 +59324,7 @@ module.exports={
|
|
59040
59324
|
}
|
59041
59325
|
}
|
59042
59326
|
},
|
59043
|
-
"
|
59327
|
+
"S7n": {
|
59044
59328
|
"type": "structure",
|
59045
59329
|
"required": [
|
59046
59330
|
"Name",
|
@@ -59053,7 +59337,7 @@ module.exports={
|
|
59053
59337
|
}
|
59054
59338
|
}
|
59055
59339
|
},
|
59056
|
-
"
|
59340
|
+
"S7t": {
|
59057
59341
|
"type": "structure",
|
59058
59342
|
"members": {
|
59059
59343
|
"EvaluationResultQualifier": {
|
@@ -59069,7 +59353,7 @@ module.exports={
|
|
59069
59353
|
}
|
59070
59354
|
}
|
59071
59355
|
},
|
59072
|
-
"
|
59356
|
+
"S81": {
|
59073
59357
|
"type": "structure",
|
59074
59358
|
"members": {
|
59075
59359
|
"CompliantResourceCount": {
|
@@ -59083,7 +59367,7 @@ module.exports={
|
|
59083
59367
|
}
|
59084
59368
|
}
|
59085
59369
|
},
|
59086
|
-
"
|
59370
|
+
"S8i": {
|
59087
59371
|
"type": "structure",
|
59088
59372
|
"members": {
|
59089
59373
|
"version": {},
|
@@ -59104,7 +59388,7 @@ module.exports={
|
|
59104
59388
|
"type": "timestamp"
|
59105
59389
|
},
|
59106
59390
|
"tags": {
|
59107
|
-
"shape": "
|
59391
|
+
"shape": "S8k"
|
59108
59392
|
},
|
59109
59393
|
"relatedEvents": {
|
59110
59394
|
"type": "list",
|
@@ -59128,18 +59412,18 @@ module.exports={
|
|
59128
59412
|
}
|
59129
59413
|
}
|
59130
59414
|
},
|
59131
|
-
"
|
59415
|
+
"S8k": {
|
59132
59416
|
"type": "map",
|
59133
59417
|
"key": {},
|
59134
59418
|
"value": {}
|
59135
59419
|
},
|
59136
|
-
"
|
59420
|
+
"S8u": {
|
59137
59421
|
"type": "list",
|
59138
59422
|
"member": {
|
59139
59423
|
"type": "structure",
|
59140
59424
|
"members": {
|
59141
59425
|
"EvaluationResultIdentifier": {
|
59142
|
-
"shape": "
|
59426
|
+
"shape": "S7t"
|
59143
59427
|
},
|
59144
59428
|
"ComplianceType": {},
|
59145
59429
|
"ResultRecordedTime": {
|
@@ -59153,11 +59437,11 @@ module.exports={
|
|
59153
59437
|
}
|
59154
59438
|
}
|
59155
59439
|
},
|
59156
|
-
"
|
59440
|
+
"S90": {
|
59157
59441
|
"type": "list",
|
59158
59442
|
"member": {}
|
59159
59443
|
},
|
59160
|
-
"
|
59444
|
+
"Sa9": {
|
59161
59445
|
"type": "structure",
|
59162
59446
|
"required": [
|
59163
59447
|
"QueryName"
|
@@ -59170,26 +59454,26 @@ module.exports={
|
|
59170
59454
|
"Expression": {}
|
59171
59455
|
}
|
59172
59456
|
},
|
59173
|
-
"
|
59457
|
+
"Sb5": {
|
59174
59458
|
"type": "list",
|
59175
59459
|
"member": {
|
59176
|
-
"shape": "
|
59460
|
+
"shape": "Sb6"
|
59177
59461
|
}
|
59178
59462
|
},
|
59179
|
-
"
|
59463
|
+
"Sb6": {
|
59180
59464
|
"type": "structure",
|
59181
59465
|
"members": {
|
59182
59466
|
"Key": {},
|
59183
59467
|
"Value": {}
|
59184
59468
|
}
|
59185
59469
|
},
|
59186
|
-
"
|
59470
|
+
"Sba": {
|
59187
59471
|
"type": "list",
|
59188
59472
|
"member": {
|
59189
|
-
"shape": "
|
59473
|
+
"shape": "Sb6"
|
59190
59474
|
}
|
59191
59475
|
},
|
59192
|
-
"
|
59476
|
+
"Sbm": {
|
59193
59477
|
"type": "list",
|
59194
59478
|
"member": {
|
59195
59479
|
"type": "structure",
|
@@ -59210,11 +59494,11 @@ module.exports={
|
|
59210
59494
|
}
|
59211
59495
|
}
|
59212
59496
|
},
|
59213
|
-
"
|
59497
|
+
"Scf": {
|
59214
59498
|
"type": "list",
|
59215
59499
|
"member": {}
|
59216
59500
|
},
|
59217
|
-
"
|
59501
|
+
"Scg": {
|
59218
59502
|
"type": "structure",
|
59219
59503
|
"members": {
|
59220
59504
|
"SelectFields": {
|
@@ -242026,7 +242310,7 @@ AWS.util.update(AWS, {
|
|
242026
242310
|
/**
|
242027
242311
|
* @constant
|
242028
242312
|
*/
|
242029
|
-
VERSION: '2.
|
242313
|
+
VERSION: '2.1202.0',
|
242030
242314
|
|
242031
242315
|
/**
|
242032
242316
|
* @api private
|
@@ -263971,7 +264255,7 @@ var LRUCache = /** @class */ (function () {
|
|
263971
264255
|
}());
|
263972
264256
|
exports.LRUCache = LRUCache;
|
263973
264257
|
},{}],457:[function(require,module,exports){
|
263974
|
-
// AWS SDK for JavaScript v2.
|
264258
|
+
// AWS SDK for JavaScript v2.1202.0
|
263975
264259
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
263976
264260
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
263977
264261
|
require('./browser_loader');
|