aws-sdk 2.1440.0 → 2.1442.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 +11 -1
- package/README.md +1 -1
- package/apis/ce-2017-10-25.min.json +3 -1
- package/apis/ec2-2016-11-15.min.json +605 -593
- package/apis/finspace-2021-03-12.min.json +74 -13
- package/apis/rds-2014-10-31.min.json +146 -110
- package/apis/verifiedpermissions-2021-12-01.min.json +127 -33
- package/clients/costexplorer.d.ts +10 -2
- package/clients/ec2.d.ts +12 -2
- package/clients/finspace.d.ts +73 -5
- package/clients/globalaccelerator.d.ts +2 -2
- package/clients/rds.d.ts +59 -13
- package/clients/route53domains.d.ts +1 -1
- package/clients/verifiedpermissions.d.ts +11 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +757 -707
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -43,7 +43,9 @@
|
|
43
43
|
},
|
44
44
|
"union": true
|
45
45
|
},
|
46
|
-
"principalEntityType": {
|
46
|
+
"principalEntityType": {
|
47
|
+
"shape": "S9"
|
48
|
+
}
|
47
49
|
}
|
48
50
|
},
|
49
51
|
"output": {
|
@@ -88,8 +90,12 @@
|
|
88
90
|
"statement"
|
89
91
|
],
|
90
92
|
"members": {
|
91
|
-
"description": {
|
92
|
-
|
93
|
+
"description": {
|
94
|
+
"shape": "Sg"
|
95
|
+
},
|
96
|
+
"statement": {
|
97
|
+
"shape": "Sh"
|
98
|
+
}
|
93
99
|
}
|
94
100
|
},
|
95
101
|
"templateLinked": {
|
@@ -189,8 +195,12 @@
|
|
189
195
|
"idempotencyToken": true
|
190
196
|
},
|
191
197
|
"policyStoreId": {},
|
192
|
-
"description": {
|
193
|
-
|
198
|
+
"description": {
|
199
|
+
"shape": "Sw"
|
200
|
+
},
|
201
|
+
"statement": {
|
202
|
+
"shape": "Sh"
|
203
|
+
}
|
194
204
|
}
|
195
205
|
},
|
196
206
|
"output": {
|
@@ -326,7 +336,9 @@
|
|
326
336
|
"shape": "Sb"
|
327
337
|
},
|
328
338
|
"policyStoreId": {},
|
329
|
-
"principalEntityType": {
|
339
|
+
"principalEntityType": {
|
340
|
+
"shape": "S9"
|
341
|
+
}
|
330
342
|
}
|
331
343
|
}
|
332
344
|
},
|
@@ -371,8 +383,12 @@
|
|
371
383
|
"statement"
|
372
384
|
],
|
373
385
|
"members": {
|
374
|
-
"description": {
|
375
|
-
|
386
|
+
"description": {
|
387
|
+
"shape": "Sg"
|
388
|
+
},
|
389
|
+
"statement": {
|
390
|
+
"shape": "Sh"
|
391
|
+
}
|
376
392
|
}
|
377
393
|
},
|
378
394
|
"templateLinked": {
|
@@ -460,8 +476,12 @@
|
|
460
476
|
"members": {
|
461
477
|
"policyStoreId": {},
|
462
478
|
"policyTemplateId": {},
|
463
|
-
"description": {
|
464
|
-
|
479
|
+
"description": {
|
480
|
+
"shape": "Sw"
|
481
|
+
},
|
482
|
+
"statement": {
|
483
|
+
"shape": "Sh"
|
484
|
+
},
|
465
485
|
"createdDate": {
|
466
486
|
"shape": "Sb"
|
467
487
|
},
|
@@ -491,7 +511,9 @@
|
|
491
511
|
],
|
492
512
|
"members": {
|
493
513
|
"policyStoreId": {},
|
494
|
-
"schema": {
|
514
|
+
"schema": {
|
515
|
+
"shape": "S1m"
|
516
|
+
},
|
495
517
|
"createdDate": {
|
496
518
|
"shape": "Sb"
|
497
519
|
},
|
@@ -552,8 +574,12 @@
|
|
552
574
|
],
|
553
575
|
"members": {
|
554
576
|
"policyStoreId": {},
|
555
|
-
"identityToken": {
|
556
|
-
|
577
|
+
"identityToken": {
|
578
|
+
"shape": "S2c"
|
579
|
+
},
|
580
|
+
"accessToken": {
|
581
|
+
"shape": "S2c"
|
582
|
+
},
|
557
583
|
"action": {
|
558
584
|
"shape": "S1o"
|
559
585
|
},
|
@@ -603,7 +629,9 @@
|
|
603
629
|
"member": {
|
604
630
|
"type": "structure",
|
605
631
|
"members": {
|
606
|
-
"principalEntityType": {
|
632
|
+
"principalEntityType": {
|
633
|
+
"shape": "S9"
|
634
|
+
}
|
607
635
|
}
|
608
636
|
}
|
609
637
|
}
|
@@ -648,7 +676,9 @@
|
|
648
676
|
"shape": "Sb"
|
649
677
|
},
|
650
678
|
"policyStoreId": {},
|
651
|
-
"principalEntityType": {
|
679
|
+
"principalEntityType": {
|
680
|
+
"shape": "S9"
|
681
|
+
}
|
652
682
|
}
|
653
683
|
}
|
654
684
|
}
|
@@ -717,7 +747,9 @@
|
|
717
747
|
"static": {
|
718
748
|
"type": "structure",
|
719
749
|
"members": {
|
720
|
-
"description": {
|
750
|
+
"description": {
|
751
|
+
"shape": "Sg"
|
752
|
+
}
|
721
753
|
}
|
722
754
|
},
|
723
755
|
"templateLinked": {
|
@@ -822,7 +854,9 @@
|
|
822
854
|
"members": {
|
823
855
|
"policyStoreId": {},
|
824
856
|
"policyTemplateId": {},
|
825
|
-
"description": {
|
857
|
+
"description": {
|
858
|
+
"shape": "Sw"
|
859
|
+
},
|
826
860
|
"createdDate": {
|
827
861
|
"shape": "Sb"
|
828
862
|
},
|
@@ -847,7 +881,9 @@
|
|
847
881
|
"definition": {
|
848
882
|
"type": "structure",
|
849
883
|
"members": {
|
850
|
-
"cedarJson": {
|
884
|
+
"cedarJson": {
|
885
|
+
"shape": "S1m"
|
886
|
+
}
|
851
887
|
},
|
852
888
|
"union": true
|
853
889
|
}
|
@@ -865,7 +901,10 @@
|
|
865
901
|
"policyStoreId": {},
|
866
902
|
"namespaces": {
|
867
903
|
"type": "list",
|
868
|
-
"member": {
|
904
|
+
"member": {
|
905
|
+
"type": "string",
|
906
|
+
"sensitive": true
|
907
|
+
}
|
869
908
|
},
|
870
909
|
"createdDate": {
|
871
910
|
"shape": "Sb"
|
@@ -906,7 +945,9 @@
|
|
906
945
|
},
|
907
946
|
"union": true
|
908
947
|
},
|
909
|
-
"principalEntityType": {
|
948
|
+
"principalEntityType": {
|
949
|
+
"shape": "S9"
|
950
|
+
}
|
910
951
|
}
|
911
952
|
},
|
912
953
|
"output": {
|
@@ -950,8 +991,12 @@
|
|
950
991
|
"statement"
|
951
992
|
],
|
952
993
|
"members": {
|
953
|
-
"description": {
|
954
|
-
|
994
|
+
"description": {
|
995
|
+
"shape": "Sg"
|
996
|
+
},
|
997
|
+
"statement": {
|
998
|
+
"shape": "Sh"
|
999
|
+
}
|
955
1000
|
}
|
956
1001
|
}
|
957
1002
|
},
|
@@ -1034,8 +1079,12 @@
|
|
1034
1079
|
"members": {
|
1035
1080
|
"policyStoreId": {},
|
1036
1081
|
"policyTemplateId": {},
|
1037
|
-
"description": {
|
1038
|
-
|
1082
|
+
"description": {
|
1083
|
+
"shape": "Sw"
|
1084
|
+
},
|
1085
|
+
"statement": {
|
1086
|
+
"shape": "Sh"
|
1087
|
+
}
|
1039
1088
|
}
|
1040
1089
|
},
|
1041
1090
|
"output": {
|
@@ -1063,12 +1112,27 @@
|
|
1063
1112
|
"shapes": {
|
1064
1113
|
"S7": {
|
1065
1114
|
"type": "list",
|
1066
|
-
"member": {
|
1115
|
+
"member": {
|
1116
|
+
"type": "string",
|
1117
|
+
"sensitive": true
|
1118
|
+
}
|
1119
|
+
},
|
1120
|
+
"S9": {
|
1121
|
+
"type": "string",
|
1122
|
+
"sensitive": true
|
1067
1123
|
},
|
1068
1124
|
"Sb": {
|
1069
1125
|
"type": "timestamp",
|
1070
1126
|
"timestampFormat": "iso8601"
|
1071
1127
|
},
|
1128
|
+
"Sg": {
|
1129
|
+
"type": "string",
|
1130
|
+
"sensitive": true
|
1131
|
+
},
|
1132
|
+
"Sh": {
|
1133
|
+
"type": "string",
|
1134
|
+
"sensitive": true
|
1135
|
+
},
|
1072
1136
|
"Sk": {
|
1073
1137
|
"type": "structure",
|
1074
1138
|
"required": [
|
@@ -1076,8 +1140,14 @@
|
|
1076
1140
|
"entityId"
|
1077
1141
|
],
|
1078
1142
|
"members": {
|
1079
|
-
"entityType": {
|
1080
|
-
|
1143
|
+
"entityType": {
|
1144
|
+
"type": "string",
|
1145
|
+
"sensitive": true
|
1146
|
+
},
|
1147
|
+
"entityId": {
|
1148
|
+
"type": "string",
|
1149
|
+
"sensitive": true
|
1150
|
+
}
|
1081
1151
|
}
|
1082
1152
|
},
|
1083
1153
|
"Sr": {
|
@@ -1089,6 +1159,14 @@
|
|
1089
1159
|
"mode": {}
|
1090
1160
|
}
|
1091
1161
|
},
|
1162
|
+
"Sw": {
|
1163
|
+
"type": "string",
|
1164
|
+
"sensitive": true
|
1165
|
+
},
|
1166
|
+
"S1m": {
|
1167
|
+
"type": "string",
|
1168
|
+
"sensitive": true
|
1169
|
+
},
|
1092
1170
|
"S1o": {
|
1093
1171
|
"type": "structure",
|
1094
1172
|
"required": [
|
@@ -1096,8 +1174,14 @@
|
|
1096
1174
|
"actionId"
|
1097
1175
|
],
|
1098
1176
|
"members": {
|
1099
|
-
"actionType": {
|
1100
|
-
|
1177
|
+
"actionType": {
|
1178
|
+
"type": "string",
|
1179
|
+
"sensitive": true
|
1180
|
+
},
|
1181
|
+
"actionId": {
|
1182
|
+
"type": "string",
|
1183
|
+
"sensitive": true
|
1184
|
+
}
|
1101
1185
|
}
|
1102
1186
|
},
|
1103
1187
|
"S1r": {
|
@@ -1117,15 +1201,20 @@
|
|
1117
1201
|
"type": "structure",
|
1118
1202
|
"members": {
|
1119
1203
|
"boolean": {
|
1120
|
-
"type": "boolean"
|
1204
|
+
"type": "boolean",
|
1205
|
+
"sensitive": true
|
1121
1206
|
},
|
1122
1207
|
"entityIdentifier": {
|
1123
1208
|
"shape": "Sk"
|
1124
1209
|
},
|
1125
1210
|
"long": {
|
1126
|
-
"type": "long"
|
1211
|
+
"type": "long",
|
1212
|
+
"sensitive": true
|
1213
|
+
},
|
1214
|
+
"string": {
|
1215
|
+
"type": "string",
|
1216
|
+
"sensitive": true
|
1127
1217
|
},
|
1128
|
-
"string": {},
|
1129
1218
|
"set": {
|
1130
1219
|
"type": "list",
|
1131
1220
|
"member": {
|
@@ -1196,9 +1285,14 @@
|
|
1196
1285
|
],
|
1197
1286
|
"members": {
|
1198
1287
|
"errorDescription": {}
|
1199
|
-
}
|
1288
|
+
},
|
1289
|
+
"sensitive": true
|
1200
1290
|
}
|
1201
1291
|
},
|
1292
|
+
"S2c": {
|
1293
|
+
"type": "string",
|
1294
|
+
"sensitive": true
|
1295
|
+
},
|
1202
1296
|
"S2q": {
|
1203
1297
|
"type": "structure",
|
1204
1298
|
"members": {
|
@@ -164,11 +164,11 @@ declare class CostExplorer extends Service {
|
|
164
164
|
*/
|
165
165
|
getRightsizingRecommendation(callback?: (err: AWSError, data: CostExplorer.Types.GetRightsizingRecommendationResponse) => void): Request<CostExplorer.Types.GetRightsizingRecommendationResponse, AWSError>;
|
166
166
|
/**
|
167
|
-
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the
|
167
|
+
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the cost, coverage, and utilization charts.
|
168
168
|
*/
|
169
169
|
getSavingsPlanPurchaseRecommendationDetails(params: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsRequest, callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse) => void): Request<CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse, AWSError>;
|
170
170
|
/**
|
171
|
-
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the
|
171
|
+
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the cost, coverage, and utilization charts.
|
172
172
|
*/
|
173
173
|
getSavingsPlanPurchaseRecommendationDetails(callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse) => void): Request<CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse, AWSError>;
|
174
174
|
/**
|
@@ -470,6 +470,14 @@ declare namespace CostExplorer {
|
|
470
470
|
* The status of a cost allocation tag.
|
471
471
|
*/
|
472
472
|
Status: CostAllocationTagStatus;
|
473
|
+
/**
|
474
|
+
* The last date that the tag was either activated or deactivated.
|
475
|
+
*/
|
476
|
+
LastUpdatedDate?: ZonedDateTime;
|
477
|
+
/**
|
478
|
+
* The last month that the tag was used on an Amazon Web Services resource.
|
479
|
+
*/
|
480
|
+
LastUsedDate?: ZonedDateTime;
|
473
481
|
}
|
474
482
|
export type CostAllocationTagKeyList = TagKey[];
|
475
483
|
export type CostAllocationTagList = CostAllocationTag[];
|
package/clients/ec2.d.ts
CHANGED
@@ -1247,11 +1247,11 @@ declare class EC2 extends Service {
|
|
1247
1247
|
/**
|
1248
1248
|
* Deletes the specified key pair, by removing the public key from Amazon EC2.
|
1249
1249
|
*/
|
1250
|
-
deleteKeyPair(params: EC2.Types.DeleteKeyPairRequest, callback?: (err: AWSError, data:
|
1250
|
+
deleteKeyPair(params: EC2.Types.DeleteKeyPairRequest, callback?: (err: AWSError, data: EC2.Types.DeleteKeyPairResult) => void): Request<EC2.Types.DeleteKeyPairResult, AWSError>;
|
1251
1251
|
/**
|
1252
1252
|
* Deletes the specified key pair, by removing the public key from Amazon EC2.
|
1253
1253
|
*/
|
1254
|
-
deleteKeyPair(callback?: (err: AWSError, data:
|
1254
|
+
deleteKeyPair(callback?: (err: AWSError, data: EC2.Types.DeleteKeyPairResult) => void): Request<EC2.Types.DeleteKeyPairResult, AWSError>;
|
1255
1255
|
/**
|
1256
1256
|
* Deletes a launch template. Deleting a launch template deletes all of its versions.
|
1257
1257
|
*/
|
@@ -11963,6 +11963,16 @@ declare namespace EC2 {
|
|
11963
11963
|
*/
|
11964
11964
|
DryRun?: Boolean;
|
11965
11965
|
}
|
11966
|
+
export interface DeleteKeyPairResult {
|
11967
|
+
/**
|
11968
|
+
* Is true if the request succeeds, and an error otherwise.
|
11969
|
+
*/
|
11970
|
+
Return?: Boolean;
|
11971
|
+
/**
|
11972
|
+
* The ID of the key pair.
|
11973
|
+
*/
|
11974
|
+
KeyPairId?: String;
|
11975
|
+
}
|
11966
11976
|
export interface DeleteLaunchTemplateRequest {
|
11967
11977
|
/**
|
11968
11978
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
package/clients/finspace.d.ts
CHANGED
@@ -496,7 +496,7 @@ declare namespace Finspace {
|
|
496
496
|
*/
|
497
497
|
clusterDescription?: KxClusterDescription;
|
498
498
|
/**
|
499
|
-
* A structure for the metadata of a cluster. It includes information
|
499
|
+
* A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.
|
500
500
|
*/
|
501
501
|
capacityConfiguration: CapacityConfiguration;
|
502
502
|
/**
|
@@ -578,7 +578,7 @@ declare namespace Finspace {
|
|
578
578
|
*/
|
579
579
|
clusterDescription?: KxClusterDescription;
|
580
580
|
/**
|
581
|
-
* A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, number of instances
|
581
|
+
* A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.
|
582
582
|
*/
|
583
583
|
capacityConfiguration?: CapacityConfiguration;
|
584
584
|
/**
|
@@ -1053,7 +1053,7 @@ declare namespace Finspace {
|
|
1053
1053
|
*/
|
1054
1054
|
clusterDescription?: KxClusterDescription;
|
1055
1055
|
/**
|
1056
|
-
* A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, number of instances
|
1056
|
+
* A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.
|
1057
1057
|
*/
|
1058
1058
|
capacityConfiguration?: CapacityConfiguration;
|
1059
1059
|
/**
|
@@ -1275,6 +1275,17 @@ declare namespace Finspace {
|
|
1275
1275
|
iamRole?: RoleArn;
|
1276
1276
|
}
|
1277
1277
|
export type IPAddressType = "IP_V4"|string;
|
1278
|
+
export interface IcmpTypeCode {
|
1279
|
+
/**
|
1280
|
+
* The ICMP type. A value of -1 means all types.
|
1281
|
+
*/
|
1282
|
+
type: IcmpTypeOrCode;
|
1283
|
+
/**
|
1284
|
+
* The ICMP code. A value of -1 means all codes for the specified ICMP type.
|
1285
|
+
*/
|
1286
|
+
code: IcmpTypeOrCode;
|
1287
|
+
}
|
1288
|
+
export type IcmpTypeOrCode = number;
|
1278
1289
|
export type IdType = string;
|
1279
1290
|
export type InitializationScriptFilePath = string;
|
1280
1291
|
export type KmsKeyARN = string;
|
@@ -1350,7 +1361,7 @@ declare namespace Finspace {
|
|
1350
1361
|
*/
|
1351
1362
|
executionRole?: ExecutionRoleArn;
|
1352
1363
|
/**
|
1353
|
-
* The number of availability zones assigned per cluster. This can be one of the following
|
1364
|
+
* The number of availability zones assigned per cluster. This can be one of the following: SINGLE – Assigns one availability zone per cluster. MULTI – Assigns all the availability zones per cluster.
|
1354
1365
|
*/
|
1355
1366
|
azMode?: KxAzMode;
|
1356
1367
|
/**
|
@@ -1427,6 +1438,13 @@ declare namespace Finspace {
|
|
1427
1438
|
lastModifiedTimestamp?: Timestamp;
|
1428
1439
|
}
|
1429
1440
|
export type KxDatabases = KxDatabaseListEntry[];
|
1441
|
+
export interface KxDeploymentConfiguration {
|
1442
|
+
/**
|
1443
|
+
* The type of deployment that you want on a cluster. ROLLING – This options loads the updated database by stopping the exiting q process and starting a new q process with updated configuration. NO_RESTART – This option loads the updated database on the running q process without stopping it. This option is quicker as it reduces the turn around time to update a kdb database changeset configuration on a cluster.
|
1444
|
+
*/
|
1445
|
+
deploymentStrategy: KxDeploymentStrategy;
|
1446
|
+
}
|
1447
|
+
export type KxDeploymentStrategy = "NO_RESTART"|"ROLLING"|string;
|
1430
1448
|
export interface KxEnvironment {
|
1431
1449
|
/**
|
1432
1450
|
* The name of the kdb environment.
|
@@ -1521,7 +1539,7 @@ declare namespace Finspace {
|
|
1521
1539
|
*/
|
1522
1540
|
type: KxSavedownStorageType;
|
1523
1541
|
/**
|
1524
|
-
* The size of temporary storage in
|
1542
|
+
* The size of temporary storage in gibibytes.
|
1525
1543
|
*/
|
1526
1544
|
size: KxSavedownStorageSize;
|
1527
1545
|
}
|
@@ -1738,12 +1756,53 @@ declare namespace Finspace {
|
|
1738
1756
|
}
|
1739
1757
|
export type MaxResults = number;
|
1740
1758
|
export type NameString = string;
|
1759
|
+
export type NetworkACLConfiguration = NetworkACLEntry[];
|
1760
|
+
export interface NetworkACLEntry {
|
1761
|
+
/**
|
1762
|
+
* The rule number for the entry. For example 100. All the network ACL entries are processed in ascending order by rule number.
|
1763
|
+
*/
|
1764
|
+
ruleNumber: RuleNumber;
|
1765
|
+
/**
|
1766
|
+
* The protocol number. A value of -1 means all the protocols.
|
1767
|
+
*/
|
1768
|
+
protocol: Protocol;
|
1769
|
+
/**
|
1770
|
+
* Indicates whether to allow or deny the traffic that matches the rule.
|
1771
|
+
*/
|
1772
|
+
ruleAction: RuleAction;
|
1773
|
+
/**
|
1774
|
+
* The range of ports the rule applies to.
|
1775
|
+
*/
|
1776
|
+
portRange?: PortRange;
|
1777
|
+
/**
|
1778
|
+
* Defines the ICMP protocol that consists of the ICMP type and code.
|
1779
|
+
*/
|
1780
|
+
icmpTypeCode?: IcmpTypeCode;
|
1781
|
+
/**
|
1782
|
+
* The IPv4 network range to allow or deny, in CIDR notation. For example, 172.16.0.0/24. We modify the specified CIDR block to its canonical form. For example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
|
1783
|
+
*/
|
1784
|
+
cidrBlock: ValidCIDRBlock;
|
1785
|
+
}
|
1741
1786
|
export type NodeCount = number;
|
1742
1787
|
export type NodeType = string;
|
1743
1788
|
export type PaginationToken = string;
|
1789
|
+
export type Port = number;
|
1790
|
+
export interface PortRange {
|
1791
|
+
/**
|
1792
|
+
* The first port in the range.
|
1793
|
+
*/
|
1794
|
+
from: Port;
|
1795
|
+
/**
|
1796
|
+
* The last port in the range.
|
1797
|
+
*/
|
1798
|
+
to: Port;
|
1799
|
+
}
|
1800
|
+
export type Protocol = string;
|
1744
1801
|
export type ReleaseLabel = string;
|
1745
1802
|
export type ResultLimit = number;
|
1746
1803
|
export type RoleArn = string;
|
1804
|
+
export type RuleAction = "allow"|"deny"|string;
|
1805
|
+
export type RuleNumber = number;
|
1747
1806
|
export type S3Bucket = string;
|
1748
1807
|
export type S3Key = string;
|
1749
1808
|
export type S3ObjectVersion = string;
|
@@ -1795,6 +1854,10 @@ declare namespace Finspace {
|
|
1795
1854
|
* The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
|
1796
1855
|
*/
|
1797
1856
|
routableCIDRSpace: ValidCIDRSpace;
|
1857
|
+
/**
|
1858
|
+
* The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
1859
|
+
*/
|
1860
|
+
attachmentNetworkAclConfiguration?: NetworkACLConfiguration;
|
1798
1861
|
}
|
1799
1862
|
export type TransitGatewayID = string;
|
1800
1863
|
export interface UntagResourceRequest {
|
@@ -1851,6 +1914,10 @@ declare namespace Finspace {
|
|
1851
1914
|
* The structure of databases mounted on the cluster.
|
1852
1915
|
*/
|
1853
1916
|
databases: KxDatabaseConfigurations;
|
1917
|
+
/**
|
1918
|
+
* The configuration that allows you to choose how you want to update the databases on a cluster.
|
1919
|
+
*/
|
1920
|
+
deploymentConfiguration?: KxDeploymentConfiguration;
|
1854
1921
|
}
|
1855
1922
|
export interface UpdateKxClusterDatabasesResponse {
|
1856
1923
|
}
|
@@ -2088,6 +2155,7 @@ declare namespace Finspace {
|
|
2088
2155
|
*/
|
2089
2156
|
iamRole?: RoleArn;
|
2090
2157
|
}
|
2158
|
+
export type ValidCIDRBlock = string;
|
2091
2159
|
export type ValidCIDRSpace = string;
|
2092
2160
|
export type ValidHostname = string;
|
2093
2161
|
export type ValidIPAddress = string;
|
@@ -1122,7 +1122,7 @@ declare namespace GlobalAccelerator {
|
|
1122
1122
|
*/
|
1123
1123
|
Weight?: EndpointWeight;
|
1124
1124
|
/**
|
1125
|
-
* Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for new accelerators. If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator. Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers
|
1125
|
+
* Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for new accelerators. If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator. Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with Security Groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners. For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
|
1126
1126
|
*/
|
1127
1127
|
ClientIPPreservationEnabled?: GenericBoolean;
|
1128
1128
|
}
|
@@ -1145,7 +1145,7 @@ declare namespace GlobalAccelerator {
|
|
1145
1145
|
*/
|
1146
1146
|
HealthReason?: GenericString;
|
1147
1147
|
/**
|
1148
|
-
* Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for new accelerators. If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator. Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers
|
1148
|
+
* Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for new accelerators. If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator. Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with Security Groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners. For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
|
1149
1149
|
*/
|
1150
1150
|
ClientIPPreservationEnabled?: GenericBoolean;
|
1151
1151
|
}
|