cdk-lambda-subminute 2.0.389 → 2.0.391
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +387 -115
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +28 -21
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +140 -105
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +209 -62
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +61 -61
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +12 -12
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +190 -86
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +268 -186
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +518 -516
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1115 -1099
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +3 -7
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +126 -123
- package/node_modules/aws-sdk/clients/batch.d.ts +395 -36
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +7 -1
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +40 -0
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +253 -112
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +11 -10
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +107 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +141 -8
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +39 -10
- package/node_modules/aws-sdk/clients/securitylake.d.ts +9 -5
- package/node_modules/aws-sdk/clients/wafv2.d.ts +5 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +216 -181
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -186,12 +186,17 @@ declare namespace BedrockAgentRuntime {
|
|
186
186
|
export interface KnowledgeBaseRetrieveAndGenerateConfiguration {
|
187
187
|
knowledgeBaseId: KnowledgeBaseId;
|
188
188
|
modelArn: BedrockModelArn;
|
189
|
+
retrievalConfiguration?: KnowledgeBaseRetrievalConfiguration;
|
189
190
|
}
|
190
191
|
export interface KnowledgeBaseVectorSearchConfiguration {
|
191
192
|
/**
|
192
193
|
* Top-K results to retrieve from knowledge base.
|
193
194
|
*/
|
194
|
-
numberOfResults
|
195
|
+
numberOfResults?: KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger;
|
196
|
+
/**
|
197
|
+
* Override the type of query to be performed on data store
|
198
|
+
*/
|
199
|
+
overrideSearchType?: SearchType;
|
195
200
|
}
|
196
201
|
export type KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger = number;
|
197
202
|
export type LambdaArn = string;
|
@@ -358,6 +363,7 @@ declare namespace BedrockAgentRuntime {
|
|
358
363
|
location?: RetrievalResultLocation;
|
359
364
|
}
|
360
365
|
export type RetrievedReferences = RetrievedReference[];
|
366
|
+
export type SearchType = "HYBRID"|"SEMANTIC"|string;
|
361
367
|
export interface ServiceQuotaExceededException {
|
362
368
|
message?: NonBlankString;
|
363
369
|
}
|
@@ -91,6 +91,14 @@ declare class CostExplorer extends Service {
|
|
91
91
|
* Retrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
|
92
92
|
*/
|
93
93
|
getAnomalySubscriptions(callback?: (err: AWSError, data: CostExplorer.Types.GetAnomalySubscriptionsResponse) => void): Request<CostExplorer.Types.GetAnomalySubscriptionsResponse, AWSError>;
|
94
|
+
/**
|
95
|
+
* Retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
|
96
|
+
*/
|
97
|
+
getApproximateUsageRecords(params: CostExplorer.Types.GetApproximateUsageRecordsRequest, callback?: (err: AWSError, data: CostExplorer.Types.GetApproximateUsageRecordsResponse) => void): Request<CostExplorer.Types.GetApproximateUsageRecordsResponse, AWSError>;
|
98
|
+
/**
|
99
|
+
* Retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
|
100
|
+
*/
|
101
|
+
getApproximateUsageRecords(callback?: (err: AWSError, data: CostExplorer.Types.GetApproximateUsageRecordsResponse) => void): Request<CostExplorer.Types.GetApproximateUsageRecordsResponse, AWSError>;
|
94
102
|
/**
|
95
103
|
* Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric that you want the request to return. For example, you can specify BlendedCosts or UsageQuantity. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in Organizations have access to all member accounts. For information about filter limitations, see Quotas and restrictions in the Billing and Cost Management User Guide.
|
96
104
|
*/
|
@@ -452,6 +460,8 @@ declare namespace CostExplorer {
|
|
452
460
|
}
|
453
461
|
export type AnomalySubscriptionFrequency = "DAILY"|"IMMEDIATE"|"WEEKLY"|string;
|
454
462
|
export type AnomalySubscriptions = AnomalySubscription[];
|
463
|
+
export type ApproximateUsageRecordsPerService = {[key: string]: NonNegativeLong};
|
464
|
+
export type ApproximationDimension = "SERVICE"|"RESOURCE"|string;
|
455
465
|
export type Arn = string;
|
456
466
|
export type AttributeType = string;
|
457
467
|
export type AttributeValue = string;
|
@@ -1262,6 +1272,34 @@ declare namespace CostExplorer {
|
|
1262
1272
|
*/
|
1263
1273
|
NextPageToken?: NextPageToken;
|
1264
1274
|
}
|
1275
|
+
export interface GetApproximateUsageRecordsRequest {
|
1276
|
+
/**
|
1277
|
+
* How granular you want the data to be. You can enable data at hourly or daily granularity.
|
1278
|
+
*/
|
1279
|
+
Granularity: Granularity;
|
1280
|
+
/**
|
1281
|
+
* The service metadata for the service or services you want to query. If not specified, all elements are returned.
|
1282
|
+
*/
|
1283
|
+
Services?: UsageServices;
|
1284
|
+
/**
|
1285
|
+
* The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data.
|
1286
|
+
*/
|
1287
|
+
ApproximationDimension: ApproximationDimension;
|
1288
|
+
}
|
1289
|
+
export interface GetApproximateUsageRecordsResponse {
|
1290
|
+
/**
|
1291
|
+
* The service metadata for the service or services in the response.
|
1292
|
+
*/
|
1293
|
+
Services?: ApproximateUsageRecordsPerService;
|
1294
|
+
/**
|
1295
|
+
* The total number of usage records for all services in the services list.
|
1296
|
+
*/
|
1297
|
+
TotalRecords?: NonNegativeLong;
|
1298
|
+
/**
|
1299
|
+
* The lookback period that's used for the estimation.
|
1300
|
+
*/
|
1301
|
+
LookbackPeriod?: DateInterval;
|
1302
|
+
}
|
1265
1303
|
export interface GetCostAndUsageRequest {
|
1266
1304
|
/**
|
1267
1305
|
* Sets the start date and end date for retrieving Amazon Web Services costs. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.
|
@@ -2158,6 +2196,7 @@ declare namespace CostExplorer {
|
|
2158
2196
|
}
|
2159
2197
|
export type NextPageToken = string;
|
2160
2198
|
export type NonNegativeInteger = number;
|
2199
|
+
export type NonNegativeLong = number;
|
2161
2200
|
export type NullableNonNegativeDouble = number;
|
2162
2201
|
export type NumericOperator = "EQUAL"|"GREATER_THAN_OR_EQUAL"|"LESS_THAN_OR_EQUAL"|"GREATER_THAN"|"LESS_THAN"|"BETWEEN"|string;
|
2163
2202
|
export type OfferingClass = "STANDARD"|"CONVERTIBLE"|string;
|
@@ -3338,6 +3377,7 @@ declare namespace CostExplorer {
|
|
3338
3377
|
*/
|
3339
3378
|
EffectiveStart?: ZonedDateTime;
|
3340
3379
|
}
|
3380
|
+
export type UsageServices = GenericString[];
|
3341
3381
|
export interface UtilizationByTime {
|
3342
3382
|
/**
|
3343
3383
|
* The period of time that this utilization was used for.
|