@aws-sdk/client-cloudfront 3.577.0 → 3.581.0
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/dist-cjs/index.js +206 -207
- package/dist-es/protocols/Aws_restXml.js +206 -207
- package/package.json +1 -1
|
@@ -975,7 +975,7 @@ export const se_ListDistributionsByRealtimeLogConfigCommand = async (input, cont
|
|
|
975
975
|
bn.c(__XmlNode.of(_st, input[_M]).n(_M));
|
|
976
976
|
}
|
|
977
977
|
if (input[_MI] != null) {
|
|
978
|
-
bn.c(__XmlNode.of(
|
|
978
|
+
bn.c(__XmlNode.of(_i, String(input[_MI])).n(_MI));
|
|
979
979
|
}
|
|
980
980
|
if (input[_RLCA] != null) {
|
|
981
981
|
bn.c(__XmlNode.of(_st, input[_RLCA]).n(_RLCA));
|
|
@@ -5131,7 +5131,7 @@ const se_Aliases = (input, context) => {
|
|
|
5131
5131
|
if (input[_Q] != null) {
|
|
5132
5132
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5133
5133
|
}
|
|
5134
|
-
bn.lc(input, "Items", "Items", () => se_AliasList(input[
|
|
5134
|
+
bn.lc(input, "Items", "Items", () => se_AliasList(input[_I], context));
|
|
5135
5135
|
return bn;
|
|
5136
5136
|
};
|
|
5137
5137
|
const se_AliasList = (input, context) => {
|
|
@@ -5147,7 +5147,7 @@ const se_AllowedMethods = (input, context) => {
|
|
|
5147
5147
|
if (input[_Q] != null) {
|
|
5148
5148
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5149
5149
|
}
|
|
5150
|
-
bn.lc(input, "Items", "Items", () => se_MethodsList(input[
|
|
5150
|
+
bn.lc(input, "Items", "Items", () => se_MethodsList(input[_I], context));
|
|
5151
5151
|
if (input[_CM] != null) {
|
|
5152
5152
|
bn.c(se_CachedMethods(input[_CM], context).n(_CM));
|
|
5153
5153
|
}
|
|
@@ -5233,7 +5233,7 @@ const se_CacheBehaviors = (input, context) => {
|
|
|
5233
5233
|
if (input[_Q] != null) {
|
|
5234
5234
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5235
5235
|
}
|
|
5236
|
-
bn.lc(input, "Items", "Items", () => se_CacheBehaviorList(input[
|
|
5236
|
+
bn.lc(input, "Items", "Items", () => se_CacheBehaviorList(input[_I], context));
|
|
5237
5237
|
return bn;
|
|
5238
5238
|
};
|
|
5239
5239
|
const se_CachedMethods = (input, context) => {
|
|
@@ -5241,7 +5241,7 @@ const se_CachedMethods = (input, context) => {
|
|
|
5241
5241
|
if (input[_Q] != null) {
|
|
5242
5242
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5243
5243
|
}
|
|
5244
|
-
bn.lc(input, "Items", "Items", () => se_MethodsList(input[
|
|
5244
|
+
bn.lc(input, "Items", "Items", () => se_MethodsList(input[_I], context));
|
|
5245
5245
|
return bn;
|
|
5246
5246
|
};
|
|
5247
5247
|
const se_CachePolicyConfig = (input, context) => {
|
|
@@ -5340,7 +5340,7 @@ const se_ContentTypeProfiles = (input, context) => {
|
|
|
5340
5340
|
if (input[_Q] != null) {
|
|
5341
5341
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5342
5342
|
}
|
|
5343
|
-
bn.lc(input, "Items", "Items", () => se_ContentTypeProfileList(input[
|
|
5343
|
+
bn.lc(input, "Items", "Items", () => se_ContentTypeProfileList(input[_I], context));
|
|
5344
5344
|
return bn;
|
|
5345
5345
|
};
|
|
5346
5346
|
const se_ContinuousDeploymentPolicyConfig = (input, context) => {
|
|
@@ -5389,7 +5389,7 @@ const se_CookieNames = (input, context) => {
|
|
|
5389
5389
|
if (input[_Q] != null) {
|
|
5390
5390
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5391
5391
|
}
|
|
5392
|
-
bn.lc(input, "Items", "Items", () => se_CookieNameList(input[
|
|
5392
|
+
bn.lc(input, "Items", "Items", () => se_CookieNameList(input[_I], context));
|
|
5393
5393
|
return bn;
|
|
5394
5394
|
};
|
|
5395
5395
|
const se_CookiePreference = (input, context) => {
|
|
@@ -5431,7 +5431,7 @@ const se_CustomErrorResponses = (input, context) => {
|
|
|
5431
5431
|
if (input[_Q] != null) {
|
|
5432
5432
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5433
5433
|
}
|
|
5434
|
-
bn.lc(input, "Items", "Items", () => se_CustomErrorResponseList(input[
|
|
5434
|
+
bn.lc(input, "Items", "Items", () => se_CustomErrorResponseList(input[_I], context));
|
|
5435
5435
|
return bn;
|
|
5436
5436
|
};
|
|
5437
5437
|
const se_CustomHeaders = (input, context) => {
|
|
@@ -5439,7 +5439,7 @@ const se_CustomHeaders = (input, context) => {
|
|
|
5439
5439
|
if (input[_Q] != null) {
|
|
5440
5440
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5441
5441
|
}
|
|
5442
|
-
bn.lc(input, "Items", "Items", () => se_OriginCustomHeadersList(input[
|
|
5442
|
+
bn.lc(input, "Items", "Items", () => se_OriginCustomHeadersList(input[_I], context));
|
|
5443
5443
|
return bn;
|
|
5444
5444
|
};
|
|
5445
5445
|
const se_CustomOriginConfig = (input, context) => {
|
|
@@ -5590,7 +5590,7 @@ const se_EncryptionEntities = (input, context) => {
|
|
|
5590
5590
|
if (input[_Q] != null) {
|
|
5591
5591
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5592
5592
|
}
|
|
5593
|
-
bn.lc(input, "Items", "Items", () => se_EncryptionEntityList(input[
|
|
5593
|
+
bn.lc(input, "Items", "Items", () => se_EncryptionEntityList(input[_I], context));
|
|
5594
5594
|
return bn;
|
|
5595
5595
|
};
|
|
5596
5596
|
const se_EncryptionEntity = (input, context) => {
|
|
@@ -5685,7 +5685,7 @@ const se_FieldPatterns = (input, context) => {
|
|
|
5685
5685
|
if (input[_Q] != null) {
|
|
5686
5686
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5687
5687
|
}
|
|
5688
|
-
bn.lc(input, "Items", "Items", () => se_FieldPatternList(input[
|
|
5688
|
+
bn.lc(input, "Items", "Items", () => se_FieldPatternList(input[_I], context));
|
|
5689
5689
|
return bn;
|
|
5690
5690
|
};
|
|
5691
5691
|
const se_ForwardedValues = (input, context) => {
|
|
@@ -5723,7 +5723,7 @@ const se_FunctionAssociations = (input, context) => {
|
|
|
5723
5723
|
if (input[_Q] != null) {
|
|
5724
5724
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5725
5725
|
}
|
|
5726
|
-
bn.lc(input, "Items", "Items", () => se_FunctionAssociationList(input[
|
|
5726
|
+
bn.lc(input, "Items", "Items", () => se_FunctionAssociationList(input[_I], context));
|
|
5727
5727
|
return bn;
|
|
5728
5728
|
};
|
|
5729
5729
|
const se_FunctionConfig = (input, context) => {
|
|
@@ -5747,7 +5747,7 @@ const se_GeoRestriction = (input, context) => {
|
|
|
5747
5747
|
if (input[_Q] != null) {
|
|
5748
5748
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5749
5749
|
}
|
|
5750
|
-
bn.lc(input, "Items", "Items", () => se_LocationList(input[
|
|
5750
|
+
bn.lc(input, "Items", "Items", () => se_LocationList(input[_I], context));
|
|
5751
5751
|
return bn;
|
|
5752
5752
|
};
|
|
5753
5753
|
const se_HeaderList = (input, context) => {
|
|
@@ -5763,7 +5763,7 @@ const se_Headers = (input, context) => {
|
|
|
5763
5763
|
if (input[_Q] != null) {
|
|
5764
5764
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5765
5765
|
}
|
|
5766
|
-
bn.lc(input, "Items", "Items", () => se_HeaderList(input[
|
|
5766
|
+
bn.lc(input, "Items", "Items", () => se_HeaderList(input[_I], context));
|
|
5767
5767
|
return bn;
|
|
5768
5768
|
};
|
|
5769
5769
|
const se_ImportSource = (input, context) => {
|
|
@@ -5791,7 +5791,7 @@ const se_KeyGroupConfig = (input, context) => {
|
|
|
5791
5791
|
if (input[_N] != null) {
|
|
5792
5792
|
bn.c(__XmlNode.of(_st, input[_N]).n(_N));
|
|
5793
5793
|
}
|
|
5794
|
-
bn.lc(input, "Items", "Items", () => se_PublicKeyIdList(input[
|
|
5794
|
+
bn.lc(input, "Items", "Items", () => se_PublicKeyIdList(input[_I], context));
|
|
5795
5795
|
if (input[_C] != null) {
|
|
5796
5796
|
bn.c(__XmlNode.of(_st, input[_C]).n(_C));
|
|
5797
5797
|
}
|
|
@@ -5815,7 +5815,7 @@ const se_KeyValueStoreAssociations = (input, context) => {
|
|
|
5815
5815
|
if (input[_Q] != null) {
|
|
5816
5816
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5817
5817
|
}
|
|
5818
|
-
bn.lc(input, "Items", "Items", () => se_KeyValueStoreAssociationList(input[
|
|
5818
|
+
bn.lc(input, "Items", "Items", () => se_KeyValueStoreAssociationList(input[_I], context));
|
|
5819
5819
|
return bn;
|
|
5820
5820
|
};
|
|
5821
5821
|
const se_KinesisStreamConfig = (input, context) => {
|
|
@@ -5850,7 +5850,7 @@ const se_LambdaFunctionAssociations = (input, context) => {
|
|
|
5850
5850
|
if (input[_Q] != null) {
|
|
5851
5851
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
5852
5852
|
}
|
|
5853
|
-
bn.lc(input, "Items", "Items", () => se_LambdaFunctionAssociationList(input[
|
|
5853
|
+
bn.lc(input, "Items", "Items", () => se_LambdaFunctionAssociationList(input[_I], context));
|
|
5854
5854
|
return bn;
|
|
5855
5855
|
};
|
|
5856
5856
|
const se_LocationList = (input, context) => {
|
|
@@ -6011,7 +6011,7 @@ const se_OriginGroupMembers = (input, context) => {
|
|
|
6011
6011
|
if (input[_Q] != null) {
|
|
6012
6012
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6013
6013
|
}
|
|
6014
|
-
bn.lc(input, "Items", "Items", () => se_OriginGroupMemberList(input[
|
|
6014
|
+
bn.lc(input, "Items", "Items", () => se_OriginGroupMemberList(input[_I], context));
|
|
6015
6015
|
return bn;
|
|
6016
6016
|
};
|
|
6017
6017
|
const se_OriginGroups = (input, context) => {
|
|
@@ -6019,7 +6019,7 @@ const se_OriginGroups = (input, context) => {
|
|
|
6019
6019
|
if (input[_Q] != null) {
|
|
6020
6020
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6021
6021
|
}
|
|
6022
|
-
bn.lc(input, "Items", "Items", () => se_OriginGroupList(input[
|
|
6022
|
+
bn.lc(input, "Items", "Items", () => se_OriginGroupList(input[_I], context));
|
|
6023
6023
|
return bn;
|
|
6024
6024
|
};
|
|
6025
6025
|
const se_OriginList = (input, context) => {
|
|
@@ -6084,7 +6084,7 @@ const se_Origins = (input, context) => {
|
|
|
6084
6084
|
if (input[_Q] != null) {
|
|
6085
6085
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6086
6086
|
}
|
|
6087
|
-
bn.lc(input, "Items", "Items", () => se_OriginList(input[
|
|
6087
|
+
bn.lc(input, "Items", "Items", () => se_OriginList(input[_I], context));
|
|
6088
6088
|
return bn;
|
|
6089
6089
|
};
|
|
6090
6090
|
const se_OriginShield = (input, context) => {
|
|
@@ -6100,7 +6100,7 @@ const se_OriginSslProtocols = (input, context) => {
|
|
|
6100
6100
|
if (input[_Q] != null) {
|
|
6101
6101
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6102
6102
|
}
|
|
6103
|
-
bn.lc(input, "Items", "Items", () => se_SslProtocolsList(input[
|
|
6103
|
+
bn.lc(input, "Items", "Items", () => se_SslProtocolsList(input[_I], context));
|
|
6104
6104
|
return bn;
|
|
6105
6105
|
};
|
|
6106
6106
|
const se_ParametersInCacheKeyAndForwardedToOrigin = (input, context) => {
|
|
@@ -6135,7 +6135,7 @@ const se_Paths = (input, context) => {
|
|
|
6135
6135
|
if (input[_Q] != null) {
|
|
6136
6136
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6137
6137
|
}
|
|
6138
|
-
bn.lc(input, "Items", "Items", () => se_PathList(input[
|
|
6138
|
+
bn.lc(input, "Items", "Items", () => se_PathList(input[_I], context));
|
|
6139
6139
|
return bn;
|
|
6140
6140
|
};
|
|
6141
6141
|
const se_PublicKeyConfig = (input, context) => {
|
|
@@ -6195,7 +6195,7 @@ const se_QueryArgProfiles = (input, context) => {
|
|
|
6195
6195
|
if (input[_Q] != null) {
|
|
6196
6196
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6197
6197
|
}
|
|
6198
|
-
bn.lc(input, "Items", "Items", () => se_QueryArgProfileList(input[
|
|
6198
|
+
bn.lc(input, "Items", "Items", () => se_QueryArgProfileList(input[_I], context));
|
|
6199
6199
|
return bn;
|
|
6200
6200
|
};
|
|
6201
6201
|
const se_QueryStringCacheKeys = (input, context) => {
|
|
@@ -6203,7 +6203,7 @@ const se_QueryStringCacheKeys = (input, context) => {
|
|
|
6203
6203
|
if (input[_Q] != null) {
|
|
6204
6204
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6205
6205
|
}
|
|
6206
|
-
bn.lc(input, "Items", "Items", () => se_QueryStringCacheKeysList(input[
|
|
6206
|
+
bn.lc(input, "Items", "Items", () => se_QueryStringCacheKeysList(input[_I], context));
|
|
6207
6207
|
return bn;
|
|
6208
6208
|
};
|
|
6209
6209
|
const se_QueryStringCacheKeysList = (input, context) => {
|
|
@@ -6219,7 +6219,7 @@ const se_QueryStringNames = (input, context) => {
|
|
|
6219
6219
|
if (input[_Q] != null) {
|
|
6220
6220
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6221
6221
|
}
|
|
6222
|
-
bn.lc(input, "Items", "Items", () => se_QueryStringNamesList(input[
|
|
6222
|
+
bn.lc(input, "Items", "Items", () => se_QueryStringNamesList(input[_I], context));
|
|
6223
6223
|
return bn;
|
|
6224
6224
|
};
|
|
6225
6225
|
const se_QueryStringNamesList = (input, context) => {
|
|
@@ -6240,7 +6240,7 @@ const se_ResponseHeadersPolicyAccessControlAllowHeaders = (input, context) => {
|
|
|
6240
6240
|
if (input[_Q] != null) {
|
|
6241
6241
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6242
6242
|
}
|
|
6243
|
-
bn.lc(input, "Items", "Items", () => se_AccessControlAllowHeadersList(input[
|
|
6243
|
+
bn.lc(input, "Items", "Items", () => se_AccessControlAllowHeadersList(input[_I], context));
|
|
6244
6244
|
return bn;
|
|
6245
6245
|
};
|
|
6246
6246
|
const se_ResponseHeadersPolicyAccessControlAllowMethods = (input, context) => {
|
|
@@ -6248,7 +6248,7 @@ const se_ResponseHeadersPolicyAccessControlAllowMethods = (input, context) => {
|
|
|
6248
6248
|
if (input[_Q] != null) {
|
|
6249
6249
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6250
6250
|
}
|
|
6251
|
-
bn.lc(input, "Items", "Items", () => se_AccessControlAllowMethodsList(input[
|
|
6251
|
+
bn.lc(input, "Items", "Items", () => se_AccessControlAllowMethodsList(input[_I], context));
|
|
6252
6252
|
return bn;
|
|
6253
6253
|
};
|
|
6254
6254
|
const se_ResponseHeadersPolicyAccessControlAllowOrigins = (input, context) => {
|
|
@@ -6256,7 +6256,7 @@ const se_ResponseHeadersPolicyAccessControlAllowOrigins = (input, context) => {
|
|
|
6256
6256
|
if (input[_Q] != null) {
|
|
6257
6257
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6258
6258
|
}
|
|
6259
|
-
bn.lc(input, "Items", "Items", () => se_AccessControlAllowOriginsList(input[
|
|
6259
|
+
bn.lc(input, "Items", "Items", () => se_AccessControlAllowOriginsList(input[_I], context));
|
|
6260
6260
|
return bn;
|
|
6261
6261
|
};
|
|
6262
6262
|
const se_ResponseHeadersPolicyAccessControlExposeHeaders = (input, context) => {
|
|
@@ -6264,7 +6264,7 @@ const se_ResponseHeadersPolicyAccessControlExposeHeaders = (input, context) => {
|
|
|
6264
6264
|
if (input[_Q] != null) {
|
|
6265
6265
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6266
6266
|
}
|
|
6267
|
-
bn.lc(input, "Items", "Items", () => se_AccessControlExposeHeadersList(input[
|
|
6267
|
+
bn.lc(input, "Items", "Items", () => se_AccessControlExposeHeadersList(input[_I], context));
|
|
6268
6268
|
return bn;
|
|
6269
6269
|
};
|
|
6270
6270
|
const se_ResponseHeadersPolicyConfig = (input, context) => {
|
|
@@ -6360,7 +6360,7 @@ const se_ResponseHeadersPolicyCustomHeadersConfig = (input, context) => {
|
|
|
6360
6360
|
if (input[_Q] != null) {
|
|
6361
6361
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6362
6362
|
}
|
|
6363
|
-
bn.lc(input, "Items", "Items", () => se_ResponseHeadersPolicyCustomHeaderList(input[
|
|
6363
|
+
bn.lc(input, "Items", "Items", () => se_ResponseHeadersPolicyCustomHeaderList(input[_I], context));
|
|
6364
6364
|
return bn;
|
|
6365
6365
|
};
|
|
6366
6366
|
const se_ResponseHeadersPolicyFrameOptions = (input, context) => {
|
|
@@ -6403,7 +6403,7 @@ const se_ResponseHeadersPolicyRemoveHeadersConfig = (input, context) => {
|
|
|
6403
6403
|
if (input[_Q] != null) {
|
|
6404
6404
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6405
6405
|
}
|
|
6406
|
-
bn.lc(input, "Items", "Items", () => se_ResponseHeadersPolicyRemoveHeaderList(input[
|
|
6406
|
+
bn.lc(input, "Items", "Items", () => se_ResponseHeadersPolicyRemoveHeaderList(input[_I], context));
|
|
6407
6407
|
return bn;
|
|
6408
6408
|
};
|
|
6409
6409
|
const se_ResponseHeadersPolicySecurityHeadersConfig = (input, context) => {
|
|
@@ -6525,7 +6525,7 @@ const se_StagingDistributionDnsNames = (input, context) => {
|
|
|
6525
6525
|
if (input[_Q] != null) {
|
|
6526
6526
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6527
6527
|
}
|
|
6528
|
-
bn.lc(input, "Items", "Items", () => se_StagingDistributionDnsNameList(input[
|
|
6528
|
+
bn.lc(input, "Items", "Items", () => se_StagingDistributionDnsNameList(input[_I], context));
|
|
6529
6529
|
return bn;
|
|
6530
6530
|
};
|
|
6531
6531
|
const se_StatusCodeList = (input, context) => {
|
|
@@ -6541,7 +6541,7 @@ const se_StatusCodes = (input, context) => {
|
|
|
6541
6541
|
if (input[_Q] != null) {
|
|
6542
6542
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6543
6543
|
}
|
|
6544
|
-
bn.lc(input, "Items", "Items", () => se_StatusCodeList(input[
|
|
6544
|
+
bn.lc(input, "Items", "Items", () => se_StatusCodeList(input[_I], context));
|
|
6545
6545
|
return bn;
|
|
6546
6546
|
};
|
|
6547
6547
|
const se_StreamingDistributionConfig = (input, context) => {
|
|
@@ -6613,7 +6613,7 @@ const se_TagKeyList = (input, context) => {
|
|
|
6613
6613
|
};
|
|
6614
6614
|
const se_TagKeys = (input, context) => {
|
|
6615
6615
|
const bn = new __XmlNode(_TKa);
|
|
6616
|
-
bn.lc(input, "Items", "Items", () => se_TagKeyList(input[
|
|
6616
|
+
bn.lc(input, "Items", "Items", () => se_TagKeyList(input[_I], context));
|
|
6617
6617
|
return bn;
|
|
6618
6618
|
};
|
|
6619
6619
|
const se_TagList = (input, context) => {
|
|
@@ -6626,7 +6626,7 @@ const se_TagList = (input, context) => {
|
|
|
6626
6626
|
};
|
|
6627
6627
|
const se_Tags = (input, context) => {
|
|
6628
6628
|
const bn = new __XmlNode(_Ta);
|
|
6629
|
-
bn.lc(input, "Items", "Items", () => se_TagList(input[
|
|
6629
|
+
bn.lc(input, "Items", "Items", () => se_TagList(input[_I], context));
|
|
6630
6630
|
return bn;
|
|
6631
6631
|
};
|
|
6632
6632
|
const se_TrafficConfig = (input, context) => {
|
|
@@ -6658,7 +6658,7 @@ const se_TrustedKeyGroups = (input, context) => {
|
|
|
6658
6658
|
if (input[_Q] != null) {
|
|
6659
6659
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6660
6660
|
}
|
|
6661
|
-
bn.lc(input, "Items", "Items", () => se_TrustedKeyGroupIdList(input[
|
|
6661
|
+
bn.lc(input, "Items", "Items", () => se_TrustedKeyGroupIdList(input[_I], context));
|
|
6662
6662
|
return bn;
|
|
6663
6663
|
};
|
|
6664
6664
|
const se_TrustedSigners = (input, context) => {
|
|
@@ -6669,7 +6669,7 @@ const se_TrustedSigners = (input, context) => {
|
|
|
6669
6669
|
if (input[_Q] != null) {
|
|
6670
6670
|
bn.c(__XmlNode.of(_i, String(input[_Q])).n(_Q));
|
|
6671
6671
|
}
|
|
6672
|
-
bn.lc(input, "Items", "Items", () => se_AwsAccountNumberList(input[
|
|
6672
|
+
bn.lc(input, "Items", "Items", () => se_AwsAccountNumberList(input[_I], context));
|
|
6673
6673
|
return bn;
|
|
6674
6674
|
};
|
|
6675
6675
|
const se_ViewerCertificate = (input, context) => {
|
|
@@ -6728,10 +6728,10 @@ const de_ActiveTrustedKeyGroups = (output, context) => {
|
|
|
6728
6728
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6729
6729
|
}
|
|
6730
6730
|
if (output.Items === "") {
|
|
6731
|
-
contents[
|
|
6731
|
+
contents[_I] = [];
|
|
6732
6732
|
}
|
|
6733
|
-
else if (output[
|
|
6734
|
-
contents[
|
|
6733
|
+
else if (output[_I] != null && output[_I][_KG] != null) {
|
|
6734
|
+
contents[_I] = de_KGKeyPairIdsList(__getArrayIfSingleItem(output[_I][_KG]), context);
|
|
6735
6735
|
}
|
|
6736
6736
|
return contents;
|
|
6737
6737
|
};
|
|
@@ -6744,10 +6744,10 @@ const de_ActiveTrustedSigners = (output, context) => {
|
|
|
6744
6744
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6745
6745
|
}
|
|
6746
6746
|
if (output.Items === "") {
|
|
6747
|
-
contents[
|
|
6747
|
+
contents[_I] = [];
|
|
6748
6748
|
}
|
|
6749
|
-
else if (output[
|
|
6750
|
-
contents[
|
|
6749
|
+
else if (output[_I] != null && output[_I][_Si] != null) {
|
|
6750
|
+
contents[_I] = de_SignerList(__getArrayIfSingleItem(output[_I][_Si]), context);
|
|
6751
6751
|
}
|
|
6752
6752
|
return contents;
|
|
6753
6753
|
};
|
|
@@ -6757,10 +6757,10 @@ const de_Aliases = (output, context) => {
|
|
|
6757
6757
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6758
6758
|
}
|
|
6759
6759
|
if (output.Items === "") {
|
|
6760
|
-
contents[
|
|
6760
|
+
contents[_I] = [];
|
|
6761
6761
|
}
|
|
6762
|
-
else if (output[
|
|
6763
|
-
contents[
|
|
6762
|
+
else if (output[_I] != null && output[_I][_CNAME] != null) {
|
|
6763
|
+
contents[_I] = de_AliasList(__getArrayIfSingleItem(output[_I][_CNAME]), context);
|
|
6764
6764
|
}
|
|
6765
6765
|
return contents;
|
|
6766
6766
|
};
|
|
@@ -6794,10 +6794,10 @@ const de_AllowedMethods = (output, context) => {
|
|
|
6794
6794
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6795
6795
|
}
|
|
6796
6796
|
if (output.Items === "") {
|
|
6797
|
-
contents[
|
|
6797
|
+
contents[_I] = [];
|
|
6798
6798
|
}
|
|
6799
|
-
else if (output[
|
|
6800
|
-
contents[
|
|
6799
|
+
else if (output[_I] != null && output[_I][_Met] != null) {
|
|
6800
|
+
contents[_I] = de_MethodsList(__getArrayIfSingleItem(output[_I][_Met]), context);
|
|
6801
6801
|
}
|
|
6802
6802
|
if (output[_CM] != null) {
|
|
6803
6803
|
contents[_CM] = de_CachedMethods(output[_CM], context);
|
|
@@ -6885,10 +6885,10 @@ const de_CacheBehaviors = (output, context) => {
|
|
|
6885
6885
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6886
6886
|
}
|
|
6887
6887
|
if (output.Items === "") {
|
|
6888
|
-
contents[
|
|
6888
|
+
contents[_I] = [];
|
|
6889
6889
|
}
|
|
6890
|
-
else if (output[
|
|
6891
|
-
contents[
|
|
6890
|
+
else if (output[_I] != null && output[_I][_CB] != null) {
|
|
6891
|
+
contents[_I] = de_CacheBehaviorList(__getArrayIfSingleItem(output[_I][_CB]), context);
|
|
6892
6892
|
}
|
|
6893
6893
|
return contents;
|
|
6894
6894
|
};
|
|
@@ -6898,10 +6898,10 @@ const de_CachedMethods = (output, context) => {
|
|
|
6898
6898
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6899
6899
|
}
|
|
6900
6900
|
if (output.Items === "") {
|
|
6901
|
-
contents[
|
|
6901
|
+
contents[_I] = [];
|
|
6902
6902
|
}
|
|
6903
|
-
else if (output[
|
|
6904
|
-
contents[
|
|
6903
|
+
else if (output[_I] != null && output[_I][_Met] != null) {
|
|
6904
|
+
contents[_I] = de_MethodsList(__getArrayIfSingleItem(output[_I][_Met]), context);
|
|
6905
6905
|
}
|
|
6906
6906
|
return contents;
|
|
6907
6907
|
};
|
|
@@ -6972,10 +6972,10 @@ const de_CachePolicyList = (output, context) => {
|
|
|
6972
6972
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
6973
6973
|
}
|
|
6974
6974
|
if (output.Items === "") {
|
|
6975
|
-
contents[
|
|
6975
|
+
contents[_I] = [];
|
|
6976
6976
|
}
|
|
6977
|
-
else if (output[
|
|
6978
|
-
contents[
|
|
6977
|
+
else if (output[_I] != null && output[_I][_CPS] != null) {
|
|
6978
|
+
contents[_I] = de_CachePolicySummaryList(__getArrayIfSingleItem(output[_I][_CPS]), context);
|
|
6979
6979
|
}
|
|
6980
6980
|
return contents;
|
|
6981
6981
|
};
|
|
@@ -7047,10 +7047,10 @@ const de_CloudFrontOriginAccessIdentityList = (output, context) => {
|
|
|
7047
7047
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7048
7048
|
}
|
|
7049
7049
|
if (output.Items === "") {
|
|
7050
|
-
contents[
|
|
7050
|
+
contents[_I] = [];
|
|
7051
7051
|
}
|
|
7052
|
-
else if (output[
|
|
7053
|
-
contents[
|
|
7052
|
+
else if (output[_I] != null && output[_I][_CFOAIS] != null) {
|
|
7053
|
+
contents[_I] = de_CloudFrontOriginAccessIdentitySummaryList(__getArrayIfSingleItem(output[_I][_CFOAIS]), context);
|
|
7054
7054
|
}
|
|
7055
7055
|
return contents;
|
|
7056
7056
|
};
|
|
@@ -7106,10 +7106,10 @@ const de_ConflictingAliasesList = (output, context) => {
|
|
|
7106
7106
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7107
7107
|
}
|
|
7108
7108
|
if (output.Items === "") {
|
|
7109
|
-
contents[
|
|
7109
|
+
contents[_I] = [];
|
|
7110
7110
|
}
|
|
7111
|
-
else if (output[
|
|
7112
|
-
contents[
|
|
7111
|
+
else if (output[_I] != null && output[_I][_CAo] != null) {
|
|
7112
|
+
contents[_I] = de_ConflictingAliases(__getArrayIfSingleItem(output[_I][_CAo]), context);
|
|
7113
7113
|
}
|
|
7114
7114
|
return contents;
|
|
7115
7115
|
};
|
|
@@ -7149,10 +7149,10 @@ const de_ContentTypeProfiles = (output, context) => {
|
|
|
7149
7149
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7150
7150
|
}
|
|
7151
7151
|
if (output.Items === "") {
|
|
7152
|
-
contents[
|
|
7152
|
+
contents[_I] = [];
|
|
7153
7153
|
}
|
|
7154
|
-
else if (output[
|
|
7155
|
-
contents[
|
|
7154
|
+
else if (output[_I] != null && output[_I][_CTP] != null) {
|
|
7155
|
+
contents[_I] = de_ContentTypeProfileList(__getArrayIfSingleItem(output[_I][_CTP]), context);
|
|
7156
7156
|
}
|
|
7157
7157
|
return contents;
|
|
7158
7158
|
};
|
|
@@ -7194,10 +7194,10 @@ const de_ContinuousDeploymentPolicyList = (output, context) => {
|
|
|
7194
7194
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7195
7195
|
}
|
|
7196
7196
|
if (output.Items === "") {
|
|
7197
|
-
contents[
|
|
7197
|
+
contents[_I] = [];
|
|
7198
7198
|
}
|
|
7199
|
-
else if (output[
|
|
7200
|
-
contents[
|
|
7199
|
+
else if (output[_I] != null && output[_I][_CDPS] != null) {
|
|
7200
|
+
contents[_I] = de_ContinuousDeploymentPolicySummaryList(__getArrayIfSingleItem(output[_I][_CDPS]), context);
|
|
7201
7201
|
}
|
|
7202
7202
|
return contents;
|
|
7203
7203
|
};
|
|
@@ -7248,10 +7248,10 @@ const de_CookieNames = (output, context) => {
|
|
|
7248
7248
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7249
7249
|
}
|
|
7250
7250
|
if (output.Items === "") {
|
|
7251
|
-
contents[
|
|
7251
|
+
contents[_I] = [];
|
|
7252
7252
|
}
|
|
7253
|
-
else if (output[
|
|
7254
|
-
contents[
|
|
7253
|
+
else if (output[_I] != null && output[_I][_N] != null) {
|
|
7254
|
+
contents[_I] = de_CookieNameList(__getArrayIfSingleItem(output[_I][_N]), context);
|
|
7255
7255
|
}
|
|
7256
7256
|
return contents;
|
|
7257
7257
|
};
|
|
@@ -7294,10 +7294,10 @@ const de_CustomErrorResponses = (output, context) => {
|
|
|
7294
7294
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7295
7295
|
}
|
|
7296
7296
|
if (output.Items === "") {
|
|
7297
|
-
contents[
|
|
7297
|
+
contents[_I] = [];
|
|
7298
7298
|
}
|
|
7299
|
-
else if (output[
|
|
7300
|
-
contents[
|
|
7299
|
+
else if (output[_I] != null && output[_I][_CER] != null) {
|
|
7300
|
+
contents[_I] = de_CustomErrorResponseList(__getArrayIfSingleItem(output[_I][_CER]), context);
|
|
7301
7301
|
}
|
|
7302
7302
|
return contents;
|
|
7303
7303
|
};
|
|
@@ -7307,10 +7307,10 @@ const de_CustomHeaders = (output, context) => {
|
|
|
7307
7307
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7308
7308
|
}
|
|
7309
7309
|
if (output.Items === "") {
|
|
7310
|
-
contents[
|
|
7310
|
+
contents[_I] = [];
|
|
7311
7311
|
}
|
|
7312
|
-
else if (output[
|
|
7313
|
-
contents[
|
|
7312
|
+
else if (output[_I] != null && output[_I][_OCH] != null) {
|
|
7313
|
+
contents[_I] = de_OriginCustomHeadersList(__getArrayIfSingleItem(output[_I][_OCH]), context);
|
|
7314
7314
|
}
|
|
7315
7315
|
return contents;
|
|
7316
7316
|
};
|
|
@@ -7510,10 +7510,10 @@ const de_DistributionIdList = (output, context) => {
|
|
|
7510
7510
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7511
7511
|
}
|
|
7512
7512
|
if (output.Items === "") {
|
|
7513
|
-
contents[
|
|
7513
|
+
contents[_I] = [];
|
|
7514
7514
|
}
|
|
7515
|
-
else if (output[
|
|
7516
|
-
contents[
|
|
7515
|
+
else if (output[_I] != null && output[_I][_DI] != null) {
|
|
7516
|
+
contents[_I] = de_DistributionIdListSummary(__getArrayIfSingleItem(output[_I][_DI]), context);
|
|
7517
7517
|
}
|
|
7518
7518
|
return contents;
|
|
7519
7519
|
};
|
|
@@ -7542,10 +7542,10 @@ const de_DistributionList = (output, context) => {
|
|
|
7542
7542
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7543
7543
|
}
|
|
7544
7544
|
if (output.Items === "") {
|
|
7545
|
-
contents[
|
|
7545
|
+
contents[_I] = [];
|
|
7546
7546
|
}
|
|
7547
|
-
else if (output[
|
|
7548
|
-
contents[
|
|
7547
|
+
else if (output[_I] != null && output[_I][_DS] != null) {
|
|
7548
|
+
contents[_I] = de_DistributionSummaryList(__getArrayIfSingleItem(output[_I][_DS]), context);
|
|
7549
7549
|
}
|
|
7550
7550
|
return contents;
|
|
7551
7551
|
};
|
|
@@ -7632,10 +7632,10 @@ const de_EncryptionEntities = (output, context) => {
|
|
|
7632
7632
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7633
7633
|
}
|
|
7634
7634
|
if (output.Items === "") {
|
|
7635
|
-
contents[
|
|
7635
|
+
contents[_I] = [];
|
|
7636
7636
|
}
|
|
7637
|
-
else if (output[
|
|
7638
|
-
contents[
|
|
7637
|
+
else if (output[_I] != null && output[_I][_EEn] != null) {
|
|
7638
|
+
contents[_I] = de_EncryptionEntityList(__getArrayIfSingleItem(output[_I][_EEn]), context);
|
|
7639
7639
|
}
|
|
7640
7640
|
return contents;
|
|
7641
7641
|
};
|
|
@@ -7717,10 +7717,10 @@ const de_FieldLevelEncryptionList = (output, context) => {
|
|
|
7717
7717
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7718
7718
|
}
|
|
7719
7719
|
if (output.Items === "") {
|
|
7720
|
-
contents[
|
|
7720
|
+
contents[_I] = [];
|
|
7721
7721
|
}
|
|
7722
|
-
else if (output[
|
|
7723
|
-
contents[
|
|
7722
|
+
else if (output[_I] != null && output[_I][_FLES] != null) {
|
|
7723
|
+
contents[_I] = de_FieldLevelEncryptionSummaryList(__getArrayIfSingleItem(output[_I][_FLES]), context);
|
|
7724
7724
|
}
|
|
7725
7725
|
return contents;
|
|
7726
7726
|
};
|
|
@@ -7765,10 +7765,10 @@ const de_FieldLevelEncryptionProfileList = (output, context) => {
|
|
|
7765
7765
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7766
7766
|
}
|
|
7767
7767
|
if (output.Items === "") {
|
|
7768
|
-
contents[
|
|
7768
|
+
contents[_I] = [];
|
|
7769
7769
|
}
|
|
7770
|
-
else if (output[
|
|
7771
|
-
contents[
|
|
7770
|
+
else if (output[_I] != null && output[_I][_FLEPS] != null) {
|
|
7771
|
+
contents[_I] = de_FieldLevelEncryptionProfileSummaryList(__getArrayIfSingleItem(output[_I][_FLEPS]), context);
|
|
7772
7772
|
}
|
|
7773
7773
|
return contents;
|
|
7774
7774
|
};
|
|
@@ -7844,10 +7844,10 @@ const de_FieldPatterns = (output, context) => {
|
|
|
7844
7844
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7845
7845
|
}
|
|
7846
7846
|
if (output.Items === "") {
|
|
7847
|
-
contents[
|
|
7847
|
+
contents[_I] = [];
|
|
7848
7848
|
}
|
|
7849
|
-
else if (output[
|
|
7850
|
-
contents[
|
|
7849
|
+
else if (output[_I] != null && output[_I][_FPi] != null) {
|
|
7850
|
+
contents[_I] = de_FieldPatternList(__getArrayIfSingleItem(output[_I][_FPi]), context);
|
|
7851
7851
|
}
|
|
7852
7852
|
return contents;
|
|
7853
7853
|
};
|
|
@@ -7890,10 +7890,10 @@ const de_FunctionAssociations = (output, context) => {
|
|
|
7890
7890
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7891
7891
|
}
|
|
7892
7892
|
if (output.Items === "") {
|
|
7893
|
-
contents[
|
|
7893
|
+
contents[_I] = [];
|
|
7894
7894
|
}
|
|
7895
|
-
else if (output[
|
|
7896
|
-
contents[
|
|
7895
|
+
else if (output[_I] != null && output[_I][_FAu] != null) {
|
|
7896
|
+
contents[_I] = de_FunctionAssociationList(__getArrayIfSingleItem(output[_I][_FAu]), context);
|
|
7897
7897
|
}
|
|
7898
7898
|
return contents;
|
|
7899
7899
|
};
|
|
@@ -7929,10 +7929,10 @@ const de_FunctionList = (output, context) => {
|
|
|
7929
7929
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7930
7930
|
}
|
|
7931
7931
|
if (output.Items === "") {
|
|
7932
|
-
contents[
|
|
7932
|
+
contents[_I] = [];
|
|
7933
7933
|
}
|
|
7934
|
-
else if (output[
|
|
7935
|
-
contents[
|
|
7934
|
+
else if (output[_I] != null && output[_I][_FSu] != null) {
|
|
7935
|
+
contents[_I] = de_FunctionSummaryList(__getArrayIfSingleItem(output[_I][_FSu]), context);
|
|
7936
7936
|
}
|
|
7937
7937
|
return contents;
|
|
7938
7938
|
};
|
|
@@ -7984,10 +7984,10 @@ const de_GeoRestriction = (output, context) => {
|
|
|
7984
7984
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
7985
7985
|
}
|
|
7986
7986
|
if (output.Items === "") {
|
|
7987
|
-
contents[
|
|
7987
|
+
contents[_I] = [];
|
|
7988
7988
|
}
|
|
7989
|
-
else if (output[
|
|
7990
|
-
contents[
|
|
7989
|
+
else if (output[_I] != null && output[_I][_L] != null) {
|
|
7990
|
+
contents[_I] = de_LocationList(__getArrayIfSingleItem(output[_I][_L]), context);
|
|
7991
7991
|
}
|
|
7992
7992
|
return contents;
|
|
7993
7993
|
};
|
|
@@ -8004,10 +8004,10 @@ const de_Headers = (output, context) => {
|
|
|
8004
8004
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8005
8005
|
}
|
|
8006
8006
|
if (output.Items === "") {
|
|
8007
|
-
contents[
|
|
8007
|
+
contents[_I] = [];
|
|
8008
8008
|
}
|
|
8009
|
-
else if (output[
|
|
8010
|
-
contents[
|
|
8009
|
+
else if (output[_I] != null && output[_I][_N] != null) {
|
|
8010
|
+
contents[_I] = de_HeaderList(__getArrayIfSingleItem(output[_I][_N]), context);
|
|
8011
8011
|
}
|
|
8012
8012
|
return contents;
|
|
8013
8013
|
};
|
|
@@ -8055,10 +8055,10 @@ const de_InvalidationList = (output, context) => {
|
|
|
8055
8055
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8056
8056
|
}
|
|
8057
8057
|
if (output.Items === "") {
|
|
8058
|
-
contents[
|
|
8058
|
+
contents[_I] = [];
|
|
8059
8059
|
}
|
|
8060
|
-
else if (output[
|
|
8061
|
-
contents[
|
|
8060
|
+
else if (output[_I] != null && output[_I][_ISnv] != null) {
|
|
8061
|
+
contents[_I] = de_InvalidationSummaryList(__getArrayIfSingleItem(output[_I][_ISnv]), context);
|
|
8062
8062
|
}
|
|
8063
8063
|
return contents;
|
|
8064
8064
|
};
|
|
@@ -8101,10 +8101,10 @@ const de_KeyGroupConfig = (output, context) => {
|
|
|
8101
8101
|
contents[_N] = __expectString(output[_N]);
|
|
8102
8102
|
}
|
|
8103
8103
|
if (output.Items === "") {
|
|
8104
|
-
contents[
|
|
8104
|
+
contents[_I] = [];
|
|
8105
8105
|
}
|
|
8106
|
-
else if (output[
|
|
8107
|
-
contents[
|
|
8106
|
+
else if (output[_I] != null && output[_I][_PK] != null) {
|
|
8107
|
+
contents[_I] = de_PublicKeyIdList(__getArrayIfSingleItem(output[_I][_PK]), context);
|
|
8108
8108
|
}
|
|
8109
8109
|
if (output[_C] != null) {
|
|
8110
8110
|
contents[_C] = __expectString(output[_C]);
|
|
@@ -8123,10 +8123,10 @@ const de_KeyGroupList = (output, context) => {
|
|
|
8123
8123
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8124
8124
|
}
|
|
8125
8125
|
if (output.Items === "") {
|
|
8126
|
-
contents[
|
|
8126
|
+
contents[_I] = [];
|
|
8127
8127
|
}
|
|
8128
|
-
else if (output[
|
|
8129
|
-
contents[
|
|
8128
|
+
else if (output[_I] != null && output[_I][_KGS] != null) {
|
|
8129
|
+
contents[_I] = de_KeyGroupSummaryList(__getArrayIfSingleItem(output[_I][_KGS]), context);
|
|
8130
8130
|
}
|
|
8131
8131
|
return contents;
|
|
8132
8132
|
};
|
|
@@ -8157,10 +8157,10 @@ const de_KeyPairIds = (output, context) => {
|
|
|
8157
8157
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8158
8158
|
}
|
|
8159
8159
|
if (output.Items === "") {
|
|
8160
|
-
contents[
|
|
8160
|
+
contents[_I] = [];
|
|
8161
8161
|
}
|
|
8162
|
-
else if (output[
|
|
8163
|
-
contents[
|
|
8162
|
+
else if (output[_I] != null && output[_I][_KPI] != null) {
|
|
8163
|
+
contents[_I] = de_KeyPairIdList(__getArrayIfSingleItem(output[_I][_KPI]), context);
|
|
8164
8164
|
}
|
|
8165
8165
|
return contents;
|
|
8166
8166
|
};
|
|
@@ -8206,10 +8206,10 @@ const de_KeyValueStoreAssociations = (output, context) => {
|
|
|
8206
8206
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8207
8207
|
}
|
|
8208
8208
|
if (output.Items === "") {
|
|
8209
|
-
contents[
|
|
8209
|
+
contents[_I] = [];
|
|
8210
8210
|
}
|
|
8211
|
-
else if (output[
|
|
8212
|
-
contents[
|
|
8211
|
+
else if (output[_I] != null && output[_I][_KVSAe] != null) {
|
|
8212
|
+
contents[_I] = de_KeyValueStoreAssociationList(__getArrayIfSingleItem(output[_I][_KVSAe]), context);
|
|
8213
8213
|
}
|
|
8214
8214
|
return contents;
|
|
8215
8215
|
};
|
|
@@ -8225,10 +8225,10 @@ const de_KeyValueStoreList = (output, context) => {
|
|
|
8225
8225
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8226
8226
|
}
|
|
8227
8227
|
if (output.Items === "") {
|
|
8228
|
-
contents[
|
|
8228
|
+
contents[_I] = [];
|
|
8229
8229
|
}
|
|
8230
|
-
else if (output[
|
|
8231
|
-
contents[
|
|
8230
|
+
else if (output[_I] != null && output[_I][_KVS] != null) {
|
|
8231
|
+
contents[_I] = de_KeyValueStoreSummaryList(__getArrayIfSingleItem(output[_I][_KVS]), context);
|
|
8232
8232
|
}
|
|
8233
8233
|
return contents;
|
|
8234
8234
|
};
|
|
@@ -8292,10 +8292,10 @@ const de_LambdaFunctionAssociations = (output, context) => {
|
|
|
8292
8292
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8293
8293
|
}
|
|
8294
8294
|
if (output.Items === "") {
|
|
8295
|
-
contents[
|
|
8295
|
+
contents[_I] = [];
|
|
8296
8296
|
}
|
|
8297
|
-
else if (output[
|
|
8298
|
-
contents[
|
|
8297
|
+
else if (output[_I] != null && output[_I][_LFAa] != null) {
|
|
8298
|
+
contents[_I] = de_LambdaFunctionAssociationList(__getArrayIfSingleItem(output[_I][_LFAa]), context);
|
|
8299
8299
|
}
|
|
8300
8300
|
return contents;
|
|
8301
8301
|
};
|
|
@@ -8417,10 +8417,10 @@ const de_OriginAccessControlList = (output, context) => {
|
|
|
8417
8417
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8418
8418
|
}
|
|
8419
8419
|
if (output.Items === "") {
|
|
8420
|
-
contents[
|
|
8420
|
+
contents[_I] = [];
|
|
8421
8421
|
}
|
|
8422
|
-
else if (output[
|
|
8423
|
-
contents[
|
|
8422
|
+
else if (output[_I] != null && output[_I][_OACS] != null) {
|
|
8423
|
+
contents[_I] = de_OriginAccessControlSummaryList(__getArrayIfSingleItem(output[_I][_OACS]), context);
|
|
8424
8424
|
}
|
|
8425
8425
|
return contents;
|
|
8426
8426
|
};
|
|
@@ -8517,10 +8517,10 @@ const de_OriginGroupMembers = (output, context) => {
|
|
|
8517
8517
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8518
8518
|
}
|
|
8519
8519
|
if (output.Items === "") {
|
|
8520
|
-
contents[
|
|
8520
|
+
contents[_I] = [];
|
|
8521
8521
|
}
|
|
8522
|
-
else if (output[
|
|
8523
|
-
contents[
|
|
8522
|
+
else if (output[_I] != null && output[_I][_OGM] != null) {
|
|
8523
|
+
contents[_I] = de_OriginGroupMemberList(__getArrayIfSingleItem(output[_I][_OGM]), context);
|
|
8524
8524
|
}
|
|
8525
8525
|
return contents;
|
|
8526
8526
|
};
|
|
@@ -8530,10 +8530,10 @@ const de_OriginGroups = (output, context) => {
|
|
|
8530
8530
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8531
8531
|
}
|
|
8532
8532
|
if (output.Items === "") {
|
|
8533
|
-
contents[
|
|
8533
|
+
contents[_I] = [];
|
|
8534
8534
|
}
|
|
8535
|
-
else if (output[
|
|
8536
|
-
contents[
|
|
8535
|
+
else if (output[_I] != null && output[_I][_OGr] != null) {
|
|
8536
|
+
contents[_I] = de_OriginGroupList(__getArrayIfSingleItem(output[_I][_OGr]), context);
|
|
8537
8537
|
}
|
|
8538
8538
|
return contents;
|
|
8539
8539
|
};
|
|
@@ -8608,10 +8608,10 @@ const de_OriginRequestPolicyList = (output, context) => {
|
|
|
8608
8608
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8609
8609
|
}
|
|
8610
8610
|
if (output.Items === "") {
|
|
8611
|
-
contents[
|
|
8611
|
+
contents[_I] = [];
|
|
8612
8612
|
}
|
|
8613
|
-
else if (output[
|
|
8614
|
-
contents[
|
|
8613
|
+
else if (output[_I] != null && output[_I][_ORPS] != null) {
|
|
8614
|
+
contents[_I] = de_OriginRequestPolicySummaryList(__getArrayIfSingleItem(output[_I][_ORPS]), context);
|
|
8615
8615
|
}
|
|
8616
8616
|
return contents;
|
|
8617
8617
|
};
|
|
@@ -8648,10 +8648,10 @@ const de_Origins = (output, context) => {
|
|
|
8648
8648
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8649
8649
|
}
|
|
8650
8650
|
if (output.Items === "") {
|
|
8651
|
-
contents[
|
|
8651
|
+
contents[_I] = [];
|
|
8652
8652
|
}
|
|
8653
|
-
else if (output[
|
|
8654
|
-
contents[
|
|
8653
|
+
else if (output[_I] != null && output[_I][_Or] != null) {
|
|
8654
|
+
contents[_I] = de_OriginList(__getArrayIfSingleItem(output[_I][_Or]), context);
|
|
8655
8655
|
}
|
|
8656
8656
|
return contents;
|
|
8657
8657
|
};
|
|
@@ -8671,10 +8671,10 @@ const de_OriginSslProtocols = (output, context) => {
|
|
|
8671
8671
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8672
8672
|
}
|
|
8673
8673
|
if (output.Items === "") {
|
|
8674
|
-
contents[
|
|
8674
|
+
contents[_I] = [];
|
|
8675
8675
|
}
|
|
8676
|
-
else if (output[
|
|
8677
|
-
contents[
|
|
8676
|
+
else if (output[_I] != null && output[_I][_SPs] != null) {
|
|
8677
|
+
contents[_I] = de_SslProtocolsList(__getArrayIfSingleItem(output[_I][_SPs]), context);
|
|
8678
8678
|
}
|
|
8679
8679
|
return contents;
|
|
8680
8680
|
};
|
|
@@ -8710,10 +8710,10 @@ const de_Paths = (output, context) => {
|
|
|
8710
8710
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8711
8711
|
}
|
|
8712
8712
|
if (output.Items === "") {
|
|
8713
|
-
contents[
|
|
8713
|
+
contents[_I] = [];
|
|
8714
8714
|
}
|
|
8715
|
-
else if (output[
|
|
8716
|
-
contents[
|
|
8715
|
+
else if (output[_I] != null && output[_I][_Pa] != null) {
|
|
8716
|
+
contents[_I] = de_PathList(__getArrayIfSingleItem(output[_I][_Pa]), context);
|
|
8717
8717
|
}
|
|
8718
8718
|
return contents;
|
|
8719
8719
|
};
|
|
@@ -8765,10 +8765,10 @@ const de_PublicKeyList = (output, context) => {
|
|
|
8765
8765
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8766
8766
|
}
|
|
8767
8767
|
if (output.Items === "") {
|
|
8768
|
-
contents[
|
|
8768
|
+
contents[_I] = [];
|
|
8769
8769
|
}
|
|
8770
|
-
else if (output[
|
|
8771
|
-
contents[
|
|
8770
|
+
else if (output[_I] != null && output[_I][_PKS] != null) {
|
|
8771
|
+
contents[_I] = de_PublicKeySummaryList(__getArrayIfSingleItem(output[_I][_PKS]), context);
|
|
8772
8772
|
}
|
|
8773
8773
|
return contents;
|
|
8774
8774
|
};
|
|
@@ -8831,10 +8831,10 @@ const de_QueryArgProfiles = (output, context) => {
|
|
|
8831
8831
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8832
8832
|
}
|
|
8833
8833
|
if (output.Items === "") {
|
|
8834
|
-
contents[
|
|
8834
|
+
contents[_I] = [];
|
|
8835
8835
|
}
|
|
8836
|
-
else if (output[
|
|
8837
|
-
contents[
|
|
8836
|
+
else if (output[_I] != null && output[_I][_QAP] != null) {
|
|
8837
|
+
contents[_I] = de_QueryArgProfileList(__getArrayIfSingleItem(output[_I][_QAP]), context);
|
|
8838
8838
|
}
|
|
8839
8839
|
return contents;
|
|
8840
8840
|
};
|
|
@@ -8844,10 +8844,10 @@ const de_QueryStringCacheKeys = (output, context) => {
|
|
|
8844
8844
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8845
8845
|
}
|
|
8846
8846
|
if (output.Items === "") {
|
|
8847
|
-
contents[
|
|
8847
|
+
contents[_I] = [];
|
|
8848
8848
|
}
|
|
8849
|
-
else if (output[
|
|
8850
|
-
contents[
|
|
8849
|
+
else if (output[_I] != null && output[_I][_N] != null) {
|
|
8850
|
+
contents[_I] = de_QueryStringCacheKeysList(__getArrayIfSingleItem(output[_I][_N]), context);
|
|
8851
8851
|
}
|
|
8852
8852
|
return contents;
|
|
8853
8853
|
};
|
|
@@ -8864,10 +8864,10 @@ const de_QueryStringNames = (output, context) => {
|
|
|
8864
8864
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8865
8865
|
}
|
|
8866
8866
|
if (output.Items === "") {
|
|
8867
|
-
contents[
|
|
8867
|
+
contents[_I] = [];
|
|
8868
8868
|
}
|
|
8869
|
-
else if (output[
|
|
8870
|
-
contents[
|
|
8869
|
+
else if (output[_I] != null && output[_I][_N] != null) {
|
|
8870
|
+
contents[_I] = de_QueryStringNamesList(__getArrayIfSingleItem(output[_I][_N]), context);
|
|
8871
8871
|
}
|
|
8872
8872
|
return contents;
|
|
8873
8873
|
};
|
|
@@ -8916,10 +8916,10 @@ const de_RealtimeLogConfigs = (output, context) => {
|
|
|
8916
8916
|
contents[_MI] = __strictParseInt32(output[_MI]);
|
|
8917
8917
|
}
|
|
8918
8918
|
if (output.Items === "") {
|
|
8919
|
-
contents[
|
|
8919
|
+
contents[_I] = [];
|
|
8920
8920
|
}
|
|
8921
|
-
else if (output[
|
|
8922
|
-
contents[
|
|
8921
|
+
else if (output[_I] != null && output[_I][_m] != null) {
|
|
8922
|
+
contents[_I] = de_RealtimeLogConfigList(__getArrayIfSingleItem(output[_I][_m]), context);
|
|
8923
8923
|
}
|
|
8924
8924
|
if (output[_IT] != null) {
|
|
8925
8925
|
contents[_IT] = __parseBoolean(output[_IT]);
|
|
@@ -8958,10 +8958,10 @@ const de_ResponseHeadersPolicyAccessControlAllowHeaders = (output, context) => {
|
|
|
8958
8958
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8959
8959
|
}
|
|
8960
8960
|
if (output.Items === "") {
|
|
8961
|
-
contents[
|
|
8961
|
+
contents[_I] = [];
|
|
8962
8962
|
}
|
|
8963
|
-
else if (output[
|
|
8964
|
-
contents[
|
|
8963
|
+
else if (output[_I] != null && output[_I][_H] != null) {
|
|
8964
|
+
contents[_I] = de_AccessControlAllowHeadersList(__getArrayIfSingleItem(output[_I][_H]), context);
|
|
8965
8965
|
}
|
|
8966
8966
|
return contents;
|
|
8967
8967
|
};
|
|
@@ -8971,10 +8971,10 @@ const de_ResponseHeadersPolicyAccessControlAllowMethods = (output, context) => {
|
|
|
8971
8971
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8972
8972
|
}
|
|
8973
8973
|
if (output.Items === "") {
|
|
8974
|
-
contents[
|
|
8974
|
+
contents[_I] = [];
|
|
8975
8975
|
}
|
|
8976
|
-
else if (output[
|
|
8977
|
-
contents[
|
|
8976
|
+
else if (output[_I] != null && output[_I][_Met] != null) {
|
|
8977
|
+
contents[_I] = de_AccessControlAllowMethodsList(__getArrayIfSingleItem(output[_I][_Met]), context);
|
|
8978
8978
|
}
|
|
8979
8979
|
return contents;
|
|
8980
8980
|
};
|
|
@@ -8984,10 +8984,10 @@ const de_ResponseHeadersPolicyAccessControlAllowOrigins = (output, context) => {
|
|
|
8984
8984
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8985
8985
|
}
|
|
8986
8986
|
if (output.Items === "") {
|
|
8987
|
-
contents[
|
|
8987
|
+
contents[_I] = [];
|
|
8988
8988
|
}
|
|
8989
|
-
else if (output[
|
|
8990
|
-
contents[
|
|
8989
|
+
else if (output[_I] != null && output[_I][_Or] != null) {
|
|
8990
|
+
contents[_I] = de_AccessControlAllowOriginsList(__getArrayIfSingleItem(output[_I][_Or]), context);
|
|
8991
8991
|
}
|
|
8992
8992
|
return contents;
|
|
8993
8993
|
};
|
|
@@ -8997,10 +8997,10 @@ const de_ResponseHeadersPolicyAccessControlExposeHeaders = (output, context) =>
|
|
|
8997
8997
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
8998
8998
|
}
|
|
8999
8999
|
if (output.Items === "") {
|
|
9000
|
-
contents[
|
|
9000
|
+
contents[_I] = [];
|
|
9001
9001
|
}
|
|
9002
|
-
else if (output[
|
|
9003
|
-
contents[
|
|
9002
|
+
else if (output[_I] != null && output[_I][_H] != null) {
|
|
9003
|
+
contents[_I] = de_AccessControlExposeHeadersList(__getArrayIfSingleItem(output[_I][_H]), context);
|
|
9004
9004
|
}
|
|
9005
9005
|
return contents;
|
|
9006
9006
|
};
|
|
@@ -9097,10 +9097,10 @@ const de_ResponseHeadersPolicyCustomHeadersConfig = (output, context) => {
|
|
|
9097
9097
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9098
9098
|
}
|
|
9099
9099
|
if (output.Items === "") {
|
|
9100
|
-
contents[
|
|
9100
|
+
contents[_I] = [];
|
|
9101
9101
|
}
|
|
9102
|
-
else if (output[
|
|
9103
|
-
contents[
|
|
9102
|
+
else if (output[_I] != null && output[_I][_RHPCH] != null) {
|
|
9103
|
+
contents[_I] = de_ResponseHeadersPolicyCustomHeaderList(__getArrayIfSingleItem(output[_I][_RHPCH]), context);
|
|
9104
9104
|
}
|
|
9105
9105
|
return contents;
|
|
9106
9106
|
};
|
|
@@ -9126,10 +9126,10 @@ const de_ResponseHeadersPolicyList = (output, context) => {
|
|
|
9126
9126
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9127
9127
|
}
|
|
9128
9128
|
if (output.Items === "") {
|
|
9129
|
-
contents[
|
|
9129
|
+
contents[_I] = [];
|
|
9130
9130
|
}
|
|
9131
|
-
else if (output[
|
|
9132
|
-
contents[
|
|
9131
|
+
else if (output[_I] != null && output[_I][_RHPS] != null) {
|
|
9132
|
+
contents[_I] = de_ResponseHeadersPolicySummaryList(__getArrayIfSingleItem(output[_I][_RHPS]), context);
|
|
9133
9133
|
}
|
|
9134
9134
|
return contents;
|
|
9135
9135
|
};
|
|
@@ -9163,10 +9163,10 @@ const de_ResponseHeadersPolicyRemoveHeadersConfig = (output, context) => {
|
|
|
9163
9163
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9164
9164
|
}
|
|
9165
9165
|
if (output.Items === "") {
|
|
9166
|
-
contents[
|
|
9166
|
+
contents[_I] = [];
|
|
9167
9167
|
}
|
|
9168
|
-
else if (output[
|
|
9169
|
-
contents[
|
|
9168
|
+
else if (output[_I] != null && output[_I][_RHPRH] != null) {
|
|
9169
|
+
contents[_I] = de_ResponseHeadersPolicyRemoveHeaderList(__getArrayIfSingleItem(output[_I][_RHPRH]), context);
|
|
9170
9170
|
}
|
|
9171
9171
|
return contents;
|
|
9172
9172
|
};
|
|
@@ -9322,10 +9322,10 @@ const de_StagingDistributionDnsNames = (output, context) => {
|
|
|
9322
9322
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9323
9323
|
}
|
|
9324
9324
|
if (output.Items === "") {
|
|
9325
|
-
contents[
|
|
9325
|
+
contents[_I] = [];
|
|
9326
9326
|
}
|
|
9327
|
-
else if (output[
|
|
9328
|
-
contents[
|
|
9327
|
+
else if (output[_I] != null && output[_I][_DNn] != null) {
|
|
9328
|
+
contents[_I] = de_StagingDistributionDnsNameList(__getArrayIfSingleItem(output[_I][_DNn]), context);
|
|
9329
9329
|
}
|
|
9330
9330
|
return contents;
|
|
9331
9331
|
};
|
|
@@ -9342,10 +9342,10 @@ const de_StatusCodes = (output, context) => {
|
|
|
9342
9342
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9343
9343
|
}
|
|
9344
9344
|
if (output.Items === "") {
|
|
9345
|
-
contents[
|
|
9345
|
+
contents[_I] = [];
|
|
9346
9346
|
}
|
|
9347
|
-
else if (output[
|
|
9348
|
-
contents[
|
|
9347
|
+
else if (output[_I] != null && output[_I][_SCt] != null) {
|
|
9348
|
+
contents[_I] = de_StatusCodeList(__getArrayIfSingleItem(output[_I][_SCt]), context);
|
|
9349
9349
|
}
|
|
9350
9350
|
return contents;
|
|
9351
9351
|
};
|
|
@@ -9420,10 +9420,10 @@ const de_StreamingDistributionList = (output, context) => {
|
|
|
9420
9420
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9421
9421
|
}
|
|
9422
9422
|
if (output.Items === "") {
|
|
9423
|
-
contents[
|
|
9423
|
+
contents[_I] = [];
|
|
9424
9424
|
}
|
|
9425
|
-
else if (output[
|
|
9426
|
-
contents[
|
|
9425
|
+
else if (output[_I] != null && output[_I][_SDS] != null) {
|
|
9426
|
+
contents[_I] = de_StreamingDistributionSummaryList(__getArrayIfSingleItem(output[_I][_SDS]), context);
|
|
9427
9427
|
}
|
|
9428
9428
|
return contents;
|
|
9429
9429
|
};
|
|
@@ -9504,10 +9504,10 @@ const de_TagList = (output, context) => {
|
|
|
9504
9504
|
const de_Tags = (output, context) => {
|
|
9505
9505
|
const contents = {};
|
|
9506
9506
|
if (output.Items === "") {
|
|
9507
|
-
contents[
|
|
9507
|
+
contents[_I] = [];
|
|
9508
9508
|
}
|
|
9509
|
-
else if (output[
|
|
9510
|
-
contents[
|
|
9509
|
+
else if (output[_I] != null && output[_I][_Tag] != null) {
|
|
9510
|
+
contents[_I] = de_TagList(__getArrayIfSingleItem(output[_I][_Tag]), context);
|
|
9511
9511
|
}
|
|
9512
9512
|
return contents;
|
|
9513
9513
|
};
|
|
@@ -9562,10 +9562,10 @@ const de_TrustedKeyGroups = (output, context) => {
|
|
|
9562
9562
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9563
9563
|
}
|
|
9564
9564
|
if (output.Items === "") {
|
|
9565
|
-
contents[
|
|
9565
|
+
contents[_I] = [];
|
|
9566
9566
|
}
|
|
9567
|
-
else if (output[
|
|
9568
|
-
contents[
|
|
9567
|
+
else if (output[_I] != null && output[_I][_KG] != null) {
|
|
9568
|
+
contents[_I] = de_TrustedKeyGroupIdList(__getArrayIfSingleItem(output[_I][_KG]), context);
|
|
9569
9569
|
}
|
|
9570
9570
|
return contents;
|
|
9571
9571
|
};
|
|
@@ -9578,10 +9578,10 @@ const de_TrustedSigners = (output, context) => {
|
|
|
9578
9578
|
contents[_Q] = __strictParseInt32(output[_Q]);
|
|
9579
9579
|
}
|
|
9580
9580
|
if (output.Items === "") {
|
|
9581
|
-
contents[
|
|
9581
|
+
contents[_I] = [];
|
|
9582
9582
|
}
|
|
9583
|
-
else if (output[
|
|
9584
|
-
contents[
|
|
9583
|
+
else if (output[_I] != null && output[_I][_AAN] != null) {
|
|
9584
|
+
contents[_I] = de_AwsAccountNumberList(__getArrayIfSingleItem(output[_I][_AAN]), context);
|
|
9585
9585
|
}
|
|
9586
9586
|
return contents;
|
|
9587
9587
|
};
|
|
@@ -9766,7 +9766,7 @@ const _HTTPSP = "HTTPSPort";
|
|
|
9766
9766
|
const _HV = "HttpVersion";
|
|
9767
9767
|
const _HVe = "HeaderValue";
|
|
9768
9768
|
const _He = "Headers";
|
|
9769
|
-
const _I = "
|
|
9769
|
+
const _I = "Items";
|
|
9770
9770
|
const _IAMCI = "IAMCertificateId";
|
|
9771
9771
|
const _IB = "InvalidationBatch";
|
|
9772
9772
|
const _IBn = "IncludeBody";
|
|
@@ -9783,7 +9783,6 @@ const _ISt = "ItemSelection";
|
|
|
9783
9783
|
const _IT = "IsTruncated";
|
|
9784
9784
|
const _ITTL = "IdleTTL";
|
|
9785
9785
|
const _Id = "Id";
|
|
9786
|
-
const _It = "Items";
|
|
9787
9786
|
const _K = "Key";
|
|
9788
9787
|
const _KG = "KeyGroup";
|
|
9789
9788
|
const _KGC = "KeyGroupConfig";
|