@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
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateDomainAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateDomainAssociationCommandInput extends UpdateDomainAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateDomainAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssociationResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateDomainAssociationCommand_base: {
|
|
25
|
+
new (input: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Moves a domain from its current distribution or distribution tenant to another one.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, UpdateDomainAssociationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, UpdateDomainAssociationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // UpdateDomainAssociationRequest
|
|
38
|
+
* Domain: "STRING_VALUE", // required
|
|
39
|
+
* TargetResource: { // DistributionResourceId
|
|
40
|
+
* DistributionId: "STRING_VALUE",
|
|
41
|
+
* DistributionTenantId: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* IfMatch: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateDomainAssociationCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateDomainAssociationResult
|
|
48
|
+
* // Domain: "STRING_VALUE",
|
|
49
|
+
* // ResourceId: "STRING_VALUE",
|
|
50
|
+
* // ETag: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param UpdateDomainAssociationCommandInput - {@link UpdateDomainAssociationCommandInput}
|
|
56
|
+
* @returns {@link UpdateDomainAssociationCommandOutput}
|
|
57
|
+
* @see {@link UpdateDomainAssociationCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link UpdateDomainAssociationCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link AccessDenied} (client fault)
|
|
62
|
+
* <p>Access denied.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
65
|
+
* <p>The entity was not found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link IllegalUpdate} (client fault)
|
|
68
|
+
* <p>The update contains modifications that are not allowed.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
71
|
+
* <p>An argument is invalid.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
74
|
+
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link PreconditionFailed} (client fault)
|
|
77
|
+
* <p>The precondition in one or more of the request fields evaluated to
|
|
78
|
+
* <code>false</code>.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link CloudFrontServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateDomainAssociationRequest;
|
|
91
|
+
output: UpdateDomainAssociationResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateDomainAssociationCommandInput;
|
|
95
|
+
output: UpdateDomainAssociationCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult } from "../models/
|
|
4
|
+
import { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult } from "../models/
|
|
4
|
+
import { UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateFunctionRequest, UpdateFunctionResult } from "../models/
|
|
4
|
+
import { UpdateFunctionRequest, UpdateFunctionResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/
|
|
4
|
+
import { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateKeyValueStoreRequest, UpdateKeyValueStoreResult } from "../models/
|
|
4
|
+
import { UpdateKeyValueStoreRequest, UpdateKeyValueStoreResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateOriginAccessControlRequest, UpdateOriginAccessControlResult } from "../models/
|
|
4
|
+
import { UpdateOriginAccessControlRequest, UpdateOriginAccessControlResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/
|
|
4
|
+
import { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdatePublicKeyRequest, UpdatePublicKeyResult } from "../models/
|
|
4
|
+
import { UpdatePublicKeyRequest, UpdatePublicKeyResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateRealtimeLogConfigRequest, UpdateRealtimeLogConfigResult } from "../models/
|
|
4
|
+
import { UpdateRealtimeLogConfigRequest, UpdateRealtimeLogConfigResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateResponseHeadersPolicyRequest, UpdateResponseHeadersPolicyResult } from "../models/
|
|
4
|
+
import { UpdateResponseHeadersPolicyRequest, UpdateResponseHeadersPolicyResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult } from "../models/
|
|
4
|
+
import { UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -60,7 +60,7 @@ declare const UpdateStreamingDistributionCommand_base: {
|
|
|
60
60
|
* "STRING_VALUE",
|
|
61
61
|
* ],
|
|
62
62
|
* },
|
|
63
|
-
* PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
63
|
+
* PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None",
|
|
64
64
|
* Enabled: true || false, // required
|
|
65
65
|
* },
|
|
66
66
|
* Id: "STRING_VALUE", // required
|
|
@@ -115,7 +115,7 @@ declare const UpdateStreamingDistributionCommand_base: {
|
|
|
115
115
|
* // "STRING_VALUE",
|
|
116
116
|
* // ],
|
|
117
117
|
* // },
|
|
118
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
118
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None",
|
|
119
119
|
* // Enabled: true || false, // required
|
|
120
120
|
* // },
|
|
121
121
|
* // },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { UpdateVpcOriginRequest, UpdateVpcOriginResult } from "../models/
|
|
4
|
+
import { UpdateVpcOriginRequest, UpdateVpcOriginResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { VerifyDnsConfigurationRequest, VerifyDnsConfigurationResult } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link VerifyDnsConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface VerifyDnsConfigurationCommandInput extends VerifyDnsConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link VerifyDnsConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface VerifyDnsConfigurationCommandOutput extends VerifyDnsConfigurationResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const VerifyDnsConfigurationCommand_base: {
|
|
25
|
+
new (input: VerifyDnsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDnsConfigurationCommandInput, VerifyDnsConfigurationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: VerifyDnsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDnsConfigurationCommandInput, VerifyDnsConfigurationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Verify the DNS configuration for your domain names. This API operation checks whether your domain name points to the correct routing endpoint of the connection group, such as d111111abcdef8.cloudfront.net. You can use this API operation to troubleshoot and resolve DNS configuration issues.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, VerifyDnsConfigurationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, VerifyDnsConfigurationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // VerifyDnsConfigurationRequest
|
|
38
|
+
* Domain: "STRING_VALUE",
|
|
39
|
+
* Identifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new VerifyDnsConfigurationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // VerifyDnsConfigurationResult
|
|
44
|
+
* // DnsConfigurationList: [ // DnsConfigurationList
|
|
45
|
+
* // { // DnsConfiguration
|
|
46
|
+
* // Domain: "STRING_VALUE", // required
|
|
47
|
+
* // Status: "valid-configuration" || "invalid-configuration" || "unknown-configuration", // required
|
|
48
|
+
* // Reason: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param VerifyDnsConfigurationCommandInput - {@link VerifyDnsConfigurationCommandInput}
|
|
56
|
+
* @returns {@link VerifyDnsConfigurationCommandOutput}
|
|
57
|
+
* @see {@link VerifyDnsConfigurationCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link VerifyDnsConfigurationCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link AccessDenied} (client fault)
|
|
62
|
+
* <p>Access denied.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
65
|
+
* <p>The entity was not found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
68
|
+
* <p>An argument is invalid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link CloudFrontServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export declare class VerifyDnsConfigurationCommand extends VerifyDnsConfigurationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: VerifyDnsConfigurationRequest;
|
|
81
|
+
output: VerifyDnsConfigurationResult;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: VerifyDnsConfigurationCommandInput;
|
|
85
|
+
output: VerifyDnsConfigurationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
export * from "./AssociateAliasCommand";
|
|
2
|
+
export * from "./AssociateDistributionTenantWebACLCommand";
|
|
3
|
+
export * from "./AssociateDistributionWebACLCommand";
|
|
2
4
|
export * from "./CopyDistributionCommand";
|
|
3
5
|
export * from "./CreateAnycastIpListCommand";
|
|
4
6
|
export * from "./CreateCachePolicyCommand";
|
|
5
7
|
export * from "./CreateCloudFrontOriginAccessIdentityCommand";
|
|
8
|
+
export * from "./CreateConnectionGroupCommand";
|
|
6
9
|
export * from "./CreateContinuousDeploymentPolicyCommand";
|
|
7
10
|
export * from "./CreateDistributionCommand";
|
|
11
|
+
export * from "./CreateDistributionTenantCommand";
|
|
8
12
|
export * from "./CreateDistributionWithTagsCommand";
|
|
9
13
|
export * from "./CreateFieldLevelEncryptionConfigCommand";
|
|
10
14
|
export * from "./CreateFieldLevelEncryptionProfileCommand";
|
|
11
15
|
export * from "./CreateFunctionCommand";
|
|
12
16
|
export * from "./CreateInvalidationCommand";
|
|
17
|
+
export * from "./CreateInvalidationForDistributionTenantCommand";
|
|
13
18
|
export * from "./CreateKeyGroupCommand";
|
|
14
19
|
export * from "./CreateKeyValueStoreCommand";
|
|
15
20
|
export * from "./CreateMonitoringSubscriptionCommand";
|
|
@@ -24,8 +29,10 @@ export * from "./CreateVpcOriginCommand";
|
|
|
24
29
|
export * from "./DeleteAnycastIpListCommand";
|
|
25
30
|
export * from "./DeleteCachePolicyCommand";
|
|
26
31
|
export * from "./DeleteCloudFrontOriginAccessIdentityCommand";
|
|
32
|
+
export * from "./DeleteConnectionGroupCommand";
|
|
27
33
|
export * from "./DeleteContinuousDeploymentPolicyCommand";
|
|
28
34
|
export * from "./DeleteDistributionCommand";
|
|
35
|
+
export * from "./DeleteDistributionTenantCommand";
|
|
29
36
|
export * from "./DeleteFieldLevelEncryptionConfigCommand";
|
|
30
37
|
export * from "./DeleteFieldLevelEncryptionProfileCommand";
|
|
31
38
|
export * from "./DeleteFunctionCommand";
|
|
@@ -41,23 +48,31 @@ export * from "./DeleteStreamingDistributionCommand";
|
|
|
41
48
|
export * from "./DeleteVpcOriginCommand";
|
|
42
49
|
export * from "./DescribeFunctionCommand";
|
|
43
50
|
export * from "./DescribeKeyValueStoreCommand";
|
|
51
|
+
export * from "./DisassociateDistributionTenantWebACLCommand";
|
|
52
|
+
export * from "./DisassociateDistributionWebACLCommand";
|
|
44
53
|
export * from "./GetAnycastIpListCommand";
|
|
45
54
|
export * from "./GetCachePolicyCommand";
|
|
46
55
|
export * from "./GetCachePolicyConfigCommand";
|
|
47
56
|
export * from "./GetCloudFrontOriginAccessIdentityCommand";
|
|
48
57
|
export * from "./GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
58
|
+
export * from "./GetConnectionGroupByRoutingEndpointCommand";
|
|
59
|
+
export * from "./GetConnectionGroupCommand";
|
|
49
60
|
export * from "./GetContinuousDeploymentPolicyCommand";
|
|
50
61
|
export * from "./GetContinuousDeploymentPolicyConfigCommand";
|
|
51
62
|
export * from "./GetDistributionCommand";
|
|
52
63
|
export * from "./GetDistributionConfigCommand";
|
|
64
|
+
export * from "./GetDistributionTenantByDomainCommand";
|
|
65
|
+
export * from "./GetDistributionTenantCommand";
|
|
53
66
|
export * from "./GetFieldLevelEncryptionCommand";
|
|
54
67
|
export * from "./GetFieldLevelEncryptionConfigCommand";
|
|
55
68
|
export * from "./GetFieldLevelEncryptionProfileCommand";
|
|
56
69
|
export * from "./GetFieldLevelEncryptionProfileConfigCommand";
|
|
57
70
|
export * from "./GetFunctionCommand";
|
|
58
71
|
export * from "./GetInvalidationCommand";
|
|
72
|
+
export * from "./GetInvalidationForDistributionTenantCommand";
|
|
59
73
|
export * from "./GetKeyGroupCommand";
|
|
60
74
|
export * from "./GetKeyGroupConfigCommand";
|
|
75
|
+
export * from "./GetManagedCertificateDetailsCommand";
|
|
61
76
|
export * from "./GetMonitoringSubscriptionCommand";
|
|
62
77
|
export * from "./GetOriginAccessControlCommand";
|
|
63
78
|
export * from "./GetOriginAccessControlConfigCommand";
|
|
@@ -75,20 +90,26 @@ export * from "./ListAnycastIpListsCommand";
|
|
|
75
90
|
export * from "./ListCachePoliciesCommand";
|
|
76
91
|
export * from "./ListCloudFrontOriginAccessIdentitiesCommand";
|
|
77
92
|
export * from "./ListConflictingAliasesCommand";
|
|
93
|
+
export * from "./ListConnectionGroupsCommand";
|
|
78
94
|
export * from "./ListContinuousDeploymentPoliciesCommand";
|
|
79
95
|
export * from "./ListDistributionsByAnycastIpListIdCommand";
|
|
96
|
+
export * from "./ListDistributionTenantsCommand";
|
|
80
97
|
export * from "./ListDistributionsByCachePolicyIdCommand";
|
|
98
|
+
export * from "./ListDistributionTenantsByCustomizationCommand";
|
|
99
|
+
export * from "./ListDistributionsByConnectionModeCommand";
|
|
81
100
|
export * from "./ListDistributionsByKeyGroupCommand";
|
|
82
101
|
export * from "./ListDistributionsByOriginRequestPolicyIdCommand";
|
|
83
102
|
export * from "./ListDistributionsByRealtimeLogConfigCommand";
|
|
84
103
|
export * from "./ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
85
104
|
export * from "./ListDistributionsByVpcOriginIdCommand";
|
|
86
|
-
export * from "./ListDistributionsByWebACLIdCommand";
|
|
87
105
|
export * from "./ListDistributionsCommand";
|
|
106
|
+
export * from "./ListDistributionsByWebACLIdCommand";
|
|
107
|
+
export * from "./ListDomainConflictsCommand";
|
|
88
108
|
export * from "./ListFieldLevelEncryptionConfigsCommand";
|
|
89
109
|
export * from "./ListFieldLevelEncryptionProfilesCommand";
|
|
90
110
|
export * from "./ListFunctionsCommand";
|
|
91
111
|
export * from "./ListInvalidationsCommand";
|
|
112
|
+
export * from "./ListInvalidationsForDistributionTenantCommand";
|
|
92
113
|
export * from "./ListKeyGroupsCommand";
|
|
93
114
|
export * from "./ListKeyValueStoresCommand";
|
|
94
115
|
export * from "./ListOriginAccessControlsCommand";
|
|
@@ -105,9 +126,12 @@ export * from "./TestFunctionCommand";
|
|
|
105
126
|
export * from "./UntagResourceCommand";
|
|
106
127
|
export * from "./UpdateCachePolicyCommand";
|
|
107
128
|
export * from "./UpdateCloudFrontOriginAccessIdentityCommand";
|
|
129
|
+
export * from "./UpdateConnectionGroupCommand";
|
|
108
130
|
export * from "./UpdateContinuousDeploymentPolicyCommand";
|
|
109
131
|
export * from "./UpdateDistributionCommand";
|
|
132
|
+
export * from "./UpdateDistributionTenantCommand";
|
|
110
133
|
export * from "./UpdateDistributionWithStagingConfigCommand";
|
|
134
|
+
export * from "./UpdateDomainAssociationCommand";
|
|
111
135
|
export * from "./UpdateFieldLevelEncryptionConfigCommand";
|
|
112
136
|
export * from "./UpdateFieldLevelEncryptionProfileCommand";
|
|
113
137
|
export * from "./UpdateFunctionCommand";
|
|
@@ -120,3 +144,4 @@ export * from "./UpdateRealtimeLogConfigCommand";
|
|
|
120
144
|
export * from "./UpdateResponseHeadersPolicyCommand";
|
|
121
145
|
export * from "./UpdateStreamingDistributionCommand";
|
|
122
146
|
export * from "./UpdateVpcOriginCommand";
|
|
147
|
+
export * from "./VerifyDnsConfigurationCommand";
|