@aws-sdk/client-cloudfront 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/CloudFront.js +1288 -0
- package/dist-cjs/CloudFrontClient.js +46 -0
- package/dist-cjs/commands/AssociateAliasCommand.js +70 -0
- package/dist-cjs/commands/CreateCachePolicyCommand.js +80 -0
- package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +63 -0
- package/dist-cjs/commands/CreateDistributionCommand.js +72 -0
- package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +70 -0
- package/dist-cjs/commands/CreateInvalidationCommand.js +60 -0
- package/dist-cjs/commands/CreateKeyGroupCommand.js +67 -0
- package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +63 -0
- package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +84 -0
- package/dist-cjs/commands/CreatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +62 -0
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +62 -0
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +66 -0
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/DeleteDistributionCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +66 -0
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +60 -0
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +66 -0
- package/dist-cjs/commands/DeletePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +66 -0
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +107 -0
- package/dist-cjs/commands/DescribeFunctionCommand.js +64 -0
- package/dist-cjs/commands/GetCachePolicyCommand.js +73 -0
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +65 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +63 -0
- package/dist-cjs/commands/GetInvalidationCommand.js +60 -0
- package/dist-cjs/commands/GetKeyGroupCommand.js +65 -0
- package/dist-cjs/commands/GetKeyGroupConfigCommand.js +65 -0
- package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +73 -0
- package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +66 -0
- package/dist-cjs/commands/GetPublicKeyCommand.js +60 -0
- package/dist-cjs/commands/GetPublicKeyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/GetStreamingDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/ListCachePoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +60 -0
- package/dist-cjs/commands/ListConflictingAliasesCommand.js +82 -0
- package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +69 -0
- package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +60 -0
- package/dist-cjs/commands/ListDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +67 -0
- package/dist-cjs/commands/ListInvalidationsCommand.js +60 -0
- package/dist-cjs/commands/ListKeyGroupsCommand.js +65 -0
- package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +60 -0
- package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +65 -0
- package/dist-cjs/commands/ListStreamingDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PublishFunctionCommand.js +68 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/TestFunctionCommand.js +69 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateCachePolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/UpdateDistributionCommand.js +138 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateFunctionCommand.js +65 -0
- package/dist-cjs/commands/UpdateKeyGroupCommand.js +77 -0
- package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +80 -0
- package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +60 -0
- package/dist-cjs/endpoints.js +66 -0
- package/dist-cjs/index.js +99 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +2527 -0
- package/dist-cjs/models/models_1.js +1121 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDistributionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListInvalidationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStreamingDistributionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restXml.js +16514 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForDistributionDeployed.js +45 -0
- package/dist-cjs/waiters/waitForInvalidationCompleted.js +45 -0
- package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +45 -0
- package/dist-es/CloudFront.js +1285 -0
- package/dist-es/CloudFrontClient.js +37 -0
- package/dist-es/commands/AssociateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCachePolicyCommand.js +39 -0
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/CreateDistributionCommand.js +39 -0
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/CreateInvalidationCommand.js +39 -0
- package/dist-es/commands/CreateKeyGroupCommand.js +39 -0
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/CreatePublicKeyCommand.js +39 -0
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/DeleteCachePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/DeleteDistributionCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteKeyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/DeletePublicKeyCommand.js +39 -0
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/DescribeFunctionCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +39 -0
- package/dist-es/commands/GetDistributionCommand.js +39 -0
- package/dist-es/commands/GetDistributionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetInvalidationCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupConfigCommand.js +39 -0
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyConfigCommand.js +39 -0
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +39 -0
- package/dist-es/commands/ListCachePoliciesCommand.js +39 -0
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListConflictingAliasesCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListInvalidationsCommand.js +39 -0
- package/dist-es/commands/ListKeyGroupsCommand.js +39 -0
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +39 -0
- package/dist-es/commands/ListPublicKeysCommand.js +39 -0
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListStreamingDistributionsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PublishFunctionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestFunctionCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCachePolicyCommand.js +39 -0
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/UpdateDistributionCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCommand.js +39 -0
- package/dist-es/commands/UpdateKeyGroupCommand.js +39 -0
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/UpdatePublicKeyCommand.js +39 -0
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +39 -0
- package/dist-es/endpoints.js +62 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1130 -0
- package/dist-es/models/models_1.js +497 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/ListDistributionsPaginator.js +74 -0
- package/dist-es/pagination/ListInvalidationsPaginator.js +74 -0
- package/dist-es/pagination/ListStreamingDistributionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +18245 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForDistributionDeployed.js +51 -0
- package/dist-es/waiters/waitForInvalidationCompleted.js +51 -0
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +51 -0
- package/dist-types/CloudFront.d.ts +1087 -0
- package/dist-types/CloudFrontClient.d.ts +220 -0
- package/dist-types/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +2647 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1087 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +220 -0
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2647 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/package.json +54 -51
- package/CloudFront.ts +0 -3605
- package/CloudFrontClient.ts +0 -640
- package/commands/AssociateAliasCommand.ts +0 -104
- package/commands/CreateCachePolicyCommand.ts +0 -114
- package/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +0 -108
- package/commands/CreateDistributionCommand.ts +0 -106
- package/commands/CreateDistributionWithTagsCommand.ts +0 -97
- package/commands/CreateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/CreateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/CreateFunctionCommand.ts +0 -104
- package/commands/CreateInvalidationCommand.ts +0 -94
- package/commands/CreateKeyGroupCommand.ts +0 -101
- package/commands/CreateMonitoringSubscriptionCommand.ts +0 -102
- package/commands/CreateOriginRequestPolicyCommand.ts +0 -121
- package/commands/CreatePublicKeyCommand.ts +0 -94
- package/commands/CreateRealtimeLogConfigCommand.ts +0 -97
- package/commands/CreateStreamingDistributionCommand.ts +0 -99
- package/commands/CreateStreamingDistributionWithTagsCommand.ts +0 -107
- package/commands/DeleteCachePolicyCommand.ts +0 -100
- package/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +0 -100
- package/commands/DeleteDistributionCommand.ts +0 -94
- package/commands/DeleteFieldLevelEncryptionConfigCommand.ts +0 -100
- package/commands/DeleteFieldLevelEncryptionProfileCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -100
- package/commands/DeleteKeyGroupCommand.ts +0 -100
- package/commands/DeleteMonitoringSubscriptionCommand.ts +0 -99
- package/commands/DeleteOriginRequestPolicyCommand.ts +0 -103
- package/commands/DeletePublicKeyCommand.ts +0 -94
- package/commands/DeleteRealtimeLogConfigCommand.ts +0 -100
- package/commands/DeleteStreamingDistributionCommand.ts +0 -144
- package/commands/DescribeFunctionCommand.ts +0 -98
- package/commands/GetCachePolicyCommand.ts +0 -107
- package/commands/GetCachePolicyConfigCommand.ts +0 -99
- package/commands/GetCloudFrontOriginAccessIdentityCommand.ts +0 -102
- package/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +0 -109
- package/commands/GetDistributionCommand.ts +0 -94
- package/commands/GetDistributionConfigCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionConfigCommand.ts +0 -99
- package/commands/GetFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +0 -105
- package/commands/GetFunctionCommand.ts +0 -97
- package/commands/GetInvalidationCommand.ts +0 -94
- package/commands/GetKeyGroupCommand.ts +0 -99
- package/commands/GetKeyGroupConfigCommand.ts +0 -99
- package/commands/GetMonitoringSubscriptionCommand.ts +0 -98
- package/commands/GetOriginRequestPolicyCommand.ts +0 -107
- package/commands/GetOriginRequestPolicyConfigCommand.ts +0 -105
- package/commands/GetPublicKeyCommand.ts +0 -94
- package/commands/GetPublicKeyConfigCommand.ts +0 -94
- package/commands/GetRealtimeLogConfigCommand.ts +0 -97
- package/commands/GetStreamingDistributionCommand.ts +0 -94
- package/commands/GetStreamingDistributionConfigCommand.ts +0 -102
- package/commands/ListCachePoliciesCommand.ts +0 -101
- package/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +0 -105
- package/commands/ListConflictingAliasesCommand.ts +0 -116
- package/commands/ListDistributionsByCachePolicyIdCommand.ts +0 -108
- package/commands/ListDistributionsByKeyGroupCommand.ts +0 -103
- package/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +0 -115
- package/commands/ListDistributionsByRealtimeLogConfigCommand.ts +0 -114
- package/commands/ListDistributionsByWebACLIdCommand.ts +0 -97
- package/commands/ListDistributionsCommand.ts +0 -94
- package/commands/ListFieldLevelEncryptionConfigsCommand.ts +0 -102
- package/commands/ListFieldLevelEncryptionProfilesCommand.ts +0 -102
- package/commands/ListFunctionsCommand.ts +0 -101
- package/commands/ListInvalidationsCommand.ts +0 -94
- package/commands/ListKeyGroupsCommand.ts +0 -99
- package/commands/ListOriginRequestPoliciesCommand.ts +0 -104
- package/commands/ListPublicKeysCommand.ts +0 -94
- package/commands/ListRealtimeLogConfigsCommand.ts +0 -99
- package/commands/ListStreamingDistributionsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PublishFunctionCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestFunctionCommand.ts +0 -103
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateCachePolicyCommand.ts +0 -111
- package/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +0 -105
- package/commands/UpdateDistributionCommand.ts +0 -172
- package/commands/UpdateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/UpdateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/UpdateFunctionCommand.ts +0 -99
- package/commands/UpdateKeyGroupCommand.ts +0 -111
- package/commands/UpdateOriginRequestPolicyCommand.ts +0 -114
- package/commands/UpdatePublicKeyCommand.ts +0 -94
- package/commands/UpdateRealtimeLogConfigCommand.ts +0 -114
- package/commands/UpdateStreamingDistributionCommand.ts +0 -97
- package/dist/cjs/CloudFront.js +0 -1289
- package/dist/cjs/CloudFront.js.map +0 -1
- package/dist/cjs/CloudFrontClient.js +0 -47
- package/dist/cjs/CloudFrontClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAliasCommand.js +0 -71
- package/dist/cjs/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachePolicyCommand.js +0 -81
- package/dist/cjs/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -64
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionCommand.js +0 -73
- package/dist/cjs/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -71
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvalidationCommand.js +0 -61
- package/dist/cjs/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeyGroupCommand.js +0 -68
- package/dist/cjs/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js +0 -64
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js +0 -85
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCachePolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDistributionCommand.js +0 -61
- package/dist/cjs/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -67
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js +0 -108
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFunctionCommand.js +0 -65
- package/dist/cjs/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyCommand.js +0 -74
- package/dist/cjs/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js +0 -66
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -64
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvalidationCommand.js +0 -61
- package/dist/cjs/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js +0 -62
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js +0 -74
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js +0 -67
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListCachePoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -61
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListConflictingAliasesCommand.js +0 -83
- package/dist/cjs/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -70
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -68
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvalidationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyGroupsCommand.js +0 -66
- package/dist/cjs/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublicKeysCommand.js +0 -61
- package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js +0 -66
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PublishFunctionCommand.js +0 -69
- package/dist/cjs/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestFunctionCommand.js +0 -70
- package/dist/cjs/commands/TestFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCachePolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDistributionCommand.js +0 -139
- package/dist/cjs/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCommand.js +0 -66
- package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateKeyGroupCommand.js +0 -78
- package/dist/cjs/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js +0 -81
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -67
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -100
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2528
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1122
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -95
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -46
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvalidationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -16515
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/cjs/waiters/waitForInvalidationCompleted.js +0 -46
- package/dist/cjs/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/es/CloudFront.js +0 -1292
- package/dist/es/CloudFront.js.map +0 -1
- package/dist/es/CloudFrontClient.js +0 -49
- package/dist/es/CloudFrontClient.js.map +0 -1
- package/dist/es/commands/AssociateAliasCommand.js +0 -75
- package/dist/es/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCachePolicyCommand.js +0 -85
- package/dist/es/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -68
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionCommand.js +0 -77
- package/dist/es/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionWithTagsCommand.js +0 -65
- package/dist/es/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -75
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/CreateInvalidationCommand.js +0 -65
- package/dist/es/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/es/commands/CreateKeyGroupCommand.js +0 -72
- package/dist/es/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js +0 -68
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js +0 -89
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicKeyCommand.js +0 -65
- package/dist/es/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCachePolicyCommand.js +0 -71
- package/dist/es/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteDistributionCommand.js +0 -65
- package/dist/es/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -71
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeyGroupCommand.js +0 -71
- package/dist/es/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js +0 -71
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicKeyCommand.js +0 -65
- package/dist/es/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js +0 -71
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteStreamingDistributionCommand.js +0 -112
- package/dist/es/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/DescribeFunctionCommand.js +0 -69
- package/dist/es/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyCommand.js +0 -78
- package/dist/es/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyConfigCommand.js +0 -70
- package/dist/es/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionCommand.js +0 -65
- package/dist/es/commands/GetDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -68
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetInvalidationCommand.js +0 -65
- package/dist/es/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupConfigCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js +0 -66
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyCommand.js +0 -78
- package/dist/es/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js +0 -71
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyConfigCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/ListCachePoliciesCommand.js +0 -72
- package/dist/es/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -65
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListConflictingAliasesCommand.js +0 -87
- package/dist/es/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -74
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js +0 -65
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsCommand.js +0 -65
- package/dist/es/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -72
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListInvalidationsCommand.js +0 -65
- package/dist/es/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyGroupsCommand.js +0 -70
- package/dist/es/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js +0 -72
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListPublicKeysCommand.js +0 -65
- package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js +0 -70
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListStreamingDistributionsCommand.js +0 -65
- package/dist/es/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PublishFunctionCommand.js +0 -73
- package/dist/es/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestFunctionCommand.js +0 -74
- package/dist/es/commands/TestFunctionCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateCachePolicyCommand.js +0 -82
- package/dist/es/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/UpdateDistributionCommand.js +0 -143
- package/dist/es/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCommand.js +0 -70
- package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/es/commands/UpdateKeyGroupCommand.js +0 -82
- package/dist/es/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js +0 -82
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublicKeyCommand.js +0 -65
- package/dist/es/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js +0 -85
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -63
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -97
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1959
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -867
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -95
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -87
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvalidationsPaginator.js +0 -87
- package/dist/es/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -18248
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/es/waiters/waitForInvalidationCompleted.js +0 -61
- package/dist/es/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/types/CloudFront.d.ts +0 -1087
- package/dist/types/CloudFrontClient.d.ts +0 -220
- package/dist/types/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/models/models_1.d.ts +0 -2647
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/CloudFront.d.ts +0 -1087
- package/dist/types/ts3.4/CloudFrontClient.d.ts +0 -220
- package/dist/types/ts3.4/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_1.d.ts +0 -2647
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/endpoints.ts +0 -67
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8233
- package/models/models_1.ts +0 -3382
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +0 -58
- package/pagination/ListDistributionsPaginator.ts +0 -58
- package/pagination/ListInvalidationsPaginator.ts +0 -58
- package/pagination/ListStreamingDistributionsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -19055
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForDistributionDeployed.ts +0 -46
- package/waiters/waitForInvalidationCompleted.ts +0 -46
- package/waiters/waitForStreamingDistributionDeployed.ts +0 -52
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Distribution, DistributionConfig, } from "./models_0";
|
|
4
|
+
export var GetFieldLevelEncryptionConfigRequest;
|
|
5
|
+
(function (GetFieldLevelEncryptionConfigRequest) {
|
|
6
|
+
GetFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
+
})(GetFieldLevelEncryptionConfigRequest || (GetFieldLevelEncryptionConfigRequest = {}));
|
|
8
|
+
export var GetFieldLevelEncryptionConfigResult;
|
|
9
|
+
(function (GetFieldLevelEncryptionConfigResult) {
|
|
10
|
+
GetFieldLevelEncryptionConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
+
})(GetFieldLevelEncryptionConfigResult || (GetFieldLevelEncryptionConfigResult = {}));
|
|
12
|
+
export var GetFieldLevelEncryptionProfileRequest;
|
|
13
|
+
(function (GetFieldLevelEncryptionProfileRequest) {
|
|
14
|
+
GetFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
+
})(GetFieldLevelEncryptionProfileRequest || (GetFieldLevelEncryptionProfileRequest = {}));
|
|
16
|
+
export var GetFieldLevelEncryptionProfileResult;
|
|
17
|
+
(function (GetFieldLevelEncryptionProfileResult) {
|
|
18
|
+
GetFieldLevelEncryptionProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
+
})(GetFieldLevelEncryptionProfileResult || (GetFieldLevelEncryptionProfileResult = {}));
|
|
20
|
+
export var GetFieldLevelEncryptionProfileConfigRequest;
|
|
21
|
+
(function (GetFieldLevelEncryptionProfileConfigRequest) {
|
|
22
|
+
GetFieldLevelEncryptionProfileConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
+
})(GetFieldLevelEncryptionProfileConfigRequest || (GetFieldLevelEncryptionProfileConfigRequest = {}));
|
|
24
|
+
export var GetFieldLevelEncryptionProfileConfigResult;
|
|
25
|
+
(function (GetFieldLevelEncryptionProfileConfigResult) {
|
|
26
|
+
GetFieldLevelEncryptionProfileConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
+
})(GetFieldLevelEncryptionProfileConfigResult || (GetFieldLevelEncryptionProfileConfigResult = {}));
|
|
28
|
+
export var GetFunctionRequest;
|
|
29
|
+
(function (GetFunctionRequest) {
|
|
30
|
+
GetFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
})(GetFunctionRequest || (GetFunctionRequest = {}));
|
|
32
|
+
export var GetFunctionResult;
|
|
33
|
+
(function (GetFunctionResult) {
|
|
34
|
+
GetFunctionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }))); };
|
|
35
|
+
})(GetFunctionResult || (GetFunctionResult = {}));
|
|
36
|
+
export var GetInvalidationRequest;
|
|
37
|
+
(function (GetInvalidationRequest) {
|
|
38
|
+
GetInvalidationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(GetInvalidationRequest || (GetInvalidationRequest = {}));
|
|
40
|
+
export var GetInvalidationResult;
|
|
41
|
+
(function (GetInvalidationResult) {
|
|
42
|
+
GetInvalidationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(GetInvalidationResult || (GetInvalidationResult = {}));
|
|
44
|
+
export var NoSuchInvalidation;
|
|
45
|
+
(function (NoSuchInvalidation) {
|
|
46
|
+
NoSuchInvalidation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(NoSuchInvalidation || (NoSuchInvalidation = {}));
|
|
48
|
+
export var GetKeyGroupRequest;
|
|
49
|
+
(function (GetKeyGroupRequest) {
|
|
50
|
+
GetKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
})(GetKeyGroupRequest || (GetKeyGroupRequest = {}));
|
|
52
|
+
export var GetKeyGroupResult;
|
|
53
|
+
(function (GetKeyGroupResult) {
|
|
54
|
+
GetKeyGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
+
})(GetKeyGroupResult || (GetKeyGroupResult = {}));
|
|
56
|
+
export var GetKeyGroupConfigRequest;
|
|
57
|
+
(function (GetKeyGroupConfigRequest) {
|
|
58
|
+
GetKeyGroupConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
+
})(GetKeyGroupConfigRequest || (GetKeyGroupConfigRequest = {}));
|
|
60
|
+
export var GetKeyGroupConfigResult;
|
|
61
|
+
(function (GetKeyGroupConfigResult) {
|
|
62
|
+
GetKeyGroupConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
+
})(GetKeyGroupConfigResult || (GetKeyGroupConfigResult = {}));
|
|
64
|
+
export var GetMonitoringSubscriptionRequest;
|
|
65
|
+
(function (GetMonitoringSubscriptionRequest) {
|
|
66
|
+
GetMonitoringSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
+
})(GetMonitoringSubscriptionRequest || (GetMonitoringSubscriptionRequest = {}));
|
|
68
|
+
export var GetMonitoringSubscriptionResult;
|
|
69
|
+
(function (GetMonitoringSubscriptionResult) {
|
|
70
|
+
GetMonitoringSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
})(GetMonitoringSubscriptionResult || (GetMonitoringSubscriptionResult = {}));
|
|
72
|
+
export var GetOriginRequestPolicyRequest;
|
|
73
|
+
(function (GetOriginRequestPolicyRequest) {
|
|
74
|
+
GetOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
+
})(GetOriginRequestPolicyRequest || (GetOriginRequestPolicyRequest = {}));
|
|
76
|
+
export var GetOriginRequestPolicyResult;
|
|
77
|
+
(function (GetOriginRequestPolicyResult) {
|
|
78
|
+
GetOriginRequestPolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
+
})(GetOriginRequestPolicyResult || (GetOriginRequestPolicyResult = {}));
|
|
80
|
+
export var GetOriginRequestPolicyConfigRequest;
|
|
81
|
+
(function (GetOriginRequestPolicyConfigRequest) {
|
|
82
|
+
GetOriginRequestPolicyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
})(GetOriginRequestPolicyConfigRequest || (GetOriginRequestPolicyConfigRequest = {}));
|
|
84
|
+
export var GetOriginRequestPolicyConfigResult;
|
|
85
|
+
(function (GetOriginRequestPolicyConfigResult) {
|
|
86
|
+
GetOriginRequestPolicyConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
})(GetOriginRequestPolicyConfigResult || (GetOriginRequestPolicyConfigResult = {}));
|
|
88
|
+
export var GetPublicKeyRequest;
|
|
89
|
+
(function (GetPublicKeyRequest) {
|
|
90
|
+
GetPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
})(GetPublicKeyRequest || (GetPublicKeyRequest = {}));
|
|
92
|
+
export var GetPublicKeyResult;
|
|
93
|
+
(function (GetPublicKeyResult) {
|
|
94
|
+
GetPublicKeyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
})(GetPublicKeyResult || (GetPublicKeyResult = {}));
|
|
96
|
+
export var GetPublicKeyConfigRequest;
|
|
97
|
+
(function (GetPublicKeyConfigRequest) {
|
|
98
|
+
GetPublicKeyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
})(GetPublicKeyConfigRequest || (GetPublicKeyConfigRequest = {}));
|
|
100
|
+
export var GetPublicKeyConfigResult;
|
|
101
|
+
(function (GetPublicKeyConfigResult) {
|
|
102
|
+
GetPublicKeyConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
})(GetPublicKeyConfigResult || (GetPublicKeyConfigResult = {}));
|
|
104
|
+
export var GetRealtimeLogConfigRequest;
|
|
105
|
+
(function (GetRealtimeLogConfigRequest) {
|
|
106
|
+
GetRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
})(GetRealtimeLogConfigRequest || (GetRealtimeLogConfigRequest = {}));
|
|
108
|
+
export var GetRealtimeLogConfigResult;
|
|
109
|
+
(function (GetRealtimeLogConfigResult) {
|
|
110
|
+
GetRealtimeLogConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
})(GetRealtimeLogConfigResult || (GetRealtimeLogConfigResult = {}));
|
|
112
|
+
export var GetStreamingDistributionRequest;
|
|
113
|
+
(function (GetStreamingDistributionRequest) {
|
|
114
|
+
GetStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
})(GetStreamingDistributionRequest || (GetStreamingDistributionRequest = {}));
|
|
116
|
+
export var GetStreamingDistributionResult;
|
|
117
|
+
(function (GetStreamingDistributionResult) {
|
|
118
|
+
GetStreamingDistributionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
})(GetStreamingDistributionResult || (GetStreamingDistributionResult = {}));
|
|
120
|
+
export var GetStreamingDistributionConfigRequest;
|
|
121
|
+
(function (GetStreamingDistributionConfigRequest) {
|
|
122
|
+
GetStreamingDistributionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
})(GetStreamingDistributionConfigRequest || (GetStreamingDistributionConfigRequest = {}));
|
|
124
|
+
export var GetStreamingDistributionConfigResult;
|
|
125
|
+
(function (GetStreamingDistributionConfigResult) {
|
|
126
|
+
GetStreamingDistributionConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
})(GetStreamingDistributionConfigResult || (GetStreamingDistributionConfigResult = {}));
|
|
128
|
+
export var ListCachePoliciesRequest;
|
|
129
|
+
(function (ListCachePoliciesRequest) {
|
|
130
|
+
ListCachePoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
})(ListCachePoliciesRequest || (ListCachePoliciesRequest = {}));
|
|
132
|
+
export var ListCachePoliciesResult;
|
|
133
|
+
(function (ListCachePoliciesResult) {
|
|
134
|
+
ListCachePoliciesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
})(ListCachePoliciesResult || (ListCachePoliciesResult = {}));
|
|
136
|
+
export var ListCloudFrontOriginAccessIdentitiesRequest;
|
|
137
|
+
(function (ListCloudFrontOriginAccessIdentitiesRequest) {
|
|
138
|
+
ListCloudFrontOriginAccessIdentitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
})(ListCloudFrontOriginAccessIdentitiesRequest || (ListCloudFrontOriginAccessIdentitiesRequest = {}));
|
|
140
|
+
export var CloudFrontOriginAccessIdentitySummary;
|
|
141
|
+
(function (CloudFrontOriginAccessIdentitySummary) {
|
|
142
|
+
CloudFrontOriginAccessIdentitySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
})(CloudFrontOriginAccessIdentitySummary || (CloudFrontOriginAccessIdentitySummary = {}));
|
|
144
|
+
export var CloudFrontOriginAccessIdentityList;
|
|
145
|
+
(function (CloudFrontOriginAccessIdentityList) {
|
|
146
|
+
CloudFrontOriginAccessIdentityList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
})(CloudFrontOriginAccessIdentityList || (CloudFrontOriginAccessIdentityList = {}));
|
|
148
|
+
export var ListCloudFrontOriginAccessIdentitiesResult;
|
|
149
|
+
(function (ListCloudFrontOriginAccessIdentitiesResult) {
|
|
150
|
+
ListCloudFrontOriginAccessIdentitiesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
})(ListCloudFrontOriginAccessIdentitiesResult || (ListCloudFrontOriginAccessIdentitiesResult = {}));
|
|
152
|
+
export var ListConflictingAliasesRequest;
|
|
153
|
+
(function (ListConflictingAliasesRequest) {
|
|
154
|
+
ListConflictingAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
})(ListConflictingAliasesRequest || (ListConflictingAliasesRequest = {}));
|
|
156
|
+
export var ConflictingAlias;
|
|
157
|
+
(function (ConflictingAlias) {
|
|
158
|
+
ConflictingAlias.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
})(ConflictingAlias || (ConflictingAlias = {}));
|
|
160
|
+
export var ConflictingAliasesList;
|
|
161
|
+
(function (ConflictingAliasesList) {
|
|
162
|
+
ConflictingAliasesList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
})(ConflictingAliasesList || (ConflictingAliasesList = {}));
|
|
164
|
+
export var ListConflictingAliasesResult;
|
|
165
|
+
(function (ListConflictingAliasesResult) {
|
|
166
|
+
ListConflictingAliasesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(ListConflictingAliasesResult || (ListConflictingAliasesResult = {}));
|
|
168
|
+
export var ListDistributionsRequest;
|
|
169
|
+
(function (ListDistributionsRequest) {
|
|
170
|
+
ListDistributionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
})(ListDistributionsRequest || (ListDistributionsRequest = {}));
|
|
172
|
+
export var DistributionSummary;
|
|
173
|
+
(function (DistributionSummary) {
|
|
174
|
+
DistributionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
})(DistributionSummary || (DistributionSummary = {}));
|
|
176
|
+
export var DistributionList;
|
|
177
|
+
(function (DistributionList) {
|
|
178
|
+
DistributionList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
})(DistributionList || (DistributionList = {}));
|
|
180
|
+
export var ListDistributionsResult;
|
|
181
|
+
(function (ListDistributionsResult) {
|
|
182
|
+
ListDistributionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
})(ListDistributionsResult || (ListDistributionsResult = {}));
|
|
184
|
+
export var ListDistributionsByCachePolicyIdRequest;
|
|
185
|
+
(function (ListDistributionsByCachePolicyIdRequest) {
|
|
186
|
+
ListDistributionsByCachePolicyIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
})(ListDistributionsByCachePolicyIdRequest || (ListDistributionsByCachePolicyIdRequest = {}));
|
|
188
|
+
export var DistributionIdList;
|
|
189
|
+
(function (DistributionIdList) {
|
|
190
|
+
DistributionIdList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
})(DistributionIdList || (DistributionIdList = {}));
|
|
192
|
+
export var ListDistributionsByCachePolicyIdResult;
|
|
193
|
+
(function (ListDistributionsByCachePolicyIdResult) {
|
|
194
|
+
ListDistributionsByCachePolicyIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
})(ListDistributionsByCachePolicyIdResult || (ListDistributionsByCachePolicyIdResult = {}));
|
|
196
|
+
export var ListDistributionsByKeyGroupRequest;
|
|
197
|
+
(function (ListDistributionsByKeyGroupRequest) {
|
|
198
|
+
ListDistributionsByKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
})(ListDistributionsByKeyGroupRequest || (ListDistributionsByKeyGroupRequest = {}));
|
|
200
|
+
export var ListDistributionsByKeyGroupResult;
|
|
201
|
+
(function (ListDistributionsByKeyGroupResult) {
|
|
202
|
+
ListDistributionsByKeyGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
})(ListDistributionsByKeyGroupResult || (ListDistributionsByKeyGroupResult = {}));
|
|
204
|
+
export var ListDistributionsByOriginRequestPolicyIdRequest;
|
|
205
|
+
(function (ListDistributionsByOriginRequestPolicyIdRequest) {
|
|
206
|
+
ListDistributionsByOriginRequestPolicyIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
})(ListDistributionsByOriginRequestPolicyIdRequest || (ListDistributionsByOriginRequestPolicyIdRequest = {}));
|
|
208
|
+
export var ListDistributionsByOriginRequestPolicyIdResult;
|
|
209
|
+
(function (ListDistributionsByOriginRequestPolicyIdResult) {
|
|
210
|
+
ListDistributionsByOriginRequestPolicyIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
})(ListDistributionsByOriginRequestPolicyIdResult || (ListDistributionsByOriginRequestPolicyIdResult = {}));
|
|
212
|
+
export var ListDistributionsByRealtimeLogConfigRequest;
|
|
213
|
+
(function (ListDistributionsByRealtimeLogConfigRequest) {
|
|
214
|
+
ListDistributionsByRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
})(ListDistributionsByRealtimeLogConfigRequest || (ListDistributionsByRealtimeLogConfigRequest = {}));
|
|
216
|
+
export var ListDistributionsByRealtimeLogConfigResult;
|
|
217
|
+
(function (ListDistributionsByRealtimeLogConfigResult) {
|
|
218
|
+
ListDistributionsByRealtimeLogConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
})(ListDistributionsByRealtimeLogConfigResult || (ListDistributionsByRealtimeLogConfigResult = {}));
|
|
220
|
+
export var ListDistributionsByWebACLIdRequest;
|
|
221
|
+
(function (ListDistributionsByWebACLIdRequest) {
|
|
222
|
+
ListDistributionsByWebACLIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
})(ListDistributionsByWebACLIdRequest || (ListDistributionsByWebACLIdRequest = {}));
|
|
224
|
+
export var ListDistributionsByWebACLIdResult;
|
|
225
|
+
(function (ListDistributionsByWebACLIdResult) {
|
|
226
|
+
ListDistributionsByWebACLIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
})(ListDistributionsByWebACLIdResult || (ListDistributionsByWebACLIdResult = {}));
|
|
228
|
+
export var ListFieldLevelEncryptionConfigsRequest;
|
|
229
|
+
(function (ListFieldLevelEncryptionConfigsRequest) {
|
|
230
|
+
ListFieldLevelEncryptionConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
})(ListFieldLevelEncryptionConfigsRequest || (ListFieldLevelEncryptionConfigsRequest = {}));
|
|
232
|
+
export var FieldLevelEncryptionSummary;
|
|
233
|
+
(function (FieldLevelEncryptionSummary) {
|
|
234
|
+
FieldLevelEncryptionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
})(FieldLevelEncryptionSummary || (FieldLevelEncryptionSummary = {}));
|
|
236
|
+
export var FieldLevelEncryptionList;
|
|
237
|
+
(function (FieldLevelEncryptionList) {
|
|
238
|
+
FieldLevelEncryptionList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
})(FieldLevelEncryptionList || (FieldLevelEncryptionList = {}));
|
|
240
|
+
export var ListFieldLevelEncryptionConfigsResult;
|
|
241
|
+
(function (ListFieldLevelEncryptionConfigsResult) {
|
|
242
|
+
ListFieldLevelEncryptionConfigsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
})(ListFieldLevelEncryptionConfigsResult || (ListFieldLevelEncryptionConfigsResult = {}));
|
|
244
|
+
export var ListFieldLevelEncryptionProfilesRequest;
|
|
245
|
+
(function (ListFieldLevelEncryptionProfilesRequest) {
|
|
246
|
+
ListFieldLevelEncryptionProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
})(ListFieldLevelEncryptionProfilesRequest || (ListFieldLevelEncryptionProfilesRequest = {}));
|
|
248
|
+
export var FieldLevelEncryptionProfileSummary;
|
|
249
|
+
(function (FieldLevelEncryptionProfileSummary) {
|
|
250
|
+
FieldLevelEncryptionProfileSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
})(FieldLevelEncryptionProfileSummary || (FieldLevelEncryptionProfileSummary = {}));
|
|
252
|
+
export var FieldLevelEncryptionProfileList;
|
|
253
|
+
(function (FieldLevelEncryptionProfileList) {
|
|
254
|
+
FieldLevelEncryptionProfileList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(FieldLevelEncryptionProfileList || (FieldLevelEncryptionProfileList = {}));
|
|
256
|
+
export var ListFieldLevelEncryptionProfilesResult;
|
|
257
|
+
(function (ListFieldLevelEncryptionProfilesResult) {
|
|
258
|
+
ListFieldLevelEncryptionProfilesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
})(ListFieldLevelEncryptionProfilesResult || (ListFieldLevelEncryptionProfilesResult = {}));
|
|
260
|
+
export var ListFunctionsRequest;
|
|
261
|
+
(function (ListFunctionsRequest) {
|
|
262
|
+
ListFunctionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
})(ListFunctionsRequest || (ListFunctionsRequest = {}));
|
|
264
|
+
export var FunctionList;
|
|
265
|
+
(function (FunctionList) {
|
|
266
|
+
FunctionList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
})(FunctionList || (FunctionList = {}));
|
|
268
|
+
export var ListFunctionsResult;
|
|
269
|
+
(function (ListFunctionsResult) {
|
|
270
|
+
ListFunctionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
})(ListFunctionsResult || (ListFunctionsResult = {}));
|
|
272
|
+
export var ListInvalidationsRequest;
|
|
273
|
+
(function (ListInvalidationsRequest) {
|
|
274
|
+
ListInvalidationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
})(ListInvalidationsRequest || (ListInvalidationsRequest = {}));
|
|
276
|
+
export var InvalidationSummary;
|
|
277
|
+
(function (InvalidationSummary) {
|
|
278
|
+
InvalidationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
})(InvalidationSummary || (InvalidationSummary = {}));
|
|
280
|
+
export var InvalidationList;
|
|
281
|
+
(function (InvalidationList) {
|
|
282
|
+
InvalidationList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
})(InvalidationList || (InvalidationList = {}));
|
|
284
|
+
export var ListInvalidationsResult;
|
|
285
|
+
(function (ListInvalidationsResult) {
|
|
286
|
+
ListInvalidationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
})(ListInvalidationsResult || (ListInvalidationsResult = {}));
|
|
288
|
+
export var ListKeyGroupsRequest;
|
|
289
|
+
(function (ListKeyGroupsRequest) {
|
|
290
|
+
ListKeyGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
})(ListKeyGroupsRequest || (ListKeyGroupsRequest = {}));
|
|
292
|
+
export var KeyGroupSummary;
|
|
293
|
+
(function (KeyGroupSummary) {
|
|
294
|
+
KeyGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
})(KeyGroupSummary || (KeyGroupSummary = {}));
|
|
296
|
+
export var KeyGroupList;
|
|
297
|
+
(function (KeyGroupList) {
|
|
298
|
+
KeyGroupList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
})(KeyGroupList || (KeyGroupList = {}));
|
|
300
|
+
export var ListKeyGroupsResult;
|
|
301
|
+
(function (ListKeyGroupsResult) {
|
|
302
|
+
ListKeyGroupsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
})(ListKeyGroupsResult || (ListKeyGroupsResult = {}));
|
|
304
|
+
export var ListOriginRequestPoliciesRequest;
|
|
305
|
+
(function (ListOriginRequestPoliciesRequest) {
|
|
306
|
+
ListOriginRequestPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
})(ListOriginRequestPoliciesRequest || (ListOriginRequestPoliciesRequest = {}));
|
|
308
|
+
export var OriginRequestPolicySummary;
|
|
309
|
+
(function (OriginRequestPolicySummary) {
|
|
310
|
+
OriginRequestPolicySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
})(OriginRequestPolicySummary || (OriginRequestPolicySummary = {}));
|
|
312
|
+
export var OriginRequestPolicyList;
|
|
313
|
+
(function (OriginRequestPolicyList) {
|
|
314
|
+
OriginRequestPolicyList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
})(OriginRequestPolicyList || (OriginRequestPolicyList = {}));
|
|
316
|
+
export var ListOriginRequestPoliciesResult;
|
|
317
|
+
(function (ListOriginRequestPoliciesResult) {
|
|
318
|
+
ListOriginRequestPoliciesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
})(ListOriginRequestPoliciesResult || (ListOriginRequestPoliciesResult = {}));
|
|
320
|
+
export var ListPublicKeysRequest;
|
|
321
|
+
(function (ListPublicKeysRequest) {
|
|
322
|
+
ListPublicKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
})(ListPublicKeysRequest || (ListPublicKeysRequest = {}));
|
|
324
|
+
export var PublicKeySummary;
|
|
325
|
+
(function (PublicKeySummary) {
|
|
326
|
+
PublicKeySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
})(PublicKeySummary || (PublicKeySummary = {}));
|
|
328
|
+
export var PublicKeyList;
|
|
329
|
+
(function (PublicKeyList) {
|
|
330
|
+
PublicKeyList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
})(PublicKeyList || (PublicKeyList = {}));
|
|
332
|
+
export var ListPublicKeysResult;
|
|
333
|
+
(function (ListPublicKeysResult) {
|
|
334
|
+
ListPublicKeysResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
})(ListPublicKeysResult || (ListPublicKeysResult = {}));
|
|
336
|
+
export var ListRealtimeLogConfigsRequest;
|
|
337
|
+
(function (ListRealtimeLogConfigsRequest) {
|
|
338
|
+
ListRealtimeLogConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
})(ListRealtimeLogConfigsRequest || (ListRealtimeLogConfigsRequest = {}));
|
|
340
|
+
export var RealtimeLogConfigs;
|
|
341
|
+
(function (RealtimeLogConfigs) {
|
|
342
|
+
RealtimeLogConfigs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
})(RealtimeLogConfigs || (RealtimeLogConfigs = {}));
|
|
344
|
+
export var ListRealtimeLogConfigsResult;
|
|
345
|
+
(function (ListRealtimeLogConfigsResult) {
|
|
346
|
+
ListRealtimeLogConfigsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
})(ListRealtimeLogConfigsResult || (ListRealtimeLogConfigsResult = {}));
|
|
348
|
+
export var ListStreamingDistributionsRequest;
|
|
349
|
+
(function (ListStreamingDistributionsRequest) {
|
|
350
|
+
ListStreamingDistributionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(ListStreamingDistributionsRequest || (ListStreamingDistributionsRequest = {}));
|
|
352
|
+
export var StreamingDistributionSummary;
|
|
353
|
+
(function (StreamingDistributionSummary) {
|
|
354
|
+
StreamingDistributionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
})(StreamingDistributionSummary || (StreamingDistributionSummary = {}));
|
|
356
|
+
export var StreamingDistributionList;
|
|
357
|
+
(function (StreamingDistributionList) {
|
|
358
|
+
StreamingDistributionList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(StreamingDistributionList || (StreamingDistributionList = {}));
|
|
360
|
+
export var ListStreamingDistributionsResult;
|
|
361
|
+
(function (ListStreamingDistributionsResult) {
|
|
362
|
+
ListStreamingDistributionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
})(ListStreamingDistributionsResult || (ListStreamingDistributionsResult = {}));
|
|
364
|
+
export var ListTagsForResourceRequest;
|
|
365
|
+
(function (ListTagsForResourceRequest) {
|
|
366
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
368
|
+
export var ListTagsForResourceResult;
|
|
369
|
+
(function (ListTagsForResourceResult) {
|
|
370
|
+
ListTagsForResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
})(ListTagsForResourceResult || (ListTagsForResourceResult = {}));
|
|
372
|
+
export var PublishFunctionRequest;
|
|
373
|
+
(function (PublishFunctionRequest) {
|
|
374
|
+
PublishFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(PublishFunctionRequest || (PublishFunctionRequest = {}));
|
|
376
|
+
export var PublishFunctionResult;
|
|
377
|
+
(function (PublishFunctionResult) {
|
|
378
|
+
PublishFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
})(PublishFunctionResult || (PublishFunctionResult = {}));
|
|
380
|
+
export var TagResourceRequest;
|
|
381
|
+
(function (TagResourceRequest) {
|
|
382
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
384
|
+
export var TestFunctionFailed;
|
|
385
|
+
(function (TestFunctionFailed) {
|
|
386
|
+
TestFunctionFailed.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
})(TestFunctionFailed || (TestFunctionFailed = {}));
|
|
388
|
+
export var TestFunctionRequest;
|
|
389
|
+
(function (TestFunctionRequest) {
|
|
390
|
+
TestFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EventObject && { EventObject: SENSITIVE_STRING }))); };
|
|
391
|
+
})(TestFunctionRequest || (TestFunctionRequest = {}));
|
|
392
|
+
export var TestResult;
|
|
393
|
+
(function (TestResult) {
|
|
394
|
+
TestResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
})(TestResult || (TestResult = {}));
|
|
396
|
+
export var TestFunctionResult;
|
|
397
|
+
(function (TestFunctionResult) {
|
|
398
|
+
TestFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
})(TestFunctionResult || (TestFunctionResult = {}));
|
|
400
|
+
export var TagKeys;
|
|
401
|
+
(function (TagKeys) {
|
|
402
|
+
TagKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
})(TagKeys || (TagKeys = {}));
|
|
404
|
+
export var UntagResourceRequest;
|
|
405
|
+
(function (UntagResourceRequest) {
|
|
406
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
408
|
+
export var UpdateCachePolicyRequest;
|
|
409
|
+
(function (UpdateCachePolicyRequest) {
|
|
410
|
+
UpdateCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
})(UpdateCachePolicyRequest || (UpdateCachePolicyRequest = {}));
|
|
412
|
+
export var UpdateCachePolicyResult;
|
|
413
|
+
(function (UpdateCachePolicyResult) {
|
|
414
|
+
UpdateCachePolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
})(UpdateCachePolicyResult || (UpdateCachePolicyResult = {}));
|
|
416
|
+
export var UpdateCloudFrontOriginAccessIdentityRequest;
|
|
417
|
+
(function (UpdateCloudFrontOriginAccessIdentityRequest) {
|
|
418
|
+
UpdateCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
})(UpdateCloudFrontOriginAccessIdentityRequest || (UpdateCloudFrontOriginAccessIdentityRequest = {}));
|
|
420
|
+
export var UpdateCloudFrontOriginAccessIdentityResult;
|
|
421
|
+
(function (UpdateCloudFrontOriginAccessIdentityResult) {
|
|
422
|
+
UpdateCloudFrontOriginAccessIdentityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
})(UpdateCloudFrontOriginAccessIdentityResult || (UpdateCloudFrontOriginAccessIdentityResult = {}));
|
|
424
|
+
export var UpdateDistributionRequest;
|
|
425
|
+
(function (UpdateDistributionRequest) {
|
|
426
|
+
UpdateDistributionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
427
|
+
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
428
|
+
}))); };
|
|
429
|
+
})(UpdateDistributionRequest || (UpdateDistributionRequest = {}));
|
|
430
|
+
export var UpdateDistributionResult;
|
|
431
|
+
(function (UpdateDistributionResult) {
|
|
432
|
+
UpdateDistributionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
433
|
+
})(UpdateDistributionResult || (UpdateDistributionResult = {}));
|
|
434
|
+
export var UpdateFieldLevelEncryptionConfigRequest;
|
|
435
|
+
(function (UpdateFieldLevelEncryptionConfigRequest) {
|
|
436
|
+
UpdateFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
})(UpdateFieldLevelEncryptionConfigRequest || (UpdateFieldLevelEncryptionConfigRequest = {}));
|
|
438
|
+
export var UpdateFieldLevelEncryptionConfigResult;
|
|
439
|
+
(function (UpdateFieldLevelEncryptionConfigResult) {
|
|
440
|
+
UpdateFieldLevelEncryptionConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
})(UpdateFieldLevelEncryptionConfigResult || (UpdateFieldLevelEncryptionConfigResult = {}));
|
|
442
|
+
export var UpdateFieldLevelEncryptionProfileRequest;
|
|
443
|
+
(function (UpdateFieldLevelEncryptionProfileRequest) {
|
|
444
|
+
UpdateFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
})(UpdateFieldLevelEncryptionProfileRequest || (UpdateFieldLevelEncryptionProfileRequest = {}));
|
|
446
|
+
export var UpdateFieldLevelEncryptionProfileResult;
|
|
447
|
+
(function (UpdateFieldLevelEncryptionProfileResult) {
|
|
448
|
+
UpdateFieldLevelEncryptionProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
})(UpdateFieldLevelEncryptionProfileResult || (UpdateFieldLevelEncryptionProfileResult = {}));
|
|
450
|
+
export var UpdateFunctionRequest;
|
|
451
|
+
(function (UpdateFunctionRequest) {
|
|
452
|
+
UpdateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }))); };
|
|
453
|
+
})(UpdateFunctionRequest || (UpdateFunctionRequest = {}));
|
|
454
|
+
export var UpdateFunctionResult;
|
|
455
|
+
(function (UpdateFunctionResult) {
|
|
456
|
+
UpdateFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
})(UpdateFunctionResult || (UpdateFunctionResult = {}));
|
|
458
|
+
export var UpdateKeyGroupRequest;
|
|
459
|
+
(function (UpdateKeyGroupRequest) {
|
|
460
|
+
UpdateKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(UpdateKeyGroupRequest || (UpdateKeyGroupRequest = {}));
|
|
462
|
+
export var UpdateKeyGroupResult;
|
|
463
|
+
(function (UpdateKeyGroupResult) {
|
|
464
|
+
UpdateKeyGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(UpdateKeyGroupResult || (UpdateKeyGroupResult = {}));
|
|
466
|
+
export var UpdateOriginRequestPolicyRequest;
|
|
467
|
+
(function (UpdateOriginRequestPolicyRequest) {
|
|
468
|
+
UpdateOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
})(UpdateOriginRequestPolicyRequest || (UpdateOriginRequestPolicyRequest = {}));
|
|
470
|
+
export var UpdateOriginRequestPolicyResult;
|
|
471
|
+
(function (UpdateOriginRequestPolicyResult) {
|
|
472
|
+
UpdateOriginRequestPolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
})(UpdateOriginRequestPolicyResult || (UpdateOriginRequestPolicyResult = {}));
|
|
474
|
+
export var UpdatePublicKeyRequest;
|
|
475
|
+
(function (UpdatePublicKeyRequest) {
|
|
476
|
+
UpdatePublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
})(UpdatePublicKeyRequest || (UpdatePublicKeyRequest = {}));
|
|
478
|
+
export var UpdatePublicKeyResult;
|
|
479
|
+
(function (UpdatePublicKeyResult) {
|
|
480
|
+
UpdatePublicKeyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
})(UpdatePublicKeyResult || (UpdatePublicKeyResult = {}));
|
|
482
|
+
export var UpdateRealtimeLogConfigRequest;
|
|
483
|
+
(function (UpdateRealtimeLogConfigRequest) {
|
|
484
|
+
UpdateRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
})(UpdateRealtimeLogConfigRequest || (UpdateRealtimeLogConfigRequest = {}));
|
|
486
|
+
export var UpdateRealtimeLogConfigResult;
|
|
487
|
+
(function (UpdateRealtimeLogConfigResult) {
|
|
488
|
+
UpdateRealtimeLogConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
})(UpdateRealtimeLogConfigResult || (UpdateRealtimeLogConfigResult = {}));
|
|
490
|
+
export var UpdateStreamingDistributionRequest;
|
|
491
|
+
(function (UpdateStreamingDistributionRequest) {
|
|
492
|
+
UpdateStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
})(UpdateStreamingDistributionRequest || (UpdateStreamingDistributionRequest = {}));
|
|
494
|
+
export var UpdateStreamingDistributionResult;
|
|
495
|
+
(function (UpdateStreamingDistributionResult) {
|
|
496
|
+
UpdateStreamingDistributionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
})(UpdateStreamingDistributionResult || (UpdateStreamingDistributionResult = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { CloudFront } from "../CloudFront";
|
|
3
|
+
import { CloudFrontClient } from "../CloudFrontClient";
|
|
4
|
+
import { ListCloudFrontOriginAccessIdentitiesCommand, } from "../commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListCloudFrontOriginAccessIdentitiesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listCloudFrontOriginAccessIdentities.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListCloudFrontOriginAccessIdentities(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListCloudFrontOriginAccessIdentities_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxItems"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof CloudFront)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof CloudFrontClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected CloudFront | CloudFrontClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.CloudFrontOriginAccessIdentityList.NextMarker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { CloudFront } from "../CloudFront";
|
|
3
|
+
import { CloudFrontClient } from "../CloudFrontClient";
|
|
4
|
+
import { ListDistributionsCommand, } from "../commands/ListDistributionsCommand";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListDistributionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listDistributions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListDistributions(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListDistributions_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxItems"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof CloudFront)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof CloudFrontClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected CloudFront | CloudFrontClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.DistributionList.NextMarker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|