@aws-sdk/client-cloudfront 3.39.0 → 3.43.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/CHANGELOG.md +39 -0
- package/dist-cjs/CloudFront.js +105 -0
- package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +36 -0
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +2 -1
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePublicKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +36 -0
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +2 -2
- package/dist-cjs/commands/DescribeFunctionCommand.js +3 -3
- package/dist-cjs/commands/GetCachePolicyCommand.js +3 -3
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +3 -3
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +3 -3
- package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +36 -0
- package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +36 -0
- package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +36 -0
- package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +36 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoints.js +86 -5
- package/dist-cjs/models/models_0.js +174 -166
- package/dist-cjs/models/models_1.js +257 -3
- package/dist-cjs/protocols/Aws_restXml.js +1725 -120
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/CloudFront.js +105 -0
- package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +2 -1
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +1 -1
- package/dist-es/commands/DeletePublicKeyCommand.js +1 -1
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +1 -1
- package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +1 -1
- package/dist-es/commands/DescribeFunctionCommand.js +1 -1
- package/dist-es/commands/GetCachePolicyCommand.js +1 -1
- package/dist-es/commands/GetCachePolicyConfigCommand.js +1 -1
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +1 -1
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +1 -1
- package/dist-es/commands/GetDistributionCommand.js +1 -1
- package/dist-es/commands/GetDistributionConfigCommand.js +1 -1
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +1 -1
- package/dist-es/commands/GetResponseHeadersPolicyCommand.js +39 -0
- package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +39 -0
- package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +39 -0
- package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +39 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoints.js +86 -5
- package/dist-es/models/models_0.js +122 -109
- package/dist-es/models/models_1.js +169 -2
- package/dist-es/protocols/Aws_restXml.js +2398 -664
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CloudFront.d.ts +109 -3
- package/dist-types/CloudFrontClient.d.ts +17 -2
- package/dist-types/commands/AssociateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
- 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/CreateResponseHeadersPolicyCommand.d.ts +42 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +3 -2
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -2
- package/dist-types/commands/GetCachePolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +2 -2
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetDistributionCommand.d.ts +2 -2
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +2 -2
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +42 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -2
- package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListPublicKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateDistributionCommand.d.ts +1 -1
- 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/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 +53 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +990 -676
- package/dist-types/models/models_1.d.ts +746 -51
- package/dist-types/protocols/Aws_restXml.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CloudFront.d.ts +35 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +13 -2
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -0
- package/dist-types/ts3.4/models/models_1.d.ts +418 -19
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +21 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
|
@@ -1,5 +1,276 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
|
|
2
|
+
import { Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
|
|
3
|
+
export interface DeleteMonitoringSubscriptionResult {
|
|
4
|
+
}
|
|
5
|
+
export declare namespace DeleteMonitoringSubscriptionResult {
|
|
6
|
+
|
|
7
|
+
const filterSensitiveLog: (obj: DeleteMonitoringSubscriptionResult) => any;
|
|
8
|
+
}
|
|
9
|
+
export interface DeleteOriginRequestPolicyRequest {
|
|
10
|
+
|
|
11
|
+
Id: string | undefined;
|
|
12
|
+
|
|
13
|
+
IfMatch?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare namespace DeleteOriginRequestPolicyRequest {
|
|
16
|
+
|
|
17
|
+
const filterSensitiveLog: (obj: DeleteOriginRequestPolicyRequest) => any;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface OriginRequestPolicyInUse extends __SmithyException, $MetadataBearer {
|
|
21
|
+
name: "OriginRequestPolicyInUse";
|
|
22
|
+
$fault: "client";
|
|
23
|
+
Message?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace OriginRequestPolicyInUse {
|
|
26
|
+
|
|
27
|
+
const filterSensitiveLog: (obj: OriginRequestPolicyInUse) => any;
|
|
28
|
+
}
|
|
29
|
+
export interface DeletePublicKeyRequest {
|
|
30
|
+
|
|
31
|
+
Id: string | undefined;
|
|
32
|
+
|
|
33
|
+
IfMatch?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace DeletePublicKeyRequest {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: DeletePublicKeyRequest) => any;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface PublicKeyInUse extends __SmithyException, $MetadataBearer {
|
|
41
|
+
name: "PublicKeyInUse";
|
|
42
|
+
$fault: "client";
|
|
43
|
+
Message?: string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace PublicKeyInUse {
|
|
46
|
+
|
|
47
|
+
const filterSensitiveLog: (obj: PublicKeyInUse) => any;
|
|
48
|
+
}
|
|
49
|
+
export interface DeleteRealtimeLogConfigRequest {
|
|
50
|
+
|
|
51
|
+
Name?: string;
|
|
52
|
+
|
|
53
|
+
ARN?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace DeleteRealtimeLogConfigRequest {
|
|
56
|
+
|
|
57
|
+
const filterSensitiveLog: (obj: DeleteRealtimeLogConfigRequest) => any;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface RealtimeLogConfigInUse extends __SmithyException, $MetadataBearer {
|
|
61
|
+
name: "RealtimeLogConfigInUse";
|
|
62
|
+
$fault: "client";
|
|
63
|
+
Message?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace RealtimeLogConfigInUse {
|
|
66
|
+
|
|
67
|
+
const filterSensitiveLog: (obj: RealtimeLogConfigInUse) => any;
|
|
68
|
+
}
|
|
69
|
+
export interface DeleteResponseHeadersPolicyRequest {
|
|
70
|
+
|
|
71
|
+
Id: string | undefined;
|
|
72
|
+
|
|
73
|
+
IfMatch?: string;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace DeleteResponseHeadersPolicyRequest {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: DeleteResponseHeadersPolicyRequest) => any;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface ResponseHeadersPolicyInUse extends __SmithyException, $MetadataBearer {
|
|
81
|
+
name: "ResponseHeadersPolicyInUse";
|
|
82
|
+
$fault: "client";
|
|
83
|
+
Message?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace ResponseHeadersPolicyInUse {
|
|
86
|
+
|
|
87
|
+
const filterSensitiveLog: (obj: ResponseHeadersPolicyInUse) => any;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface DeleteStreamingDistributionRequest {
|
|
91
|
+
|
|
92
|
+
Id: string | undefined;
|
|
93
|
+
|
|
94
|
+
IfMatch?: string;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace DeleteStreamingDistributionRequest {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: DeleteStreamingDistributionRequest) => any;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface NoSuchStreamingDistribution extends __SmithyException, $MetadataBearer {
|
|
102
|
+
name: "NoSuchStreamingDistribution";
|
|
103
|
+
$fault: "client";
|
|
104
|
+
Message?: string;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace NoSuchStreamingDistribution {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: NoSuchStreamingDistribution) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface StreamingDistributionNotDisabled extends __SmithyException, $MetadataBearer {
|
|
112
|
+
name: "StreamingDistributionNotDisabled";
|
|
113
|
+
$fault: "client";
|
|
114
|
+
Message?: string;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace StreamingDistributionNotDisabled {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: StreamingDistributionNotDisabled) => any;
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeFunctionRequest {
|
|
121
|
+
|
|
122
|
+
Name: string | undefined;
|
|
123
|
+
|
|
124
|
+
Stage?: FunctionStage | string;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace DescribeFunctionRequest {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: DescribeFunctionRequest) => any;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeFunctionResult {
|
|
131
|
+
|
|
132
|
+
FunctionSummary?: FunctionSummary;
|
|
133
|
+
|
|
134
|
+
ETag?: string;
|
|
135
|
+
}
|
|
136
|
+
export declare namespace DescribeFunctionResult {
|
|
137
|
+
|
|
138
|
+
const filterSensitiveLog: (obj: DescribeFunctionResult) => any;
|
|
139
|
+
}
|
|
140
|
+
export interface GetCachePolicyRequest {
|
|
141
|
+
|
|
142
|
+
Id: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace GetCachePolicyRequest {
|
|
145
|
+
|
|
146
|
+
const filterSensitiveLog: (obj: GetCachePolicyRequest) => any;
|
|
147
|
+
}
|
|
148
|
+
export interface GetCachePolicyResult {
|
|
149
|
+
|
|
150
|
+
CachePolicy?: CachePolicy;
|
|
151
|
+
|
|
152
|
+
ETag?: string;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace GetCachePolicyResult {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: GetCachePolicyResult) => any;
|
|
157
|
+
}
|
|
158
|
+
export interface GetCachePolicyConfigRequest {
|
|
159
|
+
|
|
160
|
+
Id: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace GetCachePolicyConfigRequest {
|
|
163
|
+
|
|
164
|
+
const filterSensitiveLog: (obj: GetCachePolicyConfigRequest) => any;
|
|
165
|
+
}
|
|
166
|
+
export interface GetCachePolicyConfigResult {
|
|
167
|
+
|
|
168
|
+
CachePolicyConfig?: CachePolicyConfig;
|
|
169
|
+
|
|
170
|
+
ETag?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace GetCachePolicyConfigResult {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: GetCachePolicyConfigResult) => any;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface GetCloudFrontOriginAccessIdentityRequest {
|
|
178
|
+
|
|
179
|
+
Id: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export declare namespace GetCloudFrontOriginAccessIdentityRequest {
|
|
182
|
+
|
|
183
|
+
const filterSensitiveLog: (obj: GetCloudFrontOriginAccessIdentityRequest) => any;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface GetCloudFrontOriginAccessIdentityResult {
|
|
187
|
+
|
|
188
|
+
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
|
|
189
|
+
|
|
190
|
+
ETag?: string;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace GetCloudFrontOriginAccessIdentityResult {
|
|
193
|
+
|
|
194
|
+
const filterSensitiveLog: (obj: GetCloudFrontOriginAccessIdentityResult) => any;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export interface GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
198
|
+
|
|
199
|
+
Id: string | undefined;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
202
|
+
|
|
203
|
+
const filterSensitiveLog: (obj: GetCloudFrontOriginAccessIdentityConfigRequest) => any;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface GetCloudFrontOriginAccessIdentityConfigResult {
|
|
207
|
+
|
|
208
|
+
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
|
|
209
|
+
|
|
210
|
+
ETag?: string;
|
|
211
|
+
}
|
|
212
|
+
export declare namespace GetCloudFrontOriginAccessIdentityConfigResult {
|
|
213
|
+
|
|
214
|
+
const filterSensitiveLog: (obj: GetCloudFrontOriginAccessIdentityConfigResult) => any;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export interface GetDistributionRequest {
|
|
218
|
+
|
|
219
|
+
Id: string | undefined;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace GetDistributionRequest {
|
|
222
|
+
|
|
223
|
+
const filterSensitiveLog: (obj: GetDistributionRequest) => any;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface GetDistributionResult {
|
|
227
|
+
|
|
228
|
+
Distribution?: Distribution;
|
|
229
|
+
|
|
230
|
+
ETag?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare namespace GetDistributionResult {
|
|
233
|
+
|
|
234
|
+
const filterSensitiveLog: (obj: GetDistributionResult) => any;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface GetDistributionConfigRequest {
|
|
238
|
+
|
|
239
|
+
Id: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export declare namespace GetDistributionConfigRequest {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: GetDistributionConfigRequest) => any;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export interface GetDistributionConfigResult {
|
|
247
|
+
|
|
248
|
+
DistributionConfig?: DistributionConfig;
|
|
249
|
+
|
|
250
|
+
ETag?: string;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace GetDistributionConfigResult {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: GetDistributionConfigResult) => any;
|
|
255
|
+
}
|
|
256
|
+
export interface GetFieldLevelEncryptionRequest {
|
|
257
|
+
|
|
258
|
+
Id: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export declare namespace GetFieldLevelEncryptionRequest {
|
|
261
|
+
|
|
262
|
+
const filterSensitiveLog: (obj: GetFieldLevelEncryptionRequest) => any;
|
|
263
|
+
}
|
|
264
|
+
export interface GetFieldLevelEncryptionResult {
|
|
265
|
+
|
|
266
|
+
FieldLevelEncryption?: FieldLevelEncryption;
|
|
267
|
+
|
|
268
|
+
ETag?: string;
|
|
269
|
+
}
|
|
270
|
+
export declare namespace GetFieldLevelEncryptionResult {
|
|
271
|
+
|
|
272
|
+
const filterSensitiveLog: (obj: GetFieldLevelEncryptionResult) => any;
|
|
273
|
+
}
|
|
3
274
|
export interface GetFieldLevelEncryptionConfigRequest {
|
|
4
275
|
|
|
5
276
|
Id: string | undefined;
|
|
@@ -248,6 +519,42 @@ export declare namespace GetRealtimeLogConfigResult {
|
|
|
248
519
|
|
|
249
520
|
const filterSensitiveLog: (obj: GetRealtimeLogConfigResult) => any;
|
|
250
521
|
}
|
|
522
|
+
export interface GetResponseHeadersPolicyRequest {
|
|
523
|
+
|
|
524
|
+
Id: string | undefined;
|
|
525
|
+
}
|
|
526
|
+
export declare namespace GetResponseHeadersPolicyRequest {
|
|
527
|
+
|
|
528
|
+
const filterSensitiveLog: (obj: GetResponseHeadersPolicyRequest) => any;
|
|
529
|
+
}
|
|
530
|
+
export interface GetResponseHeadersPolicyResult {
|
|
531
|
+
|
|
532
|
+
ResponseHeadersPolicy?: ResponseHeadersPolicy;
|
|
533
|
+
|
|
534
|
+
ETag?: string;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace GetResponseHeadersPolicyResult {
|
|
537
|
+
|
|
538
|
+
const filterSensitiveLog: (obj: GetResponseHeadersPolicyResult) => any;
|
|
539
|
+
}
|
|
540
|
+
export interface GetResponseHeadersPolicyConfigRequest {
|
|
541
|
+
|
|
542
|
+
Id: string | undefined;
|
|
543
|
+
}
|
|
544
|
+
export declare namespace GetResponseHeadersPolicyConfigRequest {
|
|
545
|
+
|
|
546
|
+
const filterSensitiveLog: (obj: GetResponseHeadersPolicyConfigRequest) => any;
|
|
547
|
+
}
|
|
548
|
+
export interface GetResponseHeadersPolicyConfigResult {
|
|
549
|
+
|
|
550
|
+
ResponseHeadersPolicyConfig?: ResponseHeadersPolicyConfig;
|
|
551
|
+
|
|
552
|
+
ETag?: string;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace GetResponseHeadersPolicyConfigResult {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: GetResponseHeadersPolicyConfigResult) => any;
|
|
557
|
+
}
|
|
251
558
|
|
|
252
559
|
export interface GetStreamingDistributionRequest {
|
|
253
560
|
|
|
@@ -597,6 +904,26 @@ export declare namespace ListDistributionsByRealtimeLogConfigResult {
|
|
|
597
904
|
|
|
598
905
|
const filterSensitiveLog: (obj: ListDistributionsByRealtimeLogConfigResult) => any;
|
|
599
906
|
}
|
|
907
|
+
export interface ListDistributionsByResponseHeadersPolicyIdRequest {
|
|
908
|
+
|
|
909
|
+
Marker?: string;
|
|
910
|
+
|
|
911
|
+
MaxItems?: number;
|
|
912
|
+
|
|
913
|
+
ResponseHeadersPolicyId: string | undefined;
|
|
914
|
+
}
|
|
915
|
+
export declare namespace ListDistributionsByResponseHeadersPolicyIdRequest {
|
|
916
|
+
|
|
917
|
+
const filterSensitiveLog: (obj: ListDistributionsByResponseHeadersPolicyIdRequest) => any;
|
|
918
|
+
}
|
|
919
|
+
export interface ListDistributionsByResponseHeadersPolicyIdResult {
|
|
920
|
+
|
|
921
|
+
DistributionIdList?: DistributionIdList;
|
|
922
|
+
}
|
|
923
|
+
export declare namespace ListDistributionsByResponseHeadersPolicyIdResult {
|
|
924
|
+
|
|
925
|
+
const filterSensitiveLog: (obj: ListDistributionsByResponseHeadersPolicyIdResult) => any;
|
|
926
|
+
}
|
|
600
927
|
|
|
601
928
|
export interface ListDistributionsByWebACLIdRequest {
|
|
602
929
|
|
|
@@ -982,6 +1309,56 @@ export declare namespace ListRealtimeLogConfigsResult {
|
|
|
982
1309
|
|
|
983
1310
|
const filterSensitiveLog: (obj: ListRealtimeLogConfigsResult) => any;
|
|
984
1311
|
}
|
|
1312
|
+
export declare enum ResponseHeadersPolicyType {
|
|
1313
|
+
custom = "custom",
|
|
1314
|
+
managed = "managed"
|
|
1315
|
+
}
|
|
1316
|
+
export interface ListResponseHeadersPoliciesRequest {
|
|
1317
|
+
|
|
1318
|
+
Type?: ResponseHeadersPolicyType | string;
|
|
1319
|
+
|
|
1320
|
+
Marker?: string;
|
|
1321
|
+
|
|
1322
|
+
MaxItems?: number;
|
|
1323
|
+
}
|
|
1324
|
+
export declare namespace ListResponseHeadersPoliciesRequest {
|
|
1325
|
+
|
|
1326
|
+
const filterSensitiveLog: (obj: ListResponseHeadersPoliciesRequest) => any;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export interface ResponseHeadersPolicySummary {
|
|
1330
|
+
|
|
1331
|
+
Type: ResponseHeadersPolicyType | string | undefined;
|
|
1332
|
+
|
|
1333
|
+
ResponseHeadersPolicy: ResponseHeadersPolicy | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
export declare namespace ResponseHeadersPolicySummary {
|
|
1336
|
+
|
|
1337
|
+
const filterSensitiveLog: (obj: ResponseHeadersPolicySummary) => any;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export interface ResponseHeadersPolicyList {
|
|
1341
|
+
|
|
1342
|
+
NextMarker?: string;
|
|
1343
|
+
|
|
1344
|
+
MaxItems: number | undefined;
|
|
1345
|
+
|
|
1346
|
+
Quantity: number | undefined;
|
|
1347
|
+
|
|
1348
|
+
Items?: ResponseHeadersPolicySummary[];
|
|
1349
|
+
}
|
|
1350
|
+
export declare namespace ResponseHeadersPolicyList {
|
|
1351
|
+
|
|
1352
|
+
const filterSensitiveLog: (obj: ResponseHeadersPolicyList) => any;
|
|
1353
|
+
}
|
|
1354
|
+
export interface ListResponseHeadersPoliciesResult {
|
|
1355
|
+
|
|
1356
|
+
ResponseHeadersPolicyList?: ResponseHeadersPolicyList;
|
|
1357
|
+
}
|
|
1358
|
+
export declare namespace ListResponseHeadersPoliciesResult {
|
|
1359
|
+
|
|
1360
|
+
const filterSensitiveLog: (obj: ListResponseHeadersPoliciesResult) => any;
|
|
1361
|
+
}
|
|
985
1362
|
|
|
986
1363
|
export interface ListStreamingDistributionsRequest {
|
|
987
1364
|
|
|
@@ -1168,11 +1545,11 @@ export declare namespace UntagResourceRequest {
|
|
|
1168
1545
|
}
|
|
1169
1546
|
export interface UpdateCachePolicyRequest {
|
|
1170
1547
|
|
|
1548
|
+
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
1549
|
+
|
|
1171
1550
|
Id: string | undefined;
|
|
1172
1551
|
|
|
1173
1552
|
IfMatch?: string;
|
|
1174
|
-
|
|
1175
|
-
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
1176
1553
|
}
|
|
1177
1554
|
export declare namespace UpdateCachePolicyRequest {
|
|
1178
1555
|
|
|
@@ -1191,11 +1568,11 @@ export declare namespace UpdateCachePolicyResult {
|
|
|
1191
1568
|
|
|
1192
1569
|
export interface UpdateCloudFrontOriginAccessIdentityRequest {
|
|
1193
1570
|
|
|
1571
|
+
CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
|
|
1572
|
+
|
|
1194
1573
|
Id: string | undefined;
|
|
1195
1574
|
|
|
1196
1575
|
IfMatch?: string;
|
|
1197
|
-
|
|
1198
|
-
CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
|
|
1199
1576
|
}
|
|
1200
1577
|
export declare namespace UpdateCloudFrontOriginAccessIdentityRequest {
|
|
1201
1578
|
|
|
@@ -1215,11 +1592,11 @@ export declare namespace UpdateCloudFrontOriginAccessIdentityResult {
|
|
|
1215
1592
|
|
|
1216
1593
|
export interface UpdateDistributionRequest {
|
|
1217
1594
|
|
|
1595
|
+
DistributionConfig: DistributionConfig | undefined;
|
|
1596
|
+
|
|
1218
1597
|
Id: string | undefined;
|
|
1219
1598
|
|
|
1220
1599
|
IfMatch?: string;
|
|
1221
|
-
|
|
1222
|
-
DistributionConfig: DistributionConfig | undefined;
|
|
1223
1600
|
}
|
|
1224
1601
|
export declare namespace UpdateDistributionRequest {
|
|
1225
1602
|
|
|
@@ -1238,11 +1615,11 @@ export declare namespace UpdateDistributionResult {
|
|
|
1238
1615
|
}
|
|
1239
1616
|
export interface UpdateFieldLevelEncryptionConfigRequest {
|
|
1240
1617
|
|
|
1618
|
+
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
1619
|
+
|
|
1241
1620
|
Id: string | undefined;
|
|
1242
1621
|
|
|
1243
1622
|
IfMatch?: string;
|
|
1244
|
-
|
|
1245
|
-
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
1246
1623
|
}
|
|
1247
1624
|
export declare namespace UpdateFieldLevelEncryptionConfigRequest {
|
|
1248
1625
|
|
|
@@ -1260,11 +1637,11 @@ export declare namespace UpdateFieldLevelEncryptionConfigResult {
|
|
|
1260
1637
|
}
|
|
1261
1638
|
export interface UpdateFieldLevelEncryptionProfileRequest {
|
|
1262
1639
|
|
|
1640
|
+
FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
|
|
1641
|
+
|
|
1263
1642
|
Id: string | undefined;
|
|
1264
1643
|
|
|
1265
1644
|
IfMatch?: string;
|
|
1266
|
-
|
|
1267
|
-
FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
|
|
1268
1645
|
}
|
|
1269
1646
|
export declare namespace UpdateFieldLevelEncryptionProfileRequest {
|
|
1270
1647
|
|
|
@@ -1306,11 +1683,11 @@ export declare namespace UpdateFunctionResult {
|
|
|
1306
1683
|
}
|
|
1307
1684
|
export interface UpdateKeyGroupRequest {
|
|
1308
1685
|
|
|
1686
|
+
KeyGroupConfig: KeyGroupConfig | undefined;
|
|
1687
|
+
|
|
1309
1688
|
Id: string | undefined;
|
|
1310
1689
|
|
|
1311
1690
|
IfMatch?: string;
|
|
1312
|
-
|
|
1313
|
-
KeyGroupConfig: KeyGroupConfig | undefined;
|
|
1314
1691
|
}
|
|
1315
1692
|
export declare namespace UpdateKeyGroupRequest {
|
|
1316
1693
|
|
|
@@ -1328,11 +1705,11 @@ export declare namespace UpdateKeyGroupResult {
|
|
|
1328
1705
|
}
|
|
1329
1706
|
export interface UpdateOriginRequestPolicyRequest {
|
|
1330
1707
|
|
|
1708
|
+
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
1709
|
+
|
|
1331
1710
|
Id: string | undefined;
|
|
1332
1711
|
|
|
1333
1712
|
IfMatch?: string;
|
|
1334
|
-
|
|
1335
|
-
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
1336
1713
|
}
|
|
1337
1714
|
export declare namespace UpdateOriginRequestPolicyRequest {
|
|
1338
1715
|
|
|
@@ -1350,11 +1727,11 @@ export declare namespace UpdateOriginRequestPolicyResult {
|
|
|
1350
1727
|
}
|
|
1351
1728
|
export interface UpdatePublicKeyRequest {
|
|
1352
1729
|
|
|
1730
|
+
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
1731
|
+
|
|
1353
1732
|
Id: string | undefined;
|
|
1354
1733
|
|
|
1355
1734
|
IfMatch?: string;
|
|
1356
|
-
|
|
1357
|
-
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
1358
1735
|
}
|
|
1359
1736
|
export declare namespace UpdatePublicKeyRequest {
|
|
1360
1737
|
|
|
@@ -1394,14 +1771,36 @@ export declare namespace UpdateRealtimeLogConfigResult {
|
|
|
1394
1771
|
|
|
1395
1772
|
const filterSensitiveLog: (obj: UpdateRealtimeLogConfigResult) => any;
|
|
1396
1773
|
}
|
|
1397
|
-
|
|
1398
|
-
|
|
1774
|
+
export interface UpdateResponseHeadersPolicyRequest {
|
|
1775
|
+
|
|
1776
|
+
ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
|
|
1399
1777
|
|
|
1400
1778
|
Id: string | undefined;
|
|
1401
1779
|
|
|
1402
1780
|
IfMatch?: string;
|
|
1781
|
+
}
|
|
1782
|
+
export declare namespace UpdateResponseHeadersPolicyRequest {
|
|
1783
|
+
|
|
1784
|
+
const filterSensitiveLog: (obj: UpdateResponseHeadersPolicyRequest) => any;
|
|
1785
|
+
}
|
|
1786
|
+
export interface UpdateResponseHeadersPolicyResult {
|
|
1787
|
+
|
|
1788
|
+
ResponseHeadersPolicy?: ResponseHeadersPolicy;
|
|
1789
|
+
|
|
1790
|
+
ETag?: string;
|
|
1791
|
+
}
|
|
1792
|
+
export declare namespace UpdateResponseHeadersPolicyResult {
|
|
1793
|
+
|
|
1794
|
+
const filterSensitiveLog: (obj: UpdateResponseHeadersPolicyResult) => any;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
export interface UpdateStreamingDistributionRequest {
|
|
1403
1798
|
|
|
1404
1799
|
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
1800
|
+
|
|
1801
|
+
Id: string | undefined;
|
|
1802
|
+
|
|
1803
|
+
IfMatch?: string;
|
|
1405
1804
|
}
|
|
1406
1805
|
export declare namespace UpdateStreamingDistributionRequest {
|
|
1407
1806
|
|