@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
|
@@ -4,6 +4,14 @@ import {
|
|
|
4
4
|
AssociateAliasCommandInput,
|
|
5
5
|
AssociateAliasCommandOutput,
|
|
6
6
|
} from "./commands/AssociateAliasCommand";
|
|
7
|
+
import {
|
|
8
|
+
AssociateDistributionTenantWebACLCommandInput,
|
|
9
|
+
AssociateDistributionTenantWebACLCommandOutput,
|
|
10
|
+
} from "./commands/AssociateDistributionTenantWebACLCommand";
|
|
11
|
+
import {
|
|
12
|
+
AssociateDistributionWebACLCommandInput,
|
|
13
|
+
AssociateDistributionWebACLCommandOutput,
|
|
14
|
+
} from "./commands/AssociateDistributionWebACLCommand";
|
|
7
15
|
import {
|
|
8
16
|
CopyDistributionCommandInput,
|
|
9
17
|
CopyDistributionCommandOutput,
|
|
@@ -20,6 +28,10 @@ import {
|
|
|
20
28
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
21
29
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
22
30
|
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreateConnectionGroupCommandInput,
|
|
33
|
+
CreateConnectionGroupCommandOutput,
|
|
34
|
+
} from "./commands/CreateConnectionGroupCommand";
|
|
23
35
|
import {
|
|
24
36
|
CreateContinuousDeploymentPolicyCommandInput,
|
|
25
37
|
CreateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -28,6 +40,10 @@ import {
|
|
|
28
40
|
CreateDistributionCommandInput,
|
|
29
41
|
CreateDistributionCommandOutput,
|
|
30
42
|
} from "./commands/CreateDistributionCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreateDistributionTenantCommandInput,
|
|
45
|
+
CreateDistributionTenantCommandOutput,
|
|
46
|
+
} from "./commands/CreateDistributionTenantCommand";
|
|
31
47
|
import {
|
|
32
48
|
CreateDistributionWithTagsCommandInput,
|
|
33
49
|
CreateDistributionWithTagsCommandOutput,
|
|
@@ -48,6 +64,10 @@ import {
|
|
|
48
64
|
CreateInvalidationCommandInput,
|
|
49
65
|
CreateInvalidationCommandOutput,
|
|
50
66
|
} from "./commands/CreateInvalidationCommand";
|
|
67
|
+
import {
|
|
68
|
+
CreateInvalidationForDistributionTenantCommandInput,
|
|
69
|
+
CreateInvalidationForDistributionTenantCommandOutput,
|
|
70
|
+
} from "./commands/CreateInvalidationForDistributionTenantCommand";
|
|
51
71
|
import {
|
|
52
72
|
CreateKeyGroupCommandInput,
|
|
53
73
|
CreateKeyGroupCommandOutput,
|
|
@@ -104,6 +124,10 @@ import {
|
|
|
104
124
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
105
125
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
106
126
|
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
127
|
+
import {
|
|
128
|
+
DeleteConnectionGroupCommandInput,
|
|
129
|
+
DeleteConnectionGroupCommandOutput,
|
|
130
|
+
} from "./commands/DeleteConnectionGroupCommand";
|
|
107
131
|
import {
|
|
108
132
|
DeleteContinuousDeploymentPolicyCommandInput,
|
|
109
133
|
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
@@ -112,6 +136,10 @@ import {
|
|
|
112
136
|
DeleteDistributionCommandInput,
|
|
113
137
|
DeleteDistributionCommandOutput,
|
|
114
138
|
} from "./commands/DeleteDistributionCommand";
|
|
139
|
+
import {
|
|
140
|
+
DeleteDistributionTenantCommandInput,
|
|
141
|
+
DeleteDistributionTenantCommandOutput,
|
|
142
|
+
} from "./commands/DeleteDistributionTenantCommand";
|
|
115
143
|
import {
|
|
116
144
|
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
117
145
|
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -172,6 +200,14 @@ import {
|
|
|
172
200
|
DescribeKeyValueStoreCommandInput,
|
|
173
201
|
DescribeKeyValueStoreCommandOutput,
|
|
174
202
|
} from "./commands/DescribeKeyValueStoreCommand";
|
|
203
|
+
import {
|
|
204
|
+
DisassociateDistributionTenantWebACLCommandInput,
|
|
205
|
+
DisassociateDistributionTenantWebACLCommandOutput,
|
|
206
|
+
} from "./commands/DisassociateDistributionTenantWebACLCommand";
|
|
207
|
+
import {
|
|
208
|
+
DisassociateDistributionWebACLCommandInput,
|
|
209
|
+
DisassociateDistributionWebACLCommandOutput,
|
|
210
|
+
} from "./commands/DisassociateDistributionWebACLCommand";
|
|
175
211
|
import {
|
|
176
212
|
GetAnycastIpListCommandInput,
|
|
177
213
|
GetAnycastIpListCommandOutput,
|
|
@@ -192,6 +228,14 @@ import {
|
|
|
192
228
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
193
229
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
194
230
|
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
231
|
+
import {
|
|
232
|
+
GetConnectionGroupByRoutingEndpointCommandInput,
|
|
233
|
+
GetConnectionGroupByRoutingEndpointCommandOutput,
|
|
234
|
+
} from "./commands/GetConnectionGroupByRoutingEndpointCommand";
|
|
235
|
+
import {
|
|
236
|
+
GetConnectionGroupCommandInput,
|
|
237
|
+
GetConnectionGroupCommandOutput,
|
|
238
|
+
} from "./commands/GetConnectionGroupCommand";
|
|
195
239
|
import {
|
|
196
240
|
GetContinuousDeploymentPolicyCommandInput,
|
|
197
241
|
GetContinuousDeploymentPolicyCommandOutput,
|
|
@@ -208,6 +252,14 @@ import {
|
|
|
208
252
|
GetDistributionConfigCommandInput,
|
|
209
253
|
GetDistributionConfigCommandOutput,
|
|
210
254
|
} from "./commands/GetDistributionConfigCommand";
|
|
255
|
+
import {
|
|
256
|
+
GetDistributionTenantByDomainCommandInput,
|
|
257
|
+
GetDistributionTenantByDomainCommandOutput,
|
|
258
|
+
} from "./commands/GetDistributionTenantByDomainCommand";
|
|
259
|
+
import {
|
|
260
|
+
GetDistributionTenantCommandInput,
|
|
261
|
+
GetDistributionTenantCommandOutput,
|
|
262
|
+
} from "./commands/GetDistributionTenantCommand";
|
|
211
263
|
import {
|
|
212
264
|
GetFieldLevelEncryptionCommandInput,
|
|
213
265
|
GetFieldLevelEncryptionCommandOutput,
|
|
@@ -232,6 +284,10 @@ import {
|
|
|
232
284
|
GetInvalidationCommandInput,
|
|
233
285
|
GetInvalidationCommandOutput,
|
|
234
286
|
} from "./commands/GetInvalidationCommand";
|
|
287
|
+
import {
|
|
288
|
+
GetInvalidationForDistributionTenantCommandInput,
|
|
289
|
+
GetInvalidationForDistributionTenantCommandOutput,
|
|
290
|
+
} from "./commands/GetInvalidationForDistributionTenantCommand";
|
|
235
291
|
import {
|
|
236
292
|
GetKeyGroupCommandInput,
|
|
237
293
|
GetKeyGroupCommandOutput,
|
|
@@ -240,6 +296,10 @@ import {
|
|
|
240
296
|
GetKeyGroupConfigCommandInput,
|
|
241
297
|
GetKeyGroupConfigCommandOutput,
|
|
242
298
|
} from "./commands/GetKeyGroupConfigCommand";
|
|
299
|
+
import {
|
|
300
|
+
GetManagedCertificateDetailsCommandInput,
|
|
301
|
+
GetManagedCertificateDetailsCommandOutput,
|
|
302
|
+
} from "./commands/GetManagedCertificateDetailsCommand";
|
|
243
303
|
import {
|
|
244
304
|
GetMonitoringSubscriptionCommandInput,
|
|
245
305
|
GetMonitoringSubscriptionCommandOutput,
|
|
@@ -308,6 +368,10 @@ import {
|
|
|
308
368
|
ListConflictingAliasesCommandInput,
|
|
309
369
|
ListConflictingAliasesCommandOutput,
|
|
310
370
|
} from "./commands/ListConflictingAliasesCommand";
|
|
371
|
+
import {
|
|
372
|
+
ListConnectionGroupsCommandInput,
|
|
373
|
+
ListConnectionGroupsCommandOutput,
|
|
374
|
+
} from "./commands/ListConnectionGroupsCommand";
|
|
311
375
|
import {
|
|
312
376
|
ListContinuousDeploymentPoliciesCommandInput,
|
|
313
377
|
ListContinuousDeploymentPoliciesCommandOutput,
|
|
@@ -320,6 +384,10 @@ import {
|
|
|
320
384
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
321
385
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
322
386
|
} from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
387
|
+
import {
|
|
388
|
+
ListDistributionsByConnectionModeCommandInput,
|
|
389
|
+
ListDistributionsByConnectionModeCommandOutput,
|
|
390
|
+
} from "./commands/ListDistributionsByConnectionModeCommand";
|
|
323
391
|
import {
|
|
324
392
|
ListDistributionsByKeyGroupCommandInput,
|
|
325
393
|
ListDistributionsByKeyGroupCommandOutput,
|
|
@@ -348,6 +416,18 @@ import {
|
|
|
348
416
|
ListDistributionsCommandInput,
|
|
349
417
|
ListDistributionsCommandOutput,
|
|
350
418
|
} from "./commands/ListDistributionsCommand";
|
|
419
|
+
import {
|
|
420
|
+
ListDistributionTenantsByCustomizationCommandInput,
|
|
421
|
+
ListDistributionTenantsByCustomizationCommandOutput,
|
|
422
|
+
} from "./commands/ListDistributionTenantsByCustomizationCommand";
|
|
423
|
+
import {
|
|
424
|
+
ListDistributionTenantsCommandInput,
|
|
425
|
+
ListDistributionTenantsCommandOutput,
|
|
426
|
+
} from "./commands/ListDistributionTenantsCommand";
|
|
427
|
+
import {
|
|
428
|
+
ListDomainConflictsCommandInput,
|
|
429
|
+
ListDomainConflictsCommandOutput,
|
|
430
|
+
} from "./commands/ListDomainConflictsCommand";
|
|
351
431
|
import {
|
|
352
432
|
ListFieldLevelEncryptionConfigsCommandInput,
|
|
353
433
|
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
@@ -364,6 +444,10 @@ import {
|
|
|
364
444
|
ListInvalidationsCommandInput,
|
|
365
445
|
ListInvalidationsCommandOutput,
|
|
366
446
|
} from "./commands/ListInvalidationsCommand";
|
|
447
|
+
import {
|
|
448
|
+
ListInvalidationsForDistributionTenantCommandInput,
|
|
449
|
+
ListInvalidationsForDistributionTenantCommandOutput,
|
|
450
|
+
} from "./commands/ListInvalidationsForDistributionTenantCommand";
|
|
367
451
|
import {
|
|
368
452
|
ListKeyGroupsCommandInput,
|
|
369
453
|
ListKeyGroupsCommandOutput,
|
|
@@ -428,6 +512,10 @@ import {
|
|
|
428
512
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
429
513
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
430
514
|
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
515
|
+
import {
|
|
516
|
+
UpdateConnectionGroupCommandInput,
|
|
517
|
+
UpdateConnectionGroupCommandOutput,
|
|
518
|
+
} from "./commands/UpdateConnectionGroupCommand";
|
|
431
519
|
import {
|
|
432
520
|
UpdateContinuousDeploymentPolicyCommandInput,
|
|
433
521
|
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -436,10 +524,18 @@ import {
|
|
|
436
524
|
UpdateDistributionCommandInput,
|
|
437
525
|
UpdateDistributionCommandOutput,
|
|
438
526
|
} from "./commands/UpdateDistributionCommand";
|
|
527
|
+
import {
|
|
528
|
+
UpdateDistributionTenantCommandInput,
|
|
529
|
+
UpdateDistributionTenantCommandOutput,
|
|
530
|
+
} from "./commands/UpdateDistributionTenantCommand";
|
|
439
531
|
import {
|
|
440
532
|
UpdateDistributionWithStagingConfigCommandInput,
|
|
441
533
|
UpdateDistributionWithStagingConfigCommandOutput,
|
|
442
534
|
} from "./commands/UpdateDistributionWithStagingConfigCommand";
|
|
535
|
+
import {
|
|
536
|
+
UpdateDomainAssociationCommandInput,
|
|
537
|
+
UpdateDomainAssociationCommandOutput,
|
|
538
|
+
} from "./commands/UpdateDomainAssociationCommand";
|
|
443
539
|
import {
|
|
444
540
|
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
445
541
|
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -488,6 +584,10 @@ import {
|
|
|
488
584
|
UpdateVpcOriginCommandInput,
|
|
489
585
|
UpdateVpcOriginCommandOutput,
|
|
490
586
|
} from "./commands/UpdateVpcOriginCommand";
|
|
587
|
+
import {
|
|
588
|
+
VerifyDnsConfigurationCommandInput,
|
|
589
|
+
VerifyDnsConfigurationCommandOutput,
|
|
590
|
+
} from "./commands/VerifyDnsConfigurationCommand";
|
|
491
591
|
export interface CloudFront {
|
|
492
592
|
associateAlias(
|
|
493
593
|
args: AssociateAliasCommandInput,
|
|
@@ -502,6 +602,38 @@ export interface CloudFront {
|
|
|
502
602
|
options: __HttpHandlerOptions,
|
|
503
603
|
cb: (err: any, data?: AssociateAliasCommandOutput) => void
|
|
504
604
|
): void;
|
|
605
|
+
associateDistributionTenantWebACL(
|
|
606
|
+
args: AssociateDistributionTenantWebACLCommandInput,
|
|
607
|
+
options?: __HttpHandlerOptions
|
|
608
|
+
): Promise<AssociateDistributionTenantWebACLCommandOutput>;
|
|
609
|
+
associateDistributionTenantWebACL(
|
|
610
|
+
args: AssociateDistributionTenantWebACLCommandInput,
|
|
611
|
+
cb: (
|
|
612
|
+
err: any,
|
|
613
|
+
data?: AssociateDistributionTenantWebACLCommandOutput
|
|
614
|
+
) => void
|
|
615
|
+
): void;
|
|
616
|
+
associateDistributionTenantWebACL(
|
|
617
|
+
args: AssociateDistributionTenantWebACLCommandInput,
|
|
618
|
+
options: __HttpHandlerOptions,
|
|
619
|
+
cb: (
|
|
620
|
+
err: any,
|
|
621
|
+
data?: AssociateDistributionTenantWebACLCommandOutput
|
|
622
|
+
) => void
|
|
623
|
+
): void;
|
|
624
|
+
associateDistributionWebACL(
|
|
625
|
+
args: AssociateDistributionWebACLCommandInput,
|
|
626
|
+
options?: __HttpHandlerOptions
|
|
627
|
+
): Promise<AssociateDistributionWebACLCommandOutput>;
|
|
628
|
+
associateDistributionWebACL(
|
|
629
|
+
args: AssociateDistributionWebACLCommandInput,
|
|
630
|
+
cb: (err: any, data?: AssociateDistributionWebACLCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
associateDistributionWebACL(
|
|
633
|
+
args: AssociateDistributionWebACLCommandInput,
|
|
634
|
+
options: __HttpHandlerOptions,
|
|
635
|
+
cb: (err: any, data?: AssociateDistributionWebACLCommandOutput) => void
|
|
636
|
+
): void;
|
|
505
637
|
copyDistribution(
|
|
506
638
|
args: CopyDistributionCommandInput,
|
|
507
639
|
options?: __HttpHandlerOptions
|
|
@@ -560,6 +692,19 @@ export interface CloudFront {
|
|
|
560
692
|
data?: CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
561
693
|
) => void
|
|
562
694
|
): void;
|
|
695
|
+
createConnectionGroup(
|
|
696
|
+
args: CreateConnectionGroupCommandInput,
|
|
697
|
+
options?: __HttpHandlerOptions
|
|
698
|
+
): Promise<CreateConnectionGroupCommandOutput>;
|
|
699
|
+
createConnectionGroup(
|
|
700
|
+
args: CreateConnectionGroupCommandInput,
|
|
701
|
+
cb: (err: any, data?: CreateConnectionGroupCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
createConnectionGroup(
|
|
704
|
+
args: CreateConnectionGroupCommandInput,
|
|
705
|
+
options: __HttpHandlerOptions,
|
|
706
|
+
cb: (err: any, data?: CreateConnectionGroupCommandOutput) => void
|
|
707
|
+
): void;
|
|
563
708
|
createContinuousDeploymentPolicy(
|
|
564
709
|
args: CreateContinuousDeploymentPolicyCommandInput,
|
|
565
710
|
options?: __HttpHandlerOptions
|
|
@@ -586,6 +731,19 @@ export interface CloudFront {
|
|
|
586
731
|
options: __HttpHandlerOptions,
|
|
587
732
|
cb: (err: any, data?: CreateDistributionCommandOutput) => void
|
|
588
733
|
): void;
|
|
734
|
+
createDistributionTenant(
|
|
735
|
+
args: CreateDistributionTenantCommandInput,
|
|
736
|
+
options?: __HttpHandlerOptions
|
|
737
|
+
): Promise<CreateDistributionTenantCommandOutput>;
|
|
738
|
+
createDistributionTenant(
|
|
739
|
+
args: CreateDistributionTenantCommandInput,
|
|
740
|
+
cb: (err: any, data?: CreateDistributionTenantCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
createDistributionTenant(
|
|
743
|
+
args: CreateDistributionTenantCommandInput,
|
|
744
|
+
options: __HttpHandlerOptions,
|
|
745
|
+
cb: (err: any, data?: CreateDistributionTenantCommandOutput) => void
|
|
746
|
+
): void;
|
|
589
747
|
createDistributionWithTags(
|
|
590
748
|
args: CreateDistributionWithTagsCommandInput,
|
|
591
749
|
options?: __HttpHandlerOptions
|
|
@@ -657,6 +815,25 @@ export interface CloudFront {
|
|
|
657
815
|
options: __HttpHandlerOptions,
|
|
658
816
|
cb: (err: any, data?: CreateInvalidationCommandOutput) => void
|
|
659
817
|
): void;
|
|
818
|
+
createInvalidationForDistributionTenant(
|
|
819
|
+
args: CreateInvalidationForDistributionTenantCommandInput,
|
|
820
|
+
options?: __HttpHandlerOptions
|
|
821
|
+
): Promise<CreateInvalidationForDistributionTenantCommandOutput>;
|
|
822
|
+
createInvalidationForDistributionTenant(
|
|
823
|
+
args: CreateInvalidationForDistributionTenantCommandInput,
|
|
824
|
+
cb: (
|
|
825
|
+
err: any,
|
|
826
|
+
data?: CreateInvalidationForDistributionTenantCommandOutput
|
|
827
|
+
) => void
|
|
828
|
+
): void;
|
|
829
|
+
createInvalidationForDistributionTenant(
|
|
830
|
+
args: CreateInvalidationForDistributionTenantCommandInput,
|
|
831
|
+
options: __HttpHandlerOptions,
|
|
832
|
+
cb: (
|
|
833
|
+
err: any,
|
|
834
|
+
data?: CreateInvalidationForDistributionTenantCommandOutput
|
|
835
|
+
) => void
|
|
836
|
+
): void;
|
|
660
837
|
createKeyGroup(
|
|
661
838
|
args: CreateKeyGroupCommandInput,
|
|
662
839
|
options?: __HttpHandlerOptions
|
|
@@ -851,6 +1028,19 @@ export interface CloudFront {
|
|
|
851
1028
|
data?: DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
852
1029
|
) => void
|
|
853
1030
|
): void;
|
|
1031
|
+
deleteConnectionGroup(
|
|
1032
|
+
args: DeleteConnectionGroupCommandInput,
|
|
1033
|
+
options?: __HttpHandlerOptions
|
|
1034
|
+
): Promise<DeleteConnectionGroupCommandOutput>;
|
|
1035
|
+
deleteConnectionGroup(
|
|
1036
|
+
args: DeleteConnectionGroupCommandInput,
|
|
1037
|
+
cb: (err: any, data?: DeleteConnectionGroupCommandOutput) => void
|
|
1038
|
+
): void;
|
|
1039
|
+
deleteConnectionGroup(
|
|
1040
|
+
args: DeleteConnectionGroupCommandInput,
|
|
1041
|
+
options: __HttpHandlerOptions,
|
|
1042
|
+
cb: (err: any, data?: DeleteConnectionGroupCommandOutput) => void
|
|
1043
|
+
): void;
|
|
854
1044
|
deleteContinuousDeploymentPolicy(
|
|
855
1045
|
args: DeleteContinuousDeploymentPolicyCommandInput,
|
|
856
1046
|
options?: __HttpHandlerOptions
|
|
@@ -877,6 +1067,19 @@ export interface CloudFront {
|
|
|
877
1067
|
options: __HttpHandlerOptions,
|
|
878
1068
|
cb: (err: any, data?: DeleteDistributionCommandOutput) => void
|
|
879
1069
|
): void;
|
|
1070
|
+
deleteDistributionTenant(
|
|
1071
|
+
args: DeleteDistributionTenantCommandInput,
|
|
1072
|
+
options?: __HttpHandlerOptions
|
|
1073
|
+
): Promise<DeleteDistributionTenantCommandOutput>;
|
|
1074
|
+
deleteDistributionTenant(
|
|
1075
|
+
args: DeleteDistributionTenantCommandInput,
|
|
1076
|
+
cb: (err: any, data?: DeleteDistributionTenantCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1078
|
+
deleteDistributionTenant(
|
|
1079
|
+
args: DeleteDistributionTenantCommandInput,
|
|
1080
|
+
options: __HttpHandlerOptions,
|
|
1081
|
+
cb: (err: any, data?: DeleteDistributionTenantCommandOutput) => void
|
|
1082
|
+
): void;
|
|
880
1083
|
deleteFieldLevelEncryptionConfig(
|
|
881
1084
|
args: DeleteFieldLevelEncryptionConfigCommandInput,
|
|
882
1085
|
options?: __HttpHandlerOptions
|
|
@@ -1079,6 +1282,38 @@ export interface CloudFront {
|
|
|
1079
1282
|
options: __HttpHandlerOptions,
|
|
1080
1283
|
cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void
|
|
1081
1284
|
): void;
|
|
1285
|
+
disassociateDistributionTenantWebACL(
|
|
1286
|
+
args: DisassociateDistributionTenantWebACLCommandInput,
|
|
1287
|
+
options?: __HttpHandlerOptions
|
|
1288
|
+
): Promise<DisassociateDistributionTenantWebACLCommandOutput>;
|
|
1289
|
+
disassociateDistributionTenantWebACL(
|
|
1290
|
+
args: DisassociateDistributionTenantWebACLCommandInput,
|
|
1291
|
+
cb: (
|
|
1292
|
+
err: any,
|
|
1293
|
+
data?: DisassociateDistributionTenantWebACLCommandOutput
|
|
1294
|
+
) => void
|
|
1295
|
+
): void;
|
|
1296
|
+
disassociateDistributionTenantWebACL(
|
|
1297
|
+
args: DisassociateDistributionTenantWebACLCommandInput,
|
|
1298
|
+
options: __HttpHandlerOptions,
|
|
1299
|
+
cb: (
|
|
1300
|
+
err: any,
|
|
1301
|
+
data?: DisassociateDistributionTenantWebACLCommandOutput
|
|
1302
|
+
) => void
|
|
1303
|
+
): void;
|
|
1304
|
+
disassociateDistributionWebACL(
|
|
1305
|
+
args: DisassociateDistributionWebACLCommandInput,
|
|
1306
|
+
options?: __HttpHandlerOptions
|
|
1307
|
+
): Promise<DisassociateDistributionWebACLCommandOutput>;
|
|
1308
|
+
disassociateDistributionWebACL(
|
|
1309
|
+
args: DisassociateDistributionWebACLCommandInput,
|
|
1310
|
+
cb: (err: any, data?: DisassociateDistributionWebACLCommandOutput) => void
|
|
1311
|
+
): void;
|
|
1312
|
+
disassociateDistributionWebACL(
|
|
1313
|
+
args: DisassociateDistributionWebACLCommandInput,
|
|
1314
|
+
options: __HttpHandlerOptions,
|
|
1315
|
+
cb: (err: any, data?: DisassociateDistributionWebACLCommandOutput) => void
|
|
1316
|
+
): void;
|
|
1082
1317
|
getAnycastIpList(
|
|
1083
1318
|
args: GetAnycastIpListCommandInput,
|
|
1084
1319
|
options?: __HttpHandlerOptions
|
|
@@ -1156,6 +1391,38 @@ export interface CloudFront {
|
|
|
1156
1391
|
data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
1157
1392
|
) => void
|
|
1158
1393
|
): void;
|
|
1394
|
+
getConnectionGroup(
|
|
1395
|
+
args: GetConnectionGroupCommandInput,
|
|
1396
|
+
options?: __HttpHandlerOptions
|
|
1397
|
+
): Promise<GetConnectionGroupCommandOutput>;
|
|
1398
|
+
getConnectionGroup(
|
|
1399
|
+
args: GetConnectionGroupCommandInput,
|
|
1400
|
+
cb: (err: any, data?: GetConnectionGroupCommandOutput) => void
|
|
1401
|
+
): void;
|
|
1402
|
+
getConnectionGroup(
|
|
1403
|
+
args: GetConnectionGroupCommandInput,
|
|
1404
|
+
options: __HttpHandlerOptions,
|
|
1405
|
+
cb: (err: any, data?: GetConnectionGroupCommandOutput) => void
|
|
1406
|
+
): void;
|
|
1407
|
+
getConnectionGroupByRoutingEndpoint(
|
|
1408
|
+
args: GetConnectionGroupByRoutingEndpointCommandInput,
|
|
1409
|
+
options?: __HttpHandlerOptions
|
|
1410
|
+
): Promise<GetConnectionGroupByRoutingEndpointCommandOutput>;
|
|
1411
|
+
getConnectionGroupByRoutingEndpoint(
|
|
1412
|
+
args: GetConnectionGroupByRoutingEndpointCommandInput,
|
|
1413
|
+
cb: (
|
|
1414
|
+
err: any,
|
|
1415
|
+
data?: GetConnectionGroupByRoutingEndpointCommandOutput
|
|
1416
|
+
) => void
|
|
1417
|
+
): void;
|
|
1418
|
+
getConnectionGroupByRoutingEndpoint(
|
|
1419
|
+
args: GetConnectionGroupByRoutingEndpointCommandInput,
|
|
1420
|
+
options: __HttpHandlerOptions,
|
|
1421
|
+
cb: (
|
|
1422
|
+
err: any,
|
|
1423
|
+
data?: GetConnectionGroupByRoutingEndpointCommandOutput
|
|
1424
|
+
) => void
|
|
1425
|
+
): void;
|
|
1159
1426
|
getContinuousDeploymentPolicy(
|
|
1160
1427
|
args: GetContinuousDeploymentPolicyCommandInput,
|
|
1161
1428
|
options?: __HttpHandlerOptions
|
|
@@ -1214,6 +1481,32 @@ export interface CloudFront {
|
|
|
1214
1481
|
options: __HttpHandlerOptions,
|
|
1215
1482
|
cb: (err: any, data?: GetDistributionConfigCommandOutput) => void
|
|
1216
1483
|
): void;
|
|
1484
|
+
getDistributionTenant(
|
|
1485
|
+
args: GetDistributionTenantCommandInput,
|
|
1486
|
+
options?: __HttpHandlerOptions
|
|
1487
|
+
): Promise<GetDistributionTenantCommandOutput>;
|
|
1488
|
+
getDistributionTenant(
|
|
1489
|
+
args: GetDistributionTenantCommandInput,
|
|
1490
|
+
cb: (err: any, data?: GetDistributionTenantCommandOutput) => void
|
|
1491
|
+
): void;
|
|
1492
|
+
getDistributionTenant(
|
|
1493
|
+
args: GetDistributionTenantCommandInput,
|
|
1494
|
+
options: __HttpHandlerOptions,
|
|
1495
|
+
cb: (err: any, data?: GetDistributionTenantCommandOutput) => void
|
|
1496
|
+
): void;
|
|
1497
|
+
getDistributionTenantByDomain(
|
|
1498
|
+
args: GetDistributionTenantByDomainCommandInput,
|
|
1499
|
+
options?: __HttpHandlerOptions
|
|
1500
|
+
): Promise<GetDistributionTenantByDomainCommandOutput>;
|
|
1501
|
+
getDistributionTenantByDomain(
|
|
1502
|
+
args: GetDistributionTenantByDomainCommandInput,
|
|
1503
|
+
cb: (err: any, data?: GetDistributionTenantByDomainCommandOutput) => void
|
|
1504
|
+
): void;
|
|
1505
|
+
getDistributionTenantByDomain(
|
|
1506
|
+
args: GetDistributionTenantByDomainCommandInput,
|
|
1507
|
+
options: __HttpHandlerOptions,
|
|
1508
|
+
cb: (err: any, data?: GetDistributionTenantByDomainCommandOutput) => void
|
|
1509
|
+
): void;
|
|
1217
1510
|
getFieldLevelEncryption(
|
|
1218
1511
|
args: GetFieldLevelEncryptionCommandInput,
|
|
1219
1512
|
options?: __HttpHandlerOptions
|
|
@@ -1298,6 +1591,25 @@ export interface CloudFront {
|
|
|
1298
1591
|
options: __HttpHandlerOptions,
|
|
1299
1592
|
cb: (err: any, data?: GetInvalidationCommandOutput) => void
|
|
1300
1593
|
): void;
|
|
1594
|
+
getInvalidationForDistributionTenant(
|
|
1595
|
+
args: GetInvalidationForDistributionTenantCommandInput,
|
|
1596
|
+
options?: __HttpHandlerOptions
|
|
1597
|
+
): Promise<GetInvalidationForDistributionTenantCommandOutput>;
|
|
1598
|
+
getInvalidationForDistributionTenant(
|
|
1599
|
+
args: GetInvalidationForDistributionTenantCommandInput,
|
|
1600
|
+
cb: (
|
|
1601
|
+
err: any,
|
|
1602
|
+
data?: GetInvalidationForDistributionTenantCommandOutput
|
|
1603
|
+
) => void
|
|
1604
|
+
): void;
|
|
1605
|
+
getInvalidationForDistributionTenant(
|
|
1606
|
+
args: GetInvalidationForDistributionTenantCommandInput,
|
|
1607
|
+
options: __HttpHandlerOptions,
|
|
1608
|
+
cb: (
|
|
1609
|
+
err: any,
|
|
1610
|
+
data?: GetInvalidationForDistributionTenantCommandOutput
|
|
1611
|
+
) => void
|
|
1612
|
+
): void;
|
|
1301
1613
|
getKeyGroup(
|
|
1302
1614
|
args: GetKeyGroupCommandInput,
|
|
1303
1615
|
options?: __HttpHandlerOptions
|
|
@@ -1324,6 +1636,19 @@ export interface CloudFront {
|
|
|
1324
1636
|
options: __HttpHandlerOptions,
|
|
1325
1637
|
cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void
|
|
1326
1638
|
): void;
|
|
1639
|
+
getManagedCertificateDetails(
|
|
1640
|
+
args: GetManagedCertificateDetailsCommandInput,
|
|
1641
|
+
options?: __HttpHandlerOptions
|
|
1642
|
+
): Promise<GetManagedCertificateDetailsCommandOutput>;
|
|
1643
|
+
getManagedCertificateDetails(
|
|
1644
|
+
args: GetManagedCertificateDetailsCommandInput,
|
|
1645
|
+
cb: (err: any, data?: GetManagedCertificateDetailsCommandOutput) => void
|
|
1646
|
+
): void;
|
|
1647
|
+
getManagedCertificateDetails(
|
|
1648
|
+
args: GetManagedCertificateDetailsCommandInput,
|
|
1649
|
+
options: __HttpHandlerOptions,
|
|
1650
|
+
cb: (err: any, data?: GetManagedCertificateDetailsCommandOutput) => void
|
|
1651
|
+
): void;
|
|
1327
1652
|
getMonitoringSubscription(
|
|
1328
1653
|
args: GetMonitoringSubscriptionCommandInput,
|
|
1329
1654
|
options?: __HttpHandlerOptions
|
|
@@ -1555,6 +1880,20 @@ export interface CloudFront {
|
|
|
1555
1880
|
options: __HttpHandlerOptions,
|
|
1556
1881
|
cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void
|
|
1557
1882
|
): void;
|
|
1883
|
+
listConnectionGroups(): Promise<ListConnectionGroupsCommandOutput>;
|
|
1884
|
+
listConnectionGroups(
|
|
1885
|
+
args: ListConnectionGroupsCommandInput,
|
|
1886
|
+
options?: __HttpHandlerOptions
|
|
1887
|
+
): Promise<ListConnectionGroupsCommandOutput>;
|
|
1888
|
+
listConnectionGroups(
|
|
1889
|
+
args: ListConnectionGroupsCommandInput,
|
|
1890
|
+
cb: (err: any, data?: ListConnectionGroupsCommandOutput) => void
|
|
1891
|
+
): void;
|
|
1892
|
+
listConnectionGroups(
|
|
1893
|
+
args: ListConnectionGroupsCommandInput,
|
|
1894
|
+
options: __HttpHandlerOptions,
|
|
1895
|
+
cb: (err: any, data?: ListConnectionGroupsCommandOutput) => void
|
|
1896
|
+
): void;
|
|
1558
1897
|
listContinuousDeploymentPolicies(): Promise<ListContinuousDeploymentPoliciesCommandOutput>;
|
|
1559
1898
|
listContinuousDeploymentPolicies(
|
|
1560
1899
|
args: ListContinuousDeploymentPoliciesCommandInput,
|
|
@@ -1615,6 +1954,25 @@ export interface CloudFront {
|
|
|
1615
1954
|
options: __HttpHandlerOptions,
|
|
1616
1955
|
cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void
|
|
1617
1956
|
): void;
|
|
1957
|
+
listDistributionsByConnectionMode(
|
|
1958
|
+
args: ListDistributionsByConnectionModeCommandInput,
|
|
1959
|
+
options?: __HttpHandlerOptions
|
|
1960
|
+
): Promise<ListDistributionsByConnectionModeCommandOutput>;
|
|
1961
|
+
listDistributionsByConnectionMode(
|
|
1962
|
+
args: ListDistributionsByConnectionModeCommandInput,
|
|
1963
|
+
cb: (
|
|
1964
|
+
err: any,
|
|
1965
|
+
data?: ListDistributionsByConnectionModeCommandOutput
|
|
1966
|
+
) => void
|
|
1967
|
+
): void;
|
|
1968
|
+
listDistributionsByConnectionMode(
|
|
1969
|
+
args: ListDistributionsByConnectionModeCommandInput,
|
|
1970
|
+
options: __HttpHandlerOptions,
|
|
1971
|
+
cb: (
|
|
1972
|
+
err: any,
|
|
1973
|
+
data?: ListDistributionsByConnectionModeCommandOutput
|
|
1974
|
+
) => void
|
|
1975
|
+
): void;
|
|
1618
1976
|
listDistributionsByKeyGroup(
|
|
1619
1977
|
args: ListDistributionsByKeyGroupCommandInput,
|
|
1620
1978
|
options?: __HttpHandlerOptions
|
|
@@ -1712,6 +2070,53 @@ export interface CloudFront {
|
|
|
1712
2070
|
options: __HttpHandlerOptions,
|
|
1713
2071
|
cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void
|
|
1714
2072
|
): void;
|
|
2073
|
+
listDistributionTenants(): Promise<ListDistributionTenantsCommandOutput>;
|
|
2074
|
+
listDistributionTenants(
|
|
2075
|
+
args: ListDistributionTenantsCommandInput,
|
|
2076
|
+
options?: __HttpHandlerOptions
|
|
2077
|
+
): Promise<ListDistributionTenantsCommandOutput>;
|
|
2078
|
+
listDistributionTenants(
|
|
2079
|
+
args: ListDistributionTenantsCommandInput,
|
|
2080
|
+
cb: (err: any, data?: ListDistributionTenantsCommandOutput) => void
|
|
2081
|
+
): void;
|
|
2082
|
+
listDistributionTenants(
|
|
2083
|
+
args: ListDistributionTenantsCommandInput,
|
|
2084
|
+
options: __HttpHandlerOptions,
|
|
2085
|
+
cb: (err: any, data?: ListDistributionTenantsCommandOutput) => void
|
|
2086
|
+
): void;
|
|
2087
|
+
listDistributionTenantsByCustomization(): Promise<ListDistributionTenantsByCustomizationCommandOutput>;
|
|
2088
|
+
listDistributionTenantsByCustomization(
|
|
2089
|
+
args: ListDistributionTenantsByCustomizationCommandInput,
|
|
2090
|
+
options?: __HttpHandlerOptions
|
|
2091
|
+
): Promise<ListDistributionTenantsByCustomizationCommandOutput>;
|
|
2092
|
+
listDistributionTenantsByCustomization(
|
|
2093
|
+
args: ListDistributionTenantsByCustomizationCommandInput,
|
|
2094
|
+
cb: (
|
|
2095
|
+
err: any,
|
|
2096
|
+
data?: ListDistributionTenantsByCustomizationCommandOutput
|
|
2097
|
+
) => void
|
|
2098
|
+
): void;
|
|
2099
|
+
listDistributionTenantsByCustomization(
|
|
2100
|
+
args: ListDistributionTenantsByCustomizationCommandInput,
|
|
2101
|
+
options: __HttpHandlerOptions,
|
|
2102
|
+
cb: (
|
|
2103
|
+
err: any,
|
|
2104
|
+
data?: ListDistributionTenantsByCustomizationCommandOutput
|
|
2105
|
+
) => void
|
|
2106
|
+
): void;
|
|
2107
|
+
listDomainConflicts(
|
|
2108
|
+
args: ListDomainConflictsCommandInput,
|
|
2109
|
+
options?: __HttpHandlerOptions
|
|
2110
|
+
): Promise<ListDomainConflictsCommandOutput>;
|
|
2111
|
+
listDomainConflicts(
|
|
2112
|
+
args: ListDomainConflictsCommandInput,
|
|
2113
|
+
cb: (err: any, data?: ListDomainConflictsCommandOutput) => void
|
|
2114
|
+
): void;
|
|
2115
|
+
listDomainConflicts(
|
|
2116
|
+
args: ListDomainConflictsCommandInput,
|
|
2117
|
+
options: __HttpHandlerOptions,
|
|
2118
|
+
cb: (err: any, data?: ListDomainConflictsCommandOutput) => void
|
|
2119
|
+
): void;
|
|
1715
2120
|
listFieldLevelEncryptionConfigs(): Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
|
|
1716
2121
|
listFieldLevelEncryptionConfigs(
|
|
1717
2122
|
args: ListFieldLevelEncryptionConfigsCommandInput,
|
|
@@ -1767,6 +2172,25 @@ export interface CloudFront {
|
|
|
1767
2172
|
options: __HttpHandlerOptions,
|
|
1768
2173
|
cb: (err: any, data?: ListInvalidationsCommandOutput) => void
|
|
1769
2174
|
): void;
|
|
2175
|
+
listInvalidationsForDistributionTenant(
|
|
2176
|
+
args: ListInvalidationsForDistributionTenantCommandInput,
|
|
2177
|
+
options?: __HttpHandlerOptions
|
|
2178
|
+
): Promise<ListInvalidationsForDistributionTenantCommandOutput>;
|
|
2179
|
+
listInvalidationsForDistributionTenant(
|
|
2180
|
+
args: ListInvalidationsForDistributionTenantCommandInput,
|
|
2181
|
+
cb: (
|
|
2182
|
+
err: any,
|
|
2183
|
+
data?: ListInvalidationsForDistributionTenantCommandOutput
|
|
2184
|
+
) => void
|
|
2185
|
+
): void;
|
|
2186
|
+
listInvalidationsForDistributionTenant(
|
|
2187
|
+
args: ListInvalidationsForDistributionTenantCommandInput,
|
|
2188
|
+
options: __HttpHandlerOptions,
|
|
2189
|
+
cb: (
|
|
2190
|
+
err: any,
|
|
2191
|
+
data?: ListInvalidationsForDistributionTenantCommandOutput
|
|
2192
|
+
) => void
|
|
2193
|
+
): void;
|
|
1770
2194
|
listKeyGroups(): Promise<ListKeyGroupsCommandOutput>;
|
|
1771
2195
|
listKeyGroups(
|
|
1772
2196
|
args: ListKeyGroupsCommandInput,
|
|
@@ -1990,6 +2414,19 @@ export interface CloudFront {
|
|
|
1990
2414
|
data?: UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
1991
2415
|
) => void
|
|
1992
2416
|
): void;
|
|
2417
|
+
updateConnectionGroup(
|
|
2418
|
+
args: UpdateConnectionGroupCommandInput,
|
|
2419
|
+
options?: __HttpHandlerOptions
|
|
2420
|
+
): Promise<UpdateConnectionGroupCommandOutput>;
|
|
2421
|
+
updateConnectionGroup(
|
|
2422
|
+
args: UpdateConnectionGroupCommandInput,
|
|
2423
|
+
cb: (err: any, data?: UpdateConnectionGroupCommandOutput) => void
|
|
2424
|
+
): void;
|
|
2425
|
+
updateConnectionGroup(
|
|
2426
|
+
args: UpdateConnectionGroupCommandInput,
|
|
2427
|
+
options: __HttpHandlerOptions,
|
|
2428
|
+
cb: (err: any, data?: UpdateConnectionGroupCommandOutput) => void
|
|
2429
|
+
): void;
|
|
1993
2430
|
updateContinuousDeploymentPolicy(
|
|
1994
2431
|
args: UpdateContinuousDeploymentPolicyCommandInput,
|
|
1995
2432
|
options?: __HttpHandlerOptions
|
|
@@ -2016,6 +2453,19 @@ export interface CloudFront {
|
|
|
2016
2453
|
options: __HttpHandlerOptions,
|
|
2017
2454
|
cb: (err: any, data?: UpdateDistributionCommandOutput) => void
|
|
2018
2455
|
): void;
|
|
2456
|
+
updateDistributionTenant(
|
|
2457
|
+
args: UpdateDistributionTenantCommandInput,
|
|
2458
|
+
options?: __HttpHandlerOptions
|
|
2459
|
+
): Promise<UpdateDistributionTenantCommandOutput>;
|
|
2460
|
+
updateDistributionTenant(
|
|
2461
|
+
args: UpdateDistributionTenantCommandInput,
|
|
2462
|
+
cb: (err: any, data?: UpdateDistributionTenantCommandOutput) => void
|
|
2463
|
+
): void;
|
|
2464
|
+
updateDistributionTenant(
|
|
2465
|
+
args: UpdateDistributionTenantCommandInput,
|
|
2466
|
+
options: __HttpHandlerOptions,
|
|
2467
|
+
cb: (err: any, data?: UpdateDistributionTenantCommandOutput) => void
|
|
2468
|
+
): void;
|
|
2019
2469
|
updateDistributionWithStagingConfig(
|
|
2020
2470
|
args: UpdateDistributionWithStagingConfigCommandInput,
|
|
2021
2471
|
options?: __HttpHandlerOptions
|
|
@@ -2035,6 +2485,19 @@ export interface CloudFront {
|
|
|
2035
2485
|
data?: UpdateDistributionWithStagingConfigCommandOutput
|
|
2036
2486
|
) => void
|
|
2037
2487
|
): void;
|
|
2488
|
+
updateDomainAssociation(
|
|
2489
|
+
args: UpdateDomainAssociationCommandInput,
|
|
2490
|
+
options?: __HttpHandlerOptions
|
|
2491
|
+
): Promise<UpdateDomainAssociationCommandOutput>;
|
|
2492
|
+
updateDomainAssociation(
|
|
2493
|
+
args: UpdateDomainAssociationCommandInput,
|
|
2494
|
+
cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void
|
|
2495
|
+
): void;
|
|
2496
|
+
updateDomainAssociation(
|
|
2497
|
+
args: UpdateDomainAssociationCommandInput,
|
|
2498
|
+
options: __HttpHandlerOptions,
|
|
2499
|
+
cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void
|
|
2500
|
+
): void;
|
|
2038
2501
|
updateFieldLevelEncryptionConfig(
|
|
2039
2502
|
args: UpdateFieldLevelEncryptionConfigCommandInput,
|
|
2040
2503
|
options?: __HttpHandlerOptions
|
|
@@ -2198,6 +2661,19 @@ export interface CloudFront {
|
|
|
2198
2661
|
options: __HttpHandlerOptions,
|
|
2199
2662
|
cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void
|
|
2200
2663
|
): void;
|
|
2664
|
+
verifyDnsConfiguration(
|
|
2665
|
+
args: VerifyDnsConfigurationCommandInput,
|
|
2666
|
+
options?: __HttpHandlerOptions
|
|
2667
|
+
): Promise<VerifyDnsConfigurationCommandOutput>;
|
|
2668
|
+
verifyDnsConfiguration(
|
|
2669
|
+
args: VerifyDnsConfigurationCommandInput,
|
|
2670
|
+
cb: (err: any, data?: VerifyDnsConfigurationCommandOutput) => void
|
|
2671
|
+
): void;
|
|
2672
|
+
verifyDnsConfiguration(
|
|
2673
|
+
args: VerifyDnsConfigurationCommandInput,
|
|
2674
|
+
options: __HttpHandlerOptions,
|
|
2675
|
+
cb: (err: any, data?: VerifyDnsConfigurationCommandOutput) => void
|
|
2676
|
+
): void;
|
|
2201
2677
|
}
|
|
2202
2678
|
export declare class CloudFront
|
|
2203
2679
|
extends CloudFrontClient
|