@aws-sdk/client-cloudfront 3.936.0 → 3.937.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/index.js +42 -7
- package/dist-es/models/enums.js +14 -0
- package/dist-es/schemas/schemas_0.js +27 -7
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +19 -0
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +11 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListAnycastIpListsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAnycastIpListCommand.d.ts +11 -0
- package/dist-types/models/enums.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +59 -27
- package/dist-types/models/models_1.d.ts +26 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -7
- package/dist-types/ts3.4/models/models_1.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -2448,6 +2448,7 @@ const _CVO = "CreateVpcOrigin";
|
|
|
2448
2448
|
const _CVOR = "CreateVpcOriginRequest";
|
|
2449
2449
|
const _CVORr = "CreateVpcOriginResult";
|
|
2450
2450
|
const _Ce = "Certificate";
|
|
2451
|
+
const _Ci = "Cidr";
|
|
2451
2452
|
const _Co = "Comment";
|
|
2452
2453
|
const _Coo = "Cookies";
|
|
2453
2454
|
const _Cu = "Customizations";
|
|
@@ -2748,9 +2749,13 @@ const _IAT = "IpAddressType";
|
|
|
2748
2749
|
const _IAn = "InvalidAssociation";
|
|
2749
2750
|
const _IB = "InvalidationBatch";
|
|
2750
2751
|
const _IBn = "IncludeBody";
|
|
2751
|
-
const _IC = "
|
|
2752
|
+
const _IC = "IpamConfig";
|
|
2753
|
+
const _ICC = "IpamCidrConfigs";
|
|
2754
|
+
const _ICCL = "IpamCidrConfigList";
|
|
2755
|
+
const _ICCp = "IpamCidrConfig";
|
|
2752
2756
|
const _ICPRS = "ICPRecordalStatus";
|
|
2753
2757
|
const _ICn = "IncludeCookies";
|
|
2758
|
+
const _ICp = "IpCount";
|
|
2754
2759
|
const _ID = "IsDefault";
|
|
2755
2760
|
const _IDNFOAC = "InvalidDomainNameForOriginAccessControl";
|
|
2756
2761
|
const _IDRO = "InvalidDefaultRootObject";
|
|
@@ -2776,6 +2781,7 @@ const _IOACn = "InvalidOriginAccessControl";
|
|
|
2776
2781
|
const _IOAI = "InvalidOriginAccessIdentity";
|
|
2777
2782
|
const _IOKT = "InvalidOriginKeepaliveTimeout";
|
|
2778
2783
|
const _IORT = "InvalidOriginReadTimeout";
|
|
2784
|
+
const _IPA = "IpamPoolArn";
|
|
2779
2785
|
const _IPIB = "InProgressInvalidationBatches";
|
|
2780
2786
|
const _IPS = "InvalidProtocolSettings";
|
|
2781
2787
|
const _IQ = "InconsistentQuantities";
|
|
@@ -3383,8 +3389,8 @@ var AnycastIpList = [
|
|
|
3383
3389
|
n0,
|
|
3384
3390
|
_AIL,
|
|
3385
3391
|
0,
|
|
3386
|
-
[_Id, _N, _S, _Ar, _IAT, _AI,
|
|
3387
|
-
[0, 0, 0, 0, 0, [() => AnycastIps, 0], 1, 4],
|
|
3392
|
+
[_Id, _N, _S, _Ar, _IAT, _IC, _AI, _ICp, _LMT],
|
|
3393
|
+
[0, 0, 0, 0, 0, [() => IpamConfig, 0], [() => AnycastIps, 0], 1, 4],
|
|
3388
3394
|
];
|
|
3389
3395
|
var AnycastIpListCollection = [
|
|
3390
3396
|
3,
|
|
@@ -3399,8 +3405,8 @@ var AnycastIpListSummary = [
|
|
|
3399
3405
|
n0,
|
|
3400
3406
|
_AILS,
|
|
3401
3407
|
0,
|
|
3402
|
-
[_Id, _N, _S, _Ar,
|
|
3403
|
-
[0, 0, 0, 0, 1, 4, 0, 0],
|
|
3408
|
+
[_Id, _N, _S, _Ar, _ICp, _LMT, _IAT, _ET, _IC],
|
|
3409
|
+
[0, 0, 0, 0, 1, 4, 0, 0, [() => IpamConfig, 0]],
|
|
3404
3410
|
];
|
|
3405
3411
|
var AssociateAliasRequest = [
|
|
3406
3412
|
3,
|
|
@@ -3875,8 +3881,8 @@ var CreateAnycastIpListRequest = [
|
|
|
3875
3881
|
n0,
|
|
3876
3882
|
_CAILR,
|
|
3877
3883
|
0,
|
|
3878
|
-
[_N,
|
|
3879
|
-
[0, 1, [() => Tags, 0], 0],
|
|
3884
|
+
[_N, _ICp, _Ta, _IAT, _ICC],
|
|
3885
|
+
[0, 1, [() => Tags, 0], 0, [() => IpamCidrConfigList, 0]],
|
|
3880
3886
|
];
|
|
3881
3887
|
var CreateAnycastIpListResult = [
|
|
3882
3888
|
3,
|
|
@@ -6690,6 +6696,8 @@ var InvalidWebACLId = [
|
|
|
6690
6696
|
[0],
|
|
6691
6697
|
];
|
|
6692
6698
|
schema.TypeRegistry.for(n0).registerError(InvalidWebACLId, InvalidWebACLId$1);
|
|
6699
|
+
var IpamCidrConfig = [3, n0, _ICCp, 0, [_Ci, _IPA, _AIn, _S], [0, 0, 0, 0]];
|
|
6700
|
+
var IpamConfig = [3, n0, _IC, 0, [_Q, _ICC], [1, [() => IpamCidrConfigList, 0]]];
|
|
6693
6701
|
var KeyGroup = [3, n0, _KG, 0, [_Id, _LMT, _KGC], [0, 4, [() => KeyGroupConfig, 0]]];
|
|
6694
6702
|
var KeyGroupAlreadyExists = [
|
|
6695
6703
|
-3,
|
|
@@ -10606,6 +10614,18 @@ var InvalidationSummaryList = [
|
|
|
10606
10614
|
},
|
|
10607
10615
|
],
|
|
10608
10616
|
];
|
|
10617
|
+
var IpamCidrConfigList = [
|
|
10618
|
+
1,
|
|
10619
|
+
n0,
|
|
10620
|
+
_ICCL,
|
|
10621
|
+
0,
|
|
10622
|
+
[
|
|
10623
|
+
() => IpamCidrConfig,
|
|
10624
|
+
{
|
|
10625
|
+
[_xN]: _ICCp,
|
|
10626
|
+
},
|
|
10627
|
+
],
|
|
10628
|
+
];
|
|
10609
10629
|
var KeyGroupSummaryList = [
|
|
10610
10630
|
1,
|
|
10611
10631
|
n0,
|
|
@@ -14672,6 +14692,20 @@ const IpAddressType = {
|
|
|
14672
14692
|
Ipv4: "ipv4",
|
|
14673
14693
|
Ipv6: "ipv6",
|
|
14674
14694
|
};
|
|
14695
|
+
const IpamCidrStatus = {
|
|
14696
|
+
Advertised: "advertised",
|
|
14697
|
+
Advertising: "advertising",
|
|
14698
|
+
Deprovisioned: "deprovisioned",
|
|
14699
|
+
Deprovisioning: "deprovisioning",
|
|
14700
|
+
FailedAdvertise: "failed-advertise",
|
|
14701
|
+
FailedDeprovision: "failed-deprovision",
|
|
14702
|
+
FailedProvision: "failed-provision",
|
|
14703
|
+
FailedWithdraw: "failed-withdraw",
|
|
14704
|
+
Provisioned: "provisioned",
|
|
14705
|
+
Provisioning: "provisioning",
|
|
14706
|
+
Withdrawing: "withdrawing",
|
|
14707
|
+
Withdrawn: "withdrawn",
|
|
14708
|
+
};
|
|
14675
14709
|
const ItemSelection = {
|
|
14676
14710
|
all: "all",
|
|
14677
14711
|
none: "none",
|
|
@@ -15058,6 +15092,7 @@ exports.InvalidTagging = InvalidTagging$1;
|
|
|
15058
15092
|
exports.InvalidViewerCertificate = InvalidViewerCertificate$1;
|
|
15059
15093
|
exports.InvalidWebACLId = InvalidWebACLId$1;
|
|
15060
15094
|
exports.IpAddressType = IpAddressType;
|
|
15095
|
+
exports.IpamCidrStatus = IpamCidrStatus;
|
|
15061
15096
|
exports.ItemSelection = ItemSelection;
|
|
15062
15097
|
exports.KeyGroupAlreadyExists = KeyGroupAlreadyExists$1;
|
|
15063
15098
|
exports.ListAnycastIpListsCommand = ListAnycastIpListsCommand;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -27,6 +27,20 @@ export const IpAddressType = {
|
|
|
27
27
|
Ipv4: "ipv4",
|
|
28
28
|
Ipv6: "ipv6",
|
|
29
29
|
};
|
|
30
|
+
export const IpamCidrStatus = {
|
|
31
|
+
Advertised: "advertised",
|
|
32
|
+
Advertising: "advertising",
|
|
33
|
+
Deprovisioned: "deprovisioned",
|
|
34
|
+
Deprovisioning: "deprovisioning",
|
|
35
|
+
FailedAdvertise: "failed-advertise",
|
|
36
|
+
FailedDeprovision: "failed-deprovision",
|
|
37
|
+
FailedProvision: "failed-provision",
|
|
38
|
+
FailedWithdraw: "failed-withdraw",
|
|
39
|
+
Provisioned: "provisioned",
|
|
40
|
+
Provisioning: "provisioning",
|
|
41
|
+
Withdrawing: "withdrawing",
|
|
42
|
+
Withdrawn: "withdrawn",
|
|
43
|
+
};
|
|
30
44
|
export const ItemSelection = {
|
|
31
45
|
all: "all",
|
|
32
46
|
none: "none",
|
|
@@ -199,6 +199,7 @@ const _CVO = "CreateVpcOrigin";
|
|
|
199
199
|
const _CVOR = "CreateVpcOriginRequest";
|
|
200
200
|
const _CVORr = "CreateVpcOriginResult";
|
|
201
201
|
const _Ce = "Certificate";
|
|
202
|
+
const _Ci = "Cidr";
|
|
202
203
|
const _Co = "Comment";
|
|
203
204
|
const _Coo = "Cookies";
|
|
204
205
|
const _Cu = "Customizations";
|
|
@@ -499,9 +500,13 @@ const _IAT = "IpAddressType";
|
|
|
499
500
|
const _IAn = "InvalidAssociation";
|
|
500
501
|
const _IB = "InvalidationBatch";
|
|
501
502
|
const _IBn = "IncludeBody";
|
|
502
|
-
const _IC = "
|
|
503
|
+
const _IC = "IpamConfig";
|
|
504
|
+
const _ICC = "IpamCidrConfigs";
|
|
505
|
+
const _ICCL = "IpamCidrConfigList";
|
|
506
|
+
const _ICCp = "IpamCidrConfig";
|
|
503
507
|
const _ICPRS = "ICPRecordalStatus";
|
|
504
508
|
const _ICn = "IncludeCookies";
|
|
509
|
+
const _ICp = "IpCount";
|
|
505
510
|
const _ID = "IsDefault";
|
|
506
511
|
const _IDNFOAC = "InvalidDomainNameForOriginAccessControl";
|
|
507
512
|
const _IDRO = "InvalidDefaultRootObject";
|
|
@@ -527,6 +532,7 @@ const _IOACn = "InvalidOriginAccessControl";
|
|
|
527
532
|
const _IOAI = "InvalidOriginAccessIdentity";
|
|
528
533
|
const _IOKT = "InvalidOriginKeepaliveTimeout";
|
|
529
534
|
const _IORT = "InvalidOriginReadTimeout";
|
|
535
|
+
const _IPA = "IpamPoolArn";
|
|
530
536
|
const _IPIB = "InProgressInvalidationBatches";
|
|
531
537
|
const _IPS = "InvalidProtocolSettings";
|
|
532
538
|
const _IQ = "InconsistentQuantities";
|
|
@@ -1137,8 +1143,8 @@ export var AnycastIpList = [
|
|
|
1137
1143
|
n0,
|
|
1138
1144
|
_AIL,
|
|
1139
1145
|
0,
|
|
1140
|
-
[_Id, _N, _S, _Ar, _IAT, _AI,
|
|
1141
|
-
[0, 0, 0, 0, 0, [() => AnycastIps, 0], 1, 4],
|
|
1146
|
+
[_Id, _N, _S, _Ar, _IAT, _IC, _AI, _ICp, _LMT],
|
|
1147
|
+
[0, 0, 0, 0, 0, [() => IpamConfig, 0], [() => AnycastIps, 0], 1, 4],
|
|
1142
1148
|
];
|
|
1143
1149
|
export var AnycastIpListCollection = [
|
|
1144
1150
|
3,
|
|
@@ -1153,8 +1159,8 @@ export var AnycastIpListSummary = [
|
|
|
1153
1159
|
n0,
|
|
1154
1160
|
_AILS,
|
|
1155
1161
|
0,
|
|
1156
|
-
[_Id, _N, _S, _Ar,
|
|
1157
|
-
[0, 0, 0, 0, 1, 4, 0, 0],
|
|
1162
|
+
[_Id, _N, _S, _Ar, _ICp, _LMT, _IAT, _ET, _IC],
|
|
1163
|
+
[0, 0, 0, 0, 1, 4, 0, 0, [() => IpamConfig, 0]],
|
|
1158
1164
|
];
|
|
1159
1165
|
export var AssociateAliasRequest = [
|
|
1160
1166
|
3,
|
|
@@ -1629,8 +1635,8 @@ export var CreateAnycastIpListRequest = [
|
|
|
1629
1635
|
n0,
|
|
1630
1636
|
_CAILR,
|
|
1631
1637
|
0,
|
|
1632
|
-
[_N,
|
|
1633
|
-
[0, 1, [() => Tags, 0], 0],
|
|
1638
|
+
[_N, _ICp, _Ta, _IAT, _ICC],
|
|
1639
|
+
[0, 1, [() => Tags, 0], 0, [() => IpamCidrConfigList, 0]],
|
|
1634
1640
|
];
|
|
1635
1641
|
export var CreateAnycastIpListResult = [
|
|
1636
1642
|
3,
|
|
@@ -4444,6 +4450,8 @@ export var InvalidWebACLId = [
|
|
|
4444
4450
|
[0],
|
|
4445
4451
|
];
|
|
4446
4452
|
TypeRegistry.for(n0).registerError(InvalidWebACLId, __InvalidWebACLId);
|
|
4453
|
+
export var IpamCidrConfig = [3, n0, _ICCp, 0, [_Ci, _IPA, _AIn, _S], [0, 0, 0, 0]];
|
|
4454
|
+
export var IpamConfig = [3, n0, _IC, 0, [_Q, _ICC], [1, [() => IpamCidrConfigList, 0]]];
|
|
4447
4455
|
export var KeyGroup = [3, n0, _KG, 0, [_Id, _LMT, _KGC], [0, 4, [() => KeyGroupConfig, 0]]];
|
|
4448
4456
|
export var KeyGroupAlreadyExists = [
|
|
4449
4457
|
-3,
|
|
@@ -8360,6 +8368,18 @@ export var InvalidationSummaryList = [
|
|
|
8360
8368
|
},
|
|
8361
8369
|
],
|
|
8362
8370
|
];
|
|
8371
|
+
export var IpamCidrConfigList = [
|
|
8372
|
+
1,
|
|
8373
|
+
n0,
|
|
8374
|
+
_ICCL,
|
|
8375
|
+
0,
|
|
8376
|
+
[
|
|
8377
|
+
() => IpamCidrConfig,
|
|
8378
|
+
{
|
|
8379
|
+
[_xN]: _ICCp,
|
|
8380
|
+
},
|
|
8381
|
+
],
|
|
8382
|
+
];
|
|
8363
8383
|
export var KeyGroupSummaryList = [
|
|
8364
8384
|
1,
|
|
8365
8385
|
n0,
|
|
@@ -48,6 +48,14 @@ declare const CreateAnycastIpListCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* },
|
|
50
50
|
* IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
51
|
+
* IpamCidrConfigs: [ // IpamCidrConfigList
|
|
52
|
+
* { // IpamCidrConfig
|
|
53
|
+
* Cidr: "STRING_VALUE", // required
|
|
54
|
+
* IpamPoolArn: "STRING_VALUE", // required
|
|
55
|
+
* AnycastIp: "STRING_VALUE",
|
|
56
|
+
* Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
51
59
|
* };
|
|
52
60
|
* const command = new CreateAnycastIpListCommand(input);
|
|
53
61
|
* const response = await client.send(command);
|
|
@@ -58,6 +66,17 @@ declare const CreateAnycastIpListCommand_base: {
|
|
|
58
66
|
* // Status: "STRING_VALUE", // required
|
|
59
67
|
* // Arn: "STRING_VALUE", // required
|
|
60
68
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
69
|
+
* // IpamConfig: { // IpamConfig
|
|
70
|
+
* // Quantity: Number("int"), // required
|
|
71
|
+
* // IpamCidrConfigs: [ // IpamCidrConfigList // required
|
|
72
|
+
* // { // IpamCidrConfig
|
|
73
|
+
* // Cidr: "STRING_VALUE", // required
|
|
74
|
+
* // IpamPoolArn: "STRING_VALUE", // required
|
|
75
|
+
* // AnycastIp: "STRING_VALUE",
|
|
76
|
+
* // Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
61
80
|
* // AnycastIps: [ // AnycastIps // required
|
|
62
81
|
* // "STRING_VALUE",
|
|
63
82
|
* // ],
|
|
@@ -48,6 +48,17 @@ declare const GetAnycastIpListCommand_base: {
|
|
|
48
48
|
* // Status: "STRING_VALUE", // required
|
|
49
49
|
* // Arn: "STRING_VALUE", // required
|
|
50
50
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
51
|
+
* // IpamConfig: { // IpamConfig
|
|
52
|
+
* // Quantity: Number("int"), // required
|
|
53
|
+
* // IpamCidrConfigs: [ // IpamCidrConfigList // required
|
|
54
|
+
* // { // IpamCidrConfig
|
|
55
|
+
* // Cidr: "STRING_VALUE", // required
|
|
56
|
+
* // IpamPoolArn: "STRING_VALUE", // required
|
|
57
|
+
* // AnycastIp: "STRING_VALUE",
|
|
58
|
+
* // Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
51
62
|
* // AnycastIps: [ // AnycastIps // required
|
|
52
63
|
* // "STRING_VALUE",
|
|
53
64
|
* // ],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/
|
|
4
|
+
import { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -54,6 +54,17 @@ declare const ListAnycastIpListsCommand_base: {
|
|
|
54
54
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
55
55
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
56
56
|
* // ETag: "STRING_VALUE",
|
|
57
|
+
* // IpamConfig: { // IpamConfig
|
|
58
|
+
* // Quantity: Number("int"), // required
|
|
59
|
+
* // IpamCidrConfigs: [ // IpamCidrConfigList // required
|
|
60
|
+
* // { // IpamCidrConfig
|
|
61
|
+
* // Cidr: "STRING_VALUE", // required
|
|
62
|
+
* // IpamPoolArn: "STRING_VALUE", // required
|
|
63
|
+
* // AnycastIp: "STRING_VALUE",
|
|
64
|
+
* // Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
57
68
|
* // },
|
|
58
69
|
* // ],
|
|
59
70
|
* // Marker: "STRING_VALUE", // required
|
|
@@ -50,6 +50,17 @@ declare const UpdateAnycastIpListCommand_base: {
|
|
|
50
50
|
* // Status: "STRING_VALUE", // required
|
|
51
51
|
* // Arn: "STRING_VALUE", // required
|
|
52
52
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
53
|
+
* // IpamConfig: { // IpamConfig
|
|
54
|
+
* // Quantity: Number("int"), // required
|
|
55
|
+
* // IpamCidrConfigs: [ // IpamCidrConfigList // required
|
|
56
|
+
* // { // IpamCidrConfig
|
|
57
|
+
* // Cidr: "STRING_VALUE", // required
|
|
58
|
+
* // IpamPoolArn: "STRING_VALUE", // required
|
|
59
|
+
* // AnycastIp: "STRING_VALUE",
|
|
60
|
+
* // Status: "provisioned" || "failed-provision" || "provisioning" || "deprovisioned" || "failed-deprovision" || "deprovisioning" || "advertised" || "failed-advertise" || "advertising" || "withdrawn" || "failed-withdraw" || "withdrawing",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
53
64
|
* // AnycastIps: [ // AnycastIps // required
|
|
54
65
|
* // "STRING_VALUE",
|
|
55
66
|
* // ],
|
|
@@ -59,6 +59,28 @@ export declare const IpAddressType: {
|
|
|
59
59
|
* @public
|
|
60
60
|
*/
|
|
61
61
|
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @enum
|
|
65
|
+
*/
|
|
66
|
+
export declare const IpamCidrStatus: {
|
|
67
|
+
readonly Advertised: "advertised";
|
|
68
|
+
readonly Advertising: "advertising";
|
|
69
|
+
readonly Deprovisioned: "deprovisioned";
|
|
70
|
+
readonly Deprovisioning: "deprovisioning";
|
|
71
|
+
readonly FailedAdvertise: "failed-advertise";
|
|
72
|
+
readonly FailedDeprovision: "failed-deprovision";
|
|
73
|
+
readonly FailedProvision: "failed-provision";
|
|
74
|
+
readonly FailedWithdraw: "failed-withdraw";
|
|
75
|
+
readonly Provisioned: "provisioned";
|
|
76
|
+
readonly Provisioning: "provisioning";
|
|
77
|
+
readonly Withdrawing: "withdrawing";
|
|
78
|
+
readonly Withdrawn: "withdrawn";
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export type IpamCidrStatus = (typeof IpamCidrStatus)[keyof typeof IpamCidrStatus];
|
|
62
84
|
/**
|
|
63
85
|
* @public
|
|
64
86
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CachePolicyCookieBehavior, CachePolicyHeaderBehavior, CachePolicyQueryStringBehavior, CachePolicyType, CertificateSource, CertificateTransparencyLoggingPreference, ConnectionMode, ContinuousDeploymentPolicyType, CustomizationActionType, DomainStatus, EventType, Format, FrameOptionsList, FunctionRuntime, FunctionStage, GeoRestrictionType, HttpVersion, ICPRecordalStatus, ImportSourceType, IpAddressType, ItemSelection, ManagedCertificateStatus, Method, MinimumProtocolVersion, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroupSelectionCriteria, OriginProtocolPolicy, OriginRequestPolicyCookieBehavior, OriginRequestPolicyHeaderBehavior, OriginRequestPolicyQueryStringBehavior, PriceClass, RealtimeMetricsSubscriptionStatus, ReferrerPolicyList, ResponseHeadersPolicyAccessControlAllowMethodsValues, SslProtocol, SSLSupportMethod, ValidationTokenHost, ViewerProtocolPolicy } from "./enums";
|
|
1
|
+
import { CachePolicyCookieBehavior, CachePolicyHeaderBehavior, CachePolicyQueryStringBehavior, CachePolicyType, CertificateSource, CertificateTransparencyLoggingPreference, ConnectionMode, ContinuousDeploymentPolicyType, CustomizationActionType, DomainStatus, EventType, Format, FrameOptionsList, FunctionRuntime, FunctionStage, GeoRestrictionType, HttpVersion, ICPRecordalStatus, ImportSourceType, IpAddressType, IpamCidrStatus, ItemSelection, ManagedCertificateStatus, Method, MinimumProtocolVersion, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroupSelectionCriteria, OriginProtocolPolicy, OriginRequestPolicyCookieBehavior, OriginRequestPolicyHeaderBehavior, OriginRequestPolicyQueryStringBehavior, PriceClass, RealtimeMetricsSubscriptionStatus, ReferrerPolicyList, ResponseHeadersPolicyAccessControlAllowMethodsValues, SslProtocol, SSLSupportMethod, ValidationTokenHost, ViewerProtocolPolicy } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A list of CloudFront key pair identifiers.</p>
|
|
4
4
|
* @public
|
|
@@ -158,6 +158,48 @@ export interface AllowedMethods {
|
|
|
158
158
|
*/
|
|
159
159
|
CachedMethods?: CachedMethods | undefined;
|
|
160
160
|
}
|
|
161
|
+
/**
|
|
162
|
+
* <p>Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export interface IpamCidrConfig {
|
|
166
|
+
/**
|
|
167
|
+
* <p>The CIDR that specifies the IP address range for this IPAM configuration.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
Cidr: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
IpamPoolArn: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
AnycastIp?: string | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The current status of the IPAM CIDR configuration.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
Status?: IpamCidrStatus | undefined;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* <p>The configuration IPAM settings that includes the quantity of CIDR configurations and the list of IPAM CIDR configurations.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export interface IpamConfig {
|
|
192
|
+
/**
|
|
193
|
+
* <p>The number of IPAM CIDR configurations in the <code>IpamCidrConfigs</code> list.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
Quantity: number | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* <p>A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
IpamCidrConfigs: IpamCidrConfig[] | undefined;
|
|
202
|
+
}
|
|
161
203
|
/**
|
|
162
204
|
* <p>An Anycast static IP list. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html">Request Anycast static IPs to use for allowlisting</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
163
205
|
* @public
|
|
@@ -188,6 +230,11 @@ export interface AnycastIpList {
|
|
|
188
230
|
* @public
|
|
189
231
|
*/
|
|
190
232
|
IpAddressType?: IpAddressType | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
IpamConfig?: IpamConfig | undefined;
|
|
191
238
|
/**
|
|
192
239
|
* <p>The static IP addresses that are allocated to the Anycast static IP list.</p>
|
|
193
240
|
* @public
|
|
@@ -249,6 +296,11 @@ export interface AnycastIpListSummary {
|
|
|
249
296
|
* @public
|
|
250
297
|
*/
|
|
251
298
|
ETag?: string | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
IpamConfig?: IpamConfig | undefined;
|
|
252
304
|
}
|
|
253
305
|
/**
|
|
254
306
|
* <p>The Anycast static IP list collection.</p>
|
|
@@ -1835,10 +1887,15 @@ export interface CreateAnycastIpListRequest {
|
|
|
1835
1887
|
*/
|
|
1836
1888
|
Tags?: Tags | undefined;
|
|
1837
1889
|
/**
|
|
1838
|
-
* <p>The IP address type for the Anycast static IP list. You can specify one of the following options:</p> <ul> <li> <p> <code>ipv4</code>
|
|
1890
|
+
* <p>The IP address type for the Anycast static IP list. You can specify one of the following options:</p> <ul> <li> <p> <code>ipv4</code> only</p> </li> <li> <p> <code>ipv6</code> only </p> </li> <li> <p> <code>dualstack</code> - Allocate a list of both IPv4 and IPv6 addresses</p> </li> </ul>
|
|
1839
1891
|
* @public
|
|
1840
1892
|
*/
|
|
1841
1893
|
IpAddressType?: IpAddressType | undefined;
|
|
1894
|
+
/**
|
|
1895
|
+
* <p> A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list. </p>
|
|
1896
|
+
* @public
|
|
1897
|
+
*/
|
|
1898
|
+
IpamCidrConfigs?: IpamCidrConfig[] | undefined;
|
|
1842
1899
|
}
|
|
1843
1900
|
/**
|
|
1844
1901
|
* @public
|
|
@@ -5706,28 +5763,3 @@ export interface GetPublicKeyConfigResult {
|
|
|
5706
5763
|
*/
|
|
5707
5764
|
ETag?: string | undefined;
|
|
5708
5765
|
}
|
|
5709
|
-
/**
|
|
5710
|
-
* @public
|
|
5711
|
-
*/
|
|
5712
|
-
export interface GetRealtimeLogConfigRequest {
|
|
5713
|
-
/**
|
|
5714
|
-
* <p>The name of the real-time log configuration to get.</p>
|
|
5715
|
-
* @public
|
|
5716
|
-
*/
|
|
5717
|
-
Name?: string | undefined;
|
|
5718
|
-
/**
|
|
5719
|
-
* <p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>
|
|
5720
|
-
* @public
|
|
5721
|
-
*/
|
|
5722
|
-
ARN?: string | undefined;
|
|
5723
|
-
}
|
|
5724
|
-
/**
|
|
5725
|
-
* @public
|
|
5726
|
-
*/
|
|
5727
|
-
export interface GetRealtimeLogConfigResult {
|
|
5728
|
-
/**
|
|
5729
|
-
* <p>A real-time log configuration.</p>
|
|
5730
|
-
* @public
|
|
5731
|
-
*/
|
|
5732
|
-
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
5733
|
-
}
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import { CachePolicyType, ConnectionMode, DistributionResourceType, DnsConfigurationStatus, FunctionStage, HttpVersion, IpAddressType, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginRequestPolicyType, PriceClass, ResponseHeadersPolicyType } from "./enums";
|
|
2
2
|
import { Aliases, AliasICPRecordal, AnycastIpList, AnycastIpListCollection, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ConnectionGroup, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, Customizations, DefaultCacheBehavior, Distribution, DistributionConfig, DistributionTenant, DomainItem, DomainResult, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionSummary, KeyGroup, KeyGroupConfig, KeyValueStore, ManagedCertificateRequest, OriginAccessControl, OriginAccessControlConfig, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, Parameter, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate, VpcOrigin, VpcOriginEndpointConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface GetRealtimeLogConfigRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the real-time log configuration to get.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Name?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
ARN?: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface GetRealtimeLogConfigResult {
|
|
22
|
+
/**
|
|
23
|
+
* <p>A real-time log configuration.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
27
|
+
}
|
|
3
28
|
/**
|
|
4
29
|
* @public
|
|
5
30
|
*/
|
|
@@ -2625,7 +2650,7 @@ export interface UpdateAnycastIpListRequest {
|
|
|
2625
2650
|
*/
|
|
2626
2651
|
Id: string | undefined;
|
|
2627
2652
|
/**
|
|
2628
|
-
* <p>The IP address type for the Anycast static IP list. You can specify one of the following options:</p> <ul> <li> <p> <code>ipv4</code>
|
|
2653
|
+
* <p>The IP address type for the Anycast static IP list. You can specify one of the following options:</p> <ul> <li> <p> <code>ipv4</code> only</p> </li> <li> <p> <code>ipv6</code> only</p> </li> <li> <p> <code>dualstack</code> - Allocate a list of both IPv4 and IPv6 addresses</p> </li> </ul>
|
|
2629
2654
|
* @public
|
|
2630
2655
|
*/
|
|
2631
2656
|
IpAddressType?: IpAddressType | undefined;
|
|
@@ -310,6 +310,8 @@ export declare var InvalidTagging: StaticErrorSchema;
|
|
|
310
310
|
export declare var InvalidTTLOrder: StaticErrorSchema;
|
|
311
311
|
export declare var InvalidViewerCertificate: StaticErrorSchema;
|
|
312
312
|
export declare var InvalidWebACLId: StaticErrorSchema;
|
|
313
|
+
export declare var IpamCidrConfig: StaticStructureSchema;
|
|
314
|
+
export declare var IpamConfig: StaticStructureSchema;
|
|
313
315
|
export declare var KeyGroup: StaticStructureSchema;
|
|
314
316
|
export declare var KeyGroupAlreadyExists: StaticErrorSchema;
|
|
315
317
|
export declare var KeyGroupConfig: StaticStructureSchema;
|
|
@@ -671,6 +673,7 @@ export declare var FunctionExecutionLogList: StaticListSchema;
|
|
|
671
673
|
export declare var FunctionSummaryList: StaticListSchema;
|
|
672
674
|
export declare var HeaderList: StaticListSchema;
|
|
673
675
|
export declare var InvalidationSummaryList: StaticListSchema;
|
|
676
|
+
export declare var IpamCidrConfigList: StaticListSchema;
|
|
674
677
|
export declare var KeyGroupSummaryList: StaticListSchema;
|
|
675
678
|
export declare var KeyPairIdList: StaticListSchema;
|
|
676
679
|
export declare var KeyValueStoreAssociationList: StaticListSchema;
|
|
@@ -33,6 +33,22 @@ export declare const IpAddressType: {
|
|
|
33
33
|
readonly Ipv6: "ipv6";
|
|
34
34
|
};
|
|
35
35
|
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
36
|
+
export declare const IpamCidrStatus: {
|
|
37
|
+
readonly Advertised: "advertised";
|
|
38
|
+
readonly Advertising: "advertising";
|
|
39
|
+
readonly Deprovisioned: "deprovisioned";
|
|
40
|
+
readonly Deprovisioning: "deprovisioning";
|
|
41
|
+
readonly FailedAdvertise: "failed-advertise";
|
|
42
|
+
readonly FailedDeprovision: "failed-deprovision";
|
|
43
|
+
readonly FailedProvision: "failed-provision";
|
|
44
|
+
readonly FailedWithdraw: "failed-withdraw";
|
|
45
|
+
readonly Provisioned: "provisioned";
|
|
46
|
+
readonly Provisioning: "provisioning";
|
|
47
|
+
readonly Withdrawing: "withdrawing";
|
|
48
|
+
readonly Withdrawn: "withdrawn";
|
|
49
|
+
};
|
|
50
|
+
export type IpamCidrStatus =
|
|
51
|
+
(typeof IpamCidrStatus)[keyof typeof IpamCidrStatus];
|
|
36
52
|
export declare const ItemSelection: {
|
|
37
53
|
readonly all: "all";
|
|
38
54
|
readonly none: "none";
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
ICPRecordalStatus,
|
|
20
20
|
ImportSourceType,
|
|
21
21
|
IpAddressType,
|
|
22
|
+
IpamCidrStatus,
|
|
22
23
|
ItemSelection,
|
|
23
24
|
ManagedCertificateStatus,
|
|
24
25
|
Method,
|
|
@@ -79,12 +80,23 @@ export interface AllowedMethods {
|
|
|
79
80
|
Items: Method[] | undefined;
|
|
80
81
|
CachedMethods?: CachedMethods | undefined;
|
|
81
82
|
}
|
|
83
|
+
export interface IpamCidrConfig {
|
|
84
|
+
Cidr: string | undefined;
|
|
85
|
+
IpamPoolArn: string | undefined;
|
|
86
|
+
AnycastIp?: string | undefined;
|
|
87
|
+
Status?: IpamCidrStatus | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface IpamConfig {
|
|
90
|
+
Quantity: number | undefined;
|
|
91
|
+
IpamCidrConfigs: IpamCidrConfig[] | undefined;
|
|
92
|
+
}
|
|
82
93
|
export interface AnycastIpList {
|
|
83
94
|
Id: string | undefined;
|
|
84
95
|
Name: string | undefined;
|
|
85
96
|
Status: string | undefined;
|
|
86
97
|
Arn: string | undefined;
|
|
87
98
|
IpAddressType?: IpAddressType | undefined;
|
|
99
|
+
IpamConfig?: IpamConfig | undefined;
|
|
88
100
|
AnycastIps: string[] | undefined;
|
|
89
101
|
IpCount: number | undefined;
|
|
90
102
|
LastModifiedTime: Date | undefined;
|
|
@@ -98,6 +110,7 @@ export interface AnycastIpListSummary {
|
|
|
98
110
|
LastModifiedTime: Date | undefined;
|
|
99
111
|
IpAddressType?: IpAddressType | undefined;
|
|
100
112
|
ETag?: string | undefined;
|
|
113
|
+
IpamConfig?: IpamConfig | undefined;
|
|
101
114
|
}
|
|
102
115
|
export interface AnycastIpListCollection {
|
|
103
116
|
Items?: AnycastIpListSummary[] | undefined;
|
|
@@ -466,6 +479,7 @@ export interface CreateAnycastIpListRequest {
|
|
|
466
479
|
IpCount: number | undefined;
|
|
467
480
|
Tags?: Tags | undefined;
|
|
468
481
|
IpAddressType?: IpAddressType | undefined;
|
|
482
|
+
IpamCidrConfigs?: IpamCidrConfig[] | undefined;
|
|
469
483
|
}
|
|
470
484
|
export interface CreateAnycastIpListResult {
|
|
471
485
|
AnycastIpList?: AnycastIpList | undefined;
|
|
@@ -1483,10 +1497,3 @@ export interface GetPublicKeyConfigResult {
|
|
|
1483
1497
|
PublicKeyConfig?: PublicKeyConfig | undefined;
|
|
1484
1498
|
ETag?: string | undefined;
|
|
1485
1499
|
}
|
|
1486
|
-
export interface GetRealtimeLogConfigRequest {
|
|
1487
|
-
Name?: string | undefined;
|
|
1488
|
-
ARN?: string | undefined;
|
|
1489
|
-
}
|
|
1490
|
-
export interface GetRealtimeLogConfigResult {
|
|
1491
|
-
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
1492
|
-
}
|
|
@@ -71,6 +71,13 @@ import {
|
|
|
71
71
|
VpcOrigin,
|
|
72
72
|
VpcOriginEndpointConfig,
|
|
73
73
|
} from "./models_0";
|
|
74
|
+
export interface GetRealtimeLogConfigRequest {
|
|
75
|
+
Name?: string | undefined;
|
|
76
|
+
ARN?: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface GetRealtimeLogConfigResult {
|
|
79
|
+
RealtimeLogConfig?: RealtimeLogConfig | undefined;
|
|
80
|
+
}
|
|
74
81
|
export interface GetResourcePolicyRequest {
|
|
75
82
|
ResourceArn: string | undefined;
|
|
76
83
|
}
|
|
@@ -316,6 +316,8 @@ export declare var InvalidTagging: StaticErrorSchema;
|
|
|
316
316
|
export declare var InvalidTTLOrder: StaticErrorSchema;
|
|
317
317
|
export declare var InvalidViewerCertificate: StaticErrorSchema;
|
|
318
318
|
export declare var InvalidWebACLId: StaticErrorSchema;
|
|
319
|
+
export declare var IpamCidrConfig: StaticStructureSchema;
|
|
320
|
+
export declare var IpamConfig: StaticStructureSchema;
|
|
319
321
|
export declare var KeyGroup: StaticStructureSchema;
|
|
320
322
|
export declare var KeyGroupAlreadyExists: StaticErrorSchema;
|
|
321
323
|
export declare var KeyGroupConfig: StaticStructureSchema;
|
|
@@ -677,6 +679,7 @@ export declare var FunctionExecutionLogList: StaticListSchema;
|
|
|
677
679
|
export declare var FunctionSummaryList: StaticListSchema;
|
|
678
680
|
export declare var HeaderList: StaticListSchema;
|
|
679
681
|
export declare var InvalidationSummaryList: StaticListSchema;
|
|
682
|
+
export declare var IpamCidrConfigList: StaticListSchema;
|
|
680
683
|
export declare var KeyGroupSummaryList: StaticListSchema;
|
|
681
684
|
export declare var KeyPairIdList: StaticListSchema;
|
|
682
685
|
export declare var KeyValueStoreAssociationList: StaticListSchema;
|
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.937.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",
|