aws-sdk 2.1585.0 → 2.1586.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/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1585.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1586.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -510,6 +510,20 @@
510
510
  "modelArn"
511
511
  ],
512
512
  "members": {
513
+ "generationConfiguration": {
514
+ "type": "structure",
515
+ "members": {
516
+ "promptTemplate": {
517
+ "type": "structure",
518
+ "members": {
519
+ "textPromptTemplate": {
520
+ "type": "string",
521
+ "sensitive": true
522
+ }
523
+ }
524
+ }
525
+ }
526
+ },
513
527
  "knowledgeBaseId": {},
514
528
  "modelArn": {},
515
529
  "retrievalConfiguration": {
@@ -1483,6 +1483,29 @@
1483
1483
  }
1484
1484
  }
1485
1485
  },
1486
+ "ListCostAllocationTagBackfillHistory": {
1487
+ "input": {
1488
+ "type": "structure",
1489
+ "members": {
1490
+ "NextToken": {},
1491
+ "MaxResults": {
1492
+ "type": "integer"
1493
+ }
1494
+ }
1495
+ },
1496
+ "output": {
1497
+ "type": "structure",
1498
+ "members": {
1499
+ "BackfillRequests": {
1500
+ "type": "list",
1501
+ "member": {
1502
+ "shape": "S7t"
1503
+ }
1504
+ },
1505
+ "NextToken": {}
1506
+ }
1507
+ }
1508
+ },
1486
1509
  "ListCostAllocationTags": {
1487
1510
  "input": {
1488
1511
  "type": "structure",
@@ -1640,6 +1663,25 @@
1640
1663
  }
1641
1664
  }
1642
1665
  },
1666
+ "StartCostAllocationTagBackfill": {
1667
+ "input": {
1668
+ "type": "structure",
1669
+ "required": [
1670
+ "BackfillFrom"
1671
+ ],
1672
+ "members": {
1673
+ "BackfillFrom": {}
1674
+ }
1675
+ },
1676
+ "output": {
1677
+ "type": "structure",
1678
+ "members": {
1679
+ "BackfillRequest": {
1680
+ "shape": "S7t"
1681
+ }
1682
+ }
1683
+ }
1684
+ },
1643
1685
  "StartSavingsPlansPurchaseRecommendationGeneration": {
1644
1686
  "input": {
1645
1687
  "type": "structure",
@@ -2330,6 +2372,16 @@
2330
2372
  "shape": "S7a"
2331
2373
  }
2332
2374
  }
2375
+ },
2376
+ "S7t": {
2377
+ "type": "structure",
2378
+ "members": {
2379
+ "BackfillFrom": {},
2380
+ "RequestedAt": {},
2381
+ "CompletedAt": {},
2382
+ "BackfillStatus": {},
2383
+ "LastUpdatedAt": {}
2384
+ }
2333
2385
  }
2334
2386
  }
2335
2387
  }
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListCostAllocationTagBackfillHistory": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListCostAllocationTags": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -2289,9 +2289,7 @@
2289
2289
  "locationName": "item",
2290
2290
  "type": "structure",
2291
2291
  "members": {
2292
- "Key": {
2293
- "locationName": "key"
2294
- },
2292
+ "Key": {},
2295
2293
  "Values": {
2296
2294
  "shape": "So",
2297
2295
  "locationName": "Value"
@@ -587,6 +587,38 @@
587
587
  "members": {}
588
588
  }
589
589
  },
590
+ "DeleteKxClusterNode": {
591
+ "http": {
592
+ "method": "DELETE",
593
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/nodes/{nodeId}"
594
+ },
595
+ "input": {
596
+ "type": "structure",
597
+ "required": [
598
+ "clusterName",
599
+ "nodeId",
600
+ "environmentId"
601
+ ],
602
+ "members": {
603
+ "environmentId": {
604
+ "location": "uri",
605
+ "locationName": "environmentId"
606
+ },
607
+ "clusterName": {
608
+ "location": "uri",
609
+ "locationName": "clusterName"
610
+ },
611
+ "nodeId": {
612
+ "location": "uri",
613
+ "locationName": "nodeId"
614
+ }
615
+ }
616
+ },
617
+ "output": {
618
+ "type": "structure",
619
+ "members": {}
620
+ }
621
+ },
590
622
  "DeleteKxDatabase": {
591
623
  "http": {
592
624
  "method": "DELETE",
@@ -802,7 +834,7 @@
802
834
  "type": "structure",
803
835
  "members": {
804
836
  "environment": {
805
- "shape": "S4c"
837
+ "shape": "S4f"
806
838
  }
807
839
  }
808
840
  },
@@ -1062,7 +1094,7 @@
1062
1094
  "shape": "S1m"
1063
1095
  },
