@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
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
2
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
4
|
import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -25,6 +25,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
28
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
29
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
30
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
package/dist-es/waiters/index.js
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
+
import { GetInvalidationForDistributionTenantCommand, } from "../commands/GetInvalidationForDistributionTenantCommand";
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new GetInvalidationForDistributionTenantCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
return result.Invalidation.Status;
|
|
11
|
+
};
|
|
12
|
+
if (returnComparator() === "Completed") {
|
|
13
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
catch (e) { }
|
|
17
|
+
}
|
|
18
|
+
catch (exception) {
|
|
19
|
+
reason = exception;
|
|
20
|
+
}
|
|
21
|
+
return { state: WaiterState.RETRY, reason };
|
|
22
|
+
};
|
|
23
|
+
export const waitForInvalidationForDistributionTenantCompleted = async (params, input) => {
|
|
24
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
25
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
26
|
+
};
|
|
27
|
+
export const waitUntilInvalidationForDistributionTenantCompleted = async (params, input) => {
|
|
28
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
29
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
30
|
+
return checkExceptions(result);
|
|
31
|
+
};
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CloudFrontClient } from "./CloudFrontClient";
|
|
3
3
|
import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
|
|
4
|
+
import { AssociateDistributionTenantWebACLCommandInput, AssociateDistributionTenantWebACLCommandOutput } from "./commands/AssociateDistributionTenantWebACLCommand";
|
|
5
|
+
import { AssociateDistributionWebACLCommandInput, AssociateDistributionWebACLCommandOutput } from "./commands/AssociateDistributionWebACLCommand";
|
|
4
6
|
import { CopyDistributionCommandInput, CopyDistributionCommandOutput } from "./commands/CopyDistributionCommand";
|
|
5
7
|
import { CreateAnycastIpListCommandInput, CreateAnycastIpListCommandOutput } from "./commands/CreateAnycastIpListCommand";
|
|
6
8
|
import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
|
|
7
9
|
import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
10
|
+
import { CreateConnectionGroupCommandInput, CreateConnectionGroupCommandOutput } from "./commands/CreateConnectionGroupCommand";
|
|
8
11
|
import { CreateContinuousDeploymentPolicyCommandInput, CreateContinuousDeploymentPolicyCommandOutput } from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
9
12
|
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
13
|
+
import { CreateDistributionTenantCommandInput, CreateDistributionTenantCommandOutput } from "./commands/CreateDistributionTenantCommand";
|
|
10
14
|
import { CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput } from "./commands/CreateDistributionWithTagsCommand";
|
|
11
15
|
import { CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput } from "./commands/CreateFieldLevelEncryptionConfigCommand";
|
|
12
16
|
import { CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput } from "./commands/CreateFieldLevelEncryptionProfileCommand";
|
|
13
17
|
import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
|
|
14
18
|
import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "./commands/CreateInvalidationCommand";
|
|
19
|
+
import { CreateInvalidationForDistributionTenantCommandInput, CreateInvalidationForDistributionTenantCommandOutput } from "./commands/CreateInvalidationForDistributionTenantCommand";
|
|
15
20
|
import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "./commands/CreateKeyGroupCommand";
|
|
16
21
|
import { CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput } from "./commands/CreateKeyValueStoreCommand";
|
|
17
22
|
import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput } from "./commands/CreateMonitoringSubscriptionCommand";
|
|
@@ -26,8 +31,10 @@ import { CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput } from "./com
|
|
|
26
31
|
import { DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput } from "./commands/DeleteAnycastIpListCommand";
|
|
27
32
|
import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
|
|
28
33
|
import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
34
|
+
import { DeleteConnectionGroupCommandInput, DeleteConnectionGroupCommandOutput } from "./commands/DeleteConnectionGroupCommand";
|
|
29
35
|
import { DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput } from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
30
36
|
import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
37
|
+
import { DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput } from "./commands/DeleteDistributionTenantCommand";
|
|
31
38
|
import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput } from "./commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
32
39
|
import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "./commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
33
40
|
import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
|
|
@@ -43,23 +50,31 @@ import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCom
|
|
|
43
50
|
import { DeleteVpcOriginCommandInput, DeleteVpcOriginCommandOutput } from "./commands/DeleteVpcOriginCommand";
|
|
44
51
|
import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
|
|
45
52
|
import { DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput } from "./commands/DescribeKeyValueStoreCommand";
|
|
53
|
+
import { DisassociateDistributionTenantWebACLCommandInput, DisassociateDistributionTenantWebACLCommandOutput } from "./commands/DisassociateDistributionTenantWebACLCommand";
|
|
54
|
+
import { DisassociateDistributionWebACLCommandInput, DisassociateDistributionWebACLCommandOutput } from "./commands/DisassociateDistributionWebACLCommand";
|
|
46
55
|
import { GetAnycastIpListCommandInput, GetAnycastIpListCommandOutput } from "./commands/GetAnycastIpListCommand";
|
|
47
56
|
import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
|
|
48
57
|
import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "./commands/GetCachePolicyConfigCommand";
|
|
49
58
|
import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
50
59
|
import { GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
60
|
+
import { GetConnectionGroupByRoutingEndpointCommandInput, GetConnectionGroupByRoutingEndpointCommandOutput } from "./commands/GetConnectionGroupByRoutingEndpointCommand";
|
|
61
|
+
import { GetConnectionGroupCommandInput, GetConnectionGroupCommandOutput } from "./commands/GetConnectionGroupCommand";
|
|
51
62
|
import { GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput } from "./commands/GetContinuousDeploymentPolicyCommand";
|
|
52
63
|
import { GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput } from "./commands/GetContinuousDeploymentPolicyConfigCommand";
|
|
53
64
|
import { GetDistributionCommandInput, GetDistributionCommandOutput } from "./commands/GetDistributionCommand";
|
|
54
65
|
import { GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput } from "./commands/GetDistributionConfigCommand";
|
|
66
|
+
import { GetDistributionTenantByDomainCommandInput, GetDistributionTenantByDomainCommandOutput } from "./commands/GetDistributionTenantByDomainCommand";
|
|
67
|
+
import { GetDistributionTenantCommandInput, GetDistributionTenantCommandOutput } from "./commands/GetDistributionTenantCommand";
|
|
55
68
|
import { GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput } from "./commands/GetFieldLevelEncryptionCommand";
|
|
56
69
|
import { GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput } from "./commands/GetFieldLevelEncryptionConfigCommand";
|
|
57
70
|
import { GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput } from "./commands/GetFieldLevelEncryptionProfileCommand";
|
|
58
71
|
import { GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput } from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
59
72
|
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
60
73
|
import { GetInvalidationCommandInput, GetInvalidationCommandOutput } from "./commands/GetInvalidationCommand";
|
|
74
|
+
import { GetInvalidationForDistributionTenantCommandInput, GetInvalidationForDistributionTenantCommandOutput } from "./commands/GetInvalidationForDistributionTenantCommand";
|
|
61
75
|
import { GetKeyGroupCommandInput, GetKeyGroupCommandOutput } from "./commands/GetKeyGroupCommand";
|
|
62
76
|
import { GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput } from "./commands/GetKeyGroupConfigCommand";
|
|
77
|
+
import { GetManagedCertificateDetailsCommandInput, GetManagedCertificateDetailsCommandOutput } from "./commands/GetManagedCertificateDetailsCommand";
|
|
63
78
|
import { GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput } from "./commands/GetMonitoringSubscriptionCommand";
|
|
64
79
|
import { GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput } from "./commands/GetOriginAccessControlCommand";
|
|
65
80
|
import { GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput } from "./commands/GetOriginAccessControlConfigCommand";
|
|
@@ -77,9 +92,11 @@ import { ListAnycastIpListsCommandInput, ListAnycastIpListsCommandOutput } from
|
|
|
77
92
|
import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
|
|
78
93
|
import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
79
94
|
import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "./commands/ListConflictingAliasesCommand";
|
|
95
|
+
import { ListConnectionGroupsCommandInput, ListConnectionGroupsCommandOutput } from "./commands/ListConnectionGroupsCommand";
|
|
80
96
|
import { ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput } from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
81
97
|
import { ListDistributionsByAnycastIpListIdCommandInput, ListDistributionsByAnycastIpListIdCommandOutput } from "./commands/ListDistributionsByAnycastIpListIdCommand";
|
|
82
98
|
import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
99
|
+
import { ListDistributionsByConnectionModeCommandInput, ListDistributionsByConnectionModeCommandOutput } from "./commands/ListDistributionsByConnectionModeCommand";
|
|
83
100
|
import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
|
|
84
101
|
import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
85
102
|
import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
@@ -87,10 +104,14 @@ import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributio
|
|
|
87
104
|
import { ListDistributionsByVpcOriginIdCommandInput, ListDistributionsByVpcOriginIdCommandOutput } from "./commands/ListDistributionsByVpcOriginIdCommand";
|
|
88
105
|
import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
|
|
89
106
|
import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
|
|
107
|
+
import { ListDistributionTenantsByCustomizationCommandInput, ListDistributionTenantsByCustomizationCommandOutput } from "./commands/ListDistributionTenantsByCustomizationCommand";
|
|
108
|
+
import { ListDistributionTenantsCommandInput, ListDistributionTenantsCommandOutput } from "./commands/ListDistributionTenantsCommand";
|
|
109
|
+
import { ListDomainConflictsCommandInput, ListDomainConflictsCommandOutput } from "./commands/ListDomainConflictsCommand";
|
|
90
110
|
import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
91
111
|
import { ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput } from "./commands/ListFieldLevelEncryptionProfilesCommand";
|
|
92
112
|
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
|
|
93
113
|
import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "./commands/ListInvalidationsCommand";
|
|
114
|
+
import { ListInvalidationsForDistributionTenantCommandInput, ListInvalidationsForDistributionTenantCommandOutput } from "./commands/ListInvalidationsForDistributionTenantCommand";
|
|
94
115
|
import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./commands/ListKeyGroupsCommand";
|
|
95
116
|
import { ListKeyValueStoresCommandInput, ListKeyValueStoresCommandOutput } from "./commands/ListKeyValueStoresCommand";
|
|
96
117
|
import { ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput } from "./commands/ListOriginAccessControlsCommand";
|
|
@@ -107,9 +128,12 @@ import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/
|
|
|
107
128
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
108
129
|
import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "./commands/UpdateCachePolicyCommand";
|
|
109
130
|
import { UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
131
|
+
import { UpdateConnectionGroupCommandInput, UpdateConnectionGroupCommandOutput } from "./commands/UpdateConnectionGroupCommand";
|
|
110
132
|
import { UpdateContinuousDeploymentPolicyCommandInput, UpdateContinuousDeploymentPolicyCommandOutput } from "./commands/UpdateContinuousDeploymentPolicyCommand";
|
|
111
133
|
import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
134
|
+
import { UpdateDistributionTenantCommandInput, UpdateDistributionTenantCommandOutput } from "./commands/UpdateDistributionTenantCommand";
|
|
112
135
|
import { UpdateDistributionWithStagingConfigCommandInput, UpdateDistributionWithStagingConfigCommandOutput } from "./commands/UpdateDistributionWithStagingConfigCommand";
|
|
136
|
+
import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
|
|
113
137
|
import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput } from "./commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
114
138
|
import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "./commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
115
139
|
import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "./commands/UpdateFunctionCommand";
|
|
@@ -122,6 +146,7 @@ import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutp
|
|
|
122
146
|
import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
123
147
|
import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
|
|
124
148
|
import { UpdateVpcOriginCommandInput, UpdateVpcOriginCommandOutput } from "./commands/UpdateVpcOriginCommand";
|
|
149
|
+
import { VerifyDnsConfigurationCommandInput, VerifyDnsConfigurationCommandOutput } from "./commands/VerifyDnsConfigurationCommand";
|
|
125
150
|
export interface CloudFront {
|
|
126
151
|
/**
|
|
127
152
|
* @see {@link AssociateAliasCommand}
|
|
@@ -129,6 +154,18 @@ export interface CloudFront {
|
|
|
129
154
|
associateAlias(args: AssociateAliasCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAliasCommandOutput>;
|
|
130
155
|
associateAlias(args: AssociateAliasCommandInput, cb: (err: any, data?: AssociateAliasCommandOutput) => void): void;
|
|
131
156
|
associateAlias(args: AssociateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAliasCommandOutput) => void): void;
|
|
157
|
+
/**
|
|
158
|
+
* @see {@link AssociateDistributionTenantWebACLCommand}
|
|
159
|
+
*/
|
|
160
|
+
associateDistributionTenantWebACL(args: AssociateDistributionTenantWebACLCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDistributionTenantWebACLCommandOutput>;
|
|
161
|
+
associateDistributionTenantWebACL(args: AssociateDistributionTenantWebACLCommandInput, cb: (err: any, data?: AssociateDistributionTenantWebACLCommandOutput) => void): void;
|
|
162
|
+
associateDistributionTenantWebACL(args: AssociateDistributionTenantWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDistributionTenantWebACLCommandOutput) => void): void;
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link AssociateDistributionWebACLCommand}
|
|
165
|
+
*/
|
|
166
|
+
associateDistributionWebACL(args: AssociateDistributionWebACLCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDistributionWebACLCommandOutput>;
|
|
167
|
+
associateDistributionWebACL(args: AssociateDistributionWebACLCommandInput, cb: (err: any, data?: AssociateDistributionWebACLCommandOutput) => void): void;
|
|
168
|
+
associateDistributionWebACL(args: AssociateDistributionWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDistributionWebACLCommandOutput) => void): void;
|
|
132
169
|
/**
|
|
133
170
|
* @see {@link CopyDistributionCommand}
|
|
134
171
|
*/
|
|
@@ -153,6 +190,12 @@ export interface CloudFront {
|
|
|
153
190
|
createCloudFrontOriginAccessIdentity(args: CreateCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
154
191
|
createCloudFrontOriginAccessIdentity(args: CreateCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: CreateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
155
192
|
createCloudFrontOriginAccessIdentity(args: CreateCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
193
|
+
/**
|
|
194
|
+
* @see {@link CreateConnectionGroupCommand}
|
|
195
|
+
*/
|
|
196
|
+
createConnectionGroup(args: CreateConnectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionGroupCommandOutput>;
|
|
197
|
+
createConnectionGroup(args: CreateConnectionGroupCommandInput, cb: (err: any, data?: CreateConnectionGroupCommandOutput) => void): void;
|
|
198
|
+
createConnectionGroup(args: CreateConnectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionGroupCommandOutput) => void): void;
|
|
156
199
|
/**
|
|
157
200
|
* @see {@link CreateContinuousDeploymentPolicyCommand}
|
|
158
201
|
*/
|
|
@@ -165,6 +208,12 @@ export interface CloudFront {
|
|
|
165
208
|
createDistribution(args: CreateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionCommandOutput>;
|
|
166
209
|
createDistribution(args: CreateDistributionCommandInput, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
|
|
167
210
|
createDistribution(args: CreateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
|
|
211
|
+
/**
|
|
212
|
+
* @see {@link CreateDistributionTenantCommand}
|
|
213
|
+
*/
|
|
214
|
+
createDistributionTenant(args: CreateDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionTenantCommandOutput>;
|
|
215
|
+
createDistributionTenant(args: CreateDistributionTenantCommandInput, cb: (err: any, data?: CreateDistributionTenantCommandOutput) => void): void;
|
|
216
|
+
createDistributionTenant(args: CreateDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionTenantCommandOutput) => void): void;
|
|
168
217
|
/**
|
|
169
218
|
* @see {@link CreateDistributionWithTagsCommand}
|
|
170
219
|
*/
|
|
@@ -195,6 +244,12 @@ export interface CloudFront {
|
|
|
195
244
|
createInvalidation(args: CreateInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInvalidationCommandOutput>;
|
|
196
245
|
createInvalidation(args: CreateInvalidationCommandInput, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
|
|
197
246
|
createInvalidation(args: CreateInvalidationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
|
|
247
|
+
/**
|
|
248
|
+
* @see {@link CreateInvalidationForDistributionTenantCommand}
|
|
249
|
+
*/
|
|
250
|
+
createInvalidationForDistributionTenant(args: CreateInvalidationForDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<CreateInvalidationForDistributionTenantCommandOutput>;
|
|
251
|
+
createInvalidationForDistributionTenant(args: CreateInvalidationForDistributionTenantCommandInput, cb: (err: any, data?: CreateInvalidationForDistributionTenantCommandOutput) => void): void;
|
|
252
|
+
createInvalidationForDistributionTenant(args: CreateInvalidationForDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInvalidationForDistributionTenantCommandOutput) => void): void;
|
|
198
253
|
/**
|
|
199
254
|
* @see {@link CreateKeyGroupCommand}
|
|
200
255
|
*/
|
|
@@ -279,6 +334,12 @@ export interface CloudFront {
|
|
|
279
334
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
280
335
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
281
336
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
337
|
+
/**
|
|
338
|
+
* @see {@link DeleteConnectionGroupCommand}
|
|
339
|
+
*/
|
|
340
|
+
deleteConnectionGroup(args: DeleteConnectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionGroupCommandOutput>;
|
|
341
|
+
deleteConnectionGroup(args: DeleteConnectionGroupCommandInput, cb: (err: any, data?: DeleteConnectionGroupCommandOutput) => void): void;
|
|
342
|
+
deleteConnectionGroup(args: DeleteConnectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionGroupCommandOutput) => void): void;
|
|
282
343
|
/**
|
|
283
344
|
* @see {@link DeleteContinuousDeploymentPolicyCommand}
|
|
284
345
|
*/
|
|
@@ -291,6 +352,12 @@ export interface CloudFront {
|
|
|
291
352
|
deleteDistribution(args: DeleteDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionCommandOutput>;
|
|
292
353
|
deleteDistribution(args: DeleteDistributionCommandInput, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
|
|
293
354
|
deleteDistribution(args: DeleteDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
|
|
355
|
+
/**
|
|
356
|
+
* @see {@link DeleteDistributionTenantCommand}
|
|
357
|
+
*/
|
|
358
|
+
deleteDistributionTenant(args: DeleteDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionTenantCommandOutput>;
|
|
359
|
+
deleteDistributionTenant(args: DeleteDistributionTenantCommandInput, cb: (err: any, data?: DeleteDistributionTenantCommandOutput) => void): void;
|
|
360
|
+
deleteDistributionTenant(args: DeleteDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionTenantCommandOutput) => void): void;
|
|
294
361
|
/**
|
|
295
362
|
* @see {@link DeleteFieldLevelEncryptionConfigCommand}
|
|
296
363
|
*/
|
|
@@ -382,6 +449,18 @@ export interface CloudFront {
|
|
|
382
449
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyValueStoreCommandOutput>;
|
|
383
450
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void): void;
|
|
384
451
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void): void;
|
|
452
|
+
/**
|
|
453
|
+
* @see {@link DisassociateDistributionTenantWebACLCommand}
|
|
454
|
+
*/
|
|
455
|
+
disassociateDistributionTenantWebACL(args: DisassociateDistributionTenantWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDistributionTenantWebACLCommandOutput>;
|
|
456
|
+
disassociateDistributionTenantWebACL(args: DisassociateDistributionTenantWebACLCommandInput, cb: (err: any, data?: DisassociateDistributionTenantWebACLCommandOutput) => void): void;
|
|
457
|
+
disassociateDistributionTenantWebACL(args: DisassociateDistributionTenantWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDistributionTenantWebACLCommandOutput) => void): void;
|
|
458
|
+
/**
|
|
459
|
+
* @see {@link DisassociateDistributionWebACLCommand}
|
|
460
|
+
*/
|
|
461
|
+
disassociateDistributionWebACL(args: DisassociateDistributionWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDistributionWebACLCommandOutput>;
|
|
462
|
+
disassociateDistributionWebACL(args: DisassociateDistributionWebACLCommandInput, cb: (err: any, data?: DisassociateDistributionWebACLCommandOutput) => void): void;
|
|
463
|
+
disassociateDistributionWebACL(args: DisassociateDistributionWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDistributionWebACLCommandOutput) => void): void;
|
|
385
464
|
/**
|
|
386
465
|
* @see {@link GetAnycastIpListCommand}
|
|
387
466
|
*/
|
|
@@ -412,6 +491,18 @@ export interface CloudFront {
|
|
|
412
491
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
413
492
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
|
|
414
493
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
|
|
494
|
+
/**
|
|
495
|
+
* @see {@link GetConnectionGroupCommand}
|
|
496
|
+
*/
|
|
497
|
+
getConnectionGroup(args: GetConnectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionGroupCommandOutput>;
|
|
498
|
+
getConnectionGroup(args: GetConnectionGroupCommandInput, cb: (err: any, data?: GetConnectionGroupCommandOutput) => void): void;
|
|
499
|
+
getConnectionGroup(args: GetConnectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionGroupCommandOutput) => void): void;
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link GetConnectionGroupByRoutingEndpointCommand}
|
|
502
|
+
*/
|
|
503
|
+
getConnectionGroupByRoutingEndpoint(args: GetConnectionGroupByRoutingEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionGroupByRoutingEndpointCommandOutput>;
|
|
504
|
+
getConnectionGroupByRoutingEndpoint(args: GetConnectionGroupByRoutingEndpointCommandInput, cb: (err: any, data?: GetConnectionGroupByRoutingEndpointCommandOutput) => void): void;
|
|
505
|
+
getConnectionGroupByRoutingEndpoint(args: GetConnectionGroupByRoutingEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionGroupByRoutingEndpointCommandOutput) => void): void;
|
|
415
506
|
/**
|
|
416
507
|
* @see {@link GetContinuousDeploymentPolicyCommand}
|
|
417
508
|
*/
|
|
@@ -436,6 +527,18 @@ export interface CloudFront {
|
|
|
436
527
|
getDistributionConfig(args: GetDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigCommandOutput>;
|
|
437
528
|
getDistributionConfig(args: GetDistributionConfigCommandInput, cb: (err: any, data?: GetDistributionConfigCommandOutput) => void): void;
|
|
438
529
|
getDistributionConfig(args: GetDistributionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionConfigCommandOutput) => void): void;
|
|
530
|
+
/**
|
|
531
|
+
* @see {@link GetDistributionTenantCommand}
|
|
532
|
+
*/
|
|
533
|
+
getDistributionTenant(args: GetDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionTenantCommandOutput>;
|
|
534
|
+
getDistributionTenant(args: GetDistributionTenantCommandInput, cb: (err: any, data?: GetDistributionTenantCommandOutput) => void): void;
|
|
535
|
+
getDistributionTenant(args: GetDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionTenantCommandOutput) => void): void;
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link GetDistributionTenantByDomainCommand}
|
|
538
|
+
*/
|
|
539
|
+
getDistributionTenantByDomain(args: GetDistributionTenantByDomainCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionTenantByDomainCommandOutput>;
|
|
540
|
+
getDistributionTenantByDomain(args: GetDistributionTenantByDomainCommandInput, cb: (err: any, data?: GetDistributionTenantByDomainCommandOutput) => void): void;
|
|
541
|
+
getDistributionTenantByDomain(args: GetDistributionTenantByDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionTenantByDomainCommandOutput) => void): void;
|
|
439
542
|
/**
|
|
440
543
|
* @see {@link GetFieldLevelEncryptionCommand}
|
|
441
544
|
*/
|
|
@@ -472,6 +575,12 @@ export interface CloudFront {
|
|
|
472
575
|
getInvalidation(args: GetInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<GetInvalidationCommandOutput>;
|
|
473
576
|
getInvalidation(args: GetInvalidationCommandInput, cb: (err: any, data?: GetInvalidationCommandOutput) => void): void;
|
|
474
577
|
getInvalidation(args: GetInvalidationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvalidationCommandOutput) => void): void;
|
|
578
|
+
/**
|
|
579
|
+
* @see {@link GetInvalidationForDistributionTenantCommand}
|
|
580
|
+
*/
|
|
581
|
+
getInvalidationForDistributionTenant(args: GetInvalidationForDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<GetInvalidationForDistributionTenantCommandOutput>;
|
|
582
|
+
getInvalidationForDistributionTenant(args: GetInvalidationForDistributionTenantCommandInput, cb: (err: any, data?: GetInvalidationForDistributionTenantCommandOutput) => void): void;
|
|
583
|
+
getInvalidationForDistributionTenant(args: GetInvalidationForDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvalidationForDistributionTenantCommandOutput) => void): void;
|
|
475
584
|
/**
|
|
476
585
|
* @see {@link GetKeyGroupCommand}
|
|
477
586
|
*/
|
|
@@ -484,6 +593,12 @@ export interface CloudFront {
|
|
|
484
593
|
getKeyGroupConfig(args: GetKeyGroupConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetKeyGroupConfigCommandOutput>;
|
|
485
594
|
getKeyGroupConfig(args: GetKeyGroupConfigCommandInput, cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void): void;
|
|
486
595
|
getKeyGroupConfig(args: GetKeyGroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void): void;
|
|
596
|
+
/**
|
|
597
|
+
* @see {@link GetManagedCertificateDetailsCommand}
|
|
598
|
+
*/
|
|
599
|
+
getManagedCertificateDetails(args: GetManagedCertificateDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedCertificateDetailsCommandOutput>;
|
|
600
|
+
getManagedCertificateDetails(args: GetManagedCertificateDetailsCommandInput, cb: (err: any, data?: GetManagedCertificateDetailsCommandOutput) => void): void;
|
|
601
|
+
getManagedCertificateDetails(args: GetManagedCertificateDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedCertificateDetailsCommandOutput) => void): void;
|
|
487
602
|
/**
|
|
488
603
|
* @see {@link GetMonitoringSubscriptionCommand}
|
|
489
604
|
*/
|
|
@@ -590,6 +705,13 @@ export interface CloudFront {
|
|
|
590
705
|
listConflictingAliases(args: ListConflictingAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListConflictingAliasesCommandOutput>;
|
|
591
706
|
listConflictingAliases(args: ListConflictingAliasesCommandInput, cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void): void;
|
|
592
707
|
listConflictingAliases(args: ListConflictingAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void): void;
|
|
708
|
+
/**
|
|
709
|
+
* @see {@link ListConnectionGroupsCommand}
|
|
710
|
+
*/
|
|
711
|
+
listConnectionGroups(): Promise<ListConnectionGroupsCommandOutput>;
|
|
712
|
+
listConnectionGroups(args: ListConnectionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionGroupsCommandOutput>;
|
|
713
|
+
listConnectionGroups(args: ListConnectionGroupsCommandInput, cb: (err: any, data?: ListConnectionGroupsCommandOutput) => void): void;
|
|
714
|
+
listConnectionGroups(args: ListConnectionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionGroupsCommandOutput) => void): void;
|
|
593
715
|
/**
|
|
594
716
|
* @see {@link ListContinuousDeploymentPoliciesCommand}
|
|
595
717
|
*/
|
|
@@ -616,6 +738,12 @@ export interface CloudFront {
|
|
|
616
738
|
listDistributionsByCachePolicyId(args: ListDistributionsByCachePolicyIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByCachePolicyIdCommandOutput>;
|
|
617
739
|
listDistributionsByCachePolicyId(args: ListDistributionsByCachePolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void): void;
|
|
618
740
|
listDistributionsByCachePolicyId(args: ListDistributionsByCachePolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void): void;
|
|
741
|
+
/**
|
|
742
|
+
* @see {@link ListDistributionsByConnectionModeCommand}
|
|
743
|
+
*/
|
|
744
|
+
listDistributionsByConnectionMode(args: ListDistributionsByConnectionModeCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByConnectionModeCommandOutput>;
|
|
745
|
+
listDistributionsByConnectionMode(args: ListDistributionsByConnectionModeCommandInput, cb: (err: any, data?: ListDistributionsByConnectionModeCommandOutput) => void): void;
|
|
746
|
+
listDistributionsByConnectionMode(args: ListDistributionsByConnectionModeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByConnectionModeCommandOutput) => void): void;
|
|
619
747
|
/**
|
|
620
748
|
* @see {@link ListDistributionsByKeyGroupCommand}
|
|
621
749
|
*/
|
|
@@ -653,6 +781,26 @@ export interface CloudFront {
|
|
|
653
781
|
listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByWebACLIdCommandOutput>;
|
|
654
782
|
listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
|
|
655
783
|
listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
|
|
784
|
+
/**
|
|
785
|
+
* @see {@link ListDistributionTenantsCommand}
|
|
786
|
+
*/
|
|
787
|
+
listDistributionTenants(): Promise<ListDistributionTenantsCommandOutput>;
|
|
788
|
+
listDistributionTenants(args: ListDistributionTenantsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionTenantsCommandOutput>;
|
|
789
|
+
listDistributionTenants(args: ListDistributionTenantsCommandInput, cb: (err: any, data?: ListDistributionTenantsCommandOutput) => void): void;
|
|
790
|
+
listDistributionTenants(args: ListDistributionTenantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionTenantsCommandOutput) => void): void;
|
|
791
|
+
/**
|
|
792
|
+
* @see {@link ListDistributionTenantsByCustomizationCommand}
|
|
793
|
+
*/
|
|
794
|
+
listDistributionTenantsByCustomization(): Promise<ListDistributionTenantsByCustomizationCommandOutput>;
|
|
795
|
+
listDistributionTenantsByCustomization(args: ListDistributionTenantsByCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionTenantsByCustomizationCommandOutput>;
|
|
796
|
+
listDistributionTenantsByCustomization(args: ListDistributionTenantsByCustomizationCommandInput, cb: (err: any, data?: ListDistributionTenantsByCustomizationCommandOutput) => void): void;
|
|
797
|
+
listDistributionTenantsByCustomization(args: ListDistributionTenantsByCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionTenantsByCustomizationCommandOutput) => void): void;
|
|
798
|
+
/**
|
|
799
|
+
* @see {@link ListDomainConflictsCommand}
|
|
800
|
+
*/
|
|
801
|
+
listDomainConflicts(args: ListDomainConflictsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainConflictsCommandOutput>;
|
|
802
|
+
listDomainConflicts(args: ListDomainConflictsCommandInput, cb: (err: any, data?: ListDomainConflictsCommandOutput) => void): void;
|
|
803
|
+
listDomainConflicts(args: ListDomainConflictsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainConflictsCommandOutput) => void): void;
|
|
656
804
|
/**
|
|
657
805
|
* @see {@link ListFieldLevelEncryptionConfigsCommand}
|
|
658
806
|
*/
|
|
@@ -680,6 +828,12 @@ export interface CloudFront {
|
|
|
680
828
|
listInvalidations(args: ListInvalidationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvalidationsCommandOutput>;
|
|
681
829
|
listInvalidations(args: ListInvalidationsCommandInput, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
|
|
682
830
|
listInvalidations(args: ListInvalidationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
|
|
831
|
+
/**
|
|
832
|
+
* @see {@link ListInvalidationsForDistributionTenantCommand}
|
|
833
|
+
*/
|
|
834
|
+
listInvalidationsForDistributionTenant(args: ListInvalidationsForDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<ListInvalidationsForDistributionTenantCommandOutput>;
|
|
835
|
+
listInvalidationsForDistributionTenant(args: ListInvalidationsForDistributionTenantCommandInput, cb: (err: any, data?: ListInvalidationsForDistributionTenantCommandOutput) => void): void;
|
|
836
|
+
listInvalidationsForDistributionTenant(args: ListInvalidationsForDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvalidationsForDistributionTenantCommandOutput) => void): void;
|
|
683
837
|
/**
|
|
684
838
|
* @see {@link ListKeyGroupsCommand}
|
|
685
839
|
*/
|
|
@@ -785,6 +939,12 @@ export interface CloudFront {
|
|
|
785
939
|
updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
786
940
|
updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: UpdateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
787
941
|
updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
942
|
+
/**
|
|
943
|
+
* @see {@link UpdateConnectionGroupCommand}
|
|
944
|
+
*/
|
|
945
|
+
updateConnectionGroup(args: UpdateConnectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionGroupCommandOutput>;
|
|
946
|
+
updateConnectionGroup(args: UpdateConnectionGroupCommandInput, cb: (err: any, data?: UpdateConnectionGroupCommandOutput) => void): void;
|
|
947
|
+
updateConnectionGroup(args: UpdateConnectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionGroupCommandOutput) => void): void;
|
|
788
948
|
/**
|
|
789
949
|
* @see {@link UpdateContinuousDeploymentPolicyCommand}
|
|
790
950
|
*/
|
|
@@ -797,12 +957,24 @@ export interface CloudFront {
|
|
|
797
957
|
updateDistribution(args: UpdateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionCommandOutput>;
|
|
798
958
|
updateDistribution(args: UpdateDistributionCommandInput, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
|
|
799
959
|
updateDistribution(args: UpdateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
|
|
960
|
+
/**
|
|
961
|
+
* @see {@link UpdateDistributionTenantCommand}
|
|
962
|
+
*/
|
|
963
|
+
updateDistributionTenant(args: UpdateDistributionTenantCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionTenantCommandOutput>;
|
|
964
|
+
updateDistributionTenant(args: UpdateDistributionTenantCommandInput, cb: (err: any, data?: UpdateDistributionTenantCommandOutput) => void): void;
|
|
965
|
+
updateDistributionTenant(args: UpdateDistributionTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionTenantCommandOutput) => void): void;
|
|
800
966
|
/**
|
|
801
967
|
* @see {@link UpdateDistributionWithStagingConfigCommand}
|
|
802
968
|
*/
|
|
803
969
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionWithStagingConfigCommandOutput>;
|
|
804
970
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
|
|
805
971
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
|
|
972
|
+
/**
|
|
973
|
+
* @see {@link UpdateDomainAssociationCommand}
|
|
974
|
+
*/
|
|
975
|
+
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainAssociationCommandOutput>;
|
|
976
|
+
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void): void;
|
|
977
|
+
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void): void;
|
|
806
978
|
/**
|
|
807
979
|
* @see {@link UpdateFieldLevelEncryptionConfigCommand}
|
|
808
980
|
*/
|
|
@@ -876,6 +1048,12 @@ export interface CloudFront {
|
|
|
876
1048
|
updateVpcOrigin(args: UpdateVpcOriginCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcOriginCommandOutput>;
|
|
877
1049
|
updateVpcOrigin(args: UpdateVpcOriginCommandInput, cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void): void;
|
|
878
1050
|
updateVpcOrigin(args: UpdateVpcOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void): void;
|
|
1051
|
+
/**
|
|
1052
|
+
* @see {@link VerifyDnsConfigurationCommand}
|
|
1053
|
+
*/
|
|
1054
|
+
verifyDnsConfiguration(args: VerifyDnsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<VerifyDnsConfigurationCommandOutput>;
|
|
1055
|
+
verifyDnsConfiguration(args: VerifyDnsConfigurationCommandInput, cb: (err: any, data?: VerifyDnsConfigurationCommandOutput) => void): void;
|
|
1056
|
+
verifyDnsConfiguration(args: VerifyDnsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyDnsConfigurationCommandOutput) => void): void;
|
|
879
1057
|
}
|
|
880
1058
|
/**
|
|
881
1059
|
* <fullname>Amazon CloudFront</fullname>
|