aws-sdk 2.1441.0 → 2.1443.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/apigateway-2015-07-09.min.json +2 -1
- package/apis/ce-2017-10-25.min.json +3 -1
- package/apis/ec2-2016-11-15.min.json +1199 -1195
- package/apis/rds-2014-10-31.min.json +4 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +127 -33
- package/clients/apigateway.d.ts +34 -30
- package/clients/costexplorer.d.ts +10 -2
- package/clients/ec2.d.ts +4 -2
- package/clients/globalaccelerator.d.ts +2 -2
- package/clients/polly.d.ts +1 -1
- package/clients/rds.d.ts +8 -0
- 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 +1211 -1200
- package/dist/aws-sdk.min.js +62 -62
- 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": {
|
package/clients/apigateway.d.ts
CHANGED
@@ -1015,7 +1015,7 @@ declare namespace APIGateway {
|
|
1015
1015
|
*/
|
1016
1016
|
name?: String;
|
1017
1017
|
/**
|
1018
|
-
* An
|
1018
|
+
* An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
|
1019
1019
|
*/
|
1020
1020
|
customerId?: String;
|
1021
1021
|
/**
|
@@ -1234,7 +1234,7 @@ declare namespace APIGateway {
|
|
1234
1234
|
*/
|
1235
1235
|
stageKeys?: ListOfStageKeys;
|
1236
1236
|
/**
|
1237
|
-
* An
|
1237
|
+
* An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.
|
1238
1238
|
*/
|
1239
1239
|
customerId?: String;
|
1240
1240
|
/**
|
@@ -1394,7 +1394,7 @@ declare namespace APIGateway {
|
|
1394
1394
|
*/
|
1395
1395
|
certificateChain?: String;
|
1396
1396
|
/**
|
1397
|
-
* The reference to an
|
1397
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for this domain name. Certificate Manager is the only supported source.
|
1398
1398
|
*/
|
1399
1399
|
certificateArn?: String;
|
1400
1400
|
/**
|
@@ -1402,7 +1402,7 @@ declare namespace APIGateway {
|
|
1402
1402
|
*/
|
1403
1403
|
regionalCertificateName?: String;
|
1404
1404
|
/**
|
1405
|
-
* The reference to an
|
1405
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name. Certificate Manager is the only supported source.
|
1406
1406
|
*/
|
1407
1407
|
regionalCertificateArn?: String;
|
1408
1408
|
/**
|
@@ -1503,7 +1503,7 @@ declare namespace APIGateway {
|
|
1503
1503
|
*/
|
1504
1504
|
minimumCompressionSize?: NullableInteger;
|
1505
1505
|
/**
|
1506
|
-
* The source of the API key for metering requests according to a usage plan. Valid values are:
|
1506
|
+
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
1507
1507
|
*/
|
1508
1508
|
apiKeySource?: ApiKeySourceType;
|
1509
1509
|
/**
|
@@ -1619,7 +1619,7 @@ declare namespace APIGateway {
|
|
1619
1619
|
*/
|
1620
1620
|
description?: String;
|
1621
1621
|
/**
|
1622
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same
|
1622
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
|
1623
1623
|
*/
|
1624
1624
|
targetArns: ListOfString;
|
1625
1625
|
/**
|
@@ -1962,7 +1962,7 @@ declare namespace APIGateway {
|
|
1962
1962
|
*/
|
1963
1963
|
certificateName?: String;
|
1964
1964
|
/**
|
1965
|
-
* The reference to an
|
1965
|
+
* The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for this domain name. Certificate Manager is the only supported source.
|
1966
1966
|
*/
|
1967
1967
|
certificateArn?: String;
|
1968
1968
|
/**
|
@@ -1982,7 +1982,7 @@ declare namespace APIGateway {
|
|
1982
1982
|
*/
|
1983
1983
|
regionalCertificateName?: String;
|
1984
1984
|
/**
|
1985
|
-
* The reference to an
|
1985
|
+
* The reference to an Amazon Web Services-managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
|
1986
1986
|
*/
|
1987
1987
|
regionalCertificateArn?: String;
|
1988
1988
|
/**
|
@@ -2142,7 +2142,7 @@ declare namespace APIGateway {
|
|
2142
2142
|
*/
|
2143
2143
|
nameQuery?: String;
|
2144
2144
|
/**
|
2145
|
-
* The identifier of a customer in
|
2145
|
+
* The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
|
2146
2146
|
*/
|
2147
2147
|
customerId?: String;
|
2148
2148
|
/**
|
@@ -2720,7 +2720,7 @@ declare namespace APIGateway {
|
|
2720
2720
|
*/
|
2721
2721
|
restApiId: String;
|
2722
2722
|
/**
|
2723
|
-
* A query parameter to indicate whether to overwrite (
|
2723
|
+
* A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value is merge.
|
2724
2724
|
*/
|
2725
2725
|
mode?: PutMode;
|
2726
2726
|
/**
|
@@ -2738,7 +2738,7 @@ declare namespace APIGateway {
|
|
2738
2738
|
*/
|
2739
2739
|
failOnWarnings?: Boolean;
|
2740
2740
|
/**
|
2741
|
-
* A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values. To exclude DocumentationParts from the import, set parameters as ignore=documentation. To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE. To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=split.
|
2741
|
+
* A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values. To exclude DocumentationParts from the import, set parameters as ignore=documentation. To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE. To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=split.
|
2742
2742
|
*/
|
2743
2743
|
parameters?: MapOfStringToString;
|
2744
2744
|
/**
|
@@ -2753,11 +2753,11 @@ declare namespace APIGateway {
|
|
2753
2753
|
*/
|
2754
2754
|
type?: IntegrationType;
|
2755
2755
|
/**
|
2756
|
-
* Specifies the integration's HTTP method type.
|
2756
|
+
* Specifies the integration's HTTP method type. For the Type property, if you specify MOCK, this property is optional. For Lambda integrations, you must set the integration method to POST. For all other types, you must specify this property.
|
2757
2757
|
*/
|
2758
2758
|
httpMethod?: String;
|
2759
2759
|
/**
|
2760
|
-
* Specifies Uniform Resource Identifier (URI) of the integration endpoint. For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification
|
2760
|
+
* Specifies Uniform Resource Identifier (URI) of the integration endpoint. For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If connectionType is VPC_LINK specify the Network Load Balancer DNS name. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an Amazon Web Services service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}
|
2761
2761
|
*/
|
2762
2762
|
uri?: String;
|
2763
2763
|
/**
|
@@ -2769,7 +2769,7 @@ declare namespace APIGateway {
|
|
2769
2769
|
*/
|
2770
2770
|
connectionId?: String;
|
2771
2771
|
/**
|
2772
|
-
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported
|
2772
|
+
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported Amazon Web Services services, specify null.
|
2773
2773
|
*/
|
2774
2774
|
credentials?: String;
|
2775
2775
|
/**
|
@@ -2815,7 +2815,7 @@ declare namespace APIGateway {
|
|
2815
2815
|
*/
|
2816
2816
|
statusCode?: StatusCode;
|
2817
2817
|
/**
|
2818
|
-
* Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an
|
2818
|
+
* Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an Lambda function, the Lambda function error header is matched. For all other HTTP and Amazon Web Services back ends, the HTTP status code is matched.
|
2819
2819
|
*/
|
2820
2820
|
selectionPattern?: String;
|
2821
2821
|
/**
|
@@ -2933,43 +2933,43 @@ declare namespace APIGateway {
|
|
2933
2933
|
}
|
2934
2934
|
export interface MethodSetting {
|
2935
2935
|
/**
|
2936
|
-
* Specifies whether Amazon CloudWatch metrics are enabled for this method.
|
2936
|
+
* Specifies whether Amazon CloudWatch metrics are enabled for this method.
|
2937
2937
|
*/
|
2938
2938
|
metricsEnabled?: Boolean;
|
2939
2939
|
/**
|
2940
|
-
* Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2940
|
+
* Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
|
2941
2941
|
*/
|
2942
2942
|
loggingLevel?: String;
|
2943
2943
|
/**
|
2944
|
-
* Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2944
|
+
* Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
|
2945
2945
|
*/
|
2946
2946
|
dataTraceEnabled?: Boolean;
|
2947
2947
|
/**
|
2948
|
-
* Specifies the throttling burst limit.
|
2948
|
+
* Specifies the throttling burst limit.
|
2949
2949
|
*/
|
2950
2950
|
throttlingBurstLimit?: Integer;
|
2951
2951
|
/**
|
2952
|
-
* Specifies the throttling rate limit.
|
2952
|
+
* Specifies the throttling rate limit.
|
2953
2953
|
*/
|
2954
2954
|
throttlingRateLimit?: Double;
|
2955
2955
|
/**
|
2956
|
-
* Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
|
2956
|
+
* Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
|
2957
2957
|
*/
|
2958
2958
|
cachingEnabled?: Boolean;
|
2959
2959
|
/**
|
2960
|
-
* Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
|
2960
|
+
* Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
|
2961
2961
|
*/
|
2962
2962
|
cacheTtlInSeconds?: Integer;
|
2963
2963
|
/**
|
2964
|
-
* Specifies whether the cached responses are encrypted.
|
2964
|
+
* Specifies whether the cached responses are encrypted.
|
2965
2965
|
*/
|
2966
2966
|
cacheDataEncrypted?: Boolean;
|
2967
2967
|
/**
|
2968
|
-
* Specifies whether authorization is required for a cache invalidation request.
|
2968
|
+
* Specifies whether authorization is required for a cache invalidation request.
|
2969
2969
|
*/
|
2970
2970
|
requireAuthorizationForCacheControl?: Boolean;
|
2971
2971
|
/**
|
2972
|
-
* Specifies how to handle unauthorized requests for cache invalidation.
|
2972
|
+
* Specifies how to handle unauthorized requests for cache invalidation.
|
2973
2973
|
*/
|
2974
2974
|
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy;
|
2975
2975
|
}
|
@@ -3399,6 +3399,10 @@ declare namespace APIGateway {
|
|
3399
3399
|
* Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.
|
3400
3400
|
*/
|
3401
3401
|
disableExecuteApiEndpoint?: Boolean;
|
3402
|
+
/**
|
3403
|
+
* The API's root resource ID.
|
3404
|
+
*/
|
3405
|
+
rootResourceId?: String;
|
3402
3406
|
}
|
3403
3407
|
export interface RestApis {
|
3404
3408
|
position?: String;
|
@@ -3623,7 +3627,7 @@ declare namespace APIGateway {
|
|
3623
3627
|
*/
|
3624
3628
|
log?: String;
|
3625
3629
|
/**
|
3626
|
-
* The execution latency of the test authorizer request.
|
3630
|
+
* The execution latency, in ms, of the test authorizer request.
|
3627
3631
|
*/
|
3628
3632
|
latency?: Long;
|
3629
3633
|
/**
|
@@ -3703,7 +3707,7 @@ declare namespace APIGateway {
|
|
3703
3707
|
*/
|
3704
3708
|
log?: String;
|
3705
3709
|
/**
|
3706
|
-
* The execution latency of the test invoke request.
|
3710
|
+
* The execution latency, in ms, of the test invoke request.
|
3707
3711
|
*/
|
3708
3712
|
latency?: Long;
|
3709
3713
|
}
|
@@ -3819,7 +3823,7 @@ declare namespace APIGateway {
|
|
3819
3823
|
}
|
3820
3824
|
export interface UpdateDocumentationVersionRequest {
|
3821
3825
|
/**
|
3822
|
-
* The string identifier of the associated RestApi
|
3826
|
+
* The string identifier of the associated RestApi.
|
3823
3827
|
*/
|
3824
3828
|
restApiId: String;
|
3825
3829
|
/**
|
@@ -4080,7 +4084,7 @@ declare namespace APIGateway {
|
|
4080
4084
|
*/
|
4081
4085
|
quota?: QuotaSettings;
|
4082
4086
|
/**
|
4083
|
-
* The
|
4087
|
+
* The Amazon Web Services Marketplace product identifier to associate with the usage plan as a SaaS product on the Amazon Web Services Marketplace.
|
4084
4088
|
*/
|
4085
4089
|
productCode?: String;
|
4086
4090
|
/**
|
@@ -4134,7 +4138,7 @@ declare namespace APIGateway {
|
|
4134
4138
|
*/
|
4135
4139
|
description?: String;
|
4136
4140
|
/**
|
4137
|
-
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same
|
4141
|
+
* The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
|
4138
4142
|
*/
|
4139
4143
|
targetArns?: ListOfString;
|
4140
4144
|
/**
|
@@ -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
@@ -21264,7 +21264,7 @@ declare namespace EC2 {
|
|
21264
21264
|
/**
|
21265
21265
|
* The password of the instance. Returns an empty string if the password is not available.
|
21266
21266
|
*/
|
21267
|
-
PasswordData?:
|
21267
|
+
PasswordData?: PasswordData;
|
21268
21268
|
/**
|
21269
21269
|
* The time the data was last updated.
|
21270
21270
|
*/
|
@@ -29823,6 +29823,7 @@ declare namespace EC2 {
|
|
29823
29823
|
Protocols?: ProtocolList;
|
29824
29824
|
}
|
29825
29825
|
export type PartitionLoadFrequency = "none"|"daily"|"weekly"|"monthly"|string;
|
29826
|
+
export type PasswordData = string;
|
29826
29827
|
export interface PathComponent {
|
29827
29828
|
/**
|
29828
29829
|
* The sequence number.
|
@@ -33106,8 +33107,9 @@ declare namespace EC2 {
|
|
33106
33107
|
/**
|
33107
33108
|
* The signature of the JSON document.
|
33108
33109
|
*/
|
33109
|
-
UploadPolicySignature?:
|
33110
|
+
UploadPolicySignature?: S3StorageUploadPolicySignature;
|
33110
33111
|
}
|
33112
|
+
export type S3StorageUploadPolicySignature = string;
|
33111
33113
|
export type SSEType = "sse-ebs"|"sse-kms"|"none"|string;
|
33112
33114
|
export interface ScheduledInstance {
|
33113
33115
|
/**
|
@@ -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
|
}
|