1064
1096
  "activeVersions": {
1065
- "shape": "S4s"
1097
+ "shape": "S4v"
1066
1098
  },
1067
1099
  "description": {},
1068
1100
  "autoUpdate": {
@@ -1115,10 +1147,10 @@
1115
1147
  "kmsKeyId": {},
1116
1148
  "dedicatedServiceAccountId": {},
1117
1149
  "transitGatewayConfiguration": {
1118
- "shape": "S51"
1150
+ "shape": "S54"
1119
1151
  },
1120
1152
  "customDNSConfiguration": {
1121
- "shape": "S5e"
1153
+ "shape": "S5h"
1122
1154
  },
1123
1155
  "creationTimestamp": {
1124
1156
  "type": "timestamp"
@@ -1162,7 +1194,7 @@
1162
1194
  "scalingGroupArn": {},
1163
1195
  "hostType": {},
1164
1196
  "clusters": {
1165
- "shape": "S5m"
1197
+ "shape": "S5p"
1166
1198
  },
1167
1199
  "availabilityZoneId": {},
1168
1200
  "status": {},
@@ -1254,7 +1286,7 @@
1254
1286
  "type": "timestamp"
1255
1287
  },
1256
1288
  "attachedClusters": {
1257
- "shape": "S5r"
1289
+ "shape": "S5u"
1258
1290
  }
1259
1291
  }
1260
1292
  }
@@ -1284,7 +1316,7 @@
1284
1316
  "environments": {
1285
1317
  "type": "list",
1286
1318
  "member": {
1287
- "shape": "S4c"
1319
+ "shape": "S4f"
1288
1320
  }
1289
1321
  },
1290
1322
  "nextToken": {}
@@ -1393,7 +1425,8 @@
1393
1425
  "availabilityZoneId": {},
1394
1426
  "launchTime": {
1395
1427
  "type": "timestamp"
1396
- }
1428
+ },
1429
+ "status": {}
1397
1430
  }
1398
1431
  }
1399
1432
  },
@@ -1562,7 +1595,7 @@
1562
1595
  "shape": "S1m"
1563
1596
  },
1564
1597
  "activeVersions": {
1565
- "shape": "S4s"
1598
+ "shape": "S4v"
1566
1599
  },
1567
1600
  "status": {},
1568
1601
  "description": {},
@@ -1625,10 +1658,10 @@
1625
1658
  "kmsKeyId": {},
1626
1659
  "dedicatedServiceAccountId": {},
1627
1660
  "transitGatewayConfiguration": {
1628
- "shape": "S51"
1661
+ "shape": "S54"
1629
1662
  },
1630
1663
  "customDNSConfiguration": {
1631
- "shape": "S5e"
1664
+ "shape": "S5h"
1632
1665
  },
1633
1666
  "creationTimestamp": {
1634
1667
  "type": "timestamp"
@@ -1684,7 +1717,7 @@
1684
1717
  "scalingGroupName": {},
1685
1718
  "hostType": {},
1686
1719
  "clusters": {
1687
- "shape": "S5m"
1720
+ "shape": "S5p"
1688
1721
  },
1689
1722
  "availabilityZoneId": {},
1690
1723
  "status": {},
@@ -1919,7 +1952,7 @@
1919
1952
  "type": "structure",
1920
1953
  "members": {
1921
1954
  "environment": {
1922
- "shape": "S4c"
1955
+ "shape": "S4f"
1923
1956
  }
1924
1957
  }
1925
1958
  },
@@ -2104,7 +2137,7 @@
2104
2137
  "shape": "S1m"
2105
2138
  },
2106
2139
  "activeVersions": {
2107
- "shape": "S4s"
2140
+ "shape": "S4v"
2108
2141
  },
2109
2142
  "status": {},
