@aws-sdk/client-cloudfront 3.645.0 → 3.650.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.
Files changed (121) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +111 -333
  3. package/dist-es/commands/AssociateAliasCommand.js +1 -3
  4. package/dist-es/commands/CopyDistributionCommand.js +1 -3
  5. package/dist-es/commands/CreateCachePolicyCommand.js +1 -3
  6. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +1 -3
  7. package/dist-es/commands/CreateContinuousDeploymentPolicyCommand.js +1 -3
  8. package/dist-es/commands/CreateDistributionCommand.js +1 -3
  9. package/dist-es/commands/CreateDistributionWithTagsCommand.js +1 -3
  10. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +1 -3
  11. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +1 -3
  12. package/dist-es/commands/CreateFunctionCommand.js +1 -3
  13. package/dist-es/commands/CreateInvalidationCommand.js +1 -3
  14. package/dist-es/commands/CreateKeyGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateKeyValueStoreCommand.js +1 -3
  16. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +1 -3
  17. package/dist-es/commands/CreateOriginAccessControlCommand.js +1 -3
  18. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +1 -3
  19. package/dist-es/commands/CreatePublicKeyCommand.js +1 -3
  20. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +1 -3
  21. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +1 -3
  22. package/dist-es/commands/CreateStreamingDistributionCommand.js +1 -3
  23. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +1 -3
  24. package/dist-es/commands/DeleteCachePolicyCommand.js +1 -3
  25. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +1 -3
  26. package/dist-es/commands/DeleteContinuousDeploymentPolicyCommand.js +1 -3
  27. package/dist-es/commands/DeleteDistributionCommand.js +1 -3
  28. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +1 -3
  29. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +1 -3
  30. package/dist-es/commands/DeleteFunctionCommand.js +1 -3
  31. package/dist-es/commands/DeleteKeyGroupCommand.js +1 -3
  32. package/dist-es/commands/DeleteKeyValueStoreCommand.js +1 -3
  33. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +1 -3
  34. package/dist-es/commands/DeleteOriginAccessControlCommand.js +1 -3
  35. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +1 -3
  36. package/dist-es/commands/DeletePublicKeyCommand.js +1 -3
  37. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +1 -3
  38. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +1 -3
  39. package/dist-es/commands/DeleteStreamingDistributionCommand.js +1 -3
  40. package/dist-es/commands/DescribeFunctionCommand.js +1 -3
  41. package/dist-es/commands/DescribeKeyValueStoreCommand.js +1 -3
  42. package/dist-es/commands/GetCachePolicyCommand.js +1 -3
  43. package/dist-es/commands/GetCachePolicyConfigCommand.js +1 -3
  44. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +1 -3
  45. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +1 -3
  46. package/dist-es/commands/GetContinuousDeploymentPolicyCommand.js +1 -3
  47. package/dist-es/commands/GetContinuousDeploymentPolicyConfigCommand.js +1 -3
  48. package/dist-es/commands/GetDistributionCommand.js +1 -3
  49. package/dist-es/commands/GetDistributionConfigCommand.js +1 -3
  50. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +1 -3
  51. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +1 -3
  52. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +1 -3
  53. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +1 -3
  54. package/dist-es/commands/GetFunctionCommand.js +1 -3
  55. package/dist-es/commands/GetInvalidationCommand.js +1 -3
  56. package/dist-es/commands/GetKeyGroupCommand.js +1 -3
  57. package/dist-es/commands/GetKeyGroupConfigCommand.js +1 -3
  58. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +1 -3
  59. package/dist-es/commands/GetOriginAccessControlCommand.js +1 -3
  60. package/dist-es/commands/GetOriginAccessControlConfigCommand.js +1 -3
  61. package/dist-es/commands/GetOriginRequestPolicyCommand.js +1 -3
  62. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +1 -3
  63. package/dist-es/commands/GetPublicKeyCommand.js +1 -3
  64. package/dist-es/commands/GetPublicKeyConfigCommand.js +1 -3
  65. package/dist-es/commands/GetRealtimeLogConfigCommand.js +1 -3
  66. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +1 -3
  67. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +1 -3
  68. package/dist-es/commands/GetStreamingDistributionCommand.js +1 -3
  69. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +1 -3
  70. package/dist-es/commands/ListCachePoliciesCommand.js +1 -3
  71. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +1 -3
  72. package/dist-es/commands/ListConflictingAliasesCommand.js +1 -3
  73. package/dist-es/commands/ListContinuousDeploymentPoliciesCommand.js +1 -3
  74. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +1 -3
  75. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +1 -3
  76. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +1 -3
  77. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +1 -3
  78. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +1 -3
  79. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +1 -3
  80. package/dist-es/commands/ListDistributionsCommand.js +1 -3
  81. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +1 -3
  82. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +1 -3
  83. package/dist-es/commands/ListFunctionsCommand.js +1 -3
  84. package/dist-es/commands/ListInvalidationsCommand.js +1 -3
  85. package/dist-es/commands/ListKeyGroupsCommand.js +1 -3
  86. package/dist-es/commands/ListKeyValueStoresCommand.js +1 -3
  87. package/dist-es/commands/ListOriginAccessControlsCommand.js +1 -3
  88. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +1 -3
  89. package/dist-es/commands/ListPublicKeysCommand.js +1 -3
  90. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +1 -3
  91. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +1 -3
  92. package/dist-es/commands/ListStreamingDistributionsCommand.js +1 -3
  93. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  94. package/dist-es/commands/PublishFunctionCommand.js +1 -3
  95. package/dist-es/commands/TagResourceCommand.js +1 -3
  96. package/dist-es/commands/TestFunctionCommand.js +1 -3
  97. package/dist-es/commands/UntagResourceCommand.js +1 -3
  98. package/dist-es/commands/UpdateCachePolicyCommand.js +1 -3
  99. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +1 -3
  100. package/dist-es/commands/UpdateContinuousDeploymentPolicyCommand.js +1 -3
  101. package/dist-es/commands/UpdateDistributionCommand.js +1 -3
  102. package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +1 -3
  103. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +1 -3
  104. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +1 -3
  105. package/dist-es/commands/UpdateFunctionCommand.js +1 -3
  106. package/dist-es/commands/UpdateKeyGroupCommand.js +1 -3
  107. package/dist-es/commands/UpdateKeyValueStoreCommand.js +1 -3
  108. package/dist-es/commands/UpdateOriginAccessControlCommand.js +1 -3
  109. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +1 -3
  110. package/dist-es/commands/UpdatePublicKeyCommand.js +1 -3
  111. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +1 -3
  112. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +1 -3
  113. package/dist-es/commands/UpdateStreamingDistributionCommand.js +1 -3
  114. package/dist-es/endpoint/endpointResolver.js +7 -3
  115. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  116. package/dist-types/runtimeConfig.d.ts +2 -0
  117. package/dist-types/runtimeConfig.native.d.ts +2 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  121. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -13232,9 +13232,7 @@ var _st = "string";
13232
13232
  var _ve = '<?xml version="1.0" encoding="UTF-8"?>';
13233
13233
 
13234
13234
  // src/commands/AssociateAliasCommand.ts
