@aws-sdk/client-cloudfront 3.1020.0 → 3.1022.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.
|
@@ -4416,8 +4416,8 @@ exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
|
4416
4416
|
];
|
|
4417
4417
|
exports.UpdateAnycastIpListRequest$ = [3, n0, _UAILR,
|
|
4418
4418
|
0,
|
|
4419
|
-
[_Id, _IM, _IAT],
|
|
4420
|
-
[[0, 1], [0, { [_hH]: _IM_ }], 0], 2
|
|
4419
|
+
[_Id, _IM, _IAT, _ICC],
|
|
4420
|
+
[[0, 1], [0, { [_hH]: _IM_ }], 0, [() => IpamCidrConfigList, 0]], 2
|
|
4421
4421
|
];
|
|
4422
4422
|
exports.UpdateAnycastIpListResult$ = [3, n0, _UAILRp,
|
|
4423
4423
|
0,
|
|
@@ -4397,8 +4397,8 @@ export var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
4397
4397
|
];
|
|
4398
4398
|
export var UpdateAnycastIpListRequest$ = [3, n0, _UAILR,
|
|
4399
4399
|
0,
|
|
4400
|
-
[_Id, _IM, _IAT],
|
|
4401
|
-
[[0, 1], [0, { [_hH]: _IM_ }], 0], 2
|
|
4400
|
+
[_Id, _IM, _IAT, _ICC],
|
|
4401
|
+
[[0, 1], [0, { [_hH]: _IM_ }], 0, [() => IpamCidrConfigList, 0]], 2
|
|
4402
4402
|
];
|
|
4403
4403
|
export var UpdateAnycastIpListResult$ = [3, n0, _UAILRp,
|
|
4404
4404
|
0,
|
|
@@ -39,6 +39,14 @@ declare const UpdateAnycastIpListCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateAnycastIpListRequest
|
|
40
40
|
* Id: "STRING_VALUE", // required
|
|
41
41
|
* IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
42
|
+
* IpamCidrConfigs: [ // IpamCidrConfigList
|
|
43
|
+
* { // IpamCidrConfig
|
|
44
|
+
* Cidr: "STRING_VALUE", // required
|
|
45
|
+
* IpamPoolArn: "STRING_VALUE", // required
|
|
46
|
+
* AnycastIp: "STRING_VALUE",
|
|
47
|
+
* Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
42
50
|
* IfMatch: "STRING_VALUE", // required
|
|
43
51
|
* };
|
|
44
52
|
* const command = new UpdateAnycastIpListCommand(input);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { CachePolicyType, ConnectionMode, DistributionResourceType, DnsConfigurationStatus, FunctionStage, HttpVersion, IpAddressType, ManagedCertificateStatus, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginRequestPolicyType, PriceClass, ResponseHeadersPolicyType, TrustStoreStatus, ValidationTokenHost } from "./enums";
|
|
2
|
-
import type { Aliases, AliasICPRecordal, AnycastIpList, AnycastIpListCollection, CaCertificatesBundleSource, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ConnectionFunctionAssociation, ConnectionFunctionSummary, ConnectionGroup, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, Customizations, DefaultCacheBehavior, Distribution, DistributionConfig, DistributionTenant, DomainItem, DomainResult, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionSummary, KeyGroup, KeyGroupConfig, KeyValueStore, ManagedCertificateRequest, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, Parameter, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, TrustStore, ViewerCertificate, ViewerMtlsConfig, VpcOrigin, VpcOriginEndpointConfig } from "./models_0";
|
|
2
|
+
import type { Aliases, AliasICPRecordal, AnycastIpList, AnycastIpListCollection, CaCertificatesBundleSource, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ConnectionFunctionAssociation, ConnectionFunctionSummary, ConnectionGroup, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, Customizations, DefaultCacheBehavior, Distribution, DistributionConfig, DistributionTenant, DomainItem, DomainResult, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionSummary, IpamCidrConfig, KeyGroup, KeyGroupConfig, KeyValueStore, ManagedCertificateRequest, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, Parameter, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, TrustStore, ViewerCertificate, ViewerMtlsConfig, VpcOrigin, VpcOriginEndpointConfig } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -3188,6 +3188,11 @@ export interface UpdateAnycastIpListRequest {
|
|
|
3188
3188
|
* @public
|
|
3189
3189
|
*/
|
|
3190
3190
|
IpAddressType?: IpAddressType | undefined;
|
|
3191
|
+
/**
|
|
3192
|
+
* <p> A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list. </p>
|
|
3193
|
+
* @public
|
|
3194
|
+
*/
|
|
3195
|
+
IpamCidrConfigs?: IpamCidrConfig[] | undefined;
|
|
3191
3196
|
/**
|
|
3192
3197
|
* <p>The current version (ETag value) of the Anycast static IP list that you are updating.</p>
|
|
3193
3198
|
* @public
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
FieldLevelEncryptionProfileConfig,
|
|
51
51
|
FunctionConfig,
|
|
52
52
|
FunctionSummary,
|
|
53
|
+
IpamCidrConfig,
|
|
53
54
|
KeyGroup,
|
|
54
55
|
KeyGroupConfig,
|
|
55
56
|
KeyValueStore,
|
|
@@ -875,6 +876,7 @@ export interface UntagResourceRequest {
|
|
|
875
876
|
export interface UpdateAnycastIpListRequest {
|
|
876
877
|
Id: string | undefined;
|
|
877
878
|
IpAddressType?: IpAddressType | undefined;
|
|
879
|
+
IpamCidrConfigs?: IpamCidrConfig[] | undefined;
|
|
878
880
|
IfMatch: string | undefined;
|
|
879
881
|
}
|
|
880
882
|
export interface UpdateAnycastIpListResult {
|
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.1022.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "^3.973.26",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
38
|
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
43
|
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-retry": "^4.2.13",
|
|
61
61
|
"@smithy/util-stream": "^4.5.21",
|
|
62
62
|
"@smithy/util-utf8": "^4.2.2",
|
|
63
63
|
"@smithy/util-waiter": "^4.2.14",
|