2110
2143
  "autoUpdate": {
@@ -2160,10 +2193,10 @@
2160
2193
  "kmsKeyId": {},
2161
2194
  "dedicatedServiceAccountId": {},
2162
2195
  "transitGatewayConfiguration": {
2163
- "shape": "S51"
2196
+ "shape": "S54"
2164
2197
  },
2165
2198
  "customDNSConfiguration": {
2166
- "shape": "S5e"
2199
+ "shape": "S5h"
2167
2200
  },
2168
2201
  "creationTimestamp": {
2169
2202
  "type": "timestamp"
@@ -2193,10 +2226,10 @@
2193
2226
  "locationName": "environmentId"
2194
2227
  },
2195
2228
  "transitGatewayConfiguration": {
2196
- "shape": "S51"
2229
+ "shape": "S54"
2197
2230
  },
2198
2231
  "customDNSConfiguration": {
2199
- "shape": "S5e"
2232
+ "shape": "S5h"
2200
2233
  },
2201
2234
  "clientToken": {
2202
2235
  "idempotencyToken": true
@@ -2218,10 +2251,10 @@
2218
2251
  "kmsKeyId": {},
2219
2252
  "dedicatedServiceAccountId": {},
2220
2253
  "transitGatewayConfiguration": {
2221
- "shape": "S51"
2254
+ "shape": "S54"
2222
2255
  },
2223
2256
  "customDNSConfiguration": {
2224
- "shape": "S5e"
2257
+ "shape": "S5h"
2225
2258
  },
2226
2259
  "creationTimestamp": {
2227
2260
  "type": "timestamp"
@@ -2325,7 +2358,7 @@
2325
2358
  "type": "timestamp"
2326
2359
  },
2327
2360
  "attachedClusters": {
2328
- "shape": "S5r"
2361
+ "shape": "S5u"
2329
2362
  }
2330
2363
  }
2331
2364
  }
@@ -2581,7 +2614,7 @@
2581
2614
  "type": "list",
2582
2615
  "member": {}
2583
2616
  },
2584
- "S4c": {
2617
+ "S4f": {
2585
2618
  "type": "structure",
2586
2619
  "members": {
2587
2620
  "name": {},
@@ -2600,7 +2633,7 @@
2600
2633
  }
2601
2634
  }
2602
2635
  },
2603
- "S4s": {
2636
+ "S4v": {
2604
2637
  "type": "list",
2605
2638
  "member": {
2606
2639
  "type": "structure",
@@ -2620,7 +2653,7 @@
2620
2653
  }
2621
2654
  }
2622
2655
  },
2623
- "S51": {
2656
+ "S54": {
2624
2657
  "type": "structure",
2625
2658
  "required": [
2626
2659
  "transitGatewayID",
@@ -2681,7 +2714,7 @@
2681
2714
  }
2682
2715
  }
2683
2716
  },
2684
- "S5e": {
2717
+ "S5h": {
2685
2718
  "type": "list",
2686
2719
  "member": {
2687
2720
  "type": "structure",
@@ -2695,11 +2728,11 @@
2695
2728
  }
2696
2729
  }
2697
2730
  },
