@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
|
@@ -49,6 +49,14 @@ import {
|
|
|
49
49
|
AssociateAliasCommandInput,
|
|
50
50
|
AssociateAliasCommandOutput,
|
|
51
51
|
} from "./commands/AssociateAliasCommand";
|
|
52
|
+
import {
|
|
53
|
+
AssociateDistributionTenantWebACLCommandInput,
|
|
54
|
+
AssociateDistributionTenantWebACLCommandOutput,
|
|
55
|
+
} from "./commands/AssociateDistributionTenantWebACLCommand";
|
|
56
|
+
import {
|
|
57
|
+
AssociateDistributionWebACLCommandInput,
|
|
58
|
+
AssociateDistributionWebACLCommandOutput,
|
|
59
|
+
} from "./commands/AssociateDistributionWebACLCommand";
|
|
52
60
|
import {
|
|
53
61
|
CopyDistributionCommandInput,
|
|
54
62
|
CopyDistributionCommandOutput,
|
|
@@ -65,6 +73,10 @@ import {
|
|
|
65
73
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
66
74
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
67
75
|
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateConnectionGroupCommandInput,
|
|
78
|
+
CreateConnectionGroupCommandOutput,
|
|
79
|
+
} from "./commands/CreateConnectionGroupCommand";
|
|
68
80
|
import {
|
|
69
81
|
CreateContinuousDeploymentPolicyCommandInput,
|
|
70
82
|
CreateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -73,6 +85,10 @@ import {
|
|
|
73
85
|
CreateDistributionCommandInput,
|
|
74
86
|
CreateDistributionCommandOutput,
|
|
75
87
|
} from "./commands/CreateDistributionCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateDistributionTenantCommandInput,
|
|
90
|
+
CreateDistributionTenantCommandOutput,
|
|
91
|
+
} from "./commands/CreateDistributionTenantCommand";
|
|
76
92
|
import {
|
|
77
93
|
CreateDistributionWithTagsCommandInput,
|
|
78
94
|
CreateDistributionWithTagsCommandOutput,
|
|
@@ -93,6 +109,10 @@ import {
|
|
|
93
109
|
CreateInvalidationCommandInput,
|
|
94
110
|
CreateInvalidationCommandOutput,
|
|
95
111
|
} from "./commands/CreateInvalidationCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateInvalidationForDistributionTenantCommandInput,
|
|
114
|
+
CreateInvalidationForDistributionTenantCommandOutput,
|
|
115
|
+
} from "./commands/CreateInvalidationForDistributionTenantCommand";
|
|
96
116
|
import {
|
|
97
117
|
CreateKeyGroupCommandInput,
|
|
98
118
|
CreateKeyGroupCommandOutput,
|
|
@@ -149,6 +169,10 @@ import {
|
|
|
149
169
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
150
170
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
151
171
|
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
172
|
+
import {
|
|
173
|
+
DeleteConnectionGroupCommandInput,
|
|
174
|
+
DeleteConnectionGroupCommandOutput,
|
|
175
|
+
} from "./commands/DeleteConnectionGroupCommand";
|
|
152
176
|
import {
|
|
153
177
|
DeleteContinuousDeploymentPolicyCommandInput,
|
|
154
178
|
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
@@ -157,6 +181,10 @@ import {
|
|
|
157
181
|
DeleteDistributionCommandInput,
|
|
158
182
|
DeleteDistributionCommandOutput,
|
|
159
183
|
} from "./commands/DeleteDistributionCommand";
|
|
184
|
+
import {
|
|
185
|
+
DeleteDistributionTenantCommandInput,
|
|
186
|
+
DeleteDistributionTenantCommandOutput,
|
|
187
|
+
} from "./commands/DeleteDistributionTenantCommand";
|
|
160
188
|
import {
|
|
161
189
|
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
162
190
|
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -217,6 +245,14 @@ import {
|
|
|
217
245
|
DescribeKeyValueStoreCommandInput,
|
|
218
246
|
DescribeKeyValueStoreCommandOutput,
|
|
219
247
|
} from "./commands/DescribeKeyValueStoreCommand";
|
|
248
|
+
import {
|
|
249
|
+
DisassociateDistributionTenantWebACLCommandInput,
|
|
250
|
+
DisassociateDistributionTenantWebACLCommandOutput,
|
|
251
|
+
} from "./commands/DisassociateDistributionTenantWebACLCommand";
|
|
252
|
+
import {
|
|
253
|
+
DisassociateDistributionWebACLCommandInput,
|
|
254
|
+
DisassociateDistributionWebACLCommandOutput,
|
|
255
|
+
} from "./commands/DisassociateDistributionWebACLCommand";
|
|
220
256
|
import {
|
|
221
257
|
GetAnycastIpListCommandInput,
|
|
222
258
|
GetAnycastIpListCommandOutput,
|
|
@@ -237,6 +273,14 @@ import {
|
|
|
237
273
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
238
274
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
239
275
|
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
276
|
+
import {
|
|
277
|
+
GetConnectionGroupByRoutingEndpointCommandInput,
|
|
278
|
+
GetConnectionGroupByRoutingEndpointCommandOutput,
|
|
279
|
+
} from "./commands/GetConnectionGroupByRoutingEndpointCommand";
|
|
280
|
+
import {
|
|
281
|
+
GetConnectionGroupCommandInput,
|
|
282
|
+
GetConnectionGroupCommandOutput,
|
|
283
|
+
} from "./commands/GetConnectionGroupCommand";
|
|
240
284
|
import {
|
|
241
285
|
GetContinuousDeploymentPolicyCommandInput,
|
|
242
286
|
GetContinuousDeploymentPolicyCommandOutput,
|
|
@@ -253,6 +297,14 @@ import {
|
|
|
253
297
|
GetDistributionConfigCommandInput,
|
|
254
298
|
GetDistributionConfigCommandOutput,
|
|
255
299
|
} from "./commands/GetDistributionConfigCommand";
|
|
300
|
+
import {
|
|
301
|
+
GetDistributionTenantByDomainCommandInput,
|
|
302
|
+
GetDistributionTenantByDomainCommandOutput,
|
|
303
|
+
} from "./commands/GetDistributionTenantByDomainCommand";
|
|
304
|
+
import {
|
|
305
|
+
GetDistributionTenantCommandInput,
|
|
306
|
+
GetDistributionTenantCommandOutput,
|
|
307
|
+
} from "./commands/GetDistributionTenantCommand";
|
|
256
308
|
import {
|
|
257
309
|
GetFieldLevelEncryptionCommandInput,
|
|
258
310
|
GetFieldLevelEncryptionCommandOutput,
|
|
@@ -277,6 +329,10 @@ import {
|
|
|
277
329
|
GetInvalidationCommandInput,
|
|
278
330
|
GetInvalidationCommandOutput,
|
|
279
331
|
} from "./commands/GetInvalidationCommand";
|
|
332
|
+
import {
|
|
333
|
+
GetInvalidationForDistributionTenantCommandInput,
|
|
334
|
+
GetInvalidationForDistributionTenantCommandOutput,
|
|
335
|
+
} from "./commands/GetInvalidationForDistributionTenantCommand";
|
|
280
336
|
import {
|
|
281
337
|
GetKeyGroupCommandInput,
|
|
282
338
|
GetKeyGroupCommandOutput,
|
|
@@ -285,6 +341,10 @@ import {
|
|
|
285
341
|
GetKeyGroupConfigCommandInput,
|
|
286
342
|
GetKeyGroupConfigCommandOutput,
|
|
287
343
|
} from "./commands/GetKeyGroupConfigCommand";
|
|
344
|
+
import {
|
|
345
|
+
GetManagedCertificateDetailsCommandInput,
|
|
346
|
+
GetManagedCertificateDetailsCommandOutput,
|
|
347
|
+
} from "./commands/GetManagedCertificateDetailsCommand";
|
|
288
348
|
import {
|
|
289
349
|
GetMonitoringSubscriptionCommandInput,
|
|
290
350
|
GetMonitoringSubscriptionCommandOutput,
|
|
@@ -353,6 +413,10 @@ import {
|
|
|
353
413
|
ListConflictingAliasesCommandInput,
|
|
354
414
|
ListConflictingAliasesCommandOutput,
|
|
355
415
|
} from "./commands/ListConflictingAliasesCommand";
|
|
416
|
+
import {
|
|
417
|
+
ListConnectionGroupsCommandInput,
|
|
418
|
+
ListConnectionGroupsCommandOutput,
|
|
419
|
+
} from "./commands/ListConnectionGroupsCommand";
|
|
356
420
|
import {
|
|
357
421
|
ListContinuousDeploymentPoliciesCommandInput,
|
|
358
422
|
ListContinuousDeploymentPoliciesCommandOutput,
|
|
@@ -365,6 +429,10 @@ import {
|
|
|
365
429
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
366
430
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
367
431
|
} from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
432
|
+
import {
|
|
433
|
+
ListDistributionsByConnectionModeCommandInput,
|
|
434
|
+
ListDistributionsByConnectionModeCommandOutput,
|
|
435
|
+
} from "./commands/ListDistributionsByConnectionModeCommand";
|
|
368
436
|
import {
|
|
369
437
|
ListDistributionsByKeyGroupCommandInput,
|
|
370
438
|
ListDistributionsByKeyGroupCommandOutput,
|
|
@@ -393,6 +461,18 @@ import {
|
|
|
393
461
|
ListDistributionsCommandInput,
|
|
394
462
|
ListDistributionsCommandOutput,
|
|
395
463
|
} from "./commands/ListDistributionsCommand";
|
|
464
|
+
import {
|
|
465
|
+
ListDistributionTenantsByCustomizationCommandInput,
|
|
466
|
+
ListDistributionTenantsByCustomizationCommandOutput,
|
|
467
|
+
} from "./commands/ListDistributionTenantsByCustomizationCommand";
|
|
468
|
+
import {
|
|
469
|
+
ListDistributionTenantsCommandInput,
|
|
470
|
+
ListDistributionTenantsCommandOutput,
|
|
471
|
+
} from "./commands/ListDistributionTenantsCommand";
|
|
472
|
+
import {
|
|
473
|
+
ListDomainConflictsCommandInput,
|
|
474
|
+
ListDomainConflictsCommandOutput,
|
|
475
|
+
} from "./commands/ListDomainConflictsCommand";
|
|
396
476
|
import {
|
|
397
477
|
ListFieldLevelEncryptionConfigsCommandInput,
|
|
398
478
|
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
@@ -409,6 +489,10 @@ import {
|
|
|
409
489
|
ListInvalidationsCommandInput,
|
|
410
490
|
ListInvalidationsCommandOutput,
|
|
411
491
|
} from "./commands/ListInvalidationsCommand";
|
|
492
|
+
import {
|
|
493
|
+
ListInvalidationsForDistributionTenantCommandInput,
|
|
494
|
+
ListInvalidationsForDistributionTenantCommandOutput,
|
|
495
|
+
} from "./commands/ListInvalidationsForDistributionTenantCommand";
|
|
412
496
|
import {
|
|
413
497
|
ListKeyGroupsCommandInput,
|
|
414
498
|
ListKeyGroupsCommandOutput,
|
|
@@ -473,6 +557,10 @@ import {
|
|
|
473
557
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
474
558
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
475
559
|
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
560
|
+
import {
|
|
561
|
+
UpdateConnectionGroupCommandInput,
|
|
562
|
+
UpdateConnectionGroupCommandOutput,
|
|
563
|
+
} from "./commands/UpdateConnectionGroupCommand";
|
|
476
564
|
import {
|
|
477
565
|
UpdateContinuousDeploymentPolicyCommandInput,
|
|
478
566
|
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -481,10 +569,18 @@ import {
|
|
|
481
569
|
UpdateDistributionCommandInput,
|
|
482
570
|
UpdateDistributionCommandOutput,
|
|
483
571
|
} from "./commands/UpdateDistributionCommand";
|
|
572
|
+
import {
|
|
573
|
+
UpdateDistributionTenantCommandInput,
|
|
574
|
+
UpdateDistributionTenantCommandOutput,
|
|
575
|
+
} from "./commands/UpdateDistributionTenantCommand";
|
|
484
576
|
import {
|
|
485
577
|
UpdateDistributionWithStagingConfigCommandInput,
|
|
486
578
|
UpdateDistributionWithStagingConfigCommandOutput,
|
|
487
579
|
} from "./commands/UpdateDistributionWithStagingConfigCommand";
|
|
580
|
+
import {
|
|
581
|
+
UpdateDomainAssociationCommandInput,
|
|
582
|
+
UpdateDomainAssociationCommandOutput,
|
|
583
|
+
} from "./commands/UpdateDomainAssociationCommand";
|
|
488
584
|
import {
|
|
489
585
|
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
490
586
|
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -533,6 +629,10 @@ import {
|
|
|
533
629
|
UpdateVpcOriginCommandInput,
|
|
534
630
|
UpdateVpcOriginCommandOutput,
|
|
535
631
|
} from "./commands/UpdateVpcOriginCommand";
|
|
632
|
+
import {
|
|
633
|
+
VerifyDnsConfigurationCommandInput,
|
|
634
|
+
VerifyDnsConfigurationCommandOutput,
|
|
635
|
+
} from "./commands/VerifyDnsConfigurationCommand";
|
|
536
636
|
import {
|
|
537
637
|
ClientInputEndpointParameters,
|
|
538
638
|
ClientResolvedEndpointParameters,
|
|
@@ -542,17 +642,22 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
542
642
|
export { __Client };
|
|
543
643
|
export type ServiceInputTypes =
|
|
544
644
|
| AssociateAliasCommandInput
|
|
645
|
+
| AssociateDistributionTenantWebACLCommandInput
|
|
646
|
+
| AssociateDistributionWebACLCommandInput
|
|
545
647
|
| CopyDistributionCommandInput
|
|
546
648
|
| CreateAnycastIpListCommandInput
|
|
547
649
|
| CreateCachePolicyCommandInput
|
|
548
650
|
| CreateCloudFrontOriginAccessIdentityCommandInput
|
|
651
|
+
| CreateConnectionGroupCommandInput
|
|
549
652
|
| CreateContinuousDeploymentPolicyCommandInput
|
|
550
653
|
| CreateDistributionCommandInput
|
|
654
|
+
| CreateDistributionTenantCommandInput
|
|
551
655
|
| CreateDistributionWithTagsCommandInput
|
|
552
656
|
| CreateFieldLevelEncryptionConfigCommandInput
|
|
553
657
|
| CreateFieldLevelEncryptionProfileCommandInput
|
|
554
658
|
| CreateFunctionCommandInput
|
|
555
659
|
| CreateInvalidationCommandInput
|
|
660
|
+
| CreateInvalidationForDistributionTenantCommandInput
|
|
556
661
|
| CreateKeyGroupCommandInput
|
|
557
662
|
| CreateKeyValueStoreCommandInput
|
|
558
663
|
| CreateMonitoringSubscriptionCommandInput
|
|
@@ -567,8 +672,10 @@ export type ServiceInputTypes =
|
|
|
567
672
|
| DeleteAnycastIpListCommandInput
|
|
568
673
|
| DeleteCachePolicyCommandInput
|
|
569
674
|
| DeleteCloudFrontOriginAccessIdentityCommandInput
|
|
675
|
+
| DeleteConnectionGroupCommandInput
|
|
570
676
|
| DeleteContinuousDeploymentPolicyCommandInput
|
|
571
677
|
| DeleteDistributionCommandInput
|
|
678
|
+
| DeleteDistributionTenantCommandInput
|
|
572
679
|
| DeleteFieldLevelEncryptionConfigCommandInput
|
|
573
680
|
| DeleteFieldLevelEncryptionProfileCommandInput
|
|
574
681
|
| DeleteFunctionCommandInput
|
|
@@ -584,23 +691,31 @@ export type ServiceInputTypes =
|
|
|
584
691
|
| DeleteVpcOriginCommandInput
|
|
585
692
|
| DescribeFunctionCommandInput
|
|
586
693
|
| DescribeKeyValueStoreCommandInput
|
|
694
|
+
| DisassociateDistributionTenantWebACLCommandInput
|
|
695
|
+
| DisassociateDistributionWebACLCommandInput
|
|
587
696
|
| GetAnycastIpListCommandInput
|
|
588
697
|
| GetCachePolicyCommandInput
|
|
589
698
|
| GetCachePolicyConfigCommandInput
|
|
590
699
|
| GetCloudFrontOriginAccessIdentityCommandInput
|
|
591
700
|
| GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
701
|
+
| GetConnectionGroupByRoutingEndpointCommandInput
|
|
702
|
+
| GetConnectionGroupCommandInput
|
|
592
703
|
| GetContinuousDeploymentPolicyCommandInput
|
|
593
704
|
| GetContinuousDeploymentPolicyConfigCommandInput
|
|
594
705
|
| GetDistributionCommandInput
|
|
595
706
|
| GetDistributionConfigCommandInput
|
|
707
|
+
| GetDistributionTenantByDomainCommandInput
|
|
708
|
+
| GetDistributionTenantCommandInput
|
|
596
709
|
| GetFieldLevelEncryptionCommandInput
|
|
597
710
|
| GetFieldLevelEncryptionConfigCommandInput
|
|
598
711
|
| GetFieldLevelEncryptionProfileCommandInput
|
|
599
712
|
| GetFieldLevelEncryptionProfileConfigCommandInput
|
|
600
713
|
| GetFunctionCommandInput
|
|
601
714
|
| GetInvalidationCommandInput
|
|
715
|
+
| GetInvalidationForDistributionTenantCommandInput
|
|
602
716
|
| GetKeyGroupCommandInput
|
|
603
717
|
| GetKeyGroupConfigCommandInput
|
|
718
|
+
| GetManagedCertificateDetailsCommandInput
|
|
604
719
|
| GetMonitoringSubscriptionCommandInput
|
|
605
720
|
| GetOriginAccessControlCommandInput
|
|
606
721
|
| GetOriginAccessControlConfigCommandInput
|
|
@@ -618,9 +733,13 @@ export type ServiceInputTypes =
|
|
|
618
733
|
| ListCachePoliciesCommandInput
|
|
619
734
|
| ListCloudFrontOriginAccessIdentitiesCommandInput
|
|
620
735
|
| ListConflictingAliasesCommandInput
|
|
736
|
+
| ListConnectionGroupsCommandInput
|
|
621
737
|
| ListContinuousDeploymentPoliciesCommandInput
|
|
738
|
+
| ListDistributionTenantsByCustomizationCommandInput
|
|
739
|
+
| ListDistributionTenantsCommandInput
|
|
622
740
|
| ListDistributionsByAnycastIpListIdCommandInput
|
|
623
741
|
| ListDistributionsByCachePolicyIdCommandInput
|
|
742
|
+
| ListDistributionsByConnectionModeCommandInput
|
|
624
743
|
| ListDistributionsByKeyGroupCommandInput
|
|
625
744
|
| ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
626
745
|
| ListDistributionsByRealtimeLogConfigCommandInput
|
|
@@ -628,10 +747,12 @@ export type ServiceInputTypes =
|
|
|
628
747
|
| ListDistributionsByVpcOriginIdCommandInput
|
|
629
748
|
| ListDistributionsByWebACLIdCommandInput
|
|
630
749
|
| ListDistributionsCommandInput
|
|
750
|
+
| ListDomainConflictsCommandInput
|
|
631
751
|
| ListFieldLevelEncryptionConfigsCommandInput
|
|
632
752
|
| ListFieldLevelEncryptionProfilesCommandInput
|
|
633
753
|
| ListFunctionsCommandInput
|
|
634
754
|
| ListInvalidationsCommandInput
|
|
755
|
+
| ListInvalidationsForDistributionTenantCommandInput
|
|
635
756
|
| ListKeyGroupsCommandInput
|
|
636
757
|
| ListKeyValueStoresCommandInput
|
|
637
758
|
| ListOriginAccessControlsCommandInput
|
|
@@ -648,9 +769,12 @@ export type ServiceInputTypes =
|
|
|
648
769
|
| UntagResourceCommandInput
|
|
649
770
|
| UpdateCachePolicyCommandInput
|
|
650
771
|
| UpdateCloudFrontOriginAccessIdentityCommandInput
|
|
772
|
+
| UpdateConnectionGroupCommandInput
|
|
651
773
|
| UpdateContinuousDeploymentPolicyCommandInput
|
|
652
774
|
| UpdateDistributionCommandInput
|
|
775
|
+
| UpdateDistributionTenantCommandInput
|
|
653
776
|
| UpdateDistributionWithStagingConfigCommandInput
|
|
777
|
+
| UpdateDomainAssociationCommandInput
|
|
654
778
|
| UpdateFieldLevelEncryptionConfigCommandInput
|
|
655
779
|
| UpdateFieldLevelEncryptionProfileCommandInput
|
|
656
780
|
| UpdateFunctionCommandInput
|
|
@@ -662,20 +786,26 @@ export type ServiceInputTypes =
|
|
|
662
786
|
| UpdateRealtimeLogConfigCommandInput
|
|
663
787
|
| UpdateResponseHeadersPolicyCommandInput
|
|
664
788
|
| UpdateStreamingDistributionCommandInput
|
|
665
|
-
| UpdateVpcOriginCommandInput
|
|
789
|
+
| UpdateVpcOriginCommandInput
|
|
790
|
+
| VerifyDnsConfigurationCommandInput;
|
|
666
791
|
export type ServiceOutputTypes =
|
|
667
792
|
| AssociateAliasCommandOutput
|
|
793
|
+
| AssociateDistributionTenantWebACLCommandOutput
|
|
794
|
+
| AssociateDistributionWebACLCommandOutput
|
|
668
795
|
| CopyDistributionCommandOutput
|
|
669
796
|
| CreateAnycastIpListCommandOutput
|
|
670
797
|
| CreateCachePolicyCommandOutput
|
|
671
798
|
| CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
799
|
+
| CreateConnectionGroupCommandOutput
|
|
672
800
|
| CreateContinuousDeploymentPolicyCommandOutput
|
|
673
801
|
| CreateDistributionCommandOutput
|
|
802
|
+
| CreateDistributionTenantCommandOutput
|
|
674
803
|
| CreateDistributionWithTagsCommandOutput
|
|
675
804
|
| CreateFieldLevelEncryptionConfigCommandOutput
|
|
676
805
|
| CreateFieldLevelEncryptionProfileCommandOutput
|
|
677
806
|
| CreateFunctionCommandOutput
|
|
678
807
|
| CreateInvalidationCommandOutput
|
|
808
|
+
| CreateInvalidationForDistributionTenantCommandOutput
|
|
679
809
|
| CreateKeyGroupCommandOutput
|
|
680
810
|
| CreateKeyValueStoreCommandOutput
|
|
681
811
|
| CreateMonitoringSubscriptionCommandOutput
|
|
@@ -690,8 +820,10 @@ export type ServiceOutputTypes =
|
|
|
690
820
|
| DeleteAnycastIpListCommandOutput
|
|
691
821
|
| DeleteCachePolicyCommandOutput
|
|
692
822
|
| DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
823
|
+
| DeleteConnectionGroupCommandOutput
|
|
693
824
|
| DeleteContinuousDeploymentPolicyCommandOutput
|
|
694
825
|
| DeleteDistributionCommandOutput
|
|
826
|
+
| DeleteDistributionTenantCommandOutput
|
|
695
827
|
| DeleteFieldLevelEncryptionConfigCommandOutput
|
|
696
828
|
| DeleteFieldLevelEncryptionProfileCommandOutput
|
|
697
829
|
| DeleteFunctionCommandOutput
|
|
@@ -707,23 +839,31 @@ export type ServiceOutputTypes =
|
|
|
707
839
|
| DeleteVpcOriginCommandOutput
|
|
708
840
|
| DescribeFunctionCommandOutput
|
|
709
841
|
| DescribeKeyValueStoreCommandOutput
|
|
842
|
+
| DisassociateDistributionTenantWebACLCommandOutput
|
|
843
|
+
| DisassociateDistributionWebACLCommandOutput
|
|
710
844
|
| GetAnycastIpListCommandOutput
|
|
711
845
|
| GetCachePolicyCommandOutput
|
|
712
846
|
| GetCachePolicyConfigCommandOutput
|
|
713
847
|
| GetCloudFrontOriginAccessIdentityCommandOutput
|
|
714
848
|
| GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
849
|
+
| GetConnectionGroupByRoutingEndpointCommandOutput
|
|
850
|
+
| GetConnectionGroupCommandOutput
|
|
715
851
|
| GetContinuousDeploymentPolicyCommandOutput
|
|
716
852
|
| GetContinuousDeploymentPolicyConfigCommandOutput
|
|
717
853
|
| GetDistributionCommandOutput
|
|
718
854
|
| GetDistributionConfigCommandOutput
|
|
855
|
+
| GetDistributionTenantByDomainCommandOutput
|
|
856
|
+
| GetDistributionTenantCommandOutput
|
|
719
857
|
| GetFieldLevelEncryptionCommandOutput
|
|
720
858
|
| GetFieldLevelEncryptionConfigCommandOutput
|
|
721
859
|
| GetFieldLevelEncryptionProfileCommandOutput
|
|
722
860
|
| GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
723
861
|
| GetFunctionCommandOutput
|
|
724
862
|
| GetInvalidationCommandOutput
|
|
863
|
+
| GetInvalidationForDistributionTenantCommandOutput
|
|
725
864
|
| GetKeyGroupCommandOutput
|
|
726
865
|
| GetKeyGroupConfigCommandOutput
|
|
866
|
+
| GetManagedCertificateDetailsCommandOutput
|
|
727
867
|
| GetMonitoringSubscriptionCommandOutput
|
|
728
868
|
| GetOriginAccessControlCommandOutput
|
|
729
869
|
| GetOriginAccessControlConfigCommandOutput
|
|
@@ -741,9 +881,13 @@ export type ServiceOutputTypes =
|
|
|
741
881
|
| ListCachePoliciesCommandOutput
|
|
742
882
|
| ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
743
883
|
| ListConflictingAliasesCommandOutput
|
|
884
|
+
| ListConnectionGroupsCommandOutput
|
|
744
885
|
| ListContinuousDeploymentPoliciesCommandOutput
|
|
886
|
+
| ListDistributionTenantsByCustomizationCommandOutput
|
|
887
|
+
| ListDistributionTenantsCommandOutput
|
|
745
888
|
| ListDistributionsByAnycastIpListIdCommandOutput
|
|
746
889
|
| ListDistributionsByCachePolicyIdCommandOutput
|
|
890
|
+
| ListDistributionsByConnectionModeCommandOutput
|
|
747
891
|
| ListDistributionsByKeyGroupCommandOutput
|
|
748
892
|
| ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
749
893
|
| ListDistributionsByRealtimeLogConfigCommandOutput
|
|
@@ -751,10 +895,12 @@ export type ServiceOutputTypes =
|
|
|
751
895
|
| ListDistributionsByVpcOriginIdCommandOutput
|
|
752
896
|
| ListDistributionsByWebACLIdCommandOutput
|
|
753
897
|
| ListDistributionsCommandOutput
|
|
898
|
+
| ListDomainConflictsCommandOutput
|
|
754
899
|
| ListFieldLevelEncryptionConfigsCommandOutput
|
|
755
900
|
| ListFieldLevelEncryptionProfilesCommandOutput
|
|
756
901
|
| ListFunctionsCommandOutput
|
|
757
902
|
| ListInvalidationsCommandOutput
|
|
903
|
+
| ListInvalidationsForDistributionTenantCommandOutput
|
|
758
904
|
| ListKeyGroupsCommandOutput
|
|
759
905
|
| ListKeyValueStoresCommandOutput
|
|
760
906
|
| ListOriginAccessControlsCommandOutput
|
|
@@ -771,9 +917,12 @@ export type ServiceOutputTypes =
|
|
|
771
917
|
| UntagResourceCommandOutput
|
|
772
918
|
| UpdateCachePolicyCommandOutput
|
|
773
919
|
| UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
920
|
+
| UpdateConnectionGroupCommandOutput
|
|
774
921
|
| UpdateContinuousDeploymentPolicyCommandOutput
|
|
775
922
|
| UpdateDistributionCommandOutput
|
|
923
|
+
| UpdateDistributionTenantCommandOutput
|
|
776
924
|
| UpdateDistributionWithStagingConfigCommandOutput
|
|
925
|
+
| UpdateDomainAssociationCommandOutput
|
|
777
926
|
| UpdateFieldLevelEncryptionConfigCommandOutput
|
|
778
927
|
| UpdateFieldLevelEncryptionProfileCommandOutput
|
|
779
928
|
| UpdateFunctionCommandOutput
|
|
@@ -785,7 +934,8 @@ export type ServiceOutputTypes =
|
|
|
785
934
|
| UpdateRealtimeLogConfigCommandOutput
|
|
786
935
|
| UpdateResponseHeadersPolicyCommandOutput
|
|
787
936
|
| UpdateStreamingDistributionCommandOutput
|
|
788
|
-
| UpdateVpcOriginCommandOutput
|
|
937
|
+
| UpdateVpcOriginCommandOutput
|
|
938
|
+
| VerifyDnsConfigurationCommandOutput;
|
|
789
939
|
export interface ClientDefaults
|
|
790
940
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
791
941
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudFrontClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudFrontClient";
|
|
8
|
+
import {
|
|
9
|
+
AssociateDistributionTenantWebACLRequest,
|
|
10
|
+
AssociateDistributionTenantWebACLResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateDistributionTenantWebACLCommandInput
|
|
15
|
+
extends AssociateDistributionTenantWebACLRequest {}
|
|
16
|
+
export interface AssociateDistributionTenantWebACLCommandOutput
|
|
17
|
+
extends AssociateDistributionTenantWebACLResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateDistributionTenantWebACLCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateDistributionTenantWebACLCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateDistributionTenantWebACLCommandInput,
|
|
24
|
+
AssociateDistributionTenantWebACLCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateDistributionTenantWebACLCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateDistributionTenantWebACLCommandInput,
|
|
33
|
+
AssociateDistributionTenantWebACLCommandOutput,
|
|
34
|
+
CloudFrontClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateDistributionTenantWebACLCommand extends AssociateDistributionTenantWebACLCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateDistributionTenantWebACLRequest;
|
|
44
|
+
output: AssociateDistributionTenantWebACLResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateDistributionTenantWebACLCommandInput;
|
|
48
|
+
output: AssociateDistributionTenantWebACLCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudFrontClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudFrontClient";
|
|
8
|
+
import {
|
|
9
|
+
AssociateDistributionWebACLRequest,
|
|
10
|
+
AssociateDistributionWebACLResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateDistributionWebACLCommandInput
|
|
15
|
+
extends AssociateDistributionWebACLRequest {}
|
|
16
|
+
export interface AssociateDistributionWebACLCommandOutput
|
|
17
|
+
extends AssociateDistributionWebACLResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateDistributionWebACLCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateDistributionWebACLCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateDistributionWebACLCommandInput,
|
|
24
|
+
AssociateDistributionWebACLCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateDistributionWebACLCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateDistributionWebACLCommandInput,
|
|
33
|
+
AssociateDistributionWebACLCommandOutput,
|
|
34
|
+
CloudFrontClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateDistributionWebACLCommand extends AssociateDistributionWebACLCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateDistributionWebACLRequest;
|
|
44
|
+
output: AssociateDistributionWebACLResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateDistributionWebACLCommandInput;
|
|
48
|
+
output: AssociateDistributionWebACLCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudFrontClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudFrontClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateConnectionGroupRequest,
|
|
10
|
+
CreateConnectionGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConnectionGroupCommandInput
|
|
15
|
+
extends CreateConnectionGroupRequest {}
|
|
16
|
+
export interface CreateConnectionGroupCommandOutput
|
|
17
|
+
extends CreateConnectionGroupResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConnectionGroupCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConnectionGroupCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConnectionGroupCommandInput,
|
|
24
|
+
CreateConnectionGroupCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateConnectionGroupCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConnectionGroupCommandInput,
|
|
33
|
+
CreateConnectionGroupCommandOutput,
|
|
34
|
+
CloudFrontClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConnectionGroupCommand extends CreateConnectionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConnectionGroupRequest;
|
|
44
|
+
output: CreateConnectionGroupResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConnectionGroupCommandInput;
|
|
48
|
+
output: CreateConnectionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudFrontClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudFrontClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateDistributionTenantRequest,
|
|
10
|
+
CreateDistributionTenantResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDistributionTenantCommandInput
|
|
15
|
+
extends CreateDistributionTenantRequest {}
|
|
16
|
+
export interface CreateDistributionTenantCommandOutput
|
|
17
|
+
extends CreateDistributionTenantResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateDistributionTenantCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateDistributionTenantCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateDistributionTenantCommandInput,
|
|
24
|
+
CreateDistributionTenantCommandOutput,
|
|
25
|
+
CloudFrontClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateDistributionTenantCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateDistributionTenantCommandInput,
|
|
33
|
+
CreateDistributionTenantCommandOutput,
|
|
34
|
+
CloudFrontClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateDistributionTenantCommand extends CreateDistributionTenantCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDistributionTenantRequest;
|
|
44
|
+
output: CreateDistributionTenantResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDistributionTenantCommandInput;
|
|
48
|
+
output: CreateDistributionTenantCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|