13235
- var _AssociateAliasCommand = class _AssociateAliasCommand extends import_smithy_client.Command.classBuilder().ep({
13236
- ...commonParams
13237
- }).m(function(Command, cs, config, o) {
13235
+ var _AssociateAliasCommand = class _AssociateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13238
13236
  return [
13239
13237
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13240
13238
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13248,9 +13246,7 @@ var AssociateAliasCommand = _AssociateAliasCommand;
13248
13246
 
13249
13247
 
13250
13248
 
13251
- var _CopyDistributionCommand = class _CopyDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13252
- ...commonParams
13253
- }).m(function(Command, cs, config, o) {
13249
+ var _CopyDistributionCommand = class _CopyDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13254
13250
  return [
13255
13251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13256
13252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13264,9 +13260,7 @@ var CopyDistributionCommand = _CopyDistributionCommand;
13264
13260
 
13265
13261
 
13266
13262
 
13267
- var _CreateCachePolicyCommand = class _CreateCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13268
- ...commonParams
13269
- }).m(function(Command, cs, config, o) {
13263
+ var _CreateCachePolicyCommand = class _CreateCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13270
13264
  return [
13271
13265
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13272
13266
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13280,9 +13274,7 @@ var CreateCachePolicyCommand = _CreateCachePolicyCommand;
13280
13274
 
13281
13275
 
13282
13276
 
13283
- var _CreateCloudFrontOriginAccessIdentityCommand = class _CreateCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
13284
- ...commonParams
13285
- }).m(function(Command, cs, config, o) {
13277
+ var _CreateCloudFrontOriginAccessIdentityCommand = class _CreateCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13286
13278
  return [
13287
13279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13288
13280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13296,9 +13288,7 @@ var CreateCloudFrontOriginAccessIdentityCommand = _CreateCloudFrontOriginAccessI
13296
13288
 
13297
13289
 
13298
13290
 
13299
- var _CreateContinuousDeploymentPolicyCommand = class _CreateContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13300
- ...commonParams
13301
- }).m(function(Command, cs, config, o) {
13291
+ var _CreateContinuousDeploymentPolicyCommand = class _CreateContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13302
13292
  return [
13303
13293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13304
13294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13312,9 +13302,7 @@ var CreateContinuousDeploymentPolicyCommand = _CreateContinuousDeploymentPolicyC
13312
13302
 
13313
13303
 
13314
13304
 
13315
- var _CreateDistributionCommand = class _CreateDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13316
- ...commonParams
13317
- }).m(function(Command, cs, config, o) {
13305
+ var _CreateDistributionCommand = class _CreateDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13318
13306
  return [
13319
13307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13320
13308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13328,9 +13316,7 @@ var CreateDistributionCommand = _CreateDistributionCommand;
13328
13316
 
13329
13317
 
13330
13318
 
13331
- var _CreateDistributionWithTagsCommand = class _CreateDistributionWithTagsCommand extends import_smithy_client.Command.classBuilder().ep({
13332
- ...commonParams
13333
- }).m(function(Command, cs, config, o) {
13319
+ var _CreateDistributionWithTagsCommand = class _CreateDistributionWithTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13334
13320
  return [
13335
13321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13336
13322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13344,9 +13330,7 @@ var CreateDistributionWithTagsCommand = _CreateDistributionWithTagsCommand;
13344
13330
 
13345
13331
 
13346
13332
 
13347
- var _CreateFieldLevelEncryptionConfigCommand = class _CreateFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13348
- ...commonParams
13349
- }).m(function(Command, cs, config, o) {
13333
+ var _CreateFieldLevelEncryptionConfigCommand = class _CreateFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13350
13334
  return [
13351
13335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13352
13336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13360,9 +13344,7 @@ var CreateFieldLevelEncryptionConfigCommand = _CreateFieldLevelEncryptionConfigC
13360
13344
 
13361
13345
 
13362
13346
 
13363
- var _CreateFieldLevelEncryptionProfileCommand = class _CreateFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep({
13364
- ...commonParams
13365
- }).m(function(Command, cs, config, o) {
13347
+ var _CreateFieldLevelEncryptionProfileCommand = class _CreateFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13366
13348
  return [
13367
13349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13368
13350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13376,9 +13358,7 @@ var CreateFieldLevelEncryptionProfileCommand = _CreateFieldLevelEncryptionProfil
13376
13358
 
13377
13359
 
13378
13360
 
13379
- var _CreateFunctionCommand = class _CreateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
13380
- ...commonParams
13381
- }).m(function(Command, cs, config, o) {
13361
+ var _CreateFunctionCommand = class _CreateFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13382
13362
  return [
13383
13363
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13384
13364
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13392,9 +13372,7 @@ var CreateFunctionCommand = _CreateFunctionCommand;
13392
13372
 
13393
13373
 
13394
13374
 
13395
- var _CreateInvalidationCommand = class _CreateInvalidationCommand extends import_smithy_client.Command.classBuilder().ep({
13396
- ...commonParams
13397
- }).m(function(Command, cs, config, o) {
13375
+ var _CreateInvalidationCommand = class _CreateInvalidationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13398
13376
  return [
13399
13377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13400
13378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13408,9 +13386,7 @@ var CreateInvalidationCommand = _CreateInvalidationCommand;
13408
13386
 
13409
13387
 
13410
13388
 
13411
- var _CreateKeyGroupCommand = class _CreateKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep({
13412
- ...commonParams
13413
- }).m(function(Command, cs, config, o) {
13389
+ var _CreateKeyGroupCommand = class _CreateKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13414
13390
  return [
13415
13391
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13416
13392
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13424,9 +13400,7 @@ var CreateKeyGroupCommand = _CreateKeyGroupCommand;
13424
13400
 
13425
13401
 
13426
13402
 
13427
- var _CreateKeyValueStoreCommand = class _CreateKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep({
13428
- ...commonParams
13429
- }).m(function(Command, cs, config, o) {
13403
+ var _CreateKeyValueStoreCommand = class _CreateKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13430
13404
  return [
13431
13405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13432
13406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13440,9 +13414,7 @@ var CreateKeyValueStoreCommand = _CreateKeyValueStoreCommand;
13440
13414
 
13441
13415
 
13442
13416
 
13443
- var _CreateMonitoringSubscriptionCommand = class _CreateMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
13444
- ...commonParams
13445
- }).m(function(Command, cs, config, o) {
13417
+ var _CreateMonitoringSubscriptionCommand = class _CreateMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13446
13418
  return [
13447
13419
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13448
13420
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13456,9 +13428,7 @@ var CreateMonitoringSubscriptionCommand = _CreateMonitoringSubscriptionCommand;
13456
13428
 
13457
13429
 
13458
13430
 
13459
- var _CreateOriginAccessControlCommand = class _CreateOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep({
13460
- ...commonParams
13461
- }).m(function(Command, cs, config, o) {
13431
+ var _CreateOriginAccessControlCommand = class _CreateOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13462
13432
  return [
13463
13433
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13464
13434
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13472,9 +13442,7 @@ var CreateOriginAccessControlCommand = _CreateOriginAccessControlCommand;
13472
13442
 
13473
13443
 
13474
13444
 
13475
- var _CreateOriginRequestPolicyCommand = class _CreateOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13476
- ...commonParams
13477
- }).m(function(Command, cs, config, o) {
13445
+ var _CreateOriginRequestPolicyCommand = class _CreateOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13478
13446
  return [
13479
13447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13480
13448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13488,9 +13456,7 @@ var CreateOriginRequestPolicyCommand = _CreateOriginRequestPolicyCommand;
13488
13456
 
13489
13457
 
13490
13458
 
13491
- var _CreatePublicKeyCommand = class _CreatePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
13492
- ...commonParams
13493
- }).m(function(Command, cs, config, o) {
13459
+ var _CreatePublicKeyCommand = class _CreatePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13494
13460
  return [
13495
13461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13496
13462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13504,9 +13470,7 @@ var CreatePublicKeyCommand = _CreatePublicKeyCommand;
13504
13470
 
13505
13471
 
13506
13472
 
13507
- var _CreateRealtimeLogConfigCommand = class _CreateRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13508
- ...commonParams
13509
- }).m(function(Command, cs, config, o) {
13473
+ var _CreateRealtimeLogConfigCommand = class _CreateRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13510
13474
  return [
13511
13475
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13512
13476
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13520,9 +13484,7 @@ var CreateRealtimeLogConfigCommand = _CreateRealtimeLogConfigCommand;
13520
13484
 
13521
13485
 
13522
13486
 
13523
- var _CreateResponseHeadersPolicyCommand = class _CreateResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13524
- ...commonParams
13525
- }).m(function(Command, cs, config, o) {
13487
+ var _CreateResponseHeadersPolicyCommand = class _CreateResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13526
13488
  return [
13527
13489
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13528
13490
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13536,9 +13498,7 @@ var CreateResponseHeadersPolicyCommand = _CreateResponseHeadersPolicyCommand;
13536
13498
 
13537
13499
 
13538
13500
 
13539
- var _CreateStreamingDistributionCommand = class _CreateStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13540
- ...commonParams
13541
- }).m(function(Command, cs, config, o) {
13501
+ var _CreateStreamingDistributionCommand = class _CreateStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13542
13502
  return [
13543
13503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13544
13504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13552,9 +13512,7 @@ var CreateStreamingDistributionCommand = _CreateStreamingDistributionCommand;
13552
13512
 
13553
13513
 
13554
13514
 
13555
- var _CreateStreamingDistributionWithTagsCommand = class _CreateStreamingDistributionWithTagsCommand extends import_smithy_client.Command.classBuilder().ep({
13556
- ...commonParams
13557
- }).m(function(Command, cs, config, o) {
13515
+ var _CreateStreamingDistributionWithTagsCommand = class _CreateStreamingDistributionWithTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13558
13516
  return [
13559
13517
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13560
13518
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13568,9 +13526,7 @@ var CreateStreamingDistributionWithTagsCommand = _CreateStreamingDistributionWit
13568
13526
 
13569
13527
 
13570
13528
 
13571
- var _DeleteCachePolicyCommand = class _DeleteCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13572
- ...commonParams
13573
- }).m(function(Command, cs, config, o) {
13529
+ var _DeleteCachePolicyCommand = class _DeleteCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13574
13530
  return [
13575
13531
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13576
13532
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13584,9 +13540,7 @@ var DeleteCachePolicyCommand = _DeleteCachePolicyCommand;
13584
13540
 
13585
13541
 
13586
13542
 
13587
- var _DeleteCloudFrontOriginAccessIdentityCommand = class _DeleteCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
13588
- ...commonParams
13589
- }).m(function(Command, cs, config, o) {
13543
+ var _DeleteCloudFrontOriginAccessIdentityCommand = class _DeleteCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13590
13544
  return [
13591
13545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13592
13546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13600,9 +13554,7 @@ var DeleteCloudFrontOriginAccessIdentityCommand = _DeleteCloudFrontOriginAccessI
13600
13554
 
13601
13555
 
13602
13556
 
13603
- var _DeleteContinuousDeploymentPolicyCommand = class _DeleteContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13604
- ...commonParams
13605
- }).m(function(Command, cs, config, o) {
13557
+ var _DeleteContinuousDeploymentPolicyCommand = class _DeleteContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13606
13558
  return [
13607
13559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13608
13560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13616,9 +13568,7 @@ var DeleteContinuousDeploymentPolicyCommand = _DeleteContinuousDeploymentPolicyC
13616
13568
 
13617
13569
 
13618
13570
 
13619
- var _DeleteDistributionCommand = class _DeleteDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13620
- ...commonParams
13621
- }).m(function(Command, cs, config, o) {
13571
+ var _DeleteDistributionCommand = class _DeleteDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13622
13572
  return [
13623
13573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13624
13574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13632,9 +13582,7 @@ var DeleteDistributionCommand = _DeleteDistributionCommand;
13632
13582
 
13633
13583
 
13634
13584
 
13635
- var _DeleteFieldLevelEncryptionConfigCommand = class _DeleteFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13636
- ...commonParams
13637
- }).m(function(Command, cs, config, o) {
13585
+ var _DeleteFieldLevelEncryptionConfigCommand = class _DeleteFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13638
13586
  return [
13639
13587
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13640
13588
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13648,9 +13596,7 @@ var DeleteFieldLevelEncryptionConfigCommand = _DeleteFieldLevelEncryptionConfigC
13648
13596
 
13649
13597
 
13650
13598
 
13651
- var _DeleteFieldLevelEncryptionProfileCommand = class _DeleteFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep({
13652
- ...commonParams
13653
- }).m(function(Command, cs, config, o) {
13599
+ var _DeleteFieldLevelEncryptionProfileCommand = class _DeleteFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13654
13600
  return [
13655
13601
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13656
13602
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13664,9 +13610,7 @@ var DeleteFieldLevelEncryptionProfileCommand = _DeleteFieldLevelEncryptionProfil
13664
13610
 
13665
13611
 
13666
13612
 
13667
- var _DeleteFunctionCommand = class _DeleteFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
13668
- ...commonParams
13669
- }).m(function(Command, cs, config, o) {
13613
+ var _DeleteFunctionCommand = class _DeleteFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13670
13614
  return [
13671
13615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13672
13616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13680,9 +13624,7 @@ var DeleteFunctionCommand = _DeleteFunctionCommand;
13680
13624
 
13681
13625
 
13682
13626
 
13683
- var _DeleteKeyGroupCommand = class _DeleteKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep({
13684
- ...commonParams
13685
- }).m(function(Command, cs, config, o) {
13627
+ var _DeleteKeyGroupCommand = class _DeleteKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13686
13628
  return [
13687
13629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13688
13630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13696,9 +13638,7 @@ var DeleteKeyGroupCommand = _DeleteKeyGroupCommand;
13696
13638
 
13697
13639
 
13698
13640
 
13699
- var _DeleteKeyValueStoreCommand = class _DeleteKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep({
13700
- ...commonParams
13701
- }).m(function(Command, cs, config, o) {
13641
+ var _DeleteKeyValueStoreCommand = class _DeleteKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13702
13642
  return [
13703
13643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13704
13644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13712,9 +13652,7 @@ var DeleteKeyValueStoreCommand = _DeleteKeyValueStoreCommand;
13712
13652
 
13713
13653
 
13714
13654
 
13715
- var _DeleteMonitoringSubscriptionCommand = class _DeleteMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
13716
- ...commonParams
13717
- }).m(function(Command, cs, config, o) {
13655
+ var _DeleteMonitoringSubscriptionCommand = class _DeleteMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13718
13656
  return [
13719
13657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13720
13658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13728,9 +13666,7 @@ var DeleteMonitoringSubscriptionCommand = _DeleteMonitoringSubscriptionCommand;
13728
13666
 
13729
13667
 
13730
13668
 
13731
- var _DeleteOriginAccessControlCommand = class _DeleteOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep({
13732
- ...commonParams
13733
- }).m(function(Command, cs, config, o) {
13669
+ var _DeleteOriginAccessControlCommand = class _DeleteOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13734
13670
  return [
13735
13671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13736
13672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13744,9 +13680,7 @@ var DeleteOriginAccessControlCommand = _DeleteOriginAccessControlCommand;
13744
13680
 
13745
13681
 
13746
13682
 
13747
- var _DeleteOriginRequestPolicyCommand = class _DeleteOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13748
- ...commonParams
13749
- }).m(function(Command, cs, config, o) {
13683
+ var _DeleteOriginRequestPolicyCommand = class _DeleteOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13750
13684
  return [
13751
13685
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13752
13686
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13760,9 +13694,7 @@ var DeleteOriginRequestPolicyCommand = _DeleteOriginRequestPolicyCommand;
13760
13694
 
13761
13695
 
13762
13696
 
13763
- var _DeletePublicKeyCommand = class _DeletePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
13764
- ...commonParams
13765
- }).m(function(Command, cs, config, o) {
13697
+ var _DeletePublicKeyCommand = class _DeletePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13766
13698
  return [
13767
13699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13768
13700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13776,9 +13708,7 @@ var DeletePublicKeyCommand = _DeletePublicKeyCommand;
13776
13708
 
13777
13709
 
13778
13710
 
13779
- var _DeleteRealtimeLogConfigCommand = class _DeleteRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13780
- ...commonParams
13781
- }).m(function(Command, cs, config, o) {
13711
+ var _DeleteRealtimeLogConfigCommand = class _DeleteRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13782
13712
  return [
13783
13713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13784
13714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13792,9 +13722,7 @@ var DeleteRealtimeLogConfigCommand = _DeleteRealtimeLogConfigCommand;
13792
13722
 
13793
13723
 
13794
13724
 
13795
- var _DeleteResponseHeadersPolicyCommand = class _DeleteResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13796
- ...commonParams
13797
- }).m(function(Command, cs, config, o) {
13725
+ var _DeleteResponseHeadersPolicyCommand = class _DeleteResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13798
13726
  return [
13799
13727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13800
13728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13808,9 +13736,7 @@ var DeleteResponseHeadersPolicyCommand = _DeleteResponseHeadersPolicyCommand;
13808
13736
 
13809
13737
 
13810
13738
 
13811
- var _DeleteStreamingDistributionCommand = class _DeleteStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13812
- ...commonParams
13813
- }).m(function(Command, cs, config, o) {
13739
+ var _DeleteStreamingDistributionCommand = class _DeleteStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13814
13740
  return [
13815
13741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13816
13742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13824,9 +13750,7 @@ var DeleteStreamingDistributionCommand = _DeleteStreamingDistributionCommand;
13824
13750
 
13825
13751
 
13826
13752
 
13827
- var _DescribeFunctionCommand = class _DescribeFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
13828
- ...commonParams
13829
- }).m(function(Command, cs, config, o) {
13753
+ var _DescribeFunctionCommand = class _DescribeFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13830
13754
  return [
13831
13755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13832
13756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13840,9 +13764,7 @@ var DescribeFunctionCommand = _DescribeFunctionCommand;
13840
13764
 
13841
13765
 
13842
13766
 
13843
- var _DescribeKeyValueStoreCommand = class _DescribeKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep({
13844
- ...commonParams
13845
- }).m(function(Command, cs, config, o) {
13767
+ var _DescribeKeyValueStoreCommand = class _DescribeKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13846
13768
  return [
13847
13769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13848
13770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13856,9 +13778,7 @@ var DescribeKeyValueStoreCommand = _DescribeKeyValueStoreCommand;
13856
13778
 
13857
13779
 
13858
13780
 
13859
- var _GetCachePolicyCommand = class _GetCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13860
- ...commonParams
13861
- }).m(function(Command, cs, config, o) {
13781
+ var _GetCachePolicyCommand = class _GetCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13862
13782
  return [
13863
13783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13864
13784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13872,9 +13792,7 @@ var GetCachePolicyCommand = _GetCachePolicyCommand;
13872
13792
 
13873
13793
 
13874
13794
 
13875
- var _GetCachePolicyConfigCommand = class _GetCachePolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13876
- ...commonParams
13877
- }).m(function(Command, cs, config, o) {
13795
+ var _GetCachePolicyConfigCommand = class _GetCachePolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13878
13796
  return [
13879
13797
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13880
13798
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13888,9 +13806,7 @@ var GetCachePolicyConfigCommand = _GetCachePolicyConfigCommand;
13888
13806
 
13889
13807
 
13890
13808
 
13891
- var _GetCloudFrontOriginAccessIdentityCommand = class _GetCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
13892
- ...commonParams
13893
- }).m(function(Command, cs, config, o) {
13809
+ var _GetCloudFrontOriginAccessIdentityCommand = class _GetCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13894
13810
  return [
13895
13811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13896
13812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13904,9 +13820,7 @@ var GetCloudFrontOriginAccessIdentityCommand = _GetCloudFrontOriginAccessIdentit
13904
13820
 
13905
13821
 
13906
13822
 
13907
- var _GetCloudFrontOriginAccessIdentityConfigCommand = class _GetCloudFrontOriginAccessIdentityConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13908
- ...commonParams
13909
- }).m(function(Command, cs, config, o) {
13823
+ var _GetCloudFrontOriginAccessIdentityConfigCommand = class _GetCloudFrontOriginAccessIdentityConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13910
13824
  return [
13911
13825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13912
13826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13920,9 +13834,7 @@ var GetCloudFrontOriginAccessIdentityConfigCommand = _GetCloudFrontOriginAccessI
13920
13834
 
13921
13835
 
13922
13836
 
13923
- var _GetContinuousDeploymentPolicyCommand = class _GetContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
13924
- ...commonParams
13925
- }).m(function(Command, cs, config, o) {
13837
+ var _GetContinuousDeploymentPolicyCommand = class _GetContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13926
13838
  return [
13927
13839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13928
13840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13936,9 +13848,7 @@ var GetContinuousDeploymentPolicyCommand = _GetContinuousDeploymentPolicyCommand
13936
13848
 
13937
13849
 
13938
13850
 
13939
- var _GetContinuousDeploymentPolicyConfigCommand = class _GetContinuousDeploymentPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13940
- ...commonParams
13941
- }).m(function(Command, cs, config, o) {
13851
+ var _GetContinuousDeploymentPolicyConfigCommand = class _GetContinuousDeploymentPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13942
13852
  return [
13943
13853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13944
13854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13952,9 +13862,7 @@ var GetContinuousDeploymentPolicyConfigCommand = _GetContinuousDeploymentPolicyC
13952
13862
 
13953
13863
 
13954
13864
 
13955
- var _GetDistributionCommand = class _GetDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
13956
- ...commonParams
13957
- }).m(function(Command, cs, config, o) {
13865
+ var _GetDistributionCommand = class _GetDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13958
13866
  return [
13959
13867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13960
13868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13968,9 +13876,7 @@ var GetDistributionCommand = _GetDistributionCommand;
13968
13876
 
13969
13877
 
13970
13878
 
13971
- var _GetDistributionConfigCommand = class _GetDistributionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
13972
- ...commonParams
13973
- }).m(function(Command, cs, config, o) {
13879
+ var _GetDistributionConfigCommand = class _GetDistributionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13974
13880
  return [
13975
13881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13976
13882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -13984,9 +13890,7 @@ var GetDistributionConfigCommand = _GetDistributionConfigCommand;
13984
13890
 
13985
13891
 
13986
13892
 
13987
- var _GetFieldLevelEncryptionCommand = class _GetFieldLevelEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
13988
- ...commonParams
13989
- }).m(function(Command, cs, config, o) {
13893
+ var _GetFieldLevelEncryptionCommand = class _GetFieldLevelEncryptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
13990
13894
  return [
13991
13895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
13992
13896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14000,9 +13904,7 @@ var GetFieldLevelEncryptionCommand = _GetFieldLevelEncryptionCommand;
14000
13904
 
14001
13905
 
14002
13906
 
14003
- var _GetFieldLevelEncryptionConfigCommand = class _GetFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14004
- ...commonParams
14005
- }).m(function(Command, cs, config, o) {
13907
+ var _GetFieldLevelEncryptionConfigCommand = class _GetFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14006
13908
  return [
14007
13909
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14008
13910
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14016,9 +13918,7 @@ var GetFieldLevelEncryptionConfigCommand = _GetFieldLevelEncryptionConfigCommand
14016
13918
 
14017
13919
 
14018
13920
 
14019
- var _GetFieldLevelEncryptionProfileCommand = class _GetFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep({
14020
- ...commonParams
14021
- }).m(function(Command, cs, config, o) {
13921
+ var _GetFieldLevelEncryptionProfileCommand = class _GetFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14022
13922
  return [
14023
13923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14024
13924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14032,9 +13932,7 @@ var GetFieldLevelEncryptionProfileCommand = _GetFieldLevelEncryptionProfileComma
14032
13932
 
14033
13933
 
14034
13934
 
14035
- var _GetFieldLevelEncryptionProfileConfigCommand = class _GetFieldLevelEncryptionProfileConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14036
- ...commonParams
14037
- }).m(function(Command, cs, config, o) {
13935
+ var _GetFieldLevelEncryptionProfileConfigCommand = class _GetFieldLevelEncryptionProfileConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14038
13936
  return [
14039
13937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14040
13938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14048,9 +13946,7 @@ var GetFieldLevelEncryptionProfileConfigCommand = _GetFieldLevelEncryptionProfil
14048
13946
 
14049
13947
 
14050
13948
 
14051
- var _GetFunctionCommand = class _GetFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
14052
- ...commonParams
14053
- }).m(function(Command, cs, config, o) {
13949
+ var _GetFunctionCommand = class _GetFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14054
13950
  return [
14055
13951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14056
13952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14064,9 +13960,7 @@ var GetFunctionCommand = _GetFunctionCommand;
14064
13960
 
14065
13961
 
14066
13962
 
14067
- var _GetInvalidationCommand = class _GetInvalidationCommand extends import_smithy_client.Command.classBuilder().ep({
14068
- ...commonParams
14069
- }).m(function(Command, cs, config, o) {
13963
+ var _GetInvalidationCommand = class _GetInvalidationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14070
13964
  return [
14071
13965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14072
13966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14080,9 +13974,7 @@ var GetInvalidationCommand = _GetInvalidationCommand;
14080
13974
 
14081
13975
 
14082
13976
 
14083
- var _GetKeyGroupCommand = class _GetKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep({
14084
- ...commonParams
14085
- }).m(function(Command, cs, config, o) {
13977
+ var _GetKeyGroupCommand = class _GetKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14086
13978
  return [
14087
13979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14088
13980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14096,9 +13988,7 @@ var GetKeyGroupCommand = _GetKeyGroupCommand;
14096
13988
 
14097
13989
 
14098
13990
 
14099
- var _GetKeyGroupConfigCommand = class _GetKeyGroupConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14100
- ...commonParams
14101
- }).m(function(Command, cs, config, o) {
13991
+ var _GetKeyGroupConfigCommand = class _GetKeyGroupConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14102
13992
  return [
14103
13993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14104
13994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14112,9 +14002,7 @@ var GetKeyGroupConfigCommand = _GetKeyGroupConfigCommand;
14112
14002
 
14113
14003
 
14114
14004
 
14115
- var _GetMonitoringSubscriptionCommand = class _GetMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
14116
- ...commonParams
14117
- }).m(function(Command, cs, config, o) {
14005
+ var _GetMonitoringSubscriptionCommand = class _GetMonitoringSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14118
14006
  return [
14119
14007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14120
14008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14128,9 +14016,7 @@ var GetMonitoringSubscriptionCommand = _GetMonitoringSubscriptionCommand;
14128
14016
 
14129
14017
 
14130
14018
 
14131
- var _GetOriginAccessControlCommand = class _GetOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep({
14132
- ...commonParams
14133
- }).m(function(Command, cs, config, o) {
14019
+ var _GetOriginAccessControlCommand = class _GetOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14134
14020
  return [
14135
14021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14136
14022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14144,9 +14030,7 @@ var GetOriginAccessControlCommand = _GetOriginAccessControlCommand;
14144
14030
 
14145
14031
 
14146
14032
 
14147
- var _GetOriginAccessControlConfigCommand = class _GetOriginAccessControlConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14148
- ...commonParams
14149
- }).m(function(Command, cs, config, o) {
14033
+ var _GetOriginAccessControlConfigCommand = class _GetOriginAccessControlConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14150
14034
  return [
14151
14035
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14152
14036
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14160,9 +14044,7 @@ var GetOriginAccessControlConfigCommand = _GetOriginAccessControlConfigCommand;
14160
14044
 
14161
14045
 
14162
14046
 
14163
- var _GetOriginRequestPolicyCommand = class _GetOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14164
- ...commonParams
14165
- }).m(function(Command, cs, config, o) {
14047
+ var _GetOriginRequestPolicyCommand = class _GetOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14166
14048
  return [
14167
14049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14168
14050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14176,9 +14058,7 @@ var GetOriginRequestPolicyCommand = _GetOriginRequestPolicyCommand;
14176
14058
 
14177
14059
 
14178
14060
 
14179
- var _GetOriginRequestPolicyConfigCommand = class _GetOriginRequestPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14180
- ...commonParams
14181
- }).m(function(Command, cs, config, o) {
14061
+ var _GetOriginRequestPolicyConfigCommand = class _GetOriginRequestPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14182
14062
  return [
14183
14063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14184
14064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14192,9 +14072,7 @@ var GetOriginRequestPolicyConfigCommand = _GetOriginRequestPolicyConfigCommand;
14192
14072
 
14193
14073
 
14194
14074
 
14195
- var _GetPublicKeyCommand = class _GetPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
14196
- ...commonParams
14197
- }).m(function(Command, cs, config, o) {
14075
+ var _GetPublicKeyCommand = class _GetPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14198
14076
  return [
14199
14077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14200
14078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14208,9 +14086,7 @@ var GetPublicKeyCommand = _GetPublicKeyCommand;
14208
14086
 
14209
14087
 
14210
14088
 
14211
- var _GetPublicKeyConfigCommand = class _GetPublicKeyConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14212
- ...commonParams
14213
- }).m(function(Command, cs, config, o) {
14089
+ var _GetPublicKeyConfigCommand = class _GetPublicKeyConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14214
14090
  return [
14215
14091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14216
14092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14224,9 +14100,7 @@ var GetPublicKeyConfigCommand = _GetPublicKeyConfigCommand;
14224
14100
 
14225
14101
 
14226
14102
 
14227
- var _GetRealtimeLogConfigCommand = class _GetRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14228
- ...commonParams
14229
- }).m(function(Command, cs, config, o) {
14103
+ var _GetRealtimeLogConfigCommand = class _GetRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14230
14104
  return [
14231
14105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14232
14106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14240,9 +14114,7 @@ var GetRealtimeLogConfigCommand = _GetRealtimeLogConfigCommand;
14240
14114
 
14241
14115
 
14242
14116
 
14243
- var _GetResponseHeadersPolicyCommand = class _GetResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14244
- ...commonParams
14245
- }).m(function(Command, cs, config, o) {
14117
+ var _GetResponseHeadersPolicyCommand = class _GetResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14246
14118
  return [
14247
14119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14248
14120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14256,9 +14128,7 @@ var GetResponseHeadersPolicyCommand = _GetResponseHeadersPolicyCommand;
14256
14128
 
14257
14129
 
14258
14130
 
14259
- var _GetResponseHeadersPolicyConfigCommand = class _GetResponseHeadersPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14260
- ...commonParams
14261
- }).m(function(Command, cs, config, o) {
14131
+ var _GetResponseHeadersPolicyConfigCommand = class _GetResponseHeadersPolicyConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14262
14132
  return [
14263
14133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14264
14134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14272,9 +14142,7 @@ var GetResponseHeadersPolicyConfigCommand = _GetResponseHeadersPolicyConfigComma
14272
14142
 
14273
14143
 
14274
14144
 
14275
- var _GetStreamingDistributionCommand = class _GetStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
14276
- ...commonParams
14277
- }).m(function(Command, cs, config, o) {
14145
+ var _GetStreamingDistributionCommand = class _GetStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14278
14146
  return [
14279
14147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14280
14148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14288,9 +14156,7 @@ var GetStreamingDistributionCommand = _GetStreamingDistributionCommand;
14288
14156
 
14289
14157
 
14290
14158
 
14291
- var _GetStreamingDistributionConfigCommand = class _GetStreamingDistributionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14292
- ...commonParams
14293
- }).m(function(Command, cs, config, o) {
14159
+ var _GetStreamingDistributionConfigCommand = class _GetStreamingDistributionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14294
14160
  return [
14295
14161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14296
14162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14304,9 +14170,7 @@ var GetStreamingDistributionConfigCommand = _GetStreamingDistributionConfigComma
14304
14170
 
14305
14171
 
14306
14172
 
14307
- var _ListCachePoliciesCommand = class _ListCachePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
14308
- ...commonParams
14309
- }).m(function(Command, cs, config, o) {
14173
+ var _ListCachePoliciesCommand = class _ListCachePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14310
14174
  return [
14311
14175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14312
14176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14320,9 +14184,7 @@ var ListCachePoliciesCommand = _ListCachePoliciesCommand;
14320
14184
 
14321
14185
 
14322
14186
 
14323
- var _ListCloudFrontOriginAccessIdentitiesCommand = class _ListCloudFrontOriginAccessIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
14324
- ...commonParams
14325
- }).m(function(Command, cs, config, o) {
14187
+ var _ListCloudFrontOriginAccessIdentitiesCommand = class _ListCloudFrontOriginAccessIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14326
14188
  return [
14327
14189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14328
14190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14336,9 +14198,7 @@ var ListCloudFrontOriginAccessIdentitiesCommand = _ListCloudFrontOriginAccessIde
14336
14198
 
14337
14199
 
14338
14200
 
14339
- var _ListConflictingAliasesCommand = class _ListConflictingAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
14340
- ...commonParams
14341
- }).m(function(Command, cs, config, o) {
14201
+ var _ListConflictingAliasesCommand = class _ListConflictingAliasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14342
14202
  return [
14343
14203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14344
14204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14352,9 +14212,7 @@ var ListConflictingAliasesCommand = _ListConflictingAliasesCommand;
14352
14212
 
14353
14213
 
14354
14214
 
14355
- var _ListContinuousDeploymentPoliciesCommand = class _ListContinuousDeploymentPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
14356
- ...commonParams
14357
- }).m(function(Command, cs, config, o) {
14215
+ var _ListContinuousDeploymentPoliciesCommand = class _ListContinuousDeploymentPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14358
14216
  return [
14359
14217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14360
14218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14368,9 +14226,7 @@ var ListContinuousDeploymentPoliciesCommand = _ListContinuousDeploymentPoliciesC
14368
14226
 
14369
14227
 
14370
14228
 
14371
- var _ListDistributionsByCachePolicyIdCommand = class _ListDistributionsByCachePolicyIdCommand extends import_smithy_client.Command.classBuilder().ep({
14372
- ...commonParams
14373
- }).m(function(Command, cs, config, o) {
14229
+ var _ListDistributionsByCachePolicyIdCommand = class _ListDistributionsByCachePolicyIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14374
14230
  return [
14375
14231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14376
14232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14384,9 +14240,7 @@ var ListDistributionsByCachePolicyIdCommand = _ListDistributionsByCachePolicyIdC
14384
14240
 
14385
14241
 
14386
14242
 
14387
- var _ListDistributionsByKeyGroupCommand = class _ListDistributionsByKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep({
14388
- ...commonParams
14389
- }).m(function(Command, cs, config, o) {
14243
+ var _ListDistributionsByKeyGroupCommand = class _ListDistributionsByKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14390
14244
  return [
14391
14245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14392
14246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14400,9 +14254,7 @@ var ListDistributionsByKeyGroupCommand = _ListDistributionsByKeyGroupCommand;
14400
14254
 
14401
14255
 
14402
14256
 
14403
- var _ListDistributionsByOriginRequestPolicyIdCommand = class _ListDistributionsByOriginRequestPolicyIdCommand extends import_smithy_client.Command.classBuilder().ep({
14404
- ...commonParams
14405
- }).m(function(Command, cs, config, o) {
14257
+ var _ListDistributionsByOriginRequestPolicyIdCommand = class _ListDistributionsByOriginRequestPolicyIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14406
14258
  return [
14407
14259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14408
14260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14416,9 +14268,7 @@ var ListDistributionsByOriginRequestPolicyIdCommand = _ListDistributionsByOrigin
14416
14268
 
14417
14269
 
14418
14270
 
14419
- var _ListDistributionsByRealtimeLogConfigCommand = class _ListDistributionsByRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14420
- ...commonParams
14421
- }).m(function(Command, cs, config, o) {
14271
+ var _ListDistributionsByRealtimeLogConfigCommand = class _ListDistributionsByRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14422
14272
  return [
14423
14273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14424
14274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14432,9 +14282,7 @@ var ListDistributionsByRealtimeLogConfigCommand = _ListDistributionsByRealtimeLo
14432
14282
 
14433
14283
 
14434
14284
 
14435
- var _ListDistributionsByResponseHeadersPolicyIdCommand = class _ListDistributionsByResponseHeadersPolicyIdCommand extends import_smithy_client.Command.classBuilder().ep({
14436
- ...commonParams
14437
- }).m(function(Command, cs, config, o) {
14285
+ var _ListDistributionsByResponseHeadersPolicyIdCommand = class _ListDistributionsByResponseHeadersPolicyIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14438
14286
  return [
14439
14287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14440
14288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14448,9 +14296,7 @@ var ListDistributionsByResponseHeadersPolicyIdCommand = _ListDistributionsByResp
14448
14296
 
14449
14297
 
14450
14298
 
14451
- var _ListDistributionsByWebACLIdCommand = class _ListDistributionsByWebACLIdCommand extends import_smithy_client.Command.classBuilder().ep({
14452
- ...commonParams
14453
- }).m(function(Command, cs, config, o) {
14299
+ var _ListDistributionsByWebACLIdCommand = class _ListDistributionsByWebACLIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14454
14300
  return [
14455
14301
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14456
14302
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14464,9 +14310,7 @@ var ListDistributionsByWebACLIdCommand = _ListDistributionsByWebACLIdCommand;
14464
14310
 
14465
14311
 
14466
14312
 
14467
- var _ListDistributionsCommand = class _ListDistributionsCommand extends import_smithy_client.Command.classBuilder().ep({
14468
- ...commonParams
14469
- }).m(function(Command, cs, config, o) {
14313
+ var _ListDistributionsCommand = class _ListDistributionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14470
14314
  return [
14471
14315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14472
14316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14480,9 +14324,7 @@ var ListDistributionsCommand = _ListDistributionsCommand;
14480
14324
 
14481
14325
 
14482
14326
 
14483
- var _ListFieldLevelEncryptionConfigsCommand = class _ListFieldLevelEncryptionConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
14484
- ...commonParams
14485
- }).m(function(Command, cs, config, o) {
14327
+ var _ListFieldLevelEncryptionConfigsCommand = class _ListFieldLevelEncryptionConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14486
14328
  return [
14487
14329
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14488
14330
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14496,9 +14338,7 @@ var ListFieldLevelEncryptionConfigsCommand = _ListFieldLevelEncryptionConfigsCom
14496
14338
 
14497
14339
 
14498
14340
 
14499
- var _ListFieldLevelEncryptionProfilesCommand = class _ListFieldLevelEncryptionProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
14500
- ...commonParams
14501
- }).m(function(Command, cs, config, o) {
14341
+ var _ListFieldLevelEncryptionProfilesCommand = class _ListFieldLevelEncryptionProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14502
14342
  return [
14503
14343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14504
14344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14512,9 +14352,7 @@ var ListFieldLevelEncryptionProfilesCommand = _ListFieldLevelEncryptionProfilesC
14512
14352
 
14513
14353
 
14514
14354
 
14515
- var _ListFunctionsCommand = class _ListFunctionsCommand extends import_smithy_client.Command.classBuilder().ep({
14516
- ...commonParams
14517
- }).m(function(Command, cs, config, o) {
14355
+ var _ListFunctionsCommand = class _ListFunctionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14518
14356
  return [
14519
14357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14520
14358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14528,9 +14366,7 @@ var ListFunctionsCommand = _ListFunctionsCommand;
14528
14366
 
14529
14367
 
14530
14368
 
14531
- var _ListInvalidationsCommand = class _ListInvalidationsCommand extends import_smithy_client.Command.classBuilder().ep({
14532
- ...commonParams
14533
- }).m(function(Command, cs, config, o) {
14369
+ var _ListInvalidationsCommand = class _ListInvalidationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14534
14370
  return [
14535
14371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14536
14372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14544,9 +14380,7 @@ var ListInvalidationsCommand = _ListInvalidationsCommand;
14544
14380
 
14545
14381
 
14546
14382
 
14547
- var _ListKeyGroupsCommand = class _ListKeyGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
14548
- ...commonParams
14549
- }).m(function(Command, cs, config, o) {
14383
+ var _ListKeyGroupsCommand = class _ListKeyGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14550
14384
  return [
14551
14385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14552
14386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14560,9 +14394,7 @@ var ListKeyGroupsCommand = _ListKeyGroupsCommand;
14560
14394
 
14561
14395
 
14562
14396
 
14563
- var _ListKeyValueStoresCommand = class _ListKeyValueStoresCommand extends import_smithy_client.Command.classBuilder().ep({
14564
- ...commonParams
14565
- }).m(function(Command, cs, config, o) {
14397
+ var _ListKeyValueStoresCommand = class _ListKeyValueStoresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14566
14398
  return [
14567
14399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14568
14400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14576,9 +14408,7 @@ var ListKeyValueStoresCommand = _ListKeyValueStoresCommand;
14576
14408
 
14577
14409
 
14578
14410
 
14579
- var _ListOriginAccessControlsCommand = class _ListOriginAccessControlsCommand extends import_smithy_client.Command.classBuilder().ep({
14580
- ...commonParams
14581
- }).m(function(Command, cs, config, o) {
14411
+ var _ListOriginAccessControlsCommand = class _ListOriginAccessControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14582
14412
  return [
14583
14413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14584
14414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14592,9 +14422,7 @@ var ListOriginAccessControlsCommand = _ListOriginAccessControlsCommand;
14592
14422
 
14593
14423
 
14594
14424
 
14595
- var _ListOriginRequestPoliciesCommand = class _ListOriginRequestPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
14596
- ...commonParams
14597
- }).m(function(Command, cs, config, o) {
14425
+ var _ListOriginRequestPoliciesCommand = class _ListOriginRequestPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14598
14426
  return [
14599
14427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14600
14428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14608,9 +14436,7 @@ var ListOriginRequestPoliciesCommand = _ListOriginRequestPoliciesCommand;
14608
14436
 
14609
14437
 
14610
14438
 
14611
- var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep({
14612
- ...commonParams
14613
- }).m(function(Command, cs, config, o) {
14439
+ var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14614
14440
  return [
14615
14441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14616
14442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14624,9 +14450,7 @@ var ListPublicKeysCommand = _ListPublicKeysCommand;
14624
14450
 
14625
14451
 
14626
14452
 
14627
- var _ListRealtimeLogConfigsCommand = class _ListRealtimeLogConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
14628
- ...commonParams
14629
- }).m(function(Command, cs, config, o) {
14453
+ var _ListRealtimeLogConfigsCommand = class _ListRealtimeLogConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14630
14454
  return [
14631
14455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14632
14456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14640,9 +14464,7 @@ var ListRealtimeLogConfigsCommand = _ListRealtimeLogConfigsCommand;
14640
14464
 
14641
14465
 
14642
14466
 
14643
- var _ListResponseHeadersPoliciesCommand = class _ListResponseHeadersPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
14644
- ...commonParams
14645
- }).m(function(Command, cs, config, o) {
14467
+ var _ListResponseHeadersPoliciesCommand = class _ListResponseHeadersPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14646
14468
  return [
14647
14469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14648
14470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14656,9 +14478,7 @@ var ListResponseHeadersPoliciesCommand = _ListResponseHeadersPoliciesCommand;
14656
14478
 
14657
14479
 
14658
14480
 
14659
- var _ListStreamingDistributionsCommand = class _ListStreamingDistributionsCommand extends import_smithy_client.Command.classBuilder().ep({
14660
- ...commonParams
14661
- }).m(function(Command, cs, config, o) {
14481
+ var _ListStreamingDistributionsCommand = class _ListStreamingDistributionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14662
14482
  return [
14663
14483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14664
14484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14672,9 +14492,7 @@ var ListStreamingDistributionsCommand = _ListStreamingDistributionsCommand;
14672
14492
 
14673
14493
 
14674
14494
 
14675
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
14676
- ...commonParams
14677
- }).m(function(Command, cs, config, o) {
14495
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14678
14496
  return [
14679
14497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14680
14498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14688,9 +14506,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
14688
14506
 
14689
14507
 
14690
14508
 
14691
- var _PublishFunctionCommand = class _PublishFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
14692
- ...commonParams
14693
- }).m(function(Command, cs, config, o) {
14509
+ var _PublishFunctionCommand = class _PublishFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14694
14510
  return [
14695
14511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14696
14512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14704,9 +14520,7 @@ var PublishFunctionCommand = _PublishFunctionCommand;
14704
14520
 
14705
14521
 
14706
14522
 
14707
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
14708
- ...commonParams
14709
- }).m(function(Command, cs, config, o) {
14523
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14710
14524
  return [
14711
14525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14712
14526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14720,9 +14534,7 @@ var TagResourceCommand = _TagResourceCommand;
14720
14534
 
14721
14535
 
14722
14536
 
14723
- var _TestFunctionCommand = class _TestFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
14724
- ...commonParams
14725
- }).m(function(Command, cs, config, o) {
14537
+ var _TestFunctionCommand = class _TestFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14726
14538
  return [
14727
14539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14728
14540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14736,9 +14548,7 @@ var TestFunctionCommand = _TestFunctionCommand;
14736
14548
 
14737
14549
 
14738
14550
 
14739
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
14740
- ...commonParams
14741
- }).m(function(Command, cs, config, o) {
14551
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14742
14552
  return [
14743
14553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14744
14554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14752,9 +14562,7 @@ var UntagResourceCommand = _UntagResourceCommand;
14752
14562
 
14753
14563
 
14754
14564
 
14755
- var _UpdateCachePolicyCommand = class _UpdateCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14756
- ...commonParams
14757
- }).m(function(Command, cs, config, o) {
14565
+ var _UpdateCachePolicyCommand = class _UpdateCachePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14758
14566
  return [
14759
14567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14760
14568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14768,9 +14576,7 @@ var UpdateCachePolicyCommand = _UpdateCachePolicyCommand;
14768
14576
 
14769
14577
 
14770
14578
 
14771
- var _UpdateCloudFrontOriginAccessIdentityCommand = class _UpdateCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
14772
- ...commonParams
14773
- }).m(function(Command, cs, config, o) {
14579
+ var _UpdateCloudFrontOriginAccessIdentityCommand = class _UpdateCloudFrontOriginAccessIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14774
14580
  return [
14775
14581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14776
14582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14784,9 +14590,7 @@ var UpdateCloudFrontOriginAccessIdentityCommand = _UpdateCloudFrontOriginAccessI
14784
14590
 
14785
14591
 
14786
14592
 
14787
- var _UpdateContinuousDeploymentPolicyCommand = class _UpdateContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14788
- ...commonParams
14789
- }).m(function(Command, cs, config, o) {
14593
+ var _UpdateContinuousDeploymentPolicyCommand = class _UpdateContinuousDeploymentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14790
14594
  return [
14791
14595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14792
14596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14800,9 +14604,7 @@ var UpdateContinuousDeploymentPolicyCommand = _UpdateContinuousDeploymentPolicyC
14800
14604
 
14801
14605
 
14802
14606
 
14803
- var _UpdateDistributionCommand = class _UpdateDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
14804
- ...commonParams
14805
- }).m(function(Command, cs, config, o) {
14607
+ var _UpdateDistributionCommand = class _UpdateDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14806
14608
  return [
14807
14609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14808
14610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14816,9 +14618,7 @@ var UpdateDistributionCommand = _UpdateDistributionCommand;
14816
14618
 
14817
14619
 
14818
14620
 
14819
- var _UpdateDistributionWithStagingConfigCommand = class _UpdateDistributionWithStagingConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14820
- ...commonParams
14821
- }).m(function(Command, cs, config, o) {
14621
+ var _UpdateDistributionWithStagingConfigCommand = class _UpdateDistributionWithStagingConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14822
14622
  return [
14823
14623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14824
14624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14832,9 +14632,7 @@ var UpdateDistributionWithStagingConfigCommand = _UpdateDistributionWithStagingC
14832
14632
 
14833
14633
 
14834
14634
 
14835
- var _UpdateFieldLevelEncryptionConfigCommand = class _UpdateFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14836
- ...commonParams
14837
- }).m(function(Command, cs, config, o) {
14635
+ var _UpdateFieldLevelEncryptionConfigCommand = class _UpdateFieldLevelEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14838
14636
  return [
14839
14637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14840
14638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14848,9 +14646,7 @@ var UpdateFieldLevelEncryptionConfigCommand = _UpdateFieldLevelEncryptionConfigC
14848
14646
 
14849
14647
 
14850
14648
 
14851
- var _UpdateFieldLevelEncryptionProfileCommand = class _UpdateFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep({
14852
- ...commonParams
14853
- }).m(function(Command, cs, config, o) {
14649
+ var _UpdateFieldLevelEncryptionProfileCommand = class _UpdateFieldLevelEncryptionProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14854
14650
  return [
14855
14651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14856
14652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14864,9 +14660,7 @@ var UpdateFieldLevelEncryptionProfileCommand = _UpdateFieldLevelEncryptionProfil
14864
14660
 
14865
14661
 
14866
14662
 
14867
- var _UpdateFunctionCommand = class _UpdateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
14868
- ...commonParams
14869
- }).m(function(Command, cs, config, o) {
14663
+ var _UpdateFunctionCommand = class _UpdateFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14870
14664
  return [
14871
14665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14872
14666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14880,9 +14674,7 @@ var UpdateFunctionCommand = _UpdateFunctionCommand;
14880
14674
 
14881
14675
 
14882
14676
 
14883
- var _UpdateKeyGroupCommand = class _UpdateKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep({
14884
- ...commonParams
14885
- }).m(function(Command, cs, config, o) {
14677
+ var _UpdateKeyGroupCommand = class _UpdateKeyGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14886
14678
  return [
14887
14679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14888
14680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14896,9 +14688,7 @@ var UpdateKeyGroupCommand = _UpdateKeyGroupCommand;
14896
14688
 
14897
14689
 
14898
14690
 
14899
- var _UpdateKeyValueStoreCommand = class _UpdateKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep({
14900
- ...commonParams
14901
- }).m(function(Command, cs, config, o) {
14691
+ var _UpdateKeyValueStoreCommand = class _UpdateKeyValueStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14902
14692
  return [
14903
14693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14904
14694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14912,9 +14702,7 @@ var UpdateKeyValueStoreCommand = _UpdateKeyValueStoreCommand;
14912
14702
 
14913
14703
 
14914
14704
 
14915
- var _UpdateOriginAccessControlCommand = class _UpdateOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep({
14916
- ...commonParams
14917
- }).m(function(Command, cs, config, o) {
14705
+ var _UpdateOriginAccessControlCommand = class _UpdateOriginAccessControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14918
14706
  return [
14919
14707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14920
14708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14928,9 +14716,7 @@ var UpdateOriginAccessControlCommand = _UpdateOriginAccessControlCommand;
14928
14716
 
14929
14717
 
14930
14718
 
14931
- var _UpdateOriginRequestPolicyCommand = class _UpdateOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14932
- ...commonParams
14933
- }).m(function(Command, cs, config, o) {
14719
+ var _UpdateOriginRequestPolicyCommand = class _UpdateOriginRequestPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14934
14720
  return [
14935
14721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14936
14722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14944,9 +14730,7 @@ var UpdateOriginRequestPolicyCommand = _UpdateOriginRequestPolicyCommand;
14944
14730
 
14945
14731
 
14946
14732
 
14947
- var _UpdatePublicKeyCommand = class _UpdatePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
14948
- ...commonParams
14949
- }).m(function(Command, cs, config, o) {
14733
+ var _UpdatePublicKeyCommand = class _UpdatePublicKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14950
14734
  return [
14951
14735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14952
14736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14960,9 +14744,7 @@ var UpdatePublicKeyCommand = _UpdatePublicKeyCommand;
14960
14744
 
14961
14745
 
14962
14746
 
14963
- var _UpdateRealtimeLogConfigCommand = class _UpdateRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
14964
- ...commonParams
14965
- }).m(function(Command, cs, config, o) {
14747
+ var _UpdateRealtimeLogConfigCommand = class _UpdateRealtimeLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14966
14748
  return [
14967
14749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14968
14750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14976,9 +14758,7 @@ var UpdateRealtimeLogConfigCommand = _UpdateRealtimeLogConfigCommand;
14976
14758
 
14977
14759
 
14978
14760
 
14979
- var _UpdateResponseHeadersPolicyCommand = class _UpdateResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
14980
- ...commonParams
14981
- }).m(function(Command, cs, config, o) {
14761
+ var _UpdateResponseHeadersPolicyCommand = class _UpdateResponseHeadersPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14982
14762
  return [
14983
14763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
14984
14764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -14992,9 +14772,7 @@ var UpdateResponseHeadersPolicyCommand = _UpdateResponseHeadersPolicyCommand;
14992
14772
 
14993
14773
 
14994
14774
 
14995
- var _UpdateStreamingDistributionCommand = class _UpdateStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep({
14996
- ...commonParams
14997
- }).m(function(Command, cs, config, o) {
14775
+ var _UpdateStreamingDistributionCommand = class _UpdateStreamingDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
14998
14776
  return [
14999
14777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
15000
14778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())