2698
- "S5m": {
2731
+ "S5p": {
2699
2732
  "type": "list",
2700
2733
  "member": {}
2701
2734
  },
2702
- "S5r": {
2735
+ "S5u": {
2703
2736
  "type": "list",
2704
2737
  "member": {
2705
2738
  "type": "structure",
@@ -29,11 +29,11 @@ declare class BedrockAgentRuntime extends Service {
29
29
  */
30
30
  retrieve(callback?: (err: AWSError, data: BedrockAgentRuntime.Types.RetrieveResponse) => void): Request<BedrockAgentRuntime.Types.RetrieveResponse, AWSError>;
31
31
  /**
32
- * Queries a knowledge base and generates responses based on the retrieved results. The response cites up to five sources but only selects the ones that are relevant to the query. The numberOfResults field is currently unsupported for RetrieveAndGenerate. Don't include it in the vectorSearchConfiguration object.
32
+ * Queries a knowledge base and generates responses based on the retrieved results. The response cites up to five sources but only selects the ones that are relevant to the query.
33
33
  */
34
34
  retrieveAndGenerate(params: BedrockAgentRuntime.Types.RetrieveAndGenerateRequest, callback?: (err: AWSError, data: BedrockAgentRuntime.Types.RetrieveAndGenerateResponse) => void): Request<BedrockAgentRuntime.Types.RetrieveAndGenerateResponse, AWSError>;
35
35
  /**
36
- * Queries a knowledge base and generates responses based on the retrieved results. The response cites up to five sources but only selects the ones that are relevant to the query. The numberOfResults field is currently unsupported for RetrieveAndGenerate. Don't include it in the vectorSearchConfiguration object.
36
+ * Queries a knowledge base and generates responses based on the retrieved results. The response cites up to five sources but only selects the ones that are relevant to the query.
37
37
  */
38
38
  retrieveAndGenerate(callback?: (err: AWSError, data: BedrockAgentRuntime.Types.RetrieveAndGenerateResponse) => void): Request<BedrockAgentRuntime.Types.RetrieveAndGenerateResponse, AWSError>;
39
39
  }
@@ -137,6 +137,12 @@ declare namespace BedrockAgentRuntime {
137
137
  */
138
138
  textResponsePart?: TextResponsePart;
139
139
  }
140
+ export interface GenerationConfiguration {
141
+ /**
142
+ * Contains the template for the prompt that's sent to the model for response generation.
143
+ */
144
+ promptTemplate?: PromptTemplate;
145
+ }
140
146
  export interface InferenceConfiguration {
141
147
  /**
142
148
  * The maximum number of tokens allowed in the generated response.
@@ -208,7 +214,7 @@ declare namespace BedrockAgentRuntime {
208
214
  */
209
215
  sessionId: SessionId;
210
216
  /**
211
- * Contains parameters that specify various attributes of the session.
217
+ * Contains parameters that specify various attributes of the session. For more information, see Control session context.
212
218
  */
213
219
  sessionState?: SessionState;
214
220
  }
@@ -254,7 +260,7 @@ declare namespace BedrockAgentRuntime {
254
260
  export type KnowledgeBaseQueryTextString = string;
255
261
  export interface KnowledgeBaseRetrievalConfiguration {
256
262
  /**
257
- * Contains details about how the results from the vector search should be returned.
263
+ * Contains details about how the results from the vector search should be returned. For more information, see Query configurations.
258
264
  */
259
265
  vectorSearchConfiguration: KnowledgeBaseVectorSearchConfiguration;
260
266
  }
@@ -274,6 +280,10 @@ declare namespace BedrockAgentRuntime {
274
280
  }
275
281
  export type KnowledgeBaseRetrievalResults = KnowledgeBaseRetrievalResult[];
276
282
  export interface KnowledgeBaseRetrieveAndGenerateConfiguration {
283
+ /**
284
+ * Contains configurations for response generation based on the knowwledge base query results.
285
+ */
286
+ generationConfiguration?: GenerationConfiguration;
277
287
  /**
278
288
  * The unique identifier of the knowledge base that is queried and the foundation model used for generation.
279
289
  */
@@ -289,7 +299,7 @@ declare namespace BedrockAgentRuntime {
289
299
  }
290
300
  export interface KnowledgeBaseVectorSearchConfiguration {
291
301
  /**
292
- * The number of results to return. The numberOfResults field is currently unsupported for RetrieveAndGenerate. Don't include it in this field if you are sending a RetrieveAndGenerate request.
302
+ * The number of source chunks to retrieve.
293
303
  */
294
304
  numberOfResults?: KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger;
295
305
  /**
@@ -461,6 +471,12 @@ declare namespace BedrockAgentRuntime {
461
471
  modelInvocationOutput?: PreProcessingModelInvocationOutput;
462
472
  }
463
473
  export type PromptSessionAttributesMap = {[key: string]: String};
474
+ export interface PromptTemplate {
475
+ /**
476
+ * The template for the prompt that's sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template. For more information, see the following resources: Knowledge base prompt templates Use XML tags with Anthropic Claude models
477
+ */
478
+ textPromptTemplate?: TextPromptTemplate;
479
+ }
464
480
  export type PromptText = string;
465
481
  export type PromptType = "PRE_PROCESSING"|"ORCHESTRATION"|"KNOWLEDGE_BASE_RESPONSE_GENERATION"|"POST_PROCESSING"|string;
466
482
  export interface Rationale {
@@ -542,11 +558,11 @@ declare namespace BedrockAgentRuntime {
542
558
  }
543
559
  export interface RetrieveAndGenerateRequest {
544
560
  /**
545
- * Contains the query made to the knowledge base.
561
+ * Contains the query to be made to the knowledge base.
546
562
  */
547
563
  input: RetrieveAndGenerateInput;
548
564
  /**
549
- * Contains details about the resource being queried and the foundation model used for generation.
565
+ * Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.
550
566
  */
551
567
  retrieveAndGenerateConfiguration?: RetrieveAndGenerateConfiguration;
552
568
  /**
@@ -589,11 +605,11 @@ declare namespace BedrockAgentRuntime {
589
605
  */
590
606
  nextToken?: NextToken;
591
607
  /**
592
- * Contains details about how the results should be returned.
608
+ * Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.
593
609
  */
594
610
  retrievalConfiguration?: KnowledgeBaseRetrievalConfiguration;
595
611
  /**
596
- * The query to send the knowledge base.
612
+ * Contains the query to send the knowledge base.
597
613
  */
598
614
  retrievalQuery: KnowledgeBaseQuery;
599
615
  }
@@ -650,6 +666,7 @@ declare namespace BedrockAgentRuntime {
650
666
  export type StopSequences = String[];
651
667
  export type String = string;
652
668
  export type Temperature = number;
669
+ export type TextPromptTemplate = string;
653
670
  export interface TextResponsePart {
654
671
  /**
655
672
  * Contains information about where the text with a citation begins and ends in the generated output.
@@ -227,6 +227,14 @@ declare class CostExplorer extends Service {
227
227
  * Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
228
228
  */
229
229
  getUsageForecast(callback?: (err: AWSError, data: CostExplorer.Types.GetUsageForecastResponse) => void): Request<CostExplorer.Types.GetUsageForecastResponse, AWSError>;
230
+ /**
231
+ * Retrieves a list of your historical cost allocation tag backfill requests.
232
+ */
233
+ listCostAllocationTagBackfillHistory(params: CostExplorer.Types.ListCostAllocationTagBackfillHistoryRequest, callback?: (err: AWSError, data: CostExplorer.Types.ListCostAllocationTagBackfillHistoryResponse) => void): Request<CostExplorer.Types.ListCostAllocationTagBackfillHistoryResponse, AWSError>;
234
+ /**
235
+ * Retrieves a list of your historical cost allocation tag backfill requests.
236
+ */
237
+ listCostAllocationTagBackfillHistory(callback?: (err: AWSError, data: CostExplorer.Types.ListCostAllocationTagBackfillHistoryResponse) => void): Request<CostExplorer.Types.ListCostAllocationTagBackfillHistoryResponse, AWSError>;
230
238
  /**
231
239
  * Get a list of cost allocation tags. All inputs in the API are optional and serve as filters. By default, all cost allocation tags are returned.
232
240
  */
@@ -267,6 +275,14 @@ declare class CostExplorer extends Service {
267
275
  * Modifies the feedback property of a given cost anomaly.
268
276
  */
269
277
  provideAnomalyFeedback(callback?: (err: AWSError, data: CostExplorer.Types.ProvideAnomalyFeedbackResponse) => void): Request<CostExplorer.Types.ProvideAnomalyFeedbackResponse, AWSError>;
278
+ /**
279
+ * Request a cost allocation tag backfill. This will backfill the activation status (either active or inactive) for all tag keys from para:BackfillFrom up to the when this request is made. You can request a backfill once every 24 hours.
280
+ */
281
+ startCostAllocationTagBackfill(params: CostExplorer.Types.StartCostAllocationTagBackfillRequest, callback?: (err: AWSError, data: CostExplorer.Types.StartCostAllocationTagBackfillResponse) => void): Request<CostExplorer.Types.StartCostAllocationTagBackfillResponse, AWSError>;
282
+ /**
283
+ * Request a cost allocation tag backfill. This will backfill the activation status (either active or inactive) for all tag keys from para:BackfillFrom up to the when this request is made. You can request a backfill once every 24 hours.
284
+ */
285
+ startCostAllocationTagBackfill(callback?: (err: AWSError, data: CostExplorer.Types.StartCostAllocationTagBackfillResponse) => void): Request<CostExplorer.Types.StartCostAllocationTagBackfillResponse, AWSError>;
270
286
  /**
271
287
  * Requests a Savings Plans recommendation generation. This enables you to calculate a fresh set of Savings Plans recommendations that takes your latest usage data and current Savings Plans inventory into account. You can refresh Savings Plans recommendations up to three times daily for a consolidated billing family. StartSavingsPlansPurchaseRecommendationGeneration has no request syntax because no input parameters are needed to support this operation.
272
288
  */
@@ -489,6 +505,30 @@ declare namespace CostExplorer {
489
505
  */
490
506
  LastUsedDate?: ZonedDateTime;
491
507
  }
508
+ export interface CostAllocationTagBackfillRequest {
509
+ /**
510
+ * The date the backfill starts from.
511
+ */
512
+ BackfillFrom?: ZonedDateTime;
513
+ /**
514
+ * The time when the backfill was requested.
515
+ */
516
+ RequestedAt?: ZonedDateTime;
517
+ /**
518
+ * The backfill completion time.
519
+ */
520
+ CompletedAt?: ZonedDateTime;
521
+ /**
522
+ * The status of the cost allocation tag backfill request.
523
+ */
524
+ BackfillStatus?: CostAllocationTagBackfillStatus;
525
+ /**
526
+ * The time when the backfill status was last updated.
527
+ */
528
+ LastUpdatedAt?: ZonedDateTime;
529
+ }
530
+ export type CostAllocationTagBackfillRequestList = CostAllocationTagBackfillRequest[];
531
+ export type CostAllocationTagBackfillStatus = "SUCCEEDED"|"PROCESSING"|"FAILED"|string;
492
532
  export type CostAllocationTagKeyList = TagKey[];
493
533
  export type CostAllocationTagList = CostAllocationTag[];
494
534
  export type CostAllocationTagStatus = "Active"|"Inactive"|string;
@@ -2027,6 +2067,26 @@ declare namespace CostExplorer {
2027
2067
  }
2028
2068
  export type Key = string;
2029
2069
  export type Keys = Key[];
2070
+ export interface ListCostAllocationTagBackfillHistoryRequest {
2071
+ /**
2072
+ * The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
2073
+ */
2074
+ NextToken?: NextPageToken;
2075
+ /**
2076
+ * The maximum number of objects that are returned for this request.
2077
+ */
2078
+ MaxResults?: CostAllocationTagsMaxResults;
2079
+ }
2080
+ export interface ListCostAllocationTagBackfillHistoryResponse {
2081
+ /**
2082
+ * The list of historical cost allocation tag backfill requests.
2083
+ */
2084
+ BackfillRequests?: CostAllocationTagBackfillRequestList;
2085
+ /**
2086
+ * The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
2087
+ */
2088
+ NextToken?: NextPageToken;
2089
+ }
2030
2090
  export interface ListCostAllocationTagsRequest {
2031
2091
  /**
2032
2092
  * The status of cost allocation tag keys that are returned for this request.
@@ -3127,6 +3187,18 @@ declare namespace CostExplorer {
3127
3187
  export type SortDefinitionKey = string;
3128
3188
  export type SortDefinitions = SortDefinition[];
3129
3189
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
3190
+ export interface StartCostAllocationTagBackfillRequest {
3191
+ /**
3192
+ * The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.
3193
+ */
3194
+ BackfillFrom: ZonedDateTime;
3195
+ }
3196
+ export interface StartCostAllocationTagBackfillResponse {
3197
+ /**
3198
+ * An object containing detailed metadata of your new backfill request.
3199
+ */
3200
+ BackfillRequest?: CostAllocationTagBackfillRequest;
3201
+ }
3130
3202
  export interface StartSavingsPlansPurchaseRecommendationGenerationRequest {
3131
3203
  }
3132
3204
  export interface StartSavingsPlansPurchaseRecommendationGenerationResponse {
package/clients/ec2.d.ts CHANGED
@@ -31149,7 +31149,13 @@ declare namespace EC2 {
31149
31149
  TotalNeuronDeviceMemoryInMiB?: TotalNeuronMemory;
31150
31150
  }
31151
31151
  export interface NewDhcpConfiguration {
31152
+ /**
31153
+ * The name of a DHCP option.
31154
+ */
31152
31155
  Key?: String;
31156
+ /**
31157
+ * The values for the DHCP option.
31158
+ */
31153
31159
  Values?: ValueStringList;
31154
31160
  }
31155
31161
  export type NewDhcpConfigurationList = NewDhcpConfiguration[];
@@ -35104,7 +35110,7 @@ declare namespace EC2 {
35104
35110
  */
35105
35111
  Filters: FilterList;
35106
35112
  /**
35107
- * The maximum number of routes to return. If a value is not provided, the default is 1000.
35113
+ * The maximum number of routes to return.
35108
35114
  */
35109
35115
  MaxResults?: TransitGatewayMaxResults;
35110
35116
  /**