@aws-sdk/client-cloudfront 3.774.0 → 3.777.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/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/CloudFrontClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AssociateAliasCommand.d.ts +1 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +1 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +1 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +29 -29
- package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +17 -17
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +1 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +1 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +29 -29
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +8 -5
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +21 -21
- package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +12 -12
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +1 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +1 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +1 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +1 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetVpcOriginCommand.d.ts +20 -20
- package/dist-types/commands/ListAnycastIpListsCommand.d.ts +1 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +10 -10
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +1 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +15 -15
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +1 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +17 -17
- package/dist-types/commands/PublishFunctionCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +29 -29
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +14 -14
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +30 -30
- package/package.json +36 -36
|
@@ -124,59 +124,59 @@ declare const UpdateVpcOriginCommand_base: {
|
|
|
124
124
|
* @throws {@link CloudFrontServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
126
126
|
*
|
|
127
|
-
*
|
|
127
|
+
*
|
|
128
128
|
* @example To update a VPC origin
|
|
129
129
|
* ```javascript
|
|
130
130
|
* // The following command updates a VPC origin:
|
|
131
131
|
* const input = {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
132
|
+
* Id: "vo_BQwjxxQxjCaBcQLzJUFkDM",
|
|
133
|
+
* IfMatch: "ETVPDKIKX0DER",
|
|
134
|
+
* VpcOriginEndpointConfig: {
|
|
135
|
+
* Arn: "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-alb-us-west-2/e6aa5c7d26415c6d",
|
|
136
|
+
* HTTPPort: 80,
|
|
137
|
+
* HTTPSPort: 443,
|
|
138
|
+
* Name: "my-vpcorigin-name",
|
|
139
|
+
* OriginProtocolPolicy: "match-viewer",
|
|
140
|
+
* OriginSslProtocols: {
|
|
141
|
+
* Items: [
|
|
142
142
|
* "TLSv1.1",
|
|
143
143
|
* "TLSv1.2"
|
|
144
144
|
* ],
|
|
145
|
-
*
|
|
145
|
+
* Quantity: 2
|
|
146
146
|
* }
|
|
147
147
|
* }
|
|
148
148
|
* };
|
|
149
149
|
* const command = new UpdateVpcOriginCommand(input);
|
|
150
150
|
* const response = await client.send(command);
|
|
151
|
-
* /* response
|
|
151
|
+
* /* response is
|
|
152
152
|
* {
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
153
|
+
* ETag: "E3UN6WX5RRO2AG",
|
|
154
|
+
* VpcOrigin: {
|
|
155
|
+
* Arn: "arn:aws:cloudfront::123456789012:vpcorigin/vo_BQwjxxQxjCaBcQLzJUFkDM",
|
|
156
|
+
* CreatedTime: "2024-10-15T17:19:42.318Z",
|
|
157
|
+
* Id: "vo_BQwjxxQxjCaBcQLzJUFkDM",
|
|
158
|
+
* LastModifiedTime: "2024-10-15T17:47:08.133Z",
|
|
159
|
+
* Status: "Deploying",
|
|
160
|
+
* VpcOriginEndpointConfig: {
|
|
161
|
+
* Arn: "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-alb-us-west-2/e6aa5c7d26415c6d",
|
|
162
|
+
* HTTPPort: 80,
|
|
163
|
+
* HTTPSPort: 443,
|
|
164
|
+
* Name: "my-vpcorigin-name",
|
|
165
|
+
* OriginProtocolPolicy: "match-viewer",
|
|
166
|
+
* OriginSslProtocols: {
|
|
167
|
+
* Items: [
|
|
168
168
|
* "TLSv1.1",
|
|
169
169
|
* "TLSv1.2"
|
|
170
170
|
* ],
|
|
171
|
-
*
|
|
171
|
+
* Quantity: 2
|
|
172
172
|
* }
|
|
173
173
|
* }
|
|
174
174
|
* }
|
|
175
175
|
* }
|
|
176
176
|
* *\/
|
|
177
|
-
* // example id: example-1
|
|
178
177
|
* ```
|
|
179
178
|
*
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class UpdateVpcOriginCommand extends UpdateVpcOriginCommand_base {
|
|
182
182
|
/** @internal type navigation helper, not in runtime. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@aws-sdk/xml-builder": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.0
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
38
|
-
"@smithy/hash-node": "^4.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
42
|
-
"@smithy/middleware-retry": "^4.0
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
44
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45
|
-
"@smithy/node-config-provider": "^4.0.
|
|
46
|
-
"@smithy/node-http-handler": "^4.0.
|
|
47
|
-
"@smithy/protocol-http": "^5.0
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@aws-sdk/xml-builder": "3.775.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
36
|
+
"@smithy/core": "^3.2.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
38
|
+
"@smithy/hash-node": "^4.0.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
44
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
46
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
47
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
48
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
49
|
+
"@smithy/types": "^4.2.0",
|
|
50
|
+
"@smithy/url-parser": "^4.0.2",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
57
|
-
"@smithy/util-middleware": "^4.0.
|
|
58
|
-
"@smithy/util-retry": "^4.0.
|
|
59
|
-
"@smithy/util-stream": "^4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
58
|
+
"@smithy/util-retry": "^4.0.2",
|
|
59
|
+
"@smithy/util-stream": "^4.2.0",
|
|
60
60
|
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^4.0.
|
|
61
|
+
"@smithy/util-waiter": "^4.0.3",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|