@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
|
@@ -13,22 +13,27 @@ import {
|
|
|
13
13
|
CachePolicyType,
|
|
14
14
|
CloudFrontOriginAccessIdentity,
|
|
15
15
|
CloudFrontOriginAccessIdentityConfig,
|
|
16
|
+
ConnectionGroup,
|
|
17
|
+
ConnectionMode,
|
|
16
18
|
ContentTypeProfileConfig,
|
|
17
19
|
ContinuousDeploymentPolicy,
|
|
18
20
|
ContinuousDeploymentPolicyConfig,
|
|
21
|
+
CookieNames,
|
|
19
22
|
CustomErrorResponses,
|
|
23
|
+
Customizations,
|
|
20
24
|
DefaultCacheBehavior,
|
|
21
25
|
Distribution,
|
|
22
26
|
DistributionConfig,
|
|
27
|
+
DistributionTenant,
|
|
28
|
+
DomainResult,
|
|
23
29
|
EncryptionEntities,
|
|
24
|
-
EndPoint,
|
|
25
30
|
FieldLevelEncryption,
|
|
26
31
|
FieldLevelEncryptionConfig,
|
|
27
32
|
FieldLevelEncryptionProfile,
|
|
28
33
|
FieldLevelEncryptionProfileConfig,
|
|
29
|
-
FunctionConfig,
|
|
30
34
|
FunctionStage,
|
|
31
35
|
FunctionSummary,
|
|
36
|
+
Headers,
|
|
32
37
|
HttpVersion,
|
|
33
38
|
Invalidation,
|
|
34
39
|
KeyGroup,
|
|
@@ -42,22 +47,212 @@ import {
|
|
|
42
47
|
OriginAccessControlSigningProtocols,
|
|
43
48
|
OriginGroups,
|
|
44
49
|
OriginProtocolPolicy,
|
|
45
|
-
OriginRequestPolicy,
|
|
46
|
-
OriginRequestPolicyConfig,
|
|
47
50
|
Origins,
|
|
48
51
|
OriginSslProtocols,
|
|
49
52
|
PriceClass,
|
|
50
|
-
PublicKey,
|
|
51
|
-
PublicKeyConfig,
|
|
52
53
|
QueryArgProfileConfig,
|
|
53
|
-
|
|
54
|
-
ResponseHeadersPolicyAccessControlAllowHeaders,
|
|
54
|
+
QueryStringNames,
|
|
55
55
|
ResponseHeadersPolicyAccessControlAllowMethodsValues,
|
|
56
56
|
Restrictions,
|
|
57
57
|
Tags,
|
|
58
58
|
TrustedSigners,
|
|
59
|
+
ValidationTokenHost,
|
|
59
60
|
ViewerCertificate,
|
|
60
61
|
} from "./models_0";
|
|
62
|
+
export declare class TooManyOriginAccessControls extends __BaseException {
|
|
63
|
+
readonly name: "TooManyOriginAccessControls";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string | undefined;
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<TooManyOriginAccessControls, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare const OriginRequestPolicyCookieBehavior: {
|
|
71
|
+
readonly all: "all";
|
|
72
|
+
readonly allExcept: "allExcept";
|
|
73
|
+
readonly none: "none";
|
|
74
|
+
readonly whitelist: "whitelist";
|
|
75
|
+
};
|
|
76
|
+
export type OriginRequestPolicyCookieBehavior =
|
|
77
|
+
(typeof OriginRequestPolicyCookieBehavior)[keyof typeof OriginRequestPolicyCookieBehavior];
|
|
78
|
+
export interface OriginRequestPolicyCookiesConfig {
|
|
79
|
+
CookieBehavior: OriginRequestPolicyCookieBehavior | undefined;
|
|
80
|
+
Cookies?: CookieNames | undefined;
|
|
81
|
+
}
|
|
82
|
+
export declare const OriginRequestPolicyHeaderBehavior: {
|
|
83
|
+
readonly allExcept: "allExcept";
|
|
84
|
+
readonly allViewer: "allViewer";
|
|
85
|
+
readonly allViewerAndWhitelistCloudFront: "allViewerAndWhitelistCloudFront";
|
|
86
|
+
readonly none: "none";
|
|
87
|
+
readonly whitelist: "whitelist";
|
|
88
|
+
};
|
|
89
|
+
export type OriginRequestPolicyHeaderBehavior =
|
|
90
|
+
(typeof OriginRequestPolicyHeaderBehavior)[keyof typeof OriginRequestPolicyHeaderBehavior];
|
|
91
|
+
export interface OriginRequestPolicyHeadersConfig {
|
|
92
|
+
HeaderBehavior: OriginRequestPolicyHeaderBehavior | undefined;
|
|
93
|
+
Headers?: Headers | undefined;
|
|
94
|
+
}
|
|
95
|
+
export declare const OriginRequestPolicyQueryStringBehavior: {
|
|
96
|
+
readonly all: "all";
|
|
97
|
+
readonly allExcept: "allExcept";
|
|
98
|
+
readonly none: "none";
|
|
99
|
+
readonly whitelist: "whitelist";
|
|
100
|
+
};
|
|
101
|
+
export type OriginRequestPolicyQueryStringBehavior =
|
|
102
|
+
(typeof OriginRequestPolicyQueryStringBehavior)[keyof typeof OriginRequestPolicyQueryStringBehavior];
|
|
103
|
+
export interface OriginRequestPolicyQueryStringsConfig {
|
|
104
|
+
QueryStringBehavior: OriginRequestPolicyQueryStringBehavior | undefined;
|
|
105
|
+
QueryStrings?: QueryStringNames | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface OriginRequestPolicyConfig {
|
|
108
|
+
Comment?: string | undefined;
|
|
109
|
+
Name: string | undefined;
|
|
110
|
+
HeadersConfig: OriginRequestPolicyHeadersConfig | undefined;
|
|
111
|
+
CookiesConfig: OriginRequestPolicyCookiesConfig | undefined;
|
|
112
|
+
QueryStringsConfig: OriginRequestPolicyQueryStringsConfig | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface CreateOriginRequestPolicyRequest {
|
|
115
|
+
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface OriginRequestPolicy {
|
|
118
|
+
Id: string | undefined;
|
|
119
|
+
LastModifiedTime: Date | undefined;
|
|
120
|
+
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface CreateOriginRequestPolicyResult {
|
|
123
|
+
OriginRequestPolicy?: OriginRequestPolicy | undefined;
|
|
124
|
+
Location?: string | undefined;
|
|
125
|
+
ETag?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export declare class OriginRequestPolicyAlreadyExists extends __BaseException {
|
|
128
|
+
readonly name: "OriginRequestPolicyAlreadyExists";
|
|
129
|
+
readonly $fault: "client";
|
|
130
|
+
Message?: string | undefined;
|
|
131
|
+
constructor(
|
|
132
|
+
opts: __ExceptionOptionType<
|
|
133
|
+
OriginRequestPolicyAlreadyExists,
|
|
134
|
+
__BaseException
|
|
135
|
+
>
|
|
136
|
+
);
|
|
137
|
+
}
|
|
138
|
+
export declare class TooManyCookiesInOriginRequestPolicy extends __BaseException {
|
|
139
|
+
readonly name: "TooManyCookiesInOriginRequestPolicy";
|
|
140
|
+
readonly $fault: "client";
|
|
141
|
+
Message?: string | undefined;
|
|
142
|
+
constructor(
|
|
143
|
+
opts: __ExceptionOptionType<
|
|
144
|
+
TooManyCookiesInOriginRequestPolicy,
|
|
145
|
+
__BaseException
|
|
146
|
+
>
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
export declare class TooManyHeadersInOriginRequestPolicy extends __BaseException {
|
|
150
|
+
readonly name: "TooManyHeadersInOriginRequestPolicy";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
Message?: string | undefined;
|
|
153
|
+
constructor(
|
|
154
|
+
opts: __ExceptionOptionType<
|
|
155
|
+
TooManyHeadersInOriginRequestPolicy,
|
|
156
|
+
__BaseException
|
|
157
|
+
>
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
export declare class TooManyOriginRequestPolicies extends __BaseException {
|
|
161
|
+
readonly name: "TooManyOriginRequestPolicies";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
Message?: string | undefined;
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<TooManyOriginRequestPolicies, __BaseException>
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
export declare class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
|
|
169
|
+
readonly name: "TooManyQueryStringsInOriginRequestPolicy";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
Message?: string | undefined;
|
|
172
|
+
constructor(
|
|
173
|
+
opts: __ExceptionOptionType<
|
|
174
|
+
TooManyQueryStringsInOriginRequestPolicy,
|
|
175
|
+
__BaseException
|
|
176
|
+
>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
export interface PublicKeyConfig {
|
|
180
|
+
CallerReference: string | undefined;
|
|
181
|
+
Name: string | undefined;
|
|
182
|
+
EncodedKey: string | undefined;
|
|
183
|
+
Comment?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface CreatePublicKeyRequest {
|
|
186
|
+
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface PublicKey {
|
|
189
|
+
Id: string | undefined;
|
|
190
|
+
CreatedTime: Date | undefined;
|
|
191
|
+
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface CreatePublicKeyResult {
|
|
194
|
+
PublicKey?: PublicKey | undefined;
|
|
195
|
+
Location?: string | undefined;
|
|
196
|
+
ETag?: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export declare class PublicKeyAlreadyExists extends __BaseException {
|
|
199
|
+
readonly name: "PublicKeyAlreadyExists";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string | undefined;
|
|
202
|
+
constructor(
|
|
203
|
+
opts: __ExceptionOptionType<PublicKeyAlreadyExists, __BaseException>
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
export declare class TooManyPublicKeys extends __BaseException {
|
|
207
|
+
readonly name: "TooManyPublicKeys";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
Message?: string | undefined;
|
|
210
|
+
constructor(opts: __ExceptionOptionType<TooManyPublicKeys, __BaseException>);
|
|
211
|
+
}
|
|
212
|
+
export interface KinesisStreamConfig {
|
|
213
|
+
RoleARN: string | undefined;
|
|
214
|
+
StreamARN: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface EndPoint {
|
|
217
|
+
StreamType: string | undefined;
|
|
218
|
+
KinesisStreamConfig?: KinesisStreamConfig | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface CreateRealtimeLogConfigRequest {
|
|
221
|
+
EndPoints: EndPoint[] | undefined;
|
|
222
|
+
Fields: string[] | undefined;
|
|
223
|
+
Name: string | undefined;
|
|
224
|
+
SamplingRate: number | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface RealtimeLogConfig {
|
|
227
|
+
ARN: string | undefined;
|
|
228
|
+
Name: string | undefined;
|
|
229
|
+
SamplingRate: number | undefined;
|
|
230
|
+
EndPoints: EndPoint[] | undefined;
|
|
231
|
+
Fields: string[] | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface CreateRealtimeLogConfigResult {
|
|
234
|
+
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
235
|
+
}
|
|
236
|
+
export declare class RealtimeLogConfigAlreadyExists extends __BaseException {
|
|
237
|
+
readonly name: "RealtimeLogConfigAlreadyExists";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
Message?: string | undefined;
|
|
240
|
+
constructor(
|
|
241
|
+
opts: __ExceptionOptionType<RealtimeLogConfigAlreadyExists, __BaseException>
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
export declare class TooManyRealtimeLogConfigs extends __BaseException {
|
|
245
|
+
readonly name: "TooManyRealtimeLogConfigs";
|
|
246
|
+
readonly $fault: "client";
|
|
247
|
+
Message?: string | undefined;
|
|
248
|
+
constructor(
|
|
249
|
+
opts: __ExceptionOptionType<TooManyRealtimeLogConfigs, __BaseException>
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
export interface ResponseHeadersPolicyAccessControlAllowHeaders {
|
|
253
|
+
Quantity: number | undefined;
|
|
254
|
+
Items: string[] | undefined;
|
|
255
|
+
}
|
|
61
256
|
export interface ResponseHeadersPolicyAccessControlAllowMethods {
|
|
62
257
|
Quantity: number | undefined;
|
|
63
258
|
Items: ResponseHeadersPolicyAccessControlAllowMethodsValues[] | undefined;
|
|
@@ -387,6 +582,18 @@ export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseExceptio
|
|
|
387
582
|
>
|
|
388
583
|
);
|
|
389
584
|
}
|
|
585
|
+
export interface DeleteConnectionGroupRequest {
|
|
586
|
+
Id: string | undefined;
|
|
587
|
+
IfMatch: string | undefined;
|
|
588
|
+
}
|
|
589
|
+
export declare class ResourceNotDisabled extends __BaseException {
|
|
590
|
+
readonly name: "ResourceNotDisabled";
|
|
591
|
+
readonly $fault: "client";
|
|
592
|
+
Message?: string | undefined;
|
|
593
|
+
constructor(
|
|
594
|
+
opts: __ExceptionOptionType<ResourceNotDisabled, __BaseException>
|
|
595
|
+
);
|
|
596
|
+
}
|
|
390
597
|
export interface DeleteContinuousDeploymentPolicyRequest {
|
|
391
598
|
Id: string | undefined;
|
|
392
599
|
IfMatch?: string | undefined;
|
|
@@ -403,6 +610,16 @@ export declare class DistributionNotDisabled extends __BaseException {
|
|
|
403
610
|
opts: __ExceptionOptionType<DistributionNotDisabled, __BaseException>
|
|
404
611
|
);
|
|
405
612
|
}
|
|
613
|
+
export declare class ResourceInUse extends __BaseException {
|
|
614
|
+
readonly name: "ResourceInUse";
|
|
615
|
+
readonly $fault: "client";
|
|
616
|
+
Message?: string | undefined;
|
|
617
|
+
constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
|
|
618
|
+
}
|
|
619
|
+
export interface DeleteDistributionTenantRequest {
|
|
620
|
+
Id: string | undefined;
|
|
621
|
+
IfMatch: string | undefined;
|
|
622
|
+
}
|
|
406
623
|
export interface DeleteFieldLevelEncryptionConfigRequest {
|
|
407
624
|
Id: string | undefined;
|
|
408
625
|
IfMatch?: string | undefined;
|
|
@@ -461,12 +678,6 @@ export declare class NoSuchResource extends __BaseException {
|
|
|
461
678
|
Message?: string | undefined;
|
|
462
679
|
constructor(opts: __ExceptionOptionType<NoSuchResource, __BaseException>);
|
|
463
680
|
}
|
|
464
|
-
export declare class ResourceInUse extends __BaseException {
|
|
465
|
-
readonly name: "ResourceInUse";
|
|
466
|
-
readonly $fault: "client";
|
|
467
|
-
Message?: string | undefined;
|
|
468
|
-
constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
|
|
469
|
-
}
|
|
470
681
|
export interface DeleteKeyValueStoreRequest {
|
|
471
682
|
Name: string | undefined;
|
|
472
683
|
IfMatch: string | undefined;
|
|
@@ -595,6 +806,22 @@ export interface DescribeKeyValueStoreResult {
|
|
|
595
806
|
KeyValueStore?: KeyValueStore | undefined;
|
|
596
807
|
ETag?: string | undefined;
|
|
597
808
|
}
|
|
809
|
+
export interface DisassociateDistributionTenantWebACLRequest {
|
|
810
|
+
Id: string | undefined;
|
|
811
|
+
IfMatch?: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface DisassociateDistributionTenantWebACLResult {
|
|
814
|
+
Id?: string | undefined;
|
|
815
|
+
ETag?: string | undefined;
|
|
816
|
+
}
|
|
817
|
+
export interface DisassociateDistributionWebACLRequest {
|
|
818
|
+
Id: string | undefined;
|
|
819
|
+
IfMatch?: string | undefined;
|
|
820
|
+
}
|
|
821
|
+
export interface DisassociateDistributionWebACLResult {
|
|
822
|
+
Id?: string | undefined;
|
|
823
|
+
ETag?: string | undefined;
|
|
824
|
+
}
|
|
598
825
|
export interface GetAnycastIpListRequest {
|
|
599
826
|
Id: string | undefined;
|
|
600
827
|
}
|
|
@@ -632,6 +859,20 @@ export interface GetCloudFrontOriginAccessIdentityConfigResult {
|
|
|
632
859
|
| undefined;
|
|
633
860
|
ETag?: string | undefined;
|
|
634
861
|
}
|
|
862
|
+
export interface GetConnectionGroupRequest {
|
|
863
|
+
Identifier: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export interface GetConnectionGroupResult {
|
|
866
|
+
ConnectionGroup?: ConnectionGroup | undefined;
|
|
867
|
+
ETag?: string | undefined;
|
|
868
|
+
}
|
|
869
|
+
export interface GetConnectionGroupByRoutingEndpointRequest {
|
|
870
|
+
RoutingEndpoint: string | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface GetConnectionGroupByRoutingEndpointResult {
|
|
873
|
+
ConnectionGroup?: ConnectionGroup | undefined;
|
|
874
|
+
ETag?: string | undefined;
|
|
875
|
+
}
|
|
635
876
|
export interface GetContinuousDeploymentPolicyRequest {
|
|
636
877
|
Id: string | undefined;
|
|
637
878
|
}
|
|
@@ -662,6 +903,20 @@ export interface GetDistributionConfigResult {
|
|
|
662
903
|
DistributionConfig?: DistributionConfig | undefined;
|
|
663
904
|
ETag?: string | undefined;
|
|
664
905
|
}
|
|
906
|
+
export interface GetDistributionTenantRequest {
|
|
907
|
+
Identifier: string | undefined;
|
|
908
|
+
}
|
|
909
|
+
export interface GetDistributionTenantResult {
|
|
910
|
+
DistributionTenant?: DistributionTenant | undefined;
|
|
911
|
+
ETag?: string | undefined;
|
|
912
|
+
}
|
|
913
|
+
export interface GetDistributionTenantByDomainRequest {
|
|
914
|
+
Domain: string | undefined;
|
|
915
|
+
}
|
|
916
|
+
export interface GetDistributionTenantByDomainResult {
|
|
917
|
+
DistributionTenant?: DistributionTenant | undefined;
|
|
918
|
+
ETag?: string | undefined;
|
|
919
|
+
}
|
|
665
920
|
export interface GetFieldLevelEncryptionRequest {
|
|
666
921
|
Id: string | undefined;
|
|
667
922
|
}
|
|
@@ -714,6 +969,13 @@ export declare class NoSuchInvalidation extends __BaseException {
|
|
|
714
969
|
Message?: string | undefined;
|
|
715
970
|
constructor(opts: __ExceptionOptionType<NoSuchInvalidation, __BaseException>);
|
|
716
971
|
}
|
|
972
|
+
export interface GetInvalidationForDistributionTenantRequest {
|
|
973
|
+
DistributionTenantId: string | undefined;
|
|
974
|
+
Id: string | undefined;
|
|
975
|
+
}
|
|
976
|
+
export interface GetInvalidationForDistributionTenantResult {
|
|
977
|
+
Invalidation?: Invalidation | undefined;
|
|
978
|
+
}
|
|
717
979
|
export interface GetKeyGroupRequest {
|
|
718
980
|
Id: string | undefined;
|
|
719
981
|
}
|
|
@@ -728,6 +990,34 @@ export interface GetKeyGroupConfigResult {
|
|
|
728
990
|
KeyGroupConfig?: KeyGroupConfig | undefined;
|
|
729
991
|
ETag?: string | undefined;
|
|
730
992
|
}
|
|
993
|
+
export interface GetManagedCertificateDetailsRequest {
|
|
994
|
+
Identifier: string | undefined;
|
|
995
|
+
}
|
|
996
|
+
export declare const ManagedCertificateStatus: {
|
|
997
|
+
readonly Expired: "expired";
|
|
998
|
+
readonly Failed: "failed";
|
|
999
|
+
readonly Inactive: "inactive";
|
|
1000
|
+
readonly Issued: "issued";
|
|
1001
|
+
readonly PendingValidation: "pending-validation";
|
|
1002
|
+
readonly Revoked: "revoked";
|
|
1003
|
+
readonly ValidationTimedOut: "validation-timed-out";
|
|
1004
|
+
};
|
|
1005
|
+
export type ManagedCertificateStatus =
|
|
1006
|
+
(typeof ManagedCertificateStatus)[keyof typeof ManagedCertificateStatus];
|
|
1007
|
+
export interface ValidationTokenDetail {
|
|
1008
|
+
Domain: string | undefined;
|
|
1009
|
+
RedirectTo?: string | undefined;
|
|
1010
|
+
RedirectFrom?: string | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export interface ManagedCertificateDetails {
|
|
1013
|
+
CertificateArn?: string | undefined;
|
|
1014
|
+
CertificateStatus?: ManagedCertificateStatus | undefined;
|
|
1015
|
+
ValidationTokenHost?: ValidationTokenHost | undefined;
|
|
1016
|
+
ValidationTokenDetails?: ValidationTokenDetail[] | undefined;
|
|
1017
|
+
}
|
|
1018
|
+
export interface GetManagedCertificateDetailsResult {
|
|
1019
|
+
ManagedCertificateDetails?: ManagedCertificateDetails | undefined;
|
|
1020
|
+
}
|
|
731
1021
|
export interface GetMonitoringSubscriptionRequest {
|
|
732
1022
|
DistributionId: string | undefined;
|
|
733
1023
|
}
|
|
@@ -875,6 +1165,31 @@ export interface ConflictingAliasesList {
|
|
|
875
1165
|
export interface ListConflictingAliasesResult {
|
|
876
1166
|
ConflictingAliasesList?: ConflictingAliasesList | undefined;
|
|
877
1167
|
}
|
|
1168
|
+
export interface ConnectionGroupAssociationFilter {
|
|
1169
|
+
AnycastIpListId?: string | undefined;
|
|
1170
|
+
}
|
|
1171
|
+
export interface ListConnectionGroupsRequest {
|
|
1172
|
+
AssociationFilter?: ConnectionGroupAssociationFilter | undefined;
|
|
1173
|
+
Marker?: string | undefined;
|
|
1174
|
+
MaxItems?: number | undefined;
|
|
1175
|
+
}
|
|
1176
|
+
export interface ConnectionGroupSummary {
|
|
1177
|
+
Id: string | undefined;
|
|
1178
|
+
Name: string | undefined;
|
|
1179
|
+
Arn: string | undefined;
|
|
1180
|
+
RoutingEndpoint: string | undefined;
|
|
1181
|
+
CreatedTime: Date | undefined;
|
|
1182
|
+
LastModifiedTime: Date | undefined;
|
|
1183
|
+
ETag: string | undefined;
|
|
1184
|
+
AnycastIpListId?: string | undefined;
|
|
1185
|
+
Enabled?: boolean | undefined;
|
|
1186
|
+
Status?: string | undefined;
|
|
1187
|
+
IsDefault?: boolean | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
export interface ListConnectionGroupsResult {
|
|
1190
|
+
NextMarker?: string | undefined;
|
|
1191
|
+
ConnectionGroups?: ConnectionGroupSummary[] | undefined;
|
|
1192
|
+
}
|
|
878
1193
|
export interface ListContinuousDeploymentPoliciesRequest {
|
|
879
1194
|
Marker?: string | undefined;
|
|
880
1195
|
MaxItems?: number | undefined;
|
|
@@ -898,6 +1213,7 @@ export interface ListDistributionsRequest {
|
|
|
898
1213
|
export interface DistributionSummary {
|
|
899
1214
|
Id: string | undefined;
|
|
900
1215
|
ARN: string | undefined;
|
|
1216
|
+
ETag?: string | undefined;
|
|
901
1217
|
Status: string | undefined;
|
|
902
1218
|
LastModifiedTime: Date | undefined;
|
|
903
1219
|
DomainName: string | undefined;
|
|
@@ -917,6 +1233,7 @@ export interface DistributionSummary {
|
|
|
917
1233
|
IsIPV6Enabled: boolean | undefined;
|
|
918
1234
|
AliasICPRecordals?: AliasICPRecordal[] | undefined;
|
|
919
1235
|
Staging: boolean | undefined;
|
|
1236
|
+
ConnectionMode?: ConnectionMode | undefined;
|
|
920
1237
|
AnycastIpListId?: string | undefined;
|
|
921
1238
|
}
|
|
922
1239
|
export interface DistributionList {
|
|
@@ -954,6 +1271,14 @@ export interface DistributionIdList {
|
|
|
954
1271
|
export interface ListDistributionsByCachePolicyIdResult {
|
|
955
1272
|
DistributionIdList?: DistributionIdList | undefined;
|
|
956
1273
|
}
|
|
1274
|
+
export interface ListDistributionsByConnectionModeRequest {
|
|
1275
|
+
Marker?: string | undefined;
|
|
1276
|
+
MaxItems?: number | undefined;
|
|
1277
|
+
ConnectionMode: ConnectionMode | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface ListDistributionsByConnectionModeResult {
|
|
1280
|
+
DistributionList?: DistributionList | undefined;
|
|
1281
|
+
}
|
|
957
1282
|
export interface ListDistributionsByKeyGroupRequest {
|
|
958
1283
|
Marker?: string | undefined;
|
|
959
1284
|
MaxItems?: number | undefined;
|
|
@@ -1003,6 +1328,69 @@ export interface ListDistributionsByWebACLIdRequest {
|
|
|
1003
1328
|
export interface ListDistributionsByWebACLIdResult {
|
|
1004
1329
|
DistributionList?: DistributionList | undefined;
|
|
1005
1330
|
}
|
|
1331
|
+
export interface DistributionTenantAssociationFilter {
|
|
1332
|
+
DistributionId?: string | undefined;
|
|
1333
|
+
ConnectionGroupId?: string | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
export interface ListDistributionTenantsRequest {
|
|
1336
|
+
AssociationFilter?: DistributionTenantAssociationFilter | undefined;
|
|
1337
|
+
Marker?: string | undefined;
|
|
1338
|
+
MaxItems?: number | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface DistributionTenantSummary {
|
|
1341
|
+
Id: string | undefined;
|
|
1342
|
+
DistributionId: string | undefined;
|
|
1343
|
+
Name: string | undefined;
|
|
1344
|
+
Arn: string | undefined;
|
|
1345
|
+
Domains: DomainResult[] | undefined;
|
|
1346
|
+
ConnectionGroupId?: string | undefined;
|
|
1347
|
+
Customizations?: Customizations | undefined;
|
|
1348
|
+
CreatedTime: Date | undefined;
|
|
1349
|
+
LastModifiedTime: Date | undefined;
|
|
1350
|
+
ETag: string | undefined;
|
|
1351
|
+
Enabled?: boolean | undefined;
|
|
1352
|
+
Status?: string | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface ListDistributionTenantsResult {
|
|
1355
|
+
NextMarker?: string | undefined;
|
|
1356
|
+
DistributionTenantList?: DistributionTenantSummary[] | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
export interface ListDistributionTenantsByCustomizationRequest {
|
|
1359
|
+
WebACLArn?: string | undefined;
|
|
1360
|
+
CertificateArn?: string | undefined;
|
|
1361
|
+
Marker?: string | undefined;
|
|
1362
|
+
MaxItems?: number | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface ListDistributionTenantsByCustomizationResult {
|
|
1365
|
+
NextMarker?: string | undefined;
|
|
1366
|
+
DistributionTenantList?: DistributionTenantSummary[] | undefined;
|
|
1367
|
+
}
|
|
1368
|
+
export interface DistributionResourceId {
|
|
1369
|
+
DistributionId?: string | undefined;
|
|
1370
|
+
DistributionTenantId?: string | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export interface ListDomainConflictsRequest {
|
|
1373
|
+
Domain: string | undefined;
|
|
1374
|
+
DomainControlValidationResource: DistributionResourceId | undefined;
|
|
1375
|
+
MaxItems?: number | undefined;
|
|
1376
|
+
Marker?: string | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export declare const DistributionResourceType: {
|
|
1379
|
+
readonly Distribution: "distribution";
|
|
1380
|
+
readonly DistributionTenant: "distribution-tenant";
|
|
1381
|
+
};
|
|
1382
|
+
export type DistributionResourceType =
|
|
1383
|
+
(typeof DistributionResourceType)[keyof typeof DistributionResourceType];
|
|
1384
|
+
export interface DomainConflict {
|
|
1385
|
+
Domain: string | undefined;
|
|
1386
|
+
ResourceType: DistributionResourceType | undefined;
|
|
1387
|
+
ResourceId: string | undefined;
|
|
1388
|
+
AccountId: string | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export interface ListDomainConflictsResult {
|
|
1391
|
+
DomainConflicts?: DomainConflict[] | undefined;
|
|
1392
|
+
NextMarker?: string | undefined;
|
|
1393
|
+
}
|
|
1006
1394
|
export interface ListFieldLevelEncryptionConfigsRequest {
|
|
1007
1395
|
Marker?: string | undefined;
|
|
1008
1396
|
MaxItems?: number | undefined;
|
|
@@ -1078,6 +1466,14 @@ export interface InvalidationList {
|
|
|
1078
1466
|
export interface ListInvalidationsResult {
|
|
1079
1467
|
InvalidationList?: InvalidationList | undefined;
|
|
1080
1468
|
}
|
|
1469
|
+
export interface ListInvalidationsForDistributionTenantRequest {
|
|
1470
|
+
Id: string | undefined;
|
|
1471
|
+
Marker?: string | undefined;
|
|
1472
|
+
MaxItems?: number | undefined;
|
|
1473
|
+
}
|
|
1474
|
+
export interface ListInvalidationsForDistributionTenantResult {
|
|
1475
|
+
InvalidationList?: InvalidationList | undefined;
|
|
1476
|
+
}
|
|
1081
1477
|
export interface ListKeyGroupsRequest {
|
|
1082
1478
|
Marker?: string | undefined;
|
|
1083
1479
|
MaxItems?: number | undefined;
|
|
@@ -1230,248 +1626,6 @@ export interface StreamingDistributionSummary {
|
|
|
1230
1626
|
PriceClass: PriceClass | undefined;
|
|
1231
1627
|
Enabled: boolean | undefined;
|
|
1232
1628
|
}
|
|
1233
|
-
export interface StreamingDistributionList {
|
|
1234
|
-
Marker: string | undefined;
|
|
1235
|
-
NextMarker?: string | undefined;
|
|
1236
|
-
MaxItems: number | undefined;
|
|
1237
|
-
IsTruncated: boolean | undefined;
|
|
1238
|
-
Quantity: number | undefined;
|
|
1239
|
-
Items?: StreamingDistributionSummary[] | undefined;
|
|
1240
|
-
}
|
|
1241
|
-
export interface ListStreamingDistributionsResult {
|
|
1242
|
-
StreamingDistributionList?: StreamingDistributionList | undefined;
|
|
1243
|
-
}
|
|
1244
|
-
export interface ListTagsForResourceRequest {
|
|
1245
|
-
Resource: string | undefined;
|
|
1246
|
-
}
|
|
1247
|
-
export interface ListTagsForResourceResult {
|
|
1248
|
-
Tags: Tags | undefined;
|
|
1249
|
-
}
|
|
1250
|
-
export interface ListVpcOriginsRequest {
|
|
1251
|
-
Marker?: string | undefined;
|
|
1252
|
-
MaxItems?: number | undefined;
|
|
1253
|
-
}
|
|
1254
|
-
export interface VpcOriginSummary {
|
|
1255
|
-
Id: string | undefined;
|
|
1256
|
-
Name: string | undefined;
|
|
1257
|
-
Status: string | undefined;
|
|
1258
|
-
CreatedTime: Date | undefined;
|
|
1259
|
-
LastModifiedTime: Date | undefined;
|
|
1260
|
-
Arn: string | undefined;
|
|
1261
|
-
OriginEndpointArn: string | undefined;
|
|
1262
|
-
}
|
|
1263
|
-
export interface VpcOriginList {
|
|
1264
|
-
Marker: string | undefined;
|
|
1265
|
-
NextMarker?: string | undefined;
|
|
1266
|
-
MaxItems: number | undefined;
|
|
1267
|
-
IsTruncated: boolean | undefined;
|
|
1268
|
-
Quantity: number | undefined;
|
|
1269
|
-
Items?: VpcOriginSummary[] | undefined;
|
|
1270
|
-
}
|
|
1271
|
-
export interface ListVpcOriginsResult {
|
|
1272
|
-
VpcOriginList?: VpcOriginList | undefined;
|
|
1273
|
-
}
|
|
1274
|
-
export interface PublishFunctionRequest {
|
|
1275
|
-
Name: string | undefined;
|
|
1276
|
-
IfMatch: string | undefined;
|
|
1277
|
-
}
|
|
1278
|
-
export interface PublishFunctionResult {
|
|
1279
|
-
FunctionSummary?: FunctionSummary | undefined;
|
|
1280
|
-
}
|
|
1281
|
-
export interface TagResourceRequest {
|
|
1282
|
-
Resource: string | undefined;
|
|
1283
|
-
Tags: Tags | undefined;
|
|
1284
|
-
}
|
|
1285
|
-
export declare class TestFunctionFailed extends __BaseException {
|
|
1286
|
-
readonly name: "TestFunctionFailed";
|
|
1287
|
-
readonly $fault: "server";
|
|
1288
|
-
Message?: string | undefined;
|
|
1289
|
-
constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
|
|
1290
|
-
}
|
|
1291
|
-
export interface TestFunctionRequest {
|
|
1292
|
-
Name: string | undefined;
|
|
1293
|
-
IfMatch: string | undefined;
|
|
1294
|
-
Stage?: FunctionStage | undefined;
|
|
1295
|
-
EventObject: Uint8Array | undefined;
|
|
1296
|
-
}
|
|
1297
|
-
export interface TestResult {
|
|
1298
|
-
FunctionSummary?: FunctionSummary | undefined;
|
|
1299
|
-
ComputeUtilization?: string | undefined;
|
|
1300
|
-
FunctionExecutionLogs?: string[] | undefined;
|
|
1301
|
-
FunctionErrorMessage?: string | undefined;
|
|
1302
|
-
FunctionOutput?: string | undefined;
|
|
1303
|
-
}
|
|
1304
|
-
export interface TestFunctionResult {
|
|
1305
|
-
TestResult?: TestResult | undefined;
|
|
1306
|
-
}
|
|
1307
|
-
export interface TagKeys {
|
|
1308
|
-
Items?: string[] | undefined;
|
|
1309
|
-
}
|
|
1310
|
-
export interface UntagResourceRequest {
|
|
1311
|
-
Resource: string | undefined;
|
|
1312
|
-
TagKeys: TagKeys | undefined;
|
|
1313
|
-
}
|
|
1314
|
-
export interface UpdateCachePolicyRequest {
|
|
1315
|
-
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
1316
|
-
Id: string | undefined;
|
|
1317
|
-
IfMatch?: string | undefined;
|
|
1318
|
-
}
|
|
1319
|
-
export interface UpdateCachePolicyResult {
|
|
1320
|
-
CachePolicy?: CachePolicy | undefined;
|
|
1321
|
-
ETag?: string | undefined;
|
|
1322
|
-
}
|
|
1323
|
-
export interface UpdateCloudFrontOriginAccessIdentityRequest {
|
|
1324
|
-
CloudFrontOriginAccessIdentityConfig:
|
|
1325
|
-
| CloudFrontOriginAccessIdentityConfig
|
|
1326
|
-
| undefined;
|
|
1327
|
-
Id: string | undefined;
|
|
1328
|
-
IfMatch?: string | undefined;
|
|
1329
|
-
}
|
|
1330
|
-
export interface UpdateCloudFrontOriginAccessIdentityResult {
|
|
1331
|
-
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | undefined;
|
|
1332
|
-
ETag?: string | undefined;
|
|
1333
|
-
}
|
|
1334
|
-
export interface UpdateContinuousDeploymentPolicyRequest {
|
|
1335
|
-
ContinuousDeploymentPolicyConfig:
|
|
1336
|
-
| ContinuousDeploymentPolicyConfig
|
|
1337
|
-
| undefined;
|
|
1338
|
-
Id: string | undefined;
|
|
1339
|
-
IfMatch?: string | undefined;
|
|
1340
|
-
}
|
|
1341
|
-
export interface UpdateContinuousDeploymentPolicyResult {
|
|
1342
|
-
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | undefined;
|
|
1343
|
-
ETag?: string | undefined;
|
|
1344
|
-
}
|
|
1345
|
-
export interface UpdateDistributionRequest {
|
|
1346
|
-
DistributionConfig: DistributionConfig | undefined;
|
|
1347
|
-
Id: string | undefined;
|
|
1348
|
-
IfMatch?: string | undefined;
|
|
1349
|
-
}
|
|
1350
|
-
export interface UpdateDistributionResult {
|
|
1351
|
-
Distribution?: Distribution | undefined;
|
|
1352
|
-
ETag?: string | undefined;
|
|
1353
|
-
}
|
|
1354
|
-
export interface UpdateDistributionWithStagingConfigRequest {
|
|
1355
|
-
Id: string | undefined;
|
|
1356
|
-
StagingDistributionId?: string | undefined;
|
|
1357
|
-
IfMatch?: string | undefined;
|
|
1358
|
-
}
|
|
1359
|
-
export interface UpdateDistributionWithStagingConfigResult {
|
|
1360
|
-
Distribution?: Distribution | undefined;
|
|
1361
|
-
ETag?: string | undefined;
|
|
1362
|
-
}
|
|
1363
|
-
export interface UpdateFieldLevelEncryptionConfigRequest {
|
|
1364
|
-
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
1365
|
-
Id: string | undefined;
|
|
1366
|
-
IfMatch?: string | undefined;
|
|
1367
|
-
}
|
|
1368
|
-
export interface UpdateFieldLevelEncryptionConfigResult {
|
|
1369
|
-
FieldLevelEncryption?: FieldLevelEncryption | undefined;
|
|
1370
|
-
ETag?: string | undefined;
|
|
1371
|
-
}
|
|
1372
|
-
export interface UpdateFieldLevelEncryptionProfileRequest {
|
|
1373
|
-
FieldLevelEncryptionProfileConfig:
|
|
1374
|
-
| FieldLevelEncryptionProfileConfig
|
|
1375
|
-
| undefined;
|
|
1376
|
-
Id: string | undefined;
|
|
1377
|
-
IfMatch?: string | undefined;
|
|
1378
|
-
}
|
|
1379
|
-
export interface UpdateFieldLevelEncryptionProfileResult {
|
|
1380
|
-
FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile | undefined;
|
|
1381
|
-
ETag?: string | undefined;
|
|
1382
|
-
}
|
|
1383
|
-
export interface UpdateFunctionRequest {
|
|
1384
|
-
Name: string | undefined;
|
|
1385
|
-
IfMatch: string | undefined;
|
|
1386
|
-
FunctionConfig: FunctionConfig | undefined;
|
|
1387
|
-
FunctionCode: Uint8Array | undefined;
|
|
1388
|
-
}
|
|
1389
|
-
export interface UpdateFunctionResult {
|
|
1390
|
-
FunctionSummary?: FunctionSummary | undefined;
|
|
1391
|
-
ETag?: string | undefined;
|
|
1392
|
-
}
|
|
1393
|
-
export interface UpdateKeyGroupRequest {
|
|
1394
|
-
KeyGroupConfig: KeyGroupConfig | undefined;
|
|
1395
|
-
Id: string | undefined;
|
|
1396
|
-
IfMatch?: string | undefined;
|
|
1397
|
-
}
|
|
1398
|
-
export interface UpdateKeyGroupResult {
|
|
1399
|
-
KeyGroup?: KeyGroup | undefined;
|
|
1400
|
-
ETag?: string | undefined;
|
|
1401
|
-
}
|
|
1402
|
-
export interface UpdateKeyValueStoreRequest {
|
|
1403
|
-
Name: string | undefined;
|
|
1404
|
-
Comment: string | undefined;
|
|
1405
|
-
IfMatch: string | undefined;
|
|
1406
|
-
}
|
|
1407
|
-
export interface UpdateKeyValueStoreResult {
|
|
1408
|
-
KeyValueStore?: KeyValueStore | undefined;
|
|
1409
|
-
ETag?: string | undefined;
|
|
1410
|
-
}
|
|
1411
|
-
export interface UpdateOriginAccessControlRequest {
|
|
1412
|
-
OriginAccessControlConfig: OriginAccessControlConfig | undefined;
|
|
1413
|
-
Id: string | undefined;
|
|
1414
|
-
IfMatch?: string | undefined;
|
|
1415
|
-
}
|
|
1416
|
-
export interface UpdateOriginAccessControlResult {
|
|
1417
|
-
OriginAccessControl?: OriginAccessControl | undefined;
|
|
1418
|
-
ETag?: string | undefined;
|
|
1419
|
-
}
|
|
1420
|
-
export interface UpdateOriginRequestPolicyRequest {
|
|
1421
|
-
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
1422
|
-
Id: string | undefined;
|
|
1423
|
-
IfMatch?: string | undefined;
|
|
1424
|
-
}
|
|
1425
|
-
export interface UpdateOriginRequestPolicyResult {
|
|
1426
|
-
OriginRequestPolicy?: OriginRequestPolicy | undefined;
|
|
1427
|
-
ETag?: string | undefined;
|
|
1428
|
-
}
|
|
1429
|
-
export interface UpdatePublicKeyRequest {
|
|
1430
|
-
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
1431
|
-
Id: string | undefined;
|
|
1432
|
-
IfMatch?: string | undefined;
|
|
1433
|
-
}
|
|
1434
|
-
export interface UpdatePublicKeyResult {
|
|
1435
|
-
PublicKey?: PublicKey | undefined;
|
|
1436
|
-
ETag?: string | undefined;
|
|
1437
|
-
}
|
|
1438
|
-
export interface UpdateRealtimeLogConfigRequest {
|
|
1439
|
-
EndPoints?: EndPoint[] | undefined;
|
|
1440
|
-
Fields?: string[] | undefined;
|
|
1441
|
-
Name?: string | undefined;
|
|
1442
|
-
ARN?: string | undefined;
|
|
1443
|
-
SamplingRate?: number | undefined;
|
|
1444
|
-
}
|
|
1445
|
-
export interface UpdateRealtimeLogConfigResult {
|
|
1446
|
-
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
1447
|
-
}
|
|
1448
|
-
export interface UpdateResponseHeadersPolicyRequest {
|
|
1449
|
-
ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
|
|
1450
|
-
Id: string | undefined;
|
|
1451
|
-
IfMatch?: string | undefined;
|
|
1452
|
-
}
|
|
1453
|
-
export interface UpdateResponseHeadersPolicyResult {
|
|
1454
|
-
ResponseHeadersPolicy?: ResponseHeadersPolicy | undefined;
|
|
1455
|
-
ETag?: string | undefined;
|
|
1456
|
-
}
|
|
1457
|
-
export interface UpdateStreamingDistributionRequest {
|
|
1458
|
-
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
1459
|
-
Id: string | undefined;
|
|
1460
|
-
IfMatch?: string | undefined;
|
|
1461
|
-
}
|
|
1462
|
-
export interface UpdateStreamingDistributionResult {
|
|
1463
|
-
StreamingDistribution?: StreamingDistribution | undefined;
|
|
1464
|
-
ETag?: string | undefined;
|
|
1465
|
-
}
|
|
1466
|
-
export interface UpdateVpcOriginRequest {
|
|
1467
|
-
VpcOriginEndpointConfig: VpcOriginEndpointConfig | undefined;
|
|
1468
|
-
Id: string | undefined;
|
|
1469
|
-
IfMatch: string | undefined;
|
|
1470
|
-
}
|
|
1471
|
-
export interface UpdateVpcOriginResult {
|
|
1472
|
-
VpcOrigin?: VpcOrigin | undefined;
|
|
1473
|
-
ETag?: string | undefined;
|
|
1474
|
-
}
|
|
1475
1629
|
export declare const GetDistributionResultFilterSensitiveLog: (
|
|
1476
1630
|
obj: GetDistributionResult
|
|
1477
1631
|
) => any;
|
|
@@ -1493,28 +1647,12 @@ export declare const ListDistributionsResultFilterSensitiveLog: (
|
|
|
1493
1647
|
export declare const ListDistributionsByAnycastIpListIdResultFilterSensitiveLog: (
|
|
1494
1648
|
obj: ListDistributionsByAnycastIpListIdResult
|
|
1495
1649
|
) => any;
|
|
1650
|
+
export declare const ListDistributionsByConnectionModeResultFilterSensitiveLog: (
|
|
1651
|
+
obj: ListDistributionsByConnectionModeResult
|
|
1652
|
+
) => any;
|
|
1496
1653
|
export declare const ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog: (
|
|
1497
1654
|
obj: ListDistributionsByRealtimeLogConfigResult
|
|
1498
1655
|
) => any;
|
|
1499
1656
|
export declare const ListDistributionsByWebACLIdResultFilterSensitiveLog: (
|
|
1500
1657
|
obj: ListDistributionsByWebACLIdResult
|
|
1501
1658
|
) => any;
|
|
1502
|
-
export declare const TestFunctionRequestFilterSensitiveLog: (
|
|
1503
|
-
obj: TestFunctionRequest
|
|
1504
|
-
) => any;
|
|
1505
|
-
export declare const TestResultFilterSensitiveLog: (obj: TestResult) => any;
|
|
1506
|
-
export declare const TestFunctionResultFilterSensitiveLog: (
|
|
1507
|
-
obj: TestFunctionResult
|
|
1508
|
-
) => any;
|
|
1509
|
-
export declare const UpdateDistributionRequestFilterSensitiveLog: (
|
|
1510
|
-
obj: UpdateDistributionRequest
|
|
1511
|
-
) => any;
|
|
1512
|
-
export declare const UpdateDistributionResultFilterSensitiveLog: (
|
|
1513
|
-
obj: UpdateDistributionResult
|
|
1514
|
-
) => any;
|
|
1515
|
-
export declare const UpdateDistributionWithStagingConfigResultFilterSensitiveLog: (
|
|
1516
|
-
obj: UpdateDistributionWithStagingConfigResult
|
|
1517
|
-
) => any;
|
|
1518
|
-
export declare const UpdateFunctionRequestFilterSensitiveLog: (
|
|
1519
|
-
obj: UpdateFunctionRequest
|
|
1520
|
-
) => any;
|