@aws-sdk/client-cloudfront 3.797.0 → 3.799.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +200 -0
- package/dist-cjs/index.js +2696 -655
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/CloudFront.js +50 -0
- package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/AssociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/CreateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/CreateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DeleteConnectionGroupCommand.js +22 -0
- package/dist-es/commands/DeleteDistributionTenantCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +22 -0
- package/dist-es/commands/DisassociateDistributionWebACLCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +22 -0
- package/dist-es/commands/GetConnectionGroupCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantByDomainCommand.js +22 -0
- package/dist-es/commands/GetDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/GetManagedCertificateDetailsCommand.js +22 -0
- package/dist-es/commands/ListConnectionGroupsCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +22 -0
- package/dist-es/commands/ListDistributionTenantsCommand.js +22 -0
- package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +23 -0
- package/dist-es/commands/ListDomainConflictsCommand.js +22 -0
- package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +22 -0
- package/dist-es/commands/TestFunctionCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionGroupCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionCommand.js +1 -1
- package/dist-es/commands/UpdateDistributionTenantCommand.js +22 -0
- package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +1 -1
- package/dist-es/commands/UpdateDomainAssociationCommand.js +22 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -1
- package/dist-es/commands/VerifyDnsConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +26 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +77 -201
- package/dist-es/models/models_1.js +203 -58
- package/dist-es/models/models_2.js +52 -0
- package/dist-es/pagination/ListConnectionGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsByCustomizationPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListDistributionsByConnectionModePaginator.js +4 -0
- package/dist-es/pagination/ListDomainConflictsPaginator.js +4 -0
- package/dist-es/pagination/ListInvalidationsForDistributionTenantPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restXml.js +1907 -460
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +31 -0
- package/dist-types/CloudFront.d.ts +178 -0
- package/dist-types/CloudFrontClient.d.ts +27 -2
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +92 -0
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +92 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +16 -1
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +35 -2
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +185 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +32 -2
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +119 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +90 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +90 -0
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +90 -0
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +99 -0
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +99 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -1
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +124 -0
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +124 -0
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +95 -0
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +89 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionGroupsCommand.d.ts +100 -0
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +120 -0
- package/dist-types/commands/ListDistributionTenantsCommand.d.ts +121 -0
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +392 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +3 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +3 -1
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +96 -0
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +96 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +3 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +123 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +33 -3
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +182 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -2
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +98 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +26 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +830 -869
- package/dist-types/models/models_1.d.ts +2571 -2123
- package/dist-types/models/models_2.d.ts +1244 -0
- package/dist-types/pagination/ListConnectionGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDistributionsByConnectionModePaginator.d.ts +7 -0
- package/dist-types/pagination/ListDomainConflictsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restXml.d.ts +225 -0
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/CloudFront.d.ts +476 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +152 -2
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +190 -214
- package/dist-types/ts3.4/models/models_1.d.ts +413 -275
- package/dist-types/ts3.4/models/models_2.d.ts +363 -0
- package/dist-types/ts3.4/pagination/ListConnectionGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDistributionsByConnectionModePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDomainConflictsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +300 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +14 -0
- package/package.json +11 -11
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
|
|
3
|
+
import {
|
|
4
|
+
CachePolicy,
|
|
5
|
+
CachePolicyConfig,
|
|
6
|
+
CloudFrontOriginAccessIdentity,
|
|
7
|
+
CloudFrontOriginAccessIdentityConfig,
|
|
8
|
+
ConnectionGroup,
|
|
9
|
+
ContinuousDeploymentPolicy,
|
|
10
|
+
ContinuousDeploymentPolicyConfig,
|
|
11
|
+
Customizations,
|
|
12
|
+
Distribution,
|
|
13
|
+
DistributionConfig,
|
|
14
|
+
DistributionTenant,
|
|
15
|
+
DomainItem,
|
|
16
|
+
FieldLevelEncryption,
|
|
17
|
+
FieldLevelEncryptionConfig,
|
|
18
|
+
FieldLevelEncryptionProfile,
|
|
19
|
+
FieldLevelEncryptionProfileConfig,
|
|
20
|
+
FunctionConfig,
|
|
21
|
+
FunctionStage,
|
|
22
|
+
FunctionSummary,
|
|
23
|
+
KeyGroup,
|
|
24
|
+
KeyGroupConfig,
|
|
25
|
+
KeyValueStore,
|
|
26
|
+
ManagedCertificateRequest,
|
|
27
|
+
OriginAccessControl,
|
|
28
|
+
OriginAccessControlConfig,
|
|
29
|
+
Parameter,
|
|
30
|
+
Tags,
|
|
31
|
+
} from "./models_0";
|
|
32
|
+
import {
|
|
33
|
+
DistributionResourceId,
|
|
34
|
+
EndPoint,
|
|
35
|
+
OriginRequestPolicy,
|
|
36
|
+
OriginRequestPolicyConfig,
|
|
37
|
+
PublicKey,
|
|
38
|
+
PublicKeyConfig,
|
|
39
|
+
RealtimeLogConfig,
|
|
40
|
+
ResponseHeadersPolicy,
|
|
41
|
+
ResponseHeadersPolicyConfig,
|
|
42
|
+
StreamingDistribution,
|
|
43
|
+
StreamingDistributionConfig,
|
|
44
|
+
StreamingDistributionSummary,
|
|
45
|
+
VpcOrigin,
|
|
46
|
+
VpcOriginEndpointConfig,
|
|
47
|
+
} from "./models_1";
|
|
48
|
+
export interface StreamingDistributionList {
|
|
49
|
+
Marker: string | undefined;
|
|
50
|
+
NextMarker?: string | undefined;
|
|
51
|
+
MaxItems: number | undefined;
|
|
52
|
+
IsTruncated: boolean | undefined;
|
|
53
|
+
Quantity: number | undefined;
|
|
54
|
+
Items?: StreamingDistributionSummary[] | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface ListStreamingDistributionsResult {
|
|
57
|
+
StreamingDistributionList?: StreamingDistributionList | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface ListTagsForResourceRequest {
|
|
60
|
+
Resource: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface ListTagsForResourceResult {
|
|
63
|
+
Tags: Tags | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface ListVpcOriginsRequest {
|
|
66
|
+
Marker?: string | undefined;
|
|
67
|
+
MaxItems?: number | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface VpcOriginSummary {
|
|
70
|
+
Id: string | undefined;
|
|
71
|
+
Name: string | undefined;
|
|
72
|
+
Status: string | undefined;
|
|
73
|
+
CreatedTime: Date | undefined;
|
|
74
|
+
LastModifiedTime: Date | undefined;
|
|
75
|
+
Arn: string | undefined;
|
|
76
|
+
OriginEndpointArn: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface VpcOriginList {
|
|
79
|
+
Marker: string | undefined;
|
|
80
|
+
NextMarker?: string | undefined;
|
|
81
|
+
MaxItems: number | undefined;
|
|
82
|
+
IsTruncated: boolean | undefined;
|
|
83
|
+
Quantity: number | undefined;
|
|
84
|
+
Items?: VpcOriginSummary[] | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface ListVpcOriginsResult {
|
|
87
|
+
VpcOriginList?: VpcOriginList | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface PublishFunctionRequest {
|
|
90
|
+
Name: string | undefined;
|
|
91
|
+
IfMatch: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface PublishFunctionResult {
|
|
94
|
+
FunctionSummary?: FunctionSummary | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface TagResourceRequest {
|
|
97
|
+
Resource: string | undefined;
|
|
98
|
+
Tags: Tags | undefined;
|
|
99
|
+
}
|
|
100
|
+
export declare class TestFunctionFailed extends __BaseException {
|
|
101
|
+
readonly name: "TestFunctionFailed";
|
|
102
|
+
readonly $fault: "server";
|
|
103
|
+
Message?: string | undefined;
|
|
104
|
+
constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
|
|
105
|
+
}
|
|
106
|
+
export interface TestFunctionRequest {
|
|
107
|
+
Name: string | undefined;
|
|
108
|
+
IfMatch: string | undefined;
|
|
109
|
+
Stage?: FunctionStage | undefined;
|
|
110
|
+
EventObject: Uint8Array | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface TestResult {
|
|
113
|
+
FunctionSummary?: FunctionSummary | undefined;
|
|
114
|
+
ComputeUtilization?: string | undefined;
|
|
115
|
+
FunctionExecutionLogs?: string[] | undefined;
|
|
116
|
+
FunctionErrorMessage?: string | undefined;
|
|
117
|
+
FunctionOutput?: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface TestFunctionResult {
|
|
120
|
+
TestResult?: TestResult | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface TagKeys {
|
|
123
|
+
Items?: string[] | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface UntagResourceRequest {
|
|
126
|
+
Resource: string | undefined;
|
|
127
|
+
TagKeys: TagKeys | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface UpdateCachePolicyRequest {
|
|
130
|
+
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
131
|
+
Id: string | undefined;
|
|
132
|
+
IfMatch?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface UpdateCachePolicyResult {
|
|
135
|
+
CachePolicy?: CachePolicy | undefined;
|
|
136
|
+
ETag?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface UpdateCloudFrontOriginAccessIdentityRequest {
|
|
139
|
+
CloudFrontOriginAccessIdentityConfig:
|
|
140
|
+
| CloudFrontOriginAccessIdentityConfig
|
|
141
|
+
| undefined;
|
|
142
|
+
Id: string | undefined;
|
|
143
|
+
IfMatch?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface UpdateCloudFrontOriginAccessIdentityResult {
|
|
146
|
+
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | undefined;
|
|
147
|
+
ETag?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface UpdateConnectionGroupRequest {
|
|
150
|
+
Id: string | undefined;
|
|
151
|
+
Ipv6Enabled?: boolean | undefined;
|
|
152
|
+
IfMatch: string | undefined;
|
|
153
|
+
AnycastIpListId?: string | undefined;
|
|
154
|
+
Enabled?: boolean | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface UpdateConnectionGroupResult {
|
|
157
|
+
ConnectionGroup?: ConnectionGroup | undefined;
|
|
158
|
+
ETag?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface UpdateContinuousDeploymentPolicyRequest {
|
|
161
|
+
ContinuousDeploymentPolicyConfig:
|
|
162
|
+
| ContinuousDeploymentPolicyConfig
|
|
163
|
+
| undefined;
|
|
164
|
+
Id: string | undefined;
|
|
165
|
+
IfMatch?: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface UpdateContinuousDeploymentPolicyResult {
|
|
168
|
+
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | undefined;
|
|
169
|
+
ETag?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface UpdateDistributionRequest {
|
|
172
|
+
DistributionConfig: DistributionConfig | undefined;
|
|
173
|
+
Id: string | undefined;
|
|
174
|
+
IfMatch?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface UpdateDistributionResult {
|
|
177
|
+
Distribution?: Distribution | undefined;
|
|
178
|
+
ETag?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface UpdateDistributionTenantRequest {
|
|
181
|
+
Id: string | undefined;
|
|
182
|
+
DistributionId?: string | undefined;
|
|
183
|
+
Domains?: DomainItem[] | undefined;
|
|
184
|
+
Customizations?: Customizations | undefined;
|
|
185
|
+
Parameters?: Parameter[] | undefined;
|
|
186
|
+
ConnectionGroupId?: string | undefined;
|
|
187
|
+
IfMatch: string | undefined;
|
|
188
|
+
ManagedCertificateRequest?: ManagedCertificateRequest | undefined;
|
|
189
|
+
Enabled?: boolean | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface UpdateDistributionTenantResult {
|
|
192
|
+
DistributionTenant?: DistributionTenant | undefined;
|
|
193
|
+
ETag?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface UpdateDistributionWithStagingConfigRequest {
|
|
196
|
+
Id: string | undefined;
|
|
197
|
+
StagingDistributionId?: string | undefined;
|
|
198
|
+
IfMatch?: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface UpdateDistributionWithStagingConfigResult {
|
|
201
|
+
Distribution?: Distribution | undefined;
|
|
202
|
+
ETag?: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface UpdateDomainAssociationRequest {
|
|
205
|
+
Domain: string | undefined;
|
|
206
|
+
TargetResource: DistributionResourceId | undefined;
|
|
207
|
+
IfMatch?: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface UpdateDomainAssociationResult {
|
|
210
|
+
Domain?: string | undefined;
|
|
211
|
+
ResourceId?: string | undefined;
|
|
212
|
+
ETag?: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface UpdateFieldLevelEncryptionConfigRequest {
|
|
215
|
+
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
216
|
+
Id: string | undefined;
|
|
217
|
+
IfMatch?: string | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface UpdateFieldLevelEncryptionConfigResult {
|
|
220
|
+
FieldLevelEncryption?: FieldLevelEncryption | undefined;
|
|
221
|
+
ETag?: string | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface UpdateFieldLevelEncryptionProfileRequest {
|
|
224
|
+
FieldLevelEncryptionProfileConfig:
|
|
225
|
+
| FieldLevelEncryptionProfileConfig
|
|
226
|
+
| undefined;
|
|
227
|
+
Id: string | undefined;
|
|
228
|
+
IfMatch?: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface UpdateFieldLevelEncryptionProfileResult {
|
|
231
|
+
FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile | undefined;
|
|
232
|
+
ETag?: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface UpdateFunctionRequest {
|
|
235
|
+
Name: string | undefined;
|
|
236
|
+
IfMatch: string | undefined;
|
|
237
|
+
FunctionConfig: FunctionConfig | undefined;
|
|
238
|
+
FunctionCode: Uint8Array | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface UpdateFunctionResult {
|
|
241
|
+
FunctionSummary?: FunctionSummary | undefined;
|
|
242
|
+
ETag?: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface UpdateKeyGroupRequest {
|
|
245
|
+
KeyGroupConfig: KeyGroupConfig | undefined;
|
|
246
|
+
Id: string | undefined;
|
|
247
|
+
IfMatch?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface UpdateKeyGroupResult {
|
|
250
|
+
KeyGroup?: KeyGroup | undefined;
|
|
251
|
+
ETag?: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface UpdateKeyValueStoreRequest {
|
|
254
|
+
Name: string | undefined;
|
|
255
|
+
Comment: string | undefined;
|
|
256
|
+
IfMatch: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface UpdateKeyValueStoreResult {
|
|
259
|
+
KeyValueStore?: KeyValueStore | undefined;
|
|
260
|
+
ETag?: string | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface UpdateOriginAccessControlRequest {
|
|
263
|
+
OriginAccessControlConfig: OriginAccessControlConfig | undefined;
|
|
264
|
+
Id: string | undefined;
|
|
265
|
+
IfMatch?: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface UpdateOriginAccessControlResult {
|
|
268
|
+
OriginAccessControl?: OriginAccessControl | undefined;
|
|
269
|
+
ETag?: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface UpdateOriginRequestPolicyRequest {
|
|
272
|
+
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
273
|
+
Id: string | undefined;
|
|
274
|
+
IfMatch?: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface UpdateOriginRequestPolicyResult {
|
|
277
|
+
OriginRequestPolicy?: OriginRequestPolicy | undefined;
|
|
278
|
+
ETag?: string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface UpdatePublicKeyRequest {
|
|
281
|
+
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
282
|
+
Id: string | undefined;
|
|
283
|
+
IfMatch?: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface UpdatePublicKeyResult {
|
|
286
|
+
PublicKey?: PublicKey | undefined;
|
|
287
|
+
ETag?: string | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface UpdateRealtimeLogConfigRequest {
|
|
290
|
+
EndPoints?: EndPoint[] | undefined;
|
|
291
|
+
Fields?: string[] | undefined;
|
|
292
|
+
Name?: string | undefined;
|
|
293
|
+
ARN?: string | undefined;
|
|
294
|
+
SamplingRate?: number | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface UpdateRealtimeLogConfigResult {
|
|
297
|
+
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface UpdateResponseHeadersPolicyRequest {
|
|
300
|
+
ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
|
|
301
|
+
Id: string | undefined;
|
|
302
|
+
IfMatch?: string | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface UpdateResponseHeadersPolicyResult {
|
|
305
|
+
ResponseHeadersPolicy?: ResponseHeadersPolicy | undefined;
|
|
306
|
+
ETag?: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface UpdateStreamingDistributionRequest {
|
|
309
|
+
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
310
|
+
Id: string | undefined;
|
|
311
|
+
IfMatch?: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface UpdateStreamingDistributionResult {
|
|
314
|
+
StreamingDistribution?: StreamingDistribution | undefined;
|
|
315
|
+
ETag?: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface UpdateVpcOriginRequest {
|
|
318
|
+
VpcOriginEndpointConfig: VpcOriginEndpointConfig | undefined;
|
|
319
|
+
Id: string | undefined;
|
|
320
|
+
IfMatch: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface UpdateVpcOriginResult {
|
|
323
|
+
VpcOrigin?: VpcOrigin | undefined;
|
|
324
|
+
ETag?: string | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface VerifyDnsConfigurationRequest {
|
|
327
|
+
Domain?: string | undefined;
|
|
328
|
+
Identifier: string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export declare const DnsConfigurationStatus: {
|
|
331
|
+
readonly Invalid: "invalid-configuration";
|
|
332
|
+
readonly Unknown: "unknown-configuration";
|
|
333
|
+
readonly Valid: "valid-configuration";
|
|
334
|
+
};
|
|
335
|
+
export type DnsConfigurationStatus =
|
|
336
|
+
(typeof DnsConfigurationStatus)[keyof typeof DnsConfigurationStatus];
|
|
337
|
+
export interface DnsConfiguration {
|
|
338
|
+
Domain: string | undefined;
|
|
339
|
+
Status: DnsConfigurationStatus | undefined;
|
|
340
|
+
Reason?: string | undefined;
|
|
341
|
+
}
|
|
342
|
+
export interface VerifyDnsConfigurationResult {
|
|
343
|
+
DnsConfigurationList?: DnsConfiguration[] | undefined;
|
|
344
|
+
}
|
|
345
|
+
export declare const TestFunctionRequestFilterSensitiveLog: (
|
|
346
|
+
obj: TestFunctionRequest
|
|
347
|
+
) => any;
|
|
348
|
+
export declare const TestResultFilterSensitiveLog: (obj: TestResult) => any;
|
|
349
|
+
export declare const TestFunctionResultFilterSensitiveLog: (
|
|
350
|
+
obj: TestFunctionResult
|
|
351
|
+
) => any;
|
|
352
|
+
export declare const UpdateDistributionRequestFilterSensitiveLog: (
|
|
353
|
+
obj: UpdateDistributionRequest
|
|
354
|
+
) => any;
|
|
355
|
+
export declare const UpdateDistributionResultFilterSensitiveLog: (
|
|
356
|
+
obj: UpdateDistributionResult
|
|
357
|
+
) => any;
|
|
358
|
+
export declare const UpdateDistributionWithStagingConfigResultFilterSensitiveLog: (
|
|
359
|
+
obj: UpdateDistributionWithStagingConfigResult
|
|
360
|
+
) => any;
|
|
361
|
+
export declare const UpdateFunctionRequestFilterSensitiveLog: (
|
|
362
|
+
obj: UpdateFunctionRequest
|
|
363
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConnectionGroupsCommandInput,
|
|
4
|
+
ListConnectionGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListConnectionGroupsCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConnectionGroups: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListConnectionGroupsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConnectionGroupsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDistributionTenantsByCustomizationCommandInput,
|
|
4
|
+
ListDistributionTenantsByCustomizationCommandOutput,
|
|
5
|
+
} from "../commands/ListDistributionTenantsByCustomizationCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDistributionTenantsByCustomization: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListDistributionTenantsByCustomizationCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDistributionTenantsByCustomizationCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDistributionTenantsCommandInput,
|
|
4
|
+
ListDistributionTenantsCommandOutput,
|
|
5
|
+
} from "../commands/ListDistributionTenantsCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDistributionTenants: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListDistributionTenantsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDistributionTenantsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDistributionsByConnectionModeCommandInput,
|
|
4
|
+
ListDistributionsByConnectionModeCommandOutput,
|
|
5
|
+
} from "../commands/ListDistributionsByConnectionModeCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDistributionsByConnectionMode: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListDistributionsByConnectionModeCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDistributionsByConnectionModeCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainConflictsCommandInput,
|
|
4
|
+
ListDomainConflictsCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainConflictsCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDomainConflicts: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListDomainConflictsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDomainConflictsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInvalidationsForDistributionTenantCommandInput,
|
|
4
|
+
ListInvalidationsForDistributionTenantCommandOutput,
|
|
5
|
+
} from "../commands/ListInvalidationsForDistributionTenantCommand";
|
|
6
|
+
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListInvalidationsForDistributionTenant: (
|
|
8
|
+
config: CloudFrontPaginationConfiguration,
|
|
9
|
+
input: ListInvalidationsForDistributionTenantCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInvalidationsForDistributionTenantCommandOutput>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListCloudFrontOriginAccessIdentitiesPaginator";
|
|
3
|
+
export * from "./ListConnectionGroupsPaginator";
|
|
4
|
+
export * from "./ListDistributionTenantsByCustomizationPaginator";
|
|
5
|
+
export * from "./ListDistributionTenantsPaginator";
|
|
6
|
+
export * from "./ListDistributionsByConnectionModePaginator";
|
|
3
7
|
export * from "./ListDistributionsPaginator";
|
|
8
|
+
export * from "./ListDomainConflictsPaginator";
|
|
9
|
+
export * from "./ListInvalidationsForDistributionTenantPaginator";
|
|
4
10
|
export * from "./ListInvalidationsPaginator";
|
|
5
11
|
export * from "./ListKeyValueStoresPaginator";
|
|
6
12
|
export * from "./ListPublicKeysPaginator";
|