@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,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 { ListInvalidationsForDistributionTenantRequest, ListInvalidationsForDistributionTenantResult } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListInvalidationsForDistributionTenantCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListInvalidationsForDistributionTenantCommandInput extends ListInvalidationsForDistributionTenantRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListInvalidationsForDistributionTenantCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListInvalidationsForDistributionTenantCommandOutput extends ListInvalidationsForDistributionTenantResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListInvalidationsForDistributionTenantCommand_base: {
|
|
25
|
+
new (input: ListInvalidationsForDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvalidationsForDistributionTenantCommandInput, ListInvalidationsForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListInvalidationsForDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvalidationsForDistributionTenantCommandInput, ListInvalidationsForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the invalidations for a distribution tenant.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, ListInvalidationsForDistributionTenantCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, ListInvalidationsForDistributionTenantCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // ListInvalidationsForDistributionTenantRequest
|
|
38
|
+
* Id: "STRING_VALUE", // required
|
|
39
|
+
* Marker: "STRING_VALUE",
|
|
40
|
+
* MaxItems: Number("int"),
|
|
41
|
+
* };
|
|
42
|
+
* const command = new ListInvalidationsForDistributionTenantCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // ListInvalidationsForDistributionTenantResult
|
|
45
|
+
* // InvalidationList: { // InvalidationList
|
|
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: [ // InvalidationSummaryList
|
|
52
|
+
* // { // InvalidationSummary
|
|
53
|
+
* // Id: "STRING_VALUE", // required
|
|
54
|
+
* // CreateTime: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // Status: "STRING_VALUE", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param ListInvalidationsForDistributionTenantCommandInput - {@link ListInvalidationsForDistributionTenantCommandInput}
|
|
64
|
+
* @returns {@link ListInvalidationsForDistributionTenantCommandOutput}
|
|
65
|
+
* @see {@link ListInvalidationsForDistributionTenantCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link ListInvalidationsForDistributionTenantCommandOutput} 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 ListInvalidationsForDistributionTenantCommand extends ListInvalidationsForDistributionTenantCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListInvalidationsForDistributionTenantRequest;
|
|
89
|
+
output: ListInvalidationsForDistributionTenantResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListInvalidationsForDistributionTenantCommandInput;
|
|
93
|
+
output: ListInvalidationsForDistributionTenantCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
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 { ListStreamingDistributionsRequest
|
|
4
|
+
import { ListStreamingDistributionsRequest } from "../models/models_1";
|
|
5
|
+
import { ListStreamingDistributionsResult } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -72,7 +73,7 @@ declare const ListStreamingDistributionsCommand_base: {
|
|
|
72
73
|
* // ],
|
|
73
74
|
* // },
|
|
74
75
|
* // Comment: "STRING_VALUE", // required
|
|
75
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
76
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None", // required
|
|
76
77
|
* // Enabled: true || false, // required
|
|
77
78
|
* // },
|
|
78
79
|
* // ],
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResult } 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 { ListVpcOriginsRequest, ListVpcOriginsResult } from "../models/
|
|
4
|
+
import { ListVpcOriginsRequest, ListVpcOriginsResult } 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 { PublishFunctionRequest, PublishFunctionResult } from "../models/
|
|
4
|
+
import { PublishFunctionRequest, PublishFunctionResult } 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 { TagResourceRequest } from "../models/
|
|
4
|
+
import { TagResourceRequest } 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 { TestFunctionRequest, TestFunctionResult } from "../models/
|
|
4
|
+
import { TestFunctionRequest, TestFunctionResult } 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 { UntagResourceRequest } from "../models/
|
|
4
|
+
import { UntagResourceRequest } 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 { UpdateCachePolicyRequest, UpdateCachePolicyResult } from "../models/
|
|
4
|
+
import { UpdateCachePolicyRequest, UpdateCachePolicyResult } 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 { UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult } from "../models/
|
|
4
|
+
import { UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,123 @@
|
|
|
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 { UpdateConnectionGroupRequest, UpdateConnectionGroupResult } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateConnectionGroupCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateConnectionGroupCommandInput extends UpdateConnectionGroupRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateConnectionGroupCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateConnectionGroupCommandOutput extends UpdateConnectionGroupResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateConnectionGroupCommand_base: {
|
|
25
|
+
new (input: UpdateConnectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionGroupCommandInput, UpdateConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateConnectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionGroupCommandInput, UpdateConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates a connection group.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, UpdateConnectionGroupCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, UpdateConnectionGroupCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // UpdateConnectionGroupRequest
|
|
38
|
+
* Id: "STRING_VALUE", // required
|
|
39
|
+
* Ipv6Enabled: true || false,
|
|
40
|
+
* IfMatch: "STRING_VALUE", // required
|
|
41
|
+
* AnycastIpListId: "STRING_VALUE",
|
|
42
|
+
* Enabled: true || false,
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateConnectionGroupCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // UpdateConnectionGroupResult
|
|
47
|
+
* // ConnectionGroup: { // ConnectionGroup
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // Tags: { // Tags
|
|
54
|
+
* // Items: [ // TagList
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // Key: "STRING_VALUE", // required
|
|
57
|
+
* // Value: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // Ipv6Enabled: true || false,
|
|
62
|
+
* // RoutingEndpoint: "STRING_VALUE",
|
|
63
|
+
* // AnycastIpListId: "STRING_VALUE",
|
|
64
|
+
* // Status: "STRING_VALUE",
|
|
65
|
+
* // Enabled: true || false,
|
|
66
|
+
* // IsDefault: true || false,
|
|
67
|
+
* // },
|
|
68
|
+
* // ETag: "STRING_VALUE",
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param UpdateConnectionGroupCommandInput - {@link UpdateConnectionGroupCommandInput}
|
|
74
|
+
* @returns {@link UpdateConnectionGroupCommandOutput}
|
|
75
|
+
* @see {@link UpdateConnectionGroupCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link UpdateConnectionGroupCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link AccessDenied} (client fault)
|
|
80
|
+
* <p>Access denied.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link EntityAlreadyExists} (client fault)
|
|
83
|
+
* <p>The entity already exists. You must provide a unique
|
|
84
|
+
* entity.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link EntityLimitExceeded} (client fault)
|
|
87
|
+
* <p>The entity limit has been exceeded.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
90
|
+
* <p>The entity was not found.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
93
|
+
* <p>An argument is invalid.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
96
|
+
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link PreconditionFailed} (client fault)
|
|
99
|
+
* <p>The precondition in one or more of the request fields evaluated to
|
|
100
|
+
* <code>false</code>.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ResourceInUse} (client fault)
|
|
103
|
+
* <p>Cannot delete this resource because it is in use.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link CloudFrontServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export declare class UpdateConnectionGroupCommand extends UpdateConnectionGroupCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: UpdateConnectionGroupRequest;
|
|
116
|
+
output: UpdateConnectionGroupResult;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: UpdateConnectionGroupCommandInput;
|
|
120
|
+
output: UpdateConnectionGroupCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
}
|
|
@@ -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 { UpdateContinuousDeploymentPolicyRequest, UpdateContinuousDeploymentPolicyResult } from "../models/
|
|
4
|
+
import { UpdateContinuousDeploymentPolicyRequest, UpdateContinuousDeploymentPolicyResult } 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 { UpdateDistributionRequest, UpdateDistributionResult } from "../models/
|
|
4
|
+
import { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -341,7 +341,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
341
341
|
* Bucket: "STRING_VALUE",
|
|
342
342
|
* Prefix: "STRING_VALUE",
|
|
343
343
|
* },
|
|
344
|
-
* PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
344
|
+
* PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None",
|
|
345
345
|
* Enabled: true || false, // required
|
|
346
346
|
* ViewerCertificate: { // ViewerCertificate
|
|
347
347
|
* CloudFrontDefaultCertificate: true || false,
|
|
@@ -367,6 +367,21 @@ declare const UpdateDistributionCommand_base: {
|
|
|
367
367
|
* ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
368
368
|
* Staging: true || false,
|
|
369
369
|
* AnycastIpListId: "STRING_VALUE",
|
|
370
|
+
* TenantConfig: { // TenantConfig
|
|
371
|
+
* ParameterDefinitions: [ // ParameterDefinitions
|
|
372
|
+
* { // ParameterDefinition
|
|
373
|
+
* Name: "STRING_VALUE", // required
|
|
374
|
+
* Definition: { // ParameterDefinitionSchema
|
|
375
|
+
* StringSchema: { // StringSchemaConfig
|
|
376
|
+
* Comment: "STRING_VALUE",
|
|
377
|
+
* DefaultValue: "STRING_VALUE",
|
|
378
|
+
* Required: true || false, // required
|
|
379
|
+
* },
|
|
380
|
+
* },
|
|
381
|
+
* },
|
|
382
|
+
* ],
|
|
383
|
+
* },
|
|
384
|
+
* ConnectionMode: "direct" || "tenant-only",
|
|
370
385
|
* },
|
|
371
386
|
* Id: "STRING_VALUE", // required
|
|
372
387
|
* IfMatch: "STRING_VALUE",
|
|
@@ -684,7 +699,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
684
699
|
* // Bucket: "STRING_VALUE",
|
|
685
700
|
* // Prefix: "STRING_VALUE",
|
|
686
701
|
* // },
|
|
687
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
702
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None",
|
|
688
703
|
* // Enabled: true || false, // required
|
|
689
704
|
* // ViewerCertificate: { // ViewerCertificate
|
|
690
705
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -710,6 +725,21 @@ declare const UpdateDistributionCommand_base: {
|
|
|
710
725
|
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
711
726
|
* // Staging: true || false,
|
|
712
727
|
* // AnycastIpListId: "STRING_VALUE",
|
|
728
|
+
* // TenantConfig: { // TenantConfig
|
|
729
|
+
* // ParameterDefinitions: [ // ParameterDefinitions
|
|
730
|
+
* // { // ParameterDefinition
|
|
731
|
+
* // Name: "STRING_VALUE", // required
|
|
732
|
+
* // Definition: { // ParameterDefinitionSchema
|
|
733
|
+
* // StringSchema: { // StringSchemaConfig
|
|
734
|
+
* // Comment: "STRING_VALUE",
|
|
735
|
+
* // DefaultValue: "STRING_VALUE",
|
|
736
|
+
* // Required: true || false, // required
|
|
737
|
+
* // },
|
|
738
|
+
* // },
|
|
739
|
+
* // },
|
|
740
|
+
* // ],
|
|
741
|
+
* // },
|
|
742
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
713
743
|
* // },
|
|
714
744
|
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
715
745
|
* // { // AliasICPRecordal
|
|
@@ -0,0 +1,182 @@
|
|
|
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 { UpdateDistributionTenantRequest, UpdateDistributionTenantResult } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateDistributionTenantCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateDistributionTenantCommandInput extends UpdateDistributionTenantRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateDistributionTenantCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateDistributionTenantCommandOutput extends UpdateDistributionTenantResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateDistributionTenantCommand_base: {
|
|
25
|
+
new (input: UpdateDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionTenantCommandInput, UpdateDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionTenantCommandInput, UpdateDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates a distribution tenant.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, UpdateDistributionTenantCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, UpdateDistributionTenantCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // UpdateDistributionTenantRequest
|
|
38
|
+
* Id: "STRING_VALUE", // required
|
|
39
|
+
* DistributionId: "STRING_VALUE",
|
|
40
|
+
* Domains: [ // DomainList
|
|
41
|
+
* { // DomainItem
|
|
42
|
+
* Domain: "STRING_VALUE", // required
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* Customizations: { // Customizations
|
|
46
|
+
* WebAcl: { // WebAclCustomization
|
|
47
|
+
* Action: "override" || "disable", // required
|
|
48
|
+
* Arn: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* Certificate: { // Certificate
|
|
51
|
+
* Arn: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* GeoRestrictions: { // GeoRestrictionCustomization
|
|
54
|
+
* RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
55
|
+
* Locations: [ // LocationList
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* Parameters: [ // Parameters
|
|
61
|
+
* { // Parameter
|
|
62
|
+
* Name: "STRING_VALUE", // required
|
|
63
|
+
* Value: "STRING_VALUE", // required
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* ConnectionGroupId: "STRING_VALUE",
|
|
67
|
+
* IfMatch: "STRING_VALUE", // required
|
|
68
|
+
* ManagedCertificateRequest: { // ManagedCertificateRequest
|
|
69
|
+
* ValidationTokenHost: "cloudfront" || "self-hosted", // required
|
|
70
|
+
* PrimaryDomainName: "STRING_VALUE",
|
|
71
|
+
* CertificateTransparencyLoggingPreference: "enabled" || "disabled",
|
|
72
|
+
* },
|
|
73
|
+
* Enabled: true || false,
|
|
74
|
+
* };
|
|
75
|
+
* const command = new UpdateDistributionTenantCommand(input);
|
|
76
|
+
* const response = await client.send(command);
|
|
77
|
+
* // { // UpdateDistributionTenantResult
|
|
78
|
+
* // DistributionTenant: { // DistributionTenant
|
|
79
|
+
* // Id: "STRING_VALUE",
|
|
80
|
+
* // DistributionId: "STRING_VALUE",
|
|
81
|
+
* // Name: "STRING_VALUE",
|
|
82
|
+
* // Arn: "STRING_VALUE",
|
|
83
|
+
* // Domains: [ // DomainResultList
|
|
84
|
+
* // { // DomainResult
|
|
85
|
+
* // Domain: "STRING_VALUE", // required
|
|
86
|
+
* // Status: "active" || "inactive",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // Tags: { // Tags
|
|
90
|
+
* // Items: [ // TagList
|
|
91
|
+
* // { // Tag
|
|
92
|
+
* // Key: "STRING_VALUE", // required
|
|
93
|
+
* // Value: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // Customizations: { // Customizations
|
|
98
|
+
* // WebAcl: { // WebAclCustomization
|
|
99
|
+
* // Action: "override" || "disable", // required
|
|
100
|
+
* // Arn: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // Certificate: { // Certificate
|
|
103
|
+
* // Arn: "STRING_VALUE", // required
|
|
104
|
+
* // },
|
|
105
|
+
* // GeoRestrictions: { // GeoRestrictionCustomization
|
|
106
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
107
|
+
* // Locations: [ // LocationList
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // },
|
|
112
|
+
* // Parameters: [ // Parameters
|
|
113
|
+
* // { // Parameter
|
|
114
|
+
* // Name: "STRING_VALUE", // required
|
|
115
|
+
* // Value: "STRING_VALUE", // required
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // ConnectionGroupId: "STRING_VALUE",
|
|
119
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
120
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
121
|
+
* // Enabled: true || false,
|
|
122
|
+
* // Status: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // ETag: "STRING_VALUE",
|
|
125
|
+
* // };
|
|
126
|
+
*
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* @param UpdateDistributionTenantCommandInput - {@link UpdateDistributionTenantCommandInput}
|
|
130
|
+
* @returns {@link UpdateDistributionTenantCommandOutput}
|
|
131
|
+
* @see {@link UpdateDistributionTenantCommandInput} for command's `input` shape.
|
|
132
|
+
* @see {@link UpdateDistributionTenantCommandOutput} for command's `response` shape.
|
|
133
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link AccessDenied} (client fault)
|
|
136
|
+
* <p>Access denied.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link CNAMEAlreadyExists} (client fault)
|
|
139
|
+
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link EntityAlreadyExists} (client fault)
|
|
142
|
+
* <p>The entity already exists. You must provide a unique
|
|
143
|
+
* entity.</p>
|
|
144
|
+
*
|
|
145
|
+
* @throws {@link EntityLimitExceeded} (client fault)
|
|
146
|
+
* <p>The entity limit has been exceeded.</p>
|
|
147
|
+
*
|
|
148
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
149
|
+
* <p>The entity was not found.</p>
|
|
150
|
+
*
|
|
151
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
152
|
+
* <p>An argument is invalid.</p>
|
|
153
|
+
*
|
|
154
|
+
* @throws {@link InvalidAssociation} (client fault)
|
|
155
|
+
* <p>The specified CloudFront resource can't be associated.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
158
|
+
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link PreconditionFailed} (client fault)
|
|
161
|
+
* <p>The precondition in one or more of the request fields evaluated to
|
|
162
|
+
* <code>false</code>.</p>
|
|
163
|
+
*
|
|
164
|
+
* @throws {@link CloudFrontServiceException}
|
|
165
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
166
|
+
*
|
|
167
|
+
*
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export declare class UpdateDistributionTenantCommand extends UpdateDistributionTenantCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: UpdateDistributionTenantRequest;
|
|
175
|
+
output: UpdateDistributionTenantResult;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: UpdateDistributionTenantCommandInput;
|
|
179
|
+
output: UpdateDistributionTenantCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
}
|
|
@@ -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 { UpdateDistributionWithStagingConfigRequest, UpdateDistributionWithStagingConfigResult } from "../models/
|
|
4
|
+
import { UpdateDistributionWithStagingConfigRequest, UpdateDistributionWithStagingConfigResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -374,7 +374,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
374
374
|
* // Bucket: "STRING_VALUE",
|
|
375
375
|
* // Prefix: "STRING_VALUE",
|
|
376
376
|
* // },
|
|
377
|
-
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
377
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All" || "None",
|
|
378
378
|
* // Enabled: true || false, // required
|
|
379
379
|
* // ViewerCertificate: { // ViewerCertificate
|
|
380
380
|
* // CloudFrontDefaultCertificate: true || false,
|
|
@@ -400,6 +400,21 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
400
400
|
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
401
401
|
* // Staging: true || false,
|
|
402
402
|
* // AnycastIpListId: "STRING_VALUE",
|
|
403
|
+
* // TenantConfig: { // TenantConfig
|
|
404
|
+
* // ParameterDefinitions: [ // ParameterDefinitions
|
|
405
|
+
* // { // ParameterDefinition
|
|
406
|
+
* // Name: "STRING_VALUE", // required
|
|
407
|
+
* // Definition: { // ParameterDefinitionSchema
|
|
408
|
+
* // StringSchema: { // StringSchemaConfig
|
|
409
|
+
* // Comment: "STRING_VALUE",
|
|
410
|
+
* // DefaultValue: "STRING_VALUE",
|
|
411
|
+
* // Required: true || false, // required
|
|
412
|
+
* // },
|
|
413
|
+
* // },
|
|
414
|
+
* // },
|
|
415
|
+
* // ],
|
|
416
|
+
* // },
|
|
417
|
+
* // ConnectionMode: "direct" || "tenant-only",
|
|
403
418
|
* // },
|
|
404
419
|
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
405
420
|
* // { // AliasICPRecordal
|