@aws-sdk/client-cloudfront 3.797.0 → 3.799.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/README.md +200 -0
- package/dist-cjs/index.js +2696 -655
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/CloudFront.js +50 -0
- package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/AssociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/CreateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/CreateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DeleteConnectionGroupCommand.js +22 -0
- package/dist-es/commands/DeleteDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantByDomainCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetManagedCertificateDetailsCommand.js +22 -0
- package/dist-es/commands/ListConnectionGroupsCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsCommand.js +22 -0
- package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +23 -0
- package/dist-es/commands/ListDomainConflictsCommand.js +22 -0
- package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/TestFunctionCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionCommand.js +1 -1
- package/dist-es/commands/UpdateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +1 -1
- package/dist-es/commands/UpdateDomainAssociationCommand.js +22 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -1
- package/dist-es/commands/VerifyDnsConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +26 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +77 -201
- package/dist-es/models/models_1.js +203 -58
- package/dist-es/models/models_2.js +52 -0
- package/dist-es/pagination/ListConnectionGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsByCustomizationPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionsByConnectionModePaginator.js +4 -0
- package/dist-es/pagination/ListDomainConflictsPaginator.js +4 -0
- package/dist-es/pagination/ListInvalidationsForDistributionTenantPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restXml.js +1907 -460
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +31 -0
- package/dist-types/CloudFront.d.ts +178 -0
- package/dist-types/CloudFrontClient.d.ts +27 -2
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +92 -0
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +92 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +16 -1
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +35 -2
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +185 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +32 -2
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +119 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +90 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +90 -0
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +90 -0
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +99 -0
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +99 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +124 -0
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +124 -0
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +95 -0
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +89 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionGroupsCommand.d.ts +100 -0
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +120 -0
- package/dist-types/commands/ListDistributionTenantsCommand.d.ts +121 -0
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +392 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +3 -1
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +96 -0
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +96 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +3 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +33 -3
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +182 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -2
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +98 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +26 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +830 -869
- package/dist-types/models/models_1.d.ts +2571 -2123
- package/dist-types/models/models_2.d.ts +1244 -0
- package/dist-types/pagination/ListConnectionGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionsByConnectionModePaginator.d.ts +7 -0
- package/dist-types/pagination/ListDomainConflictsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restXml.d.ts +225 -0
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/CloudFront.d.ts +476 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +152 -2
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +190 -214
- package/dist-types/ts3.4/models/models_1.d.ts +413 -275
- package/dist-types/ts3.4/models/models_2.d.ts +363 -0
- package/dist-types/ts3.4/pagination/ListConnectionGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionsByConnectionModePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDomainConflictsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +300 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +14 -0
- package/package.json +11 -11
|
@@ -29,6 +29,7 @@ const getRuntimeConfig = (config) => {
|
|
|
29
29
|
...config,
|
|
30
30
|
runtime: "node",
|
|
31
31
|
defaultsMode,
|
|
32
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
32
33
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
33
34
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
34
35
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
package/dist-es/CloudFront.js
CHANGED
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudFrontClient } from "./CloudFrontClient";
|
|
3
3
|
import { AssociateAliasCommand, } from "./commands/AssociateAliasCommand";
|
|
4
|
+
import { AssociateDistributionTenantWebACLCommand, } from "./commands/AssociateDistributionTenantWebACLCommand";
|
|
5
|
+
import { AssociateDistributionWebACLCommand, } from "./commands/AssociateDistributionWebACLCommand";
|
|
4
6
|
import { CopyDistributionCommand, } from "./commands/CopyDistributionCommand";
|
|
5
7
|
import { CreateAnycastIpListCommand, } from "./commands/CreateAnycastIpListCommand";
|
|
6
8
|
import { CreateCachePolicyCommand, } from "./commands/CreateCachePolicyCommand";
|
|
7
9
|
import { CreateCloudFrontOriginAccessIdentityCommand, } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
10
|
+
import { CreateConnectionGroupCommand, } from "./commands/CreateConnectionGroupCommand";
|
|
8
11
|
import { CreateContinuousDeploymentPolicyCommand, } from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
9
12
|
import { CreateDistributionCommand, } from "./commands/CreateDistributionCommand";
|
|
13
|
+
import { CreateDistributionTenantCommand, } from "./commands/CreateDistributionTenantCommand";
|
|
10
14
|
import { CreateDistributionWithTagsCommand, } from "./commands/CreateDistributionWithTagsCommand";
|
|
11
15
|
import { CreateFieldLevelEncryptionConfigCommand, } from "./commands/CreateFieldLevelEncryptionConfigCommand";
|
|
12
16
|
import { CreateFieldLevelEncryptionProfileCommand, } from "./commands/CreateFieldLevelEncryptionProfileCommand";
|
|
13
17
|
import { CreateFunctionCommand, } from "./commands/CreateFunctionCommand";
|
|
14
18
|
import { CreateInvalidationCommand, } from "./commands/CreateInvalidationCommand";
|
|
19
|
+
import { CreateInvalidationForDistributionTenantCommand, } from "./commands/CreateInvalidationForDistributionTenantCommand";
|
|
15
20
|
import { CreateKeyGroupCommand, } from "./commands/CreateKeyGroupCommand";
|
|
16
21
|
import { CreateKeyValueStoreCommand, } from "./commands/CreateKeyValueStoreCommand";
|
|
17
22
|
import { CreateMonitoringSubscriptionCommand, } from "./commands/CreateMonitoringSubscriptionCommand";
|
|
@@ -26,8 +31,10 @@ import { CreateVpcOriginCommand, } from "./commands/CreateVpcOriginCommand";
|
|
|
26
31
|
import { DeleteAnycastIpListCommand, } from "./commands/DeleteAnycastIpListCommand";
|
|
27
32
|
import { DeleteCachePolicyCommand, } from "./commands/DeleteCachePolicyCommand";
|
|
28
33
|
import { DeleteCloudFrontOriginAccessIdentityCommand, } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
34
|
+
import { DeleteConnectionGroupCommand, } from "./commands/DeleteConnectionGroupCommand";
|
|
29
35
|
import { DeleteContinuousDeploymentPolicyCommand, } from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
30
36
|
import { DeleteDistributionCommand, } from "./commands/DeleteDistributionCommand";
|
|
37
|
+
import { DeleteDistributionTenantCommand, } from "./commands/DeleteDistributionTenantCommand";
|
|
31
38
|
import { DeleteFieldLevelEncryptionConfigCommand, } from "./commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
32
39
|
import { DeleteFieldLevelEncryptionProfileCommand, } from "./commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
33
40
|
import { DeleteFunctionCommand, } from "./commands/DeleteFunctionCommand";
|
|
@@ -43,23 +50,31 @@ import { DeleteStreamingDistributionCommand, } from "./commands/DeleteStreamingD
|
|
|
43
50
|
import { DeleteVpcOriginCommand, } from "./commands/DeleteVpcOriginCommand";
|
|
44
51
|
import { DescribeFunctionCommand, } from "./commands/DescribeFunctionCommand";
|
|
45
52
|
import { DescribeKeyValueStoreCommand, } from "./commands/DescribeKeyValueStoreCommand";
|
|
53
|
+
import { DisassociateDistributionTenantWebACLCommand, } from "./commands/DisassociateDistributionTenantWebACLCommand";
|
|
54
|
+
import { DisassociateDistributionWebACLCommand, } from "./commands/DisassociateDistributionWebACLCommand";
|
|
46
55
|
import { GetAnycastIpListCommand, } from "./commands/GetAnycastIpListCommand";
|
|
47
56
|
import { GetCachePolicyCommand, } from "./commands/GetCachePolicyCommand";
|
|
48
57
|
import { GetCachePolicyConfigCommand, } from "./commands/GetCachePolicyConfigCommand";
|
|
49
58
|
import { GetCloudFrontOriginAccessIdentityCommand, } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
50
59
|
import { GetCloudFrontOriginAccessIdentityConfigCommand, } from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
60
|
+
import { GetConnectionGroupByRoutingEndpointCommand, } from "./commands/GetConnectionGroupByRoutingEndpointCommand";
|
|
61
|
+
import { GetConnectionGroupCommand, } from "./commands/GetConnectionGroupCommand";
|
|
51
62
|
import { GetContinuousDeploymentPolicyCommand, } from "./commands/GetContinuousDeploymentPolicyCommand";
|
|
52
63
|
import { GetContinuousDeploymentPolicyConfigCommand, } from "./commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
53
64
|
import { GetDistributionCommand, } from "./commands/GetDistributionCommand";
|
|
54
65
|
import { GetDistributionConfigCommand, } from "./commands/GetDistributionConfigCommand";
|
|
66
|
+
import { GetDistributionTenantByDomainCommand, } from "./commands/GetDistributionTenantByDomainCommand";
|
|
67
|
+
import { GetDistributionTenantCommand, } from "./commands/GetDistributionTenantCommand";
|
|
55
68
|
import { GetFieldLevelEncryptionCommand, } from "./commands/GetFieldLevelEncryptionCommand";
|
|
56
69
|
import { GetFieldLevelEncryptionConfigCommand, } from "./commands/GetFieldLevelEncryptionConfigCommand";
|
|
57
70
|
import { GetFieldLevelEncryptionProfileCommand, } from "./commands/GetFieldLevelEncryptionProfileCommand";
|
|
58
71
|
import { GetFieldLevelEncryptionProfileConfigCommand, } from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
59
72
|
import { GetFunctionCommand } from "./commands/GetFunctionCommand";
|
|
60
73
|
import { GetInvalidationCommand, } from "./commands/GetInvalidationCommand";
|
|
74
|
+
import { GetInvalidationForDistributionTenantCommand, } from "./commands/GetInvalidationForDistributionTenantCommand";
|
|
61
75
|
import { GetKeyGroupCommand } from "./commands/GetKeyGroupCommand";
|
|
62
76
|
import { GetKeyGroupConfigCommand, } from "./commands/GetKeyGroupConfigCommand";
|
|
77
|
+
import { GetManagedCertificateDetailsCommand, } from "./commands/GetManagedCertificateDetailsCommand";
|
|
63
78
|
import { GetMonitoringSubscriptionCommand, } from "./commands/GetMonitoringSubscriptionCommand";
|
|
64
79
|
import { GetOriginAccessControlCommand, } from "./commands/GetOriginAccessControlCommand";
|
|
65
80
|
import { GetOriginAccessControlConfigCommand, } from "./commands/GetOriginAccessControlConfigCommand";
|
|
@@ -77,9 +92,11 @@ import { ListAnycastIpListsCommand, } from "./commands/ListAnycastIpListsCommand
|
|
|
77
92
|
import { ListCachePoliciesCommand, } from "./commands/ListCachePoliciesCommand";
|
|
78
93
|
import { ListCloudFrontOriginAccessIdentitiesCommand, } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
79
94
|
import { ListConflictingAliasesCommand, } from "./commands/ListConflictingAliasesCommand";
|
|
95
|
+
import { ListConnectionGroupsCommand, } from "./commands/ListConnectionGroupsCommand";
|
|
80
96
|
import { ListContinuousDeploymentPoliciesCommand, } from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
81
97
|
import { ListDistributionsByAnycastIpListIdCommand, } from "./commands/ListDistributionsByAnycastIpListIdCommand";
|
|
82
98
|
import { ListDistributionsByCachePolicyIdCommand, } from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
99
|
+
import { ListDistributionsByConnectionModeCommand, } from "./commands/ListDistributionsByConnectionModeCommand";
|
|
83
100
|
import { ListDistributionsByKeyGroupCommand, } from "./commands/ListDistributionsByKeyGroupCommand";
|
|
84
101
|
import { ListDistributionsByOriginRequestPolicyIdCommand, } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
85
102
|
import { ListDistributionsByRealtimeLogConfigCommand, } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
@@ -87,10 +104,14 @@ import { ListDistributionsByResponseHeadersPolicyIdCommand, } from "./commands/L
|
|
|
87
104
|
import { ListDistributionsByVpcOriginIdCommand, } from "./commands/ListDistributionsByVpcOriginIdCommand";
|
|
88
105
|
import { ListDistributionsByWebACLIdCommand, } from "./commands/ListDistributionsByWebACLIdCommand";
|
|
89
106
|
import { ListDistributionsCommand, } from "./commands/ListDistributionsCommand";
|
|
107
|
+
import { ListDistributionTenantsByCustomizationCommand, } from "./commands/ListDistributionTenantsByCustomizationCommand";
|
|
108
|
+
import { ListDistributionTenantsCommand, } from "./commands/ListDistributionTenantsCommand";
|
|
109
|
+
import { ListDomainConflictsCommand, } from "./commands/ListDomainConflictsCommand";
|
|
90
110
|
import { ListFieldLevelEncryptionConfigsCommand, } from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
91
111
|
import { ListFieldLevelEncryptionProfilesCommand, } from "./commands/ListFieldLevelEncryptionProfilesCommand";
|
|
92
112
|
import { ListFunctionsCommand, } from "./commands/ListFunctionsCommand";
|
|
93
113
|
import { ListInvalidationsCommand, } from "./commands/ListInvalidationsCommand";
|
|
114
|
+
import { ListInvalidationsForDistributionTenantCommand, } from "./commands/ListInvalidationsForDistributionTenantCommand";
|
|
94
115
|
import { ListKeyGroupsCommand, } from "./commands/ListKeyGroupsCommand";
|
|
95
116
|
import { ListKeyValueStoresCommand, } from "./commands/ListKeyValueStoresCommand";
|
|
96
117
|
import { ListOriginAccessControlsCommand, } from "./commands/ListOriginAccessControlsCommand";
|
|
@@ -107,9 +128,12 @@ import { TestFunctionCommand, } from "./commands/TestFunctionCommand";
|
|
|
107
128
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
108
129
|
import { UpdateCachePolicyCommand, } from "./commands/UpdateCachePolicyCommand";
|
|
109
130
|
import { UpdateCloudFrontOriginAccessIdentityCommand, } from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
131
|
+
import { UpdateConnectionGroupCommand, } from "./commands/UpdateConnectionGroupCommand";
|
|
110
132
|
import { UpdateContinuousDeploymentPolicyCommand, } from "./commands/UpdateContinuousDeploymentPolicyCommand";
|
|
111
133
|
import { UpdateDistributionCommand, } from "./commands/UpdateDistributionCommand";
|
|
134
|
+
import { UpdateDistributionTenantCommand, } from "./commands/UpdateDistributionTenantCommand";
|
|
112
135
|
import { UpdateDistributionWithStagingConfigCommand, } from "./commands/UpdateDistributionWithStagingConfigCommand";
|
|
136
|
+
import { UpdateDomainAssociationCommand, } from "./commands/UpdateDomainAssociationCommand";
|
|
113
137
|
import { UpdateFieldLevelEncryptionConfigCommand, } from "./commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
114
138
|
import { UpdateFieldLevelEncryptionProfileCommand, } from "./commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
115
139
|
import { UpdateFunctionCommand, } from "./commands/UpdateFunctionCommand";
|
|
@@ -122,19 +146,25 @@ import { UpdateRealtimeLogConfigCommand, } from "./commands/UpdateRealtimeLogCon
|
|
|
122
146
|
import { UpdateResponseHeadersPolicyCommand, } from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
123
147
|
import { UpdateStreamingDistributionCommand, } from "./commands/UpdateStreamingDistributionCommand";
|
|
124
148
|
import { UpdateVpcOriginCommand, } from "./commands/UpdateVpcOriginCommand";
|
|
149
|
+
import { VerifyDnsConfigurationCommand, } from "./commands/VerifyDnsConfigurationCommand";
|
|
125
150
|
const commands = {
|
|
126
151
|
AssociateAliasCommand,
|
|
152
|
+
AssociateDistributionTenantWebACLCommand,
|
|
153
|
+
AssociateDistributionWebACLCommand,
|
|
127
154
|
CopyDistributionCommand,
|
|
128
155
|
CreateAnycastIpListCommand,
|
|
129
156
|
CreateCachePolicyCommand,
|
|
130
157
|
CreateCloudFrontOriginAccessIdentityCommand,
|
|
158
|
+
CreateConnectionGroupCommand,
|
|
131
159
|
CreateContinuousDeploymentPolicyCommand,
|
|
132
160
|
CreateDistributionCommand,
|
|
161
|
+
CreateDistributionTenantCommand,
|
|
133
162
|
CreateDistributionWithTagsCommand,
|
|
134
163
|
CreateFieldLevelEncryptionConfigCommand,
|
|
135
164
|
CreateFieldLevelEncryptionProfileCommand,
|
|
136
165
|
CreateFunctionCommand,
|
|
137
166
|
CreateInvalidationCommand,
|
|
167
|
+
CreateInvalidationForDistributionTenantCommand,
|
|
138
168
|
CreateKeyGroupCommand,
|
|
139
169
|
CreateKeyValueStoreCommand,
|
|
140
170
|
CreateMonitoringSubscriptionCommand,
|
|
@@ -149,8 +179,10 @@ const commands = {
|
|
|
149
179
|
DeleteAnycastIpListCommand,
|
|
150
180
|
DeleteCachePolicyCommand,
|
|
151
181
|
DeleteCloudFrontOriginAccessIdentityCommand,
|
|
182
|
+
DeleteConnectionGroupCommand,
|
|
152
183
|
DeleteContinuousDeploymentPolicyCommand,
|
|
153
184
|
DeleteDistributionCommand,
|
|
185
|
+
DeleteDistributionTenantCommand,
|
|
154
186
|
DeleteFieldLevelEncryptionConfigCommand,
|
|
155
187
|
DeleteFieldLevelEncryptionProfileCommand,
|
|
156
188
|
DeleteFunctionCommand,
|
|
@@ -166,23 +198,31 @@ const commands = {
|
|
|
166
198
|
DeleteVpcOriginCommand,
|
|
167
199
|
DescribeFunctionCommand,
|
|
168
200
|
DescribeKeyValueStoreCommand,
|
|
201
|
+
DisassociateDistributionTenantWebACLCommand,
|
|
202
|
+
DisassociateDistributionWebACLCommand,
|
|
169
203
|
GetAnycastIpListCommand,
|
|
170
204
|
GetCachePolicyCommand,
|
|
171
205
|
GetCachePolicyConfigCommand,
|
|
172
206
|
GetCloudFrontOriginAccessIdentityCommand,
|
|
173
207
|
GetCloudFrontOriginAccessIdentityConfigCommand,
|
|
208
|
+
GetConnectionGroupCommand,
|
|
209
|
+
GetConnectionGroupByRoutingEndpointCommand,
|
|
174
210
|
GetContinuousDeploymentPolicyCommand,
|
|
175
211
|
GetContinuousDeploymentPolicyConfigCommand,
|
|
176
212
|
GetDistributionCommand,
|
|
177
213
|
GetDistributionConfigCommand,
|
|
214
|
+
GetDistributionTenantCommand,
|
|
215
|
+
GetDistributionTenantByDomainCommand,
|
|
178
216
|
GetFieldLevelEncryptionCommand,
|
|
179
217
|
GetFieldLevelEncryptionConfigCommand,
|
|
180
218
|
GetFieldLevelEncryptionProfileCommand,
|
|
181
219
|
GetFieldLevelEncryptionProfileConfigCommand,
|
|
182
220
|
GetFunctionCommand,
|
|
183
221
|
GetInvalidationCommand,
|
|
222
|
+
GetInvalidationForDistributionTenantCommand,
|
|
184
223
|
GetKeyGroupCommand,
|
|
185
224
|
GetKeyGroupConfigCommand,
|
|
225
|
+
GetManagedCertificateDetailsCommand,
|
|
186
226
|
GetMonitoringSubscriptionCommand,
|
|
187
227
|
GetOriginAccessControlCommand,
|
|
188
228
|
GetOriginAccessControlConfigCommand,
|
|
@@ -200,20 +240,26 @@ const commands = {
|
|
|
200
240
|
ListCachePoliciesCommand,
|
|
201
241
|
ListCloudFrontOriginAccessIdentitiesCommand,
|
|
202
242
|
ListConflictingAliasesCommand,
|
|
243
|
+
ListConnectionGroupsCommand,
|
|
203
244
|
ListContinuousDeploymentPoliciesCommand,
|
|
204
245
|
ListDistributionsCommand,
|
|
205
246
|
ListDistributionsByAnycastIpListIdCommand,
|
|
206
247
|
ListDistributionsByCachePolicyIdCommand,
|
|
248
|
+
ListDistributionsByConnectionModeCommand,
|
|
207
249
|
ListDistributionsByKeyGroupCommand,
|
|
208
250
|
ListDistributionsByOriginRequestPolicyIdCommand,
|
|
209
251
|
ListDistributionsByRealtimeLogConfigCommand,
|
|
210
252
|
ListDistributionsByResponseHeadersPolicyIdCommand,
|
|
211
253
|
ListDistributionsByVpcOriginIdCommand,
|
|
212
254
|
ListDistributionsByWebACLIdCommand,
|
|
255
|
+
ListDistributionTenantsCommand,
|
|
256
|
+
ListDistributionTenantsByCustomizationCommand,
|
|
257
|
+
ListDomainConflictsCommand,
|
|
213
258
|
ListFieldLevelEncryptionConfigsCommand,
|
|
214
259
|
ListFieldLevelEncryptionProfilesCommand,
|
|
215
260
|
ListFunctionsCommand,
|
|
216
261
|
ListInvalidationsCommand,
|
|
262
|
+
ListInvalidationsForDistributionTenantCommand,
|
|
217
263
|
ListKeyGroupsCommand,
|
|
218
264
|
ListKeyValueStoresCommand,
|
|
219
265
|
ListOriginAccessControlsCommand,
|
|
@@ -230,9 +276,12 @@ const commands = {
|
|
|
230
276
|
UntagResourceCommand,
|
|
231
277
|
UpdateCachePolicyCommand,
|
|
232
278
|
UpdateCloudFrontOriginAccessIdentityCommand,
|
|
279
|
+
UpdateConnectionGroupCommand,
|
|
233
280
|
UpdateContinuousDeploymentPolicyCommand,
|
|
234
281
|
UpdateDistributionCommand,
|
|
282
|
+
UpdateDistributionTenantCommand,
|
|
235
283
|
UpdateDistributionWithStagingConfigCommand,
|
|
284
|
+
UpdateDomainAssociationCommand,
|
|
236
285
|
UpdateFieldLevelEncryptionConfigCommand,
|
|
237
286
|
UpdateFieldLevelEncryptionProfileCommand,
|
|
238
287
|
UpdateFunctionCommand,
|
|
@@ -245,6 +294,7 @@ const commands = {
|
|
|
245
294
|
UpdateResponseHeadersPolicyCommand,
|
|
246
295
|
UpdateStreamingDistributionCommand,
|
|
247
296
|
UpdateVpcOriginCommand,
|
|
297
|
+
VerifyDnsConfigurationCommand,
|
|
248
298
|
};
|
|
249
299
|
export class CloudFront extends CloudFrontClient {
|
|
250
300
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateDistributionTenantWebACLCommand, se_AssociateDistributionTenantWebACLCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateDistributionTenantWebACLCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "AssociateDistributionTenantWebACL", {})
|
|
17
|
+
.n("CloudFrontClient", "AssociateDistributionTenantWebACLCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateDistributionTenantWebACLCommand)
|
|
20
|
+
.de(de_AssociateDistributionTenantWebACLCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateDistributionWebACLCommand, se_AssociateDistributionWebACLCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateDistributionWebACLCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "AssociateDistributionWebACL", {})
|
|
17
|
+
.n("CloudFrontClient", "AssociateDistributionWebACLCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateDistributionWebACLCommand)
|
|
20
|
+
.de(de_AssociateDistributionWebACLCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateConnectionGroupCommand, se_CreateConnectionGroupCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateConnectionGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "CreateConnectionGroup", {})
|
|
17
|
+
.n("CloudFrontClient", "CreateConnectionGroupCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateConnectionGroupCommand)
|
|
20
|
+
.de(de_CreateConnectionGroupCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateDistributionTenantCommand, se_CreateDistributionTenantCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "CreateDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "CreateDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateDistributionTenantCommand)
|
|
20
|
+
.de(de_CreateDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateInvalidationForDistributionTenantCommand, se_CreateInvalidationForDistributionTenantCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateInvalidationForDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "CreateInvalidationForDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "CreateInvalidationForDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateInvalidationForDistributionTenantCommand)
|
|
20
|
+
.de(de_CreateInvalidationForDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteConnectionGroupCommand, se_DeleteConnectionGroupCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConnectionGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "DeleteConnectionGroup", {})
|
|
17
|
+
.n("CloudFrontClient", "DeleteConnectionGroupCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteConnectionGroupCommand)
|
|
20
|
+
.de(de_DeleteConnectionGroupCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteDistributionTenantCommand, se_DeleteDistributionTenantCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "DeleteDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "DeleteDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteDistributionTenantCommand)
|
|
20
|
+
.de(de_DeleteDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateDistributionTenantWebACLCommand, se_DisassociateDistributionTenantWebACLCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateDistributionTenantWebACLCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "DisassociateDistributionTenantWebACL", {})
|
|
17
|
+
.n("CloudFrontClient", "DisassociateDistributionTenantWebACLCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateDistributionTenantWebACLCommand)
|
|
20
|
+
.de(de_DisassociateDistributionTenantWebACLCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateDistributionWebACLCommand, se_DisassociateDistributionWebACLCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateDistributionWebACLCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "DisassociateDistributionWebACL", {})
|
|
17
|
+
.n("CloudFrontClient", "DisassociateDistributionWebACLCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateDistributionWebACLCommand)
|
|
20
|
+
.de(de_DisassociateDistributionWebACLCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConnectionGroupByRoutingEndpointCommand, se_GetConnectionGroupByRoutingEndpointCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConnectionGroupByRoutingEndpointCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetConnectionGroupByRoutingEndpoint", {})
|
|
17
|
+
.n("CloudFrontClient", "GetConnectionGroupByRoutingEndpointCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetConnectionGroupByRoutingEndpointCommand)
|
|
20
|
+
.de(de_GetConnectionGroupByRoutingEndpointCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConnectionGroupCommand, se_GetConnectionGroupCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConnectionGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetConnectionGroup", {})
|
|
17
|
+
.n("CloudFrontClient", "GetConnectionGroupCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetConnectionGroupCommand)
|
|
20
|
+
.de(de_GetConnectionGroupCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetDistributionTenantByDomainCommand, se_GetDistributionTenantByDomainCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetDistributionTenantByDomainCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetDistributionTenantByDomain", {})
|
|
17
|
+
.n("CloudFrontClient", "GetDistributionTenantByDomainCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetDistributionTenantByDomainCommand)
|
|
20
|
+
.de(de_GetDistributionTenantByDomainCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetDistributionTenantCommand, se_GetDistributionTenantCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "GetDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetDistributionTenantCommand)
|
|
20
|
+
.de(de_GetDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetInvalidationForDistributionTenantCommand, se_GetInvalidationForDistributionTenantCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetInvalidationForDistributionTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetInvalidationForDistributionTenant", {})
|
|
17
|
+
.n("CloudFrontClient", "GetInvalidationForDistributionTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetInvalidationForDistributionTenantCommand)
|
|
20
|
+
.de(de_GetInvalidationForDistributionTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetManagedCertificateDetailsCommand, se_GetManagedCertificateDetailsCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetManagedCertificateDetailsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "GetManagedCertificateDetails", {})
|
|
17
|
+
.n("CloudFrontClient", "GetManagedCertificateDetailsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetManagedCertificateDetailsCommand)
|
|
20
|
+
.de(de_GetManagedCertificateDetailsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListConnectionGroupsCommand, se_ListConnectionGroupsCommand } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListConnectionGroupsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "ListConnectionGroups", {})
|
|
17
|
+
.n("CloudFrontClient", "ListConnectionGroupsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListConnectionGroupsCommand)
|
|
20
|
+
.de(de_ListConnectionGroupsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListDistributionTenantsByCustomizationCommand, se_ListDistributionTenantsByCustomizationCommand, } from "../protocols/Aws_restXml";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDistributionTenantsByCustomizationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Cloudfront2020_05_31", "ListDistributionTenantsByCustomization", {})
|
|
17
|
+
.n("CloudFrontClient", "ListDistributionTenantsByCustomizationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListDistributionTenantsByCustomizationCommand)
|
|
20
|
+
.de(de_ListDistributionTenantsByCustomizationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|