@aws-sdk/client-cloudfront 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +98 -98
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
- package/dist-types/ts3.4/models/models_1.d.ts +2015 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,171 +1,717 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateAliasCommandInput,
|
|
47
|
+
AssociateAliasCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAliasCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateCachePolicyCommandInput,
|
|
51
|
+
CreateCachePolicyCommandOutput,
|
|
52
|
+
} from "./commands/CreateCachePolicyCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
55
|
+
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
56
|
+
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDistributionCommandInput,
|
|
59
|
+
CreateDistributionCommandOutput,
|
|
60
|
+
} from "./commands/CreateDistributionCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDistributionWithTagsCommandInput,
|
|
63
|
+
CreateDistributionWithTagsCommandOutput,
|
|
64
|
+
} from "./commands/CreateDistributionWithTagsCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateFieldLevelEncryptionConfigCommandInput,
|
|
67
|
+
CreateFieldLevelEncryptionConfigCommandOutput,
|
|
68
|
+
} from "./commands/CreateFieldLevelEncryptionConfigCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateFieldLevelEncryptionProfileCommandInput,
|
|
71
|
+
CreateFieldLevelEncryptionProfileCommandOutput,
|
|
72
|
+
} from "./commands/CreateFieldLevelEncryptionProfileCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateFunctionCommandInput,
|
|
75
|
+
CreateFunctionCommandOutput,
|
|
76
|
+
} from "./commands/CreateFunctionCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateInvalidationCommandInput,
|
|
79
|
+
CreateInvalidationCommandOutput,
|
|
80
|
+
} from "./commands/CreateInvalidationCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateKeyGroupCommandInput,
|
|
83
|
+
CreateKeyGroupCommandOutput,
|
|
84
|
+
} from "./commands/CreateKeyGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateMonitoringSubscriptionCommandInput,
|
|
87
|
+
CreateMonitoringSubscriptionCommandOutput,
|
|
88
|
+
} from "./commands/CreateMonitoringSubscriptionCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateOriginAccessControlCommandInput,
|
|
91
|
+
CreateOriginAccessControlCommandOutput,
|
|
92
|
+
} from "./commands/CreateOriginAccessControlCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateOriginRequestPolicyCommandInput,
|
|
95
|
+
CreateOriginRequestPolicyCommandOutput,
|
|
96
|
+
} from "./commands/CreateOriginRequestPolicyCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreatePublicKeyCommandInput,
|
|
99
|
+
CreatePublicKeyCommandOutput,
|
|
100
|
+
} from "./commands/CreatePublicKeyCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateRealtimeLogConfigCommandInput,
|
|
103
|
+
CreateRealtimeLogConfigCommandOutput,
|
|
104
|
+
} from "./commands/CreateRealtimeLogConfigCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateResponseHeadersPolicyCommandInput,
|
|
107
|
+
CreateResponseHeadersPolicyCommandOutput,
|
|
108
|
+
} from "./commands/CreateResponseHeadersPolicyCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateStreamingDistributionCommandInput,
|
|
111
|
+
CreateStreamingDistributionCommandOutput,
|
|
112
|
+
} from "./commands/CreateStreamingDistributionCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateStreamingDistributionWithTagsCommandInput,
|
|
115
|
+
CreateStreamingDistributionWithTagsCommandOutput,
|
|
116
|
+
} from "./commands/CreateStreamingDistributionWithTagsCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteCachePolicyCommandInput,
|
|
119
|
+
DeleteCachePolicyCommandOutput,
|
|
120
|
+
} from "./commands/DeleteCachePolicyCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
123
|
+
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
124
|
+
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteDistributionCommandInput,
|
|
127
|
+
DeleteDistributionCommandOutput,
|
|
128
|
+
} from "./commands/DeleteDistributionCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
131
|
+
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
132
|
+
} from "./commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteFieldLevelEncryptionProfileCommandInput,
|
|
135
|
+
DeleteFieldLevelEncryptionProfileCommandOutput,
|
|
136
|
+
} from "./commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteFunctionCommandInput,
|
|
139
|
+
DeleteFunctionCommandOutput,
|
|
140
|
+
} from "./commands/DeleteFunctionCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteKeyGroupCommandInput,
|
|
143
|
+
DeleteKeyGroupCommandOutput,
|
|
144
|
+
} from "./commands/DeleteKeyGroupCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteMonitoringSubscriptionCommandInput,
|
|
147
|
+
DeleteMonitoringSubscriptionCommandOutput,
|
|
148
|
+
} from "./commands/DeleteMonitoringSubscriptionCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteOriginAccessControlCommandInput,
|
|
151
|
+
DeleteOriginAccessControlCommandOutput,
|
|
152
|
+
} from "./commands/DeleteOriginAccessControlCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteOriginRequestPolicyCommandInput,
|
|
155
|
+
DeleteOriginRequestPolicyCommandOutput,
|
|
156
|
+
} from "./commands/DeleteOriginRequestPolicyCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeletePublicKeyCommandInput,
|
|
159
|
+
DeletePublicKeyCommandOutput,
|
|
160
|
+
} from "./commands/DeletePublicKeyCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteRealtimeLogConfigCommandInput,
|
|
163
|
+
DeleteRealtimeLogConfigCommandOutput,
|
|
164
|
+
} from "./commands/DeleteRealtimeLogConfigCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteResponseHeadersPolicyCommandInput,
|
|
167
|
+
DeleteResponseHeadersPolicyCommandOutput,
|
|
168
|
+
} from "./commands/DeleteResponseHeadersPolicyCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteStreamingDistributionCommandInput,
|
|
171
|
+
DeleteStreamingDistributionCommandOutput,
|
|
172
|
+
} from "./commands/DeleteStreamingDistributionCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeFunctionCommandInput,
|
|
175
|
+
DescribeFunctionCommandOutput,
|
|
176
|
+
} from "./commands/DescribeFunctionCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetCachePolicyCommandInput,
|
|
179
|
+
GetCachePolicyCommandOutput,
|
|
180
|
+
} from "./commands/GetCachePolicyCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetCachePolicyConfigCommandInput,
|
|
183
|
+
GetCachePolicyConfigCommandOutput,
|
|
184
|
+
} from "./commands/GetCachePolicyConfigCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
187
|
+
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
188
|
+
} from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
191
|
+
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
192
|
+
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetDistributionCommandInput,
|
|
195
|
+
GetDistributionCommandOutput,
|
|
196
|
+
} from "./commands/GetDistributionCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetDistributionConfigCommandInput,
|
|
199
|
+
GetDistributionConfigCommandOutput,
|
|
200
|
+
} from "./commands/GetDistributionConfigCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetFieldLevelEncryptionCommandInput,
|
|
203
|
+
GetFieldLevelEncryptionCommandOutput,
|
|
204
|
+
} from "./commands/GetFieldLevelEncryptionCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetFieldLevelEncryptionConfigCommandInput,
|
|
207
|
+
GetFieldLevelEncryptionConfigCommandOutput,
|
|
208
|
+
} from "./commands/GetFieldLevelEncryptionConfigCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetFieldLevelEncryptionProfileCommandInput,
|
|
211
|
+
GetFieldLevelEncryptionProfileCommandOutput,
|
|
212
|
+
} from "./commands/GetFieldLevelEncryptionProfileCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
215
|
+
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
216
|
+
} from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetFunctionCommandInput,
|
|
219
|
+
GetFunctionCommandOutput,
|
|
220
|
+
} from "./commands/GetFunctionCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetInvalidationCommandInput,
|
|
223
|
+
GetInvalidationCommandOutput,
|
|
224
|
+
} from "./commands/GetInvalidationCommand";
|
|
225
|
+
import {
|
|
226
|
+
GetKeyGroupCommandInput,
|
|
227
|
+
GetKeyGroupCommandOutput,
|
|
228
|
+
} from "./commands/GetKeyGroupCommand";
|
|
229
|
+
import {
|
|
230
|
+
GetKeyGroupConfigCommandInput,
|
|
231
|
+
GetKeyGroupConfigCommandOutput,
|
|
232
|
+
} from "./commands/GetKeyGroupConfigCommand";
|
|
233
|
+
import {
|
|
234
|
+
GetMonitoringSubscriptionCommandInput,
|
|
235
|
+
GetMonitoringSubscriptionCommandOutput,
|
|
236
|
+
} from "./commands/GetMonitoringSubscriptionCommand";
|
|
237
|
+
import {
|
|
238
|
+
GetOriginAccessControlCommandInput,
|
|
239
|
+
GetOriginAccessControlCommandOutput,
|
|
240
|
+
} from "./commands/GetOriginAccessControlCommand";
|
|
241
|
+
import {
|
|
242
|
+
GetOriginAccessControlConfigCommandInput,
|
|
243
|
+
GetOriginAccessControlConfigCommandOutput,
|
|
244
|
+
} from "./commands/GetOriginAccessControlConfigCommand";
|
|
245
|
+
import {
|
|
246
|
+
GetOriginRequestPolicyCommandInput,
|
|
247
|
+
GetOriginRequestPolicyCommandOutput,
|
|
248
|
+
} from "./commands/GetOriginRequestPolicyCommand";
|
|
249
|
+
import {
|
|
250
|
+
GetOriginRequestPolicyConfigCommandInput,
|
|
251
|
+
GetOriginRequestPolicyConfigCommandOutput,
|
|
252
|
+
} from "./commands/GetOriginRequestPolicyConfigCommand";
|
|
253
|
+
import {
|
|
254
|
+
GetPublicKeyCommandInput,
|
|
255
|
+
GetPublicKeyCommandOutput,
|
|
256
|
+
} from "./commands/GetPublicKeyCommand";
|
|
257
|
+
import {
|
|
258
|
+
GetPublicKeyConfigCommandInput,
|
|
259
|
+
GetPublicKeyConfigCommandOutput,
|
|
260
|
+
} from "./commands/GetPublicKeyConfigCommand";
|
|
261
|
+
import {
|
|
262
|
+
GetRealtimeLogConfigCommandInput,
|
|
263
|
+
GetRealtimeLogConfigCommandOutput,
|
|
264
|
+
} from "./commands/GetRealtimeLogConfigCommand";
|
|
265
|
+
import {
|
|
266
|
+
GetResponseHeadersPolicyCommandInput,
|
|
267
|
+
GetResponseHeadersPolicyCommandOutput,
|
|
268
|
+
} from "./commands/GetResponseHeadersPolicyCommand";
|
|
269
|
+
import {
|
|
270
|
+
GetResponseHeadersPolicyConfigCommandInput,
|
|
271
|
+
GetResponseHeadersPolicyConfigCommandOutput,
|
|
272
|
+
} from "./commands/GetResponseHeadersPolicyConfigCommand";
|
|
273
|
+
import {
|
|
274
|
+
GetStreamingDistributionCommandInput,
|
|
275
|
+
GetStreamingDistributionCommandOutput,
|
|
276
|
+
} from "./commands/GetStreamingDistributionCommand";
|
|
277
|
+
import {
|
|
278
|
+
GetStreamingDistributionConfigCommandInput,
|
|
279
|
+
GetStreamingDistributionConfigCommandOutput,
|
|
280
|
+
} from "./commands/GetStreamingDistributionConfigCommand";
|
|
281
|
+
import {
|
|
282
|
+
ListCachePoliciesCommandInput,
|
|
283
|
+
ListCachePoliciesCommandOutput,
|
|
284
|
+
} from "./commands/ListCachePoliciesCommand";
|
|
285
|
+
import {
|
|
286
|
+
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
287
|
+
ListCloudFrontOriginAccessIdentitiesCommandOutput,
|
|
288
|
+
} from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
289
|
+
import {
|
|
290
|
+
ListConflictingAliasesCommandInput,
|
|
291
|
+
ListConflictingAliasesCommandOutput,
|
|
292
|
+
} from "./commands/ListConflictingAliasesCommand";
|
|
293
|
+
import {
|
|
294
|
+
ListDistributionsByCachePolicyIdCommandInput,
|
|
295
|
+
ListDistributionsByCachePolicyIdCommandOutput,
|
|
296
|
+
} from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
297
|
+
import {
|
|
298
|
+
ListDistributionsByKeyGroupCommandInput,
|
|
299
|
+
ListDistributionsByKeyGroupCommandOutput,
|
|
300
|
+
} from "./commands/ListDistributionsByKeyGroupCommand";
|
|
301
|
+
import {
|
|
302
|
+
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
303
|
+
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
304
|
+
} from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
305
|
+
import {
|
|
306
|
+
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
307
|
+
ListDistributionsByRealtimeLogConfigCommandOutput,
|
|
308
|
+
} from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
309
|
+
import {
|
|
310
|
+
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
311
|
+
ListDistributionsByResponseHeadersPolicyIdCommandOutput,
|
|
312
|
+
} from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
313
|
+
import {
|
|
314
|
+
ListDistributionsByWebACLIdCommandInput,
|
|
315
|
+
ListDistributionsByWebACLIdCommandOutput,
|
|
316
|
+
} from "./commands/ListDistributionsByWebACLIdCommand";
|
|
317
|
+
import {
|
|
318
|
+
ListDistributionsCommandInput,
|
|
319
|
+
ListDistributionsCommandOutput,
|
|
320
|
+
} from "./commands/ListDistributionsCommand";
|
|
321
|
+
import {
|
|
322
|
+
ListFieldLevelEncryptionConfigsCommandInput,
|
|
323
|
+
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
324
|
+
} from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
325
|
+
import {
|
|
326
|
+
ListFieldLevelEncryptionProfilesCommandInput,
|
|
327
|
+
ListFieldLevelEncryptionProfilesCommandOutput,
|
|
328
|
+
} from "./commands/ListFieldLevelEncryptionProfilesCommand";
|
|
329
|
+
import {
|
|
330
|
+
ListFunctionsCommandInput,
|
|
331
|
+
ListFunctionsCommandOutput,
|
|
332
|
+
} from "./commands/ListFunctionsCommand";
|
|
333
|
+
import {
|
|
334
|
+
ListInvalidationsCommandInput,
|
|
335
|
+
ListInvalidationsCommandOutput,
|
|
336
|
+
} from "./commands/ListInvalidationsCommand";
|
|
337
|
+
import {
|
|
338
|
+
ListKeyGroupsCommandInput,
|
|
339
|
+
ListKeyGroupsCommandOutput,
|
|
340
|
+
} from "./commands/ListKeyGroupsCommand";
|
|
341
|
+
import {
|
|
342
|
+
ListOriginAccessControlsCommandInput,
|
|
343
|
+
ListOriginAccessControlsCommandOutput,
|
|
344
|
+
} from "./commands/ListOriginAccessControlsCommand";
|
|
345
|
+
import {
|
|
346
|
+
ListOriginRequestPoliciesCommandInput,
|
|
347
|
+
ListOriginRequestPoliciesCommandOutput,
|
|
348
|
+
} from "./commands/ListOriginRequestPoliciesCommand";
|
|
349
|
+
import {
|
|
350
|
+
ListPublicKeysCommandInput,
|
|
351
|
+
ListPublicKeysCommandOutput,
|
|
352
|
+
} from "./commands/ListPublicKeysCommand";
|
|
353
|
+
import {
|
|
354
|
+
ListRealtimeLogConfigsCommandInput,
|
|
355
|
+
ListRealtimeLogConfigsCommandOutput,
|
|
356
|
+
} from "./commands/ListRealtimeLogConfigsCommand";
|
|
357
|
+
import {
|
|
358
|
+
ListResponseHeadersPoliciesCommandInput,
|
|
359
|
+
ListResponseHeadersPoliciesCommandOutput,
|
|
360
|
+
} from "./commands/ListResponseHeadersPoliciesCommand";
|
|
361
|
+
import {
|
|
362
|
+
ListStreamingDistributionsCommandInput,
|
|
363
|
+
ListStreamingDistributionsCommandOutput,
|
|
364
|
+
} from "./commands/ListStreamingDistributionsCommand";
|
|
365
|
+
import {
|
|
366
|
+
ListTagsForResourceCommandInput,
|
|
367
|
+
ListTagsForResourceCommandOutput,
|
|
368
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
369
|
+
import {
|
|
370
|
+
PublishFunctionCommandInput,
|
|
371
|
+
PublishFunctionCommandOutput,
|
|
372
|
+
} from "./commands/PublishFunctionCommand";
|
|
373
|
+
import {
|
|
374
|
+
TagResourceCommandInput,
|
|
375
|
+
TagResourceCommandOutput,
|
|
376
|
+
} from "./commands/TagResourceCommand";
|
|
377
|
+
import {
|
|
378
|
+
TestFunctionCommandInput,
|
|
379
|
+
TestFunctionCommandOutput,
|
|
380
|
+
} from "./commands/TestFunctionCommand";
|
|
381
|
+
import {
|
|
382
|
+
UntagResourceCommandInput,
|
|
383
|
+
UntagResourceCommandOutput,
|
|
384
|
+
} from "./commands/UntagResourceCommand";
|
|
385
|
+
import {
|
|
386
|
+
UpdateCachePolicyCommandInput,
|
|
387
|
+
UpdateCachePolicyCommandOutput,
|
|
388
|
+
} from "./commands/UpdateCachePolicyCommand";
|
|
389
|
+
import {
|
|
390
|
+
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
391
|
+
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
392
|
+
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
393
|
+
import {
|
|
394
|
+
UpdateDistributionCommandInput,
|
|
395
|
+
UpdateDistributionCommandOutput,
|
|
396
|
+
} from "./commands/UpdateDistributionCommand";
|
|
397
|
+
import {
|
|
398
|
+
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
399
|
+
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
400
|
+
} from "./commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
401
|
+
import {
|
|
402
|
+
UpdateFieldLevelEncryptionProfileCommandInput,
|
|
403
|
+
UpdateFieldLevelEncryptionProfileCommandOutput,
|
|
404
|
+
} from "./commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
405
|
+
import {
|
|
406
|
+
UpdateFunctionCommandInput,
|
|
407
|
+
UpdateFunctionCommandOutput,
|
|
408
|
+
} from "./commands/UpdateFunctionCommand";
|
|
409
|
+
import {
|
|
410
|
+
UpdateKeyGroupCommandInput,
|
|
411
|
+
UpdateKeyGroupCommandOutput,
|
|
412
|
+
} from "./commands/UpdateKeyGroupCommand";
|
|
413
|
+
import {
|
|
414
|
+
UpdateOriginAccessControlCommandInput,
|
|
415
|
+
UpdateOriginAccessControlCommandOutput,
|
|
416
|
+
} from "./commands/UpdateOriginAccessControlCommand";
|
|
417
|
+
import {
|
|
418
|
+
UpdateOriginRequestPolicyCommandInput,
|
|
419
|
+
UpdateOriginRequestPolicyCommandOutput,
|
|
420
|
+
} from "./commands/UpdateOriginRequestPolicyCommand";
|
|
421
|
+
import {
|
|
422
|
+
UpdatePublicKeyCommandInput,
|
|
423
|
+
UpdatePublicKeyCommandOutput,
|
|
424
|
+
} from "./commands/UpdatePublicKeyCommand";
|
|
425
|
+
import {
|
|
426
|
+
UpdateRealtimeLogConfigCommandInput,
|
|
427
|
+
UpdateRealtimeLogConfigCommandOutput,
|
|
428
|
+
} from "./commands/UpdateRealtimeLogConfigCommand";
|
|
429
|
+
import {
|
|
430
|
+
UpdateResponseHeadersPolicyCommandInput,
|
|
431
|
+
UpdateResponseHeadersPolicyCommandOutput,
|
|
432
|
+
} from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
433
|
+
import {
|
|
434
|
+
UpdateStreamingDistributionCommandInput,
|
|
435
|
+
UpdateStreamingDistributionCommandOutput,
|
|
436
|
+
} from "./commands/UpdateStreamingDistributionCommand";
|
|
437
|
+
export declare type ServiceInputTypes =
|
|
438
|
+
| AssociateAliasCommandInput
|
|
439
|
+
| CreateCachePolicyCommandInput
|
|
440
|
+
| CreateCloudFrontOriginAccessIdentityCommandInput
|
|
441
|
+
| CreateDistributionCommandInput
|
|
442
|
+
| CreateDistributionWithTagsCommandInput
|
|
443
|
+
| CreateFieldLevelEncryptionConfigCommandInput
|
|
444
|
+
| CreateFieldLevelEncryptionProfileCommandInput
|
|
445
|
+
| CreateFunctionCommandInput
|
|
446
|
+
| CreateInvalidationCommandInput
|
|
447
|
+
| CreateKeyGroupCommandInput
|
|
448
|
+
| CreateMonitoringSubscriptionCommandInput
|
|
449
|
+
| CreateOriginAccessControlCommandInput
|
|
450
|
+
| CreateOriginRequestPolicyCommandInput
|
|
451
|
+
| CreatePublicKeyCommandInput
|
|
452
|
+
| CreateRealtimeLogConfigCommandInput
|
|
453
|
+
| CreateResponseHeadersPolicyCommandInput
|
|
454
|
+
| CreateStreamingDistributionCommandInput
|
|
455
|
+
| CreateStreamingDistributionWithTagsCommandInput
|
|
456
|
+
| DeleteCachePolicyCommandInput
|
|
457
|
+
| DeleteCloudFrontOriginAccessIdentityCommandInput
|
|
458
|
+
| DeleteDistributionCommandInput
|
|
459
|
+
| DeleteFieldLevelEncryptionConfigCommandInput
|
|
460
|
+
| DeleteFieldLevelEncryptionProfileCommandInput
|
|
461
|
+
| DeleteFunctionCommandInput
|
|
462
|
+
| DeleteKeyGroupCommandInput
|
|
463
|
+
| DeleteMonitoringSubscriptionCommandInput
|
|
464
|
+
| DeleteOriginAccessControlCommandInput
|
|
465
|
+
| DeleteOriginRequestPolicyCommandInput
|
|
466
|
+
| DeletePublicKeyCommandInput
|
|
467
|
+
| DeleteRealtimeLogConfigCommandInput
|
|
468
|
+
| DeleteResponseHeadersPolicyCommandInput
|
|
469
|
+
| DeleteStreamingDistributionCommandInput
|
|
470
|
+
| DescribeFunctionCommandInput
|
|
471
|
+
| GetCachePolicyCommandInput
|
|
472
|
+
| GetCachePolicyConfigCommandInput
|
|
473
|
+
| GetCloudFrontOriginAccessIdentityCommandInput
|
|
474
|
+
| GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
475
|
+
| GetDistributionCommandInput
|
|
476
|
+
| GetDistributionConfigCommandInput
|
|
477
|
+
| GetFieldLevelEncryptionCommandInput
|
|
478
|
+
| GetFieldLevelEncryptionConfigCommandInput
|
|
479
|
+
| GetFieldLevelEncryptionProfileCommandInput
|
|
480
|
+
| GetFieldLevelEncryptionProfileConfigCommandInput
|
|
481
|
+
| GetFunctionCommandInput
|
|
482
|
+
| GetInvalidationCommandInput
|
|
483
|
+
| GetKeyGroupCommandInput
|
|
484
|
+
| GetKeyGroupConfigCommandInput
|
|
485
|
+
| GetMonitoringSubscriptionCommandInput
|
|
486
|
+
| GetOriginAccessControlCommandInput
|
|
487
|
+
| GetOriginAccessControlConfigCommandInput
|
|
488
|
+
| GetOriginRequestPolicyCommandInput
|
|
489
|
+
| GetOriginRequestPolicyConfigCommandInput
|
|
490
|
+
| GetPublicKeyCommandInput
|
|
491
|
+
| GetPublicKeyConfigCommandInput
|
|
492
|
+
| GetRealtimeLogConfigCommandInput
|
|
493
|
+
| GetResponseHeadersPolicyCommandInput
|
|
494
|
+
| GetResponseHeadersPolicyConfigCommandInput
|
|
495
|
+
| GetStreamingDistributionCommandInput
|
|
496
|
+
| GetStreamingDistributionConfigCommandInput
|
|
497
|
+
| ListCachePoliciesCommandInput
|
|
498
|
+
| ListCloudFrontOriginAccessIdentitiesCommandInput
|
|
499
|
+
| ListConflictingAliasesCommandInput
|
|
500
|
+
| ListDistributionsByCachePolicyIdCommandInput
|
|
501
|
+
| ListDistributionsByKeyGroupCommandInput
|
|
502
|
+
| ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
503
|
+
| ListDistributionsByRealtimeLogConfigCommandInput
|
|
504
|
+
| ListDistributionsByResponseHeadersPolicyIdCommandInput
|
|
505
|
+
| ListDistributionsByWebACLIdCommandInput
|
|
506
|
+
| ListDistributionsCommandInput
|
|
507
|
+
| ListFieldLevelEncryptionConfigsCommandInput
|
|
508
|
+
| ListFieldLevelEncryptionProfilesCommandInput
|
|
509
|
+
| ListFunctionsCommandInput
|
|
510
|
+
| ListInvalidationsCommandInput
|
|
511
|
+
| ListKeyGroupsCommandInput
|
|
512
|
+
| ListOriginAccessControlsCommandInput
|
|
513
|
+
| ListOriginRequestPoliciesCommandInput
|
|
514
|
+
| ListPublicKeysCommandInput
|
|
515
|
+
| ListRealtimeLogConfigsCommandInput
|
|
516
|
+
| ListResponseHeadersPoliciesCommandInput
|
|
517
|
+
| ListStreamingDistributionsCommandInput
|
|
518
|
+
| ListTagsForResourceCommandInput
|
|
519
|
+
| PublishFunctionCommandInput
|
|
520
|
+
| TagResourceCommandInput
|
|
521
|
+
| TestFunctionCommandInput
|
|
522
|
+
| UntagResourceCommandInput
|
|
523
|
+
| UpdateCachePolicyCommandInput
|
|
524
|
+
| UpdateCloudFrontOriginAccessIdentityCommandInput
|
|
525
|
+
| UpdateDistributionCommandInput
|
|
526
|
+
| UpdateFieldLevelEncryptionConfigCommandInput
|
|
527
|
+
| UpdateFieldLevelEncryptionProfileCommandInput
|
|
528
|
+
| UpdateFunctionCommandInput
|
|
529
|
+
| UpdateKeyGroupCommandInput
|
|
530
|
+
| UpdateOriginAccessControlCommandInput
|
|
531
|
+
| UpdateOriginRequestPolicyCommandInput
|
|
532
|
+
| UpdatePublicKeyCommandInput
|
|
533
|
+
| UpdateRealtimeLogConfigCommandInput
|
|
534
|
+
| UpdateResponseHeadersPolicyCommandInput
|
|
535
|
+
| UpdateStreamingDistributionCommandInput;
|
|
536
|
+
export declare type ServiceOutputTypes =
|
|
537
|
+
| AssociateAliasCommandOutput
|
|
538
|
+
| CreateCachePolicyCommandOutput
|
|
539
|
+
| CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
540
|
+
| CreateDistributionCommandOutput
|
|
541
|
+
| CreateDistributionWithTagsCommandOutput
|
|
542
|
+
| CreateFieldLevelEncryptionConfigCommandOutput
|
|
543
|
+
| CreateFieldLevelEncryptionProfileCommandOutput
|
|
544
|
+
| CreateFunctionCommandOutput
|
|
545
|
+
| CreateInvalidationCommandOutput
|
|
546
|
+
| CreateKeyGroupCommandOutput
|
|
547
|
+
| CreateMonitoringSubscriptionCommandOutput
|
|
548
|
+
| CreateOriginAccessControlCommandOutput
|
|
549
|
+
| CreateOriginRequestPolicyCommandOutput
|
|
550
|
+
| CreatePublicKeyCommandOutput
|
|
551
|
+
| CreateRealtimeLogConfigCommandOutput
|
|
552
|
+
| CreateResponseHeadersPolicyCommandOutput
|
|
553
|
+
| CreateStreamingDistributionCommandOutput
|
|
554
|
+
| CreateStreamingDistributionWithTagsCommandOutput
|
|
555
|
+
| DeleteCachePolicyCommandOutput
|
|
556
|
+
| DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
557
|
+
| DeleteDistributionCommandOutput
|
|
558
|
+
| DeleteFieldLevelEncryptionConfigCommandOutput
|
|
559
|
+
| DeleteFieldLevelEncryptionProfileCommandOutput
|
|
560
|
+
| DeleteFunctionCommandOutput
|
|
561
|
+
| DeleteKeyGroupCommandOutput
|
|
562
|
+
| DeleteMonitoringSubscriptionCommandOutput
|
|
563
|
+
| DeleteOriginAccessControlCommandOutput
|
|
564
|
+
| DeleteOriginRequestPolicyCommandOutput
|
|
565
|
+
| DeletePublicKeyCommandOutput
|
|
566
|
+
| DeleteRealtimeLogConfigCommandOutput
|
|
567
|
+
| DeleteResponseHeadersPolicyCommandOutput
|
|
568
|
+
| DeleteStreamingDistributionCommandOutput
|
|
569
|
+
| DescribeFunctionCommandOutput
|
|
570
|
+
| GetCachePolicyCommandOutput
|
|
571
|
+
| GetCachePolicyConfigCommandOutput
|
|
572
|
+
| GetCloudFrontOriginAccessIdentityCommandOutput
|
|
573
|
+
| GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
574
|
+
| GetDistributionCommandOutput
|
|
575
|
+
| GetDistributionConfigCommandOutput
|
|
576
|
+
| GetFieldLevelEncryptionCommandOutput
|
|
577
|
+
| GetFieldLevelEncryptionConfigCommandOutput
|
|
578
|
+
| GetFieldLevelEncryptionProfileCommandOutput
|
|
579
|
+
| GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
580
|
+
| GetFunctionCommandOutput
|
|
581
|
+
| GetInvalidationCommandOutput
|
|
582
|
+
| GetKeyGroupCommandOutput
|
|
583
|
+
| GetKeyGroupConfigCommandOutput
|
|
584
|
+
| GetMonitoringSubscriptionCommandOutput
|
|
585
|
+
| GetOriginAccessControlCommandOutput
|
|
586
|
+
| GetOriginAccessControlConfigCommandOutput
|
|
587
|
+
| GetOriginRequestPolicyCommandOutput
|
|
588
|
+
| GetOriginRequestPolicyConfigCommandOutput
|
|
589
|
+
| GetPublicKeyCommandOutput
|
|
590
|
+
| GetPublicKeyConfigCommandOutput
|
|
591
|
+
| GetRealtimeLogConfigCommandOutput
|
|
592
|
+
| GetResponseHeadersPolicyCommandOutput
|
|
593
|
+
| GetResponseHeadersPolicyConfigCommandOutput
|
|
594
|
+
| GetStreamingDistributionCommandOutput
|
|
595
|
+
| GetStreamingDistributionConfigCommandOutput
|
|
596
|
+
| ListCachePoliciesCommandOutput
|
|
597
|
+
| ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
598
|
+
| ListConflictingAliasesCommandOutput
|
|
599
|
+
| ListDistributionsByCachePolicyIdCommandOutput
|
|
600
|
+
| ListDistributionsByKeyGroupCommandOutput
|
|
601
|
+
| ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
602
|
+
| ListDistributionsByRealtimeLogConfigCommandOutput
|
|
603
|
+
| ListDistributionsByResponseHeadersPolicyIdCommandOutput
|
|
604
|
+
| ListDistributionsByWebACLIdCommandOutput
|
|
605
|
+
| ListDistributionsCommandOutput
|
|
606
|
+
| ListFieldLevelEncryptionConfigsCommandOutput
|
|
607
|
+
| ListFieldLevelEncryptionProfilesCommandOutput
|
|
608
|
+
| ListFunctionsCommandOutput
|
|
609
|
+
| ListInvalidationsCommandOutput
|
|
610
|
+
| ListKeyGroupsCommandOutput
|
|
611
|
+
| ListOriginAccessControlsCommandOutput
|
|
612
|
+
| ListOriginRequestPoliciesCommandOutput
|
|
613
|
+
| ListPublicKeysCommandOutput
|
|
614
|
+
| ListRealtimeLogConfigsCommandOutput
|
|
615
|
+
| ListResponseHeadersPoliciesCommandOutput
|
|
616
|
+
| ListStreamingDistributionsCommandOutput
|
|
617
|
+
| ListTagsForResourceCommandOutput
|
|
618
|
+
| PublishFunctionCommandOutput
|
|
619
|
+
| TagResourceCommandOutput
|
|
620
|
+
| TestFunctionCommandOutput
|
|
621
|
+
| UntagResourceCommandOutput
|
|
622
|
+
| UpdateCachePolicyCommandOutput
|
|
623
|
+
| UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
624
|
+
| UpdateDistributionCommandOutput
|
|
625
|
+
| UpdateFieldLevelEncryptionConfigCommandOutput
|
|
626
|
+
| UpdateFieldLevelEncryptionProfileCommandOutput
|
|
627
|
+
| UpdateFunctionCommandOutput
|
|
628
|
+
| UpdateKeyGroupCommandOutput
|
|
629
|
+
| UpdateOriginAccessControlCommandOutput
|
|
630
|
+
| UpdateOriginRequestPolicyCommandOutput
|
|
631
|
+
| UpdatePublicKeyCommandOutput
|
|
632
|
+
| UpdateRealtimeLogConfigCommandOutput
|
|
633
|
+
| UpdateResponseHeadersPolicyCommandOutput
|
|
634
|
+
| UpdateStreamingDistributionCommandOutput;
|
|
635
|
+
export interface ClientDefaults
|
|
636
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
637
|
+
requestHandler?: __HttpHandler;
|
|
638
|
+
|
|
639
|
+
sha256?: __HashConstructor;
|
|
640
|
+
|
|
641
|
+
urlParser?: __UrlParser;
|
|
642
|
+
|
|
643
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
644
|
+
|
|
645
|
+
streamCollector?: __StreamCollector;
|
|
646
|
+
|
|
647
|
+
base64Decoder?: __Decoder;
|
|
648
|
+
|
|
649
|
+
base64Encoder?: __Encoder;
|
|
650
|
+
|
|
651
|
+
utf8Decoder?: __Decoder;
|
|
652
|
+
|
|
653
|
+
utf8Encoder?: __Encoder;
|
|
654
|
+
|
|
655
|
+
runtime?: string;
|
|
656
|
+
|
|
657
|
+
disableHostPrefix?: boolean;
|
|
658
|
+
|
|
659
|
+
maxAttempts?: number | __Provider<number>;
|
|
660
|
+
|
|
661
|
+
retryMode?: string | __Provider<string>;
|
|
662
|
+
|
|
663
|
+
logger?: __Logger;
|
|
664
|
+
|
|
665
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
666
|
+
|
|
667
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
668
|
+
|
|
669
|
+
serviceId?: string;
|
|
670
|
+
|
|
671
|
+
region?: string | __Provider<string>;
|
|
672
|
+
|
|
673
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
674
|
+
|
|
675
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
676
|
+
|
|
677
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
678
|
+
|
|
679
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
680
|
+
}
|
|
681
|
+
declare type CloudFrontClientConfigType = Partial<
|
|
682
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
683
|
+
> &
|
|
684
|
+
ClientDefaults &
|
|
685
|
+
RegionInputConfig &
|
|
686
|
+
EndpointsInputConfig &
|
|
687
|
+
RetryInputConfig &
|
|
688
|
+
HostHeaderInputConfig &
|
|
689
|
+
AwsAuthInputConfig &
|
|
690
|
+
UserAgentInputConfig;
|
|
691
|
+
|
|
692
|
+
export interface CloudFrontClientConfig extends CloudFrontClientConfigType {}
|
|
693
|
+
declare type CloudFrontClientResolvedConfigType =
|
|
694
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
695
|
+
Required<ClientDefaults> &
|
|
696
|
+
RegionResolvedConfig &
|
|
697
|
+
EndpointsResolvedConfig &
|
|
698
|
+
RetryResolvedConfig &
|
|
699
|
+
HostHeaderResolvedConfig &
|
|
700
|
+
AwsAuthResolvedConfig &
|
|
701
|
+
UserAgentResolvedConfig;
|
|
702
|
+
|
|
703
|
+
export interface CloudFrontClientResolvedConfig
|
|
704
|
+
extends CloudFrontClientResolvedConfigType {}
|
|
705
|
+
|
|
706
|
+
export declare class CloudFrontClient extends __Client<
|
|
707
|
+
__HttpHandlerOptions,
|
|
708
|
+
ServiceInputTypes,
|
|
709
|
+
ServiceOutputTypes,
|
|
710
|
+
CloudFrontClientResolvedConfig
|
|
711
|
+
> {
|
|
712
|
+
readonly config: CloudFrontClientResolvedConfig;
|
|
713
|
+
constructor(configuration: CloudFrontClientConfig);
|
|
714
|
+
|
|
715
|
+
destroy(): void;
|
|
716
|
+
}
|
|
717
|
+
export {};
|