@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
|
@@ -52,6 +52,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
52
52
|
* // { // DistributionSummary
|
|
53
53
|
* // Id: "STRING_VALUE", // required
|
|
54
54
|
* // ARN: "STRING_VALUE", // required
|
|
55
|
+
* // ETag: "STRING_VALUE",
|
|
55
56
|
* // Status: "STRING_VALUE", // required
|
|
56
57
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
57
58
|
* // DomainName: "STRING_VALUE", // required
|
|
@@ -319,7 +320,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
319
320
|
* // ],
|
|
320
321
|
* // },
|
|
321
322
|
* // Comment: "STRING_VALUE", // required
|
|
322
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
323
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
323
324
|
* // Enabled: true || false, // required
|
|
324
325
|
* // ViewerCertificate: { // ViewerCertificate
|
|
325
326
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -349,6 +350,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
349
350
|
* // },
|
|
350
351
|
* // ],
|
|
351
352
|
* // Staging: true || false, // required
|
|
353
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
352
354
|
* // AnycastIpListId: "STRING_VALUE",
|
|
353
355
|
* // },
|
|
354
356
|
* // ],
|
|
@@ -0,0 +1,392 @@
|
|
|
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 { ListDistributionsByConnectionModeRequest, ListDistributionsByConnectionModeResult } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListDistributionsByConnectionModeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListDistributionsByConnectionModeCommandInput extends ListDistributionsByConnectionModeRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListDistributionsByConnectionModeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDistributionsByConnectionModeCommandOutput extends ListDistributionsByConnectionModeResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListDistributionsByConnectionModeCommand_base: {
|
|
25
|
+
new (input: ListDistributionsByConnectionModeCommandInput): import("@smithy/smithy-client").CommandImpl<ListDistributionsByConnectionModeCommandInput, ListDistributionsByConnectionModeCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListDistributionsByConnectionModeCommandInput): import("@smithy/smithy-client").CommandImpl<ListDistributionsByConnectionModeCommandInput, ListDistributionsByConnectionModeCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the distributions by the connection mode that you specify.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, ListDistributionsByConnectionModeCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, ListDistributionsByConnectionModeCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // ListDistributionsByConnectionModeRequest
|
|
38
|
+
* Marker: "STRING_VALUE",
|
|
39
|
+
* MaxItems: Number("int"),
|
|
40
|
+
* ConnectionMode: "direct" || "tenant-only", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new ListDistributionsByConnectionModeCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // ListDistributionsByConnectionModeResult
|
|
45
|
+
* // DistributionList: { // DistributionList
|
|
46
|
+
* // Marker: "STRING_VALUE", // required
|
|
47
|
+
* // NextMarker: "STRING_VALUE",
|
|
48
|
+
* // MaxItems: Number("int"), // required
|
|
49
|
+
* // IsTruncated: true || false, // required
|
|
50
|
+
* // Quantity: Number("int"), // required
|
|
51
|
+
* // Items: [ // DistributionSummaryList
|
|
52
|
+
* // { // DistributionSummary
|
|
53
|
+
* // Id: "STRING_VALUE", // required
|
|
54
|
+
* // ARN: "STRING_VALUE", // required
|
|
55
|
+
* // ETag: "STRING_VALUE",
|
|
56
|
+
* // Status: "STRING_VALUE", // required
|
|
57
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // DomainName: "STRING_VALUE", // required
|
|
59
|
+
* // Aliases: { // Aliases
|
|
60
|
+
* // Quantity: Number("int"), // required
|
|
61
|
+
* // Items: [ // AliasList
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // Origins: { // Origins
|
|
66
|
+
* // Quantity: Number("int"), // required
|
|
67
|
+
* // Items: [ // OriginList // required
|
|
68
|
+
* // { // Origin
|
|
69
|
+
* // Id: "STRING_VALUE", // required
|
|
70
|
+
* // DomainName: "STRING_VALUE", // required
|
|
71
|
+
* // OriginPath: "STRING_VALUE",
|
|
72
|
+
* // CustomHeaders: { // CustomHeaders
|
|
73
|
+
* // Quantity: Number("int"), // required
|
|
74
|
+
* // Items: [ // OriginCustomHeadersList
|
|
75
|
+
* // { // OriginCustomHeader
|
|
76
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
77
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // },
|
|
81
|
+
* // S3OriginConfig: { // S3OriginConfig
|
|
82
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
83
|
+
* // },
|
|
84
|
+
* // CustomOriginConfig: { // CustomOriginConfig
|
|
85
|
+
* // HTTPPort: Number("int"), // required
|
|
86
|
+
* // HTTPSPort: Number("int"), // required
|
|
87
|
+
* // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
|
|
88
|
+
* // OriginSslProtocols: { // OriginSslProtocols
|
|
89
|
+
* // Quantity: Number("int"), // required
|
|
90
|
+
* // Items: [ // SslProtocolsList // required
|
|
91
|
+
* // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
|
|
92
|
+
* // ],
|
|
93
|
+
* // },
|
|
94
|
+
* // OriginReadTimeout: Number("int"),
|
|
95
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
96
|
+
* // },
|
|
97
|
+
* // VpcOriginConfig: { // VpcOriginConfig
|
|
98
|
+
* // VpcOriginId: "STRING_VALUE", // required
|
|
99
|
+
* // OriginReadTimeout: Number("int"),
|
|
100
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
101
|
+
* // },
|
|
102
|
+
* // ConnectionAttempts: Number("int"),
|
|
103
|
+
* // ConnectionTimeout: Number("int"),
|
|
104
|
+
* // OriginShield: { // OriginShield
|
|
105
|
+
* // Enabled: true || false, // required
|
|
106
|
+
* // OriginShieldRegion: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // OriginAccessControlId: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // },
|
|
112
|
+
* // OriginGroups: { // OriginGroups
|
|
113
|
+
* // Quantity: Number("int"), // required
|
|
114
|
+
* // Items: [ // OriginGroupList
|
|
115
|
+
* // { // OriginGroup
|
|
116
|
+
* // Id: "STRING_VALUE", // required
|
|
117
|
+
* // FailoverCriteria: { // OriginGroupFailoverCriteria
|
|
118
|
+
* // StatusCodes: { // StatusCodes
|
|
119
|
+
* // Quantity: Number("int"), // required
|
|
120
|
+
* // Items: [ // StatusCodeList // required
|
|
121
|
+
* // Number("int"),
|
|
122
|
+
* // ],
|
|
123
|
+
* // },
|
|
124
|
+
* // },
|
|
125
|
+
* // Members: { // OriginGroupMembers
|
|
126
|
+
* // Quantity: Number("int"), // required
|
|
127
|
+
* // Items: [ // OriginGroupMemberList // required
|
|
128
|
+
* // { // OriginGroupMember
|
|
129
|
+
* // OriginId: "STRING_VALUE", // required
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
133
|
+
* // SelectionCriteria: "default" || "media-quality-based",
|
|
134
|
+
* // },
|
|
135
|
+
* // ],
|
|
136
|
+
* // },
|
|
137
|
+
* // DefaultCacheBehavior: { // DefaultCacheBehavior
|
|
138
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
139
|
+
* // TrustedSigners: { // TrustedSigners
|
|
140
|
+
* // Enabled: true || false, // required
|
|
141
|
+
* // Quantity: Number("int"), // required
|
|
142
|
+
* // Items: [ // AwsAccountNumberList
|
|
143
|
+
* // "STRING_VALUE",
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // TrustedKeyGroups: { // TrustedKeyGroups
|
|
147
|
+
* // Enabled: true || false, // required
|
|
148
|
+
* // Quantity: Number("int"), // required
|
|
149
|
+
* // Items: [ // TrustedKeyGroupIdList
|
|
150
|
+
* // "STRING_VALUE",
|
|
151
|
+
* // ],
|
|
152
|
+
* // },
|
|
153
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
154
|
+
* // AllowedMethods: { // AllowedMethods
|
|
155
|
+
* // Quantity: Number("int"), // required
|
|
156
|
+
* // Items: [ // MethodsList // required
|
|
157
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
158
|
+
* // ],
|
|
159
|
+
* // CachedMethods: { // CachedMethods
|
|
160
|
+
* // Quantity: Number("int"), // required
|
|
161
|
+
* // Items: [ // required
|
|
162
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
163
|
+
* // ],
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
166
|
+
* // SmoothStreaming: true || false,
|
|
167
|
+
* // Compress: true || false,
|
|
168
|
+
* // LambdaFunctionAssociations: { // LambdaFunctionAssociations
|
|
169
|
+
* // Quantity: Number("int"), // required
|
|
170
|
+
* // Items: [ // LambdaFunctionAssociationList
|
|
171
|
+
* // { // LambdaFunctionAssociation
|
|
172
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
173
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
174
|
+
* // IncludeBody: true || false,
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // },
|
|
178
|
+
* // FunctionAssociations: { // FunctionAssociations
|
|
179
|
+
* // Quantity: Number("int"), // required
|
|
180
|
+
* // Items: [ // FunctionAssociationList
|
|
181
|
+
* // { // FunctionAssociation
|
|
182
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
183
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
184
|
+
* // },
|
|
185
|
+
* // ],
|
|
186
|
+
* // },
|
|
187
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
188
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
189
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
190
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
191
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
192
|
+
* // GrpcConfig: { // GrpcConfig
|
|
193
|
+
* // Enabled: true || false, // required
|
|
194
|
+
* // },
|
|
195
|
+
* // ForwardedValues: { // ForwardedValues
|
|
196
|
+
* // QueryString: true || false, // required
|
|
197
|
+
* // Cookies: { // CookiePreference
|
|
198
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
199
|
+
* // WhitelistedNames: { // CookieNames
|
|
200
|
+
* // Quantity: Number("int"), // required
|
|
201
|
+
* // Items: [ // CookieNameList
|
|
202
|
+
* // "STRING_VALUE",
|
|
203
|
+
* // ],
|
|
204
|
+
* // },
|
|
205
|
+
* // },
|
|
206
|
+
* // Headers: { // Headers
|
|
207
|
+
* // Quantity: Number("int"), // required
|
|
208
|
+
* // Items: [ // HeaderList
|
|
209
|
+
* // "STRING_VALUE",
|
|
210
|
+
* // ],
|
|
211
|
+
* // },
|
|
212
|
+
* // QueryStringCacheKeys: { // QueryStringCacheKeys
|
|
213
|
+
* // Quantity: Number("int"), // required
|
|
214
|
+
* // Items: [ // QueryStringCacheKeysList
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // },
|
|
218
|
+
* // },
|
|
219
|
+
* // MinTTL: Number("long"),
|
|
220
|
+
* // DefaultTTL: Number("long"),
|
|
221
|
+
* // MaxTTL: Number("long"),
|
|
222
|
+
* // },
|
|
223
|
+
* // CacheBehaviors: { // CacheBehaviors
|
|
224
|
+
* // Quantity: Number("int"), // required
|
|
225
|
+
* // Items: [ // CacheBehaviorList
|
|
226
|
+
* // { // CacheBehavior
|
|
227
|
+
* // PathPattern: "STRING_VALUE", // required
|
|
228
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
229
|
+
* // TrustedSigners: {
|
|
230
|
+
* // Enabled: true || false, // required
|
|
231
|
+
* // Quantity: Number("int"), // required
|
|
232
|
+
* // Items: [
|
|
233
|
+
* // "STRING_VALUE",
|
|
234
|
+
* // ],
|
|
235
|
+
* // },
|
|
236
|
+
* // TrustedKeyGroups: {
|
|
237
|
+
* // Enabled: true || false, // required
|
|
238
|
+
* // Quantity: Number("int"), // required
|
|
239
|
+
* // Items: [
|
|
240
|
+
* // "STRING_VALUE",
|
|
241
|
+
* // ],
|
|
242
|
+
* // },
|
|
243
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
244
|
+
* // AllowedMethods: {
|
|
245
|
+
* // Quantity: Number("int"), // required
|
|
246
|
+
* // Items: "<MethodsList>", // required
|
|
247
|
+
* // CachedMethods: {
|
|
248
|
+
* // Quantity: Number("int"), // required
|
|
249
|
+
* // Items: "<MethodsList>", // required
|
|
250
|
+
* // },
|
|
251
|
+
* // },
|
|
252
|
+
* // SmoothStreaming: true || false,
|
|
253
|
+
* // Compress: true || false,
|
|
254
|
+
* // LambdaFunctionAssociations: {
|
|
255
|
+
* // Quantity: Number("int"), // required
|
|
256
|
+
* // Items: [
|
|
257
|
+
* // {
|
|
258
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
259
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
260
|
+
* // IncludeBody: true || false,
|
|
261
|
+
* // },
|
|
262
|
+
* // ],
|
|
263
|
+
* // },
|
|
264
|
+
* // FunctionAssociations: {
|
|
265
|
+
* // Quantity: Number("int"), // required
|
|
266
|
+
* // Items: [
|
|
267
|
+
* // {
|
|
268
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
269
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
270
|
+
* // },
|
|
271
|
+
* // ],
|
|
272
|
+
* // },
|
|
273
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
274
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
275
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
276
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
277
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
278
|
+
* // GrpcConfig: {
|
|
279
|
+
* // Enabled: true || false, // required
|
|
280
|
+
* // },
|
|
281
|
+
* // ForwardedValues: {
|
|
282
|
+
* // QueryString: true || false, // required
|
|
283
|
+
* // Cookies: {
|
|
284
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
285
|
+
* // WhitelistedNames: {
|
|
286
|
+
* // Quantity: Number("int"), // required
|
|
287
|
+
* // Items: [
|
|
288
|
+
* // "STRING_VALUE",
|
|
289
|
+
* // ],
|
|
290
|
+
* // },
|
|
291
|
+
* // },
|
|
292
|
+
* // Headers: {
|
|
293
|
+
* // Quantity: Number("int"), // required
|
|
294
|
+
* // Items: [
|
|
295
|
+
* // "STRING_VALUE",
|
|
296
|
+
* // ],
|
|
297
|
+
* // },
|
|
298
|
+
* // QueryStringCacheKeys: {
|
|
299
|
+
* // Quantity: Number("int"), // required
|
|
300
|
+
* // Items: [
|
|
301
|
+
* // "STRING_VALUE",
|
|
302
|
+
* // ],
|
|
303
|
+
* // },
|
|
304
|
+
* // },
|
|
305
|
+
* // MinTTL: Number("long"),
|
|
306
|
+
* // DefaultTTL: Number("long"),
|
|
307
|
+
* // MaxTTL: Number("long"),
|
|
308
|
+
* // },
|
|
309
|
+
* // ],
|
|
310
|
+
* // },
|
|
311
|
+
* // CustomErrorResponses: { // CustomErrorResponses
|
|
312
|
+
* // Quantity: Number("int"), // required
|
|
313
|
+
* // Items: [ // CustomErrorResponseList
|
|
314
|
+
* // { // CustomErrorResponse
|
|
315
|
+
* // ErrorCode: Number("int"), // required
|
|
316
|
+
* // ResponsePagePath: "STRING_VALUE",
|
|
317
|
+
* // ResponseCode: "STRING_VALUE",
|
|
318
|
+
* // ErrorCachingMinTTL: Number("long"),
|
|
319
|
+
* // },
|
|
320
|
+
* // ],
|
|
321
|
+
* // },
|
|
322
|
+
* // Comment: "STRING_VALUE", // required
|
|
323
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
324
|
+
* // Enabled: true || false, // required
|
|
325
|
+
* // ViewerCertificate: { // ViewerCertificate
|
|
326
|
+
* // CloudFrontDefaultCertificate: true || false,
|
|
327
|
+
* // IAMCertificateId: "STRING_VALUE",
|
|
328
|
+
* // ACMCertificateArn: "STRING_VALUE",
|
|
329
|
+
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
330
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
331
|
+
* // Certificate: "STRING_VALUE",
|
|
332
|
+
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
333
|
+
* // },
|
|
334
|
+
* // Restrictions: { // Restrictions
|
|
335
|
+
* // GeoRestriction: { // GeoRestriction
|
|
336
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
337
|
+
* // Quantity: Number("int"), // required
|
|
338
|
+
* // Items: [ // LocationList
|
|
339
|
+
* // "STRING_VALUE",
|
|
340
|
+
* // ],
|
|
341
|
+
* // },
|
|
342
|
+
* // },
|
|
343
|
+
* // WebACLId: "STRING_VALUE", // required
|
|
344
|
+
* // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3", // required
|
|
345
|
+
* // IsIPV6Enabled: true || false, // required
|
|
346
|
+
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
347
|
+
* // { // AliasICPRecordal
|
|
348
|
+
* // CNAME: "STRING_VALUE",
|
|
349
|
+
* // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
|
|
350
|
+
* // },
|
|
351
|
+
* // ],
|
|
352
|
+
* // Staging: true || false, // required
|
|
353
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
354
|
+
* // AnycastIpListId: "STRING_VALUE",
|
|
355
|
+
* // },
|
|
356
|
+
* // ],
|
|
357
|
+
* // },
|
|
358
|
+
* // };
|
|
359
|
+
*
|
|
360
|
+
* ```
|
|
361
|
+
*
|
|
362
|
+
* @param ListDistributionsByConnectionModeCommandInput - {@link ListDistributionsByConnectionModeCommandInput}
|
|
363
|
+
* @returns {@link ListDistributionsByConnectionModeCommandOutput}
|
|
364
|
+
* @see {@link ListDistributionsByConnectionModeCommandInput} for command's `input` shape.
|
|
365
|
+
* @see {@link ListDistributionsByConnectionModeCommandOutput} for command's `response` shape.
|
|
366
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
367
|
+
*
|
|
368
|
+
* @throws {@link AccessDenied} (client fault)
|
|
369
|
+
* <p>Access denied.</p>
|
|
370
|
+
*
|
|
371
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
372
|
+
* <p>An argument is invalid.</p>
|
|
373
|
+
*
|
|
374
|
+
* @throws {@link CloudFrontServiceException}
|
|
375
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
376
|
+
*
|
|
377
|
+
*
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export declare class ListDistributionsByConnectionModeCommand extends ListDistributionsByConnectionModeCommand_base {
|
|
381
|
+
/** @internal type navigation helper, not in runtime. */
|
|
382
|
+
protected static __types: {
|
|
383
|
+
api: {
|
|
384
|
+
input: ListDistributionsByConnectionModeRequest;
|
|
385
|
+
output: ListDistributionsByConnectionModeResult;
|
|
386
|
+
};
|
|
387
|
+
sdk: {
|
|
388
|
+
input: ListDistributionsByConnectionModeCommandInput;
|
|
389
|
+
output: ListDistributionsByConnectionModeCommandOutput;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
}
|
|
@@ -62,6 +62,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
62
62
|
* // { // DistributionSummary
|
|
63
63
|
* // Id: "STRING_VALUE", // required
|
|
64
64
|
* // ARN: "STRING_VALUE", // required
|
|
65
|
+
* // ETag: "STRING_VALUE",
|
|
65
66
|
* // Status: "STRING_VALUE", // required
|
|
66
67
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
67
68
|
* // DomainName: "STRING_VALUE", // required
|
|
@@ -329,7 +330,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
329
330
|
* // ],
|
|
330
331
|
* // },
|
|
331
332
|
* // Comment: "STRING_VALUE", // required
|
|
332
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
333
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
333
334
|
* // Enabled: true || false, // required
|
|
334
335
|
* // ViewerCertificate: { // ViewerCertificate
|
|
335
336
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -359,6 +360,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
359
360
|
* // },
|
|
360
361
|
* // ],
|
|
361
362
|
* // Staging: true || false, // required
|
|
363
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
362
364
|
* // AnycastIpListId: "STRING_VALUE",
|
|
363
365
|
* // },
|
|
364
366
|
* // ],
|
|
@@ -52,6 +52,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
52
52
|
* // { // DistributionSummary
|
|
53
53
|
* // Id: "STRING_VALUE", // required
|
|
54
54
|
* // ARN: "STRING_VALUE", // required
|
|
55
|
+
* // ETag: "STRING_VALUE",
|
|
55
56
|
* // Status: "STRING_VALUE", // required
|
|
56
57
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
57
58
|
* // DomainName: "STRING_VALUE", // required
|
|
@@ -319,7 +320,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
319
320
|
* // ],
|
|
320
321
|
* // },
|
|
321
322
|
* // Comment: "STRING_VALUE", // required
|
|
322
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
323
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
323
324
|
* // Enabled: true || false, // required
|
|
324
325
|
* // ViewerCertificate: { // ViewerCertificate
|
|
325
326
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -349,6 +350,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
349
350
|
* // },
|
|
350
351
|
* // ],
|
|
351
352
|
* // Staging: true || false, // required
|
|
353
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
352
354
|
* // AnycastIpListId: "STRING_VALUE",
|
|
353
355
|
* // },
|
|
354
356
|
* // ],
|
|
@@ -51,6 +51,7 @@ declare const ListDistributionsCommand_base: {
|
|
|
51
51
|
* // { // DistributionSummary
|
|
52
52
|
* // Id: "STRING_VALUE", // required
|
|
53
53
|
* // ARN: "STRING_VALUE", // required
|
|
54
|
+
* // ETag: "STRING_VALUE",
|
|
54
55
|
* // Status: "STRING_VALUE", // required
|
|
55
56
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
56
57
|
* // DomainName: "STRING_VALUE", // required
|
|
@@ -318,7 +319,7 @@ declare const ListDistributionsCommand_base: {
|
|
|
318
319
|
* // ],
|
|
319
320
|
* // },
|
|
320
321
|
* // Comment: "STRING_VALUE", // required
|
|
321
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
322
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
322
323
|
* // Enabled: true || false, // required
|
|
323
324
|
* // ViewerCertificate: { // ViewerCertificate
|
|
324
325
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -348,6 +349,7 @@ declare const ListDistributionsCommand_base: {
|
|
|
348
349
|
* // },
|
|
349
350
|
* // ],
|
|
350
351
|
* // Staging: true || false, // required
|
|
352
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
351
353
|
* // AnycastIpListId: "STRING_VALUE",
|
|
352
354
|
* // },
|
|
353
355
|
* // ],
|
|
@@ -0,0 +1,96 @@
|
|
|
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 { ListDomainConflictsRequest, ListDomainConflictsResult } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListDomainConflictsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListDomainConflictsCommandInput extends ListDomainConflictsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListDomainConflictsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDomainConflictsCommandOutput extends ListDomainConflictsResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListDomainConflictsCommand_base: {
|
|
25
|
+
new (input: ListDomainConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainConflictsCommandInput, ListDomainConflictsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListDomainConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainConflictsCommandInput, ListDomainConflictsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists existing domain associations that conflict with the domain that you specify.</p>
|
|
31
|
+
* <p>You can use this API operation when transferring domains to identify potential domain conflicts. Domain conflicts must be resolved first before they can be moved.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { CloudFrontClient, ListDomainConflictsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
36
|
+
* // const { CloudFrontClient, ListDomainConflictsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
37
|
+
* const client = new CloudFrontClient(config);
|
|
38
|
+
* const input = { // ListDomainConflictsRequest
|
|
39
|
+
* Domain: "STRING_VALUE", // required
|
|
40
|
+
* DomainControlValidationResource: { // DistributionResourceId
|
|
41
|
+
* DistributionId: "STRING_VALUE",
|
|
42
|
+
* DistributionTenantId: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* MaxItems: Number("int"),
|
|
45
|
+
* Marker: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListDomainConflictsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListDomainConflictsResult
|
|
50
|
+
* // DomainConflicts: [ // DomainConflictsList
|
|
51
|
+
* // { // DomainConflict
|
|
52
|
+
* // Domain: "STRING_VALUE", // required
|
|
53
|
+
* // ResourceType: "distribution" || "distribution-tenant", // required
|
|
54
|
+
* // ResourceId: "STRING_VALUE", // required
|
|
55
|
+
* // AccountId: "STRING_VALUE", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextMarker: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param ListDomainConflictsCommandInput - {@link ListDomainConflictsCommandInput}
|
|
64
|
+
* @returns {@link ListDomainConflictsCommandOutput}
|
|
65
|
+
* @see {@link ListDomainConflictsCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link ListDomainConflictsCommandOutput} for command's `response` shape.
|
|
67
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link AccessDenied} (client fault)
|
|
70
|
+
* <p>Access denied.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
73
|
+
* <p>The entity was not found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
76
|
+
* <p>An argument is invalid.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link CloudFrontServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class ListDomainConflictsCommand extends ListDomainConflictsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListDomainConflictsRequest;
|
|
89
|
+
output: ListDomainConflictsResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListDomainConflictsCommandInput;
|
|
93
|
+
output: ListDomainConflictsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|