cdk-lambda-subminute 2.0.450 → 2.0.452
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/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceId": "TaxSettings",
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"signingName": "tax",
|
15
|
-
"uid": "taxsettings-2018-05-10"
|
15
|
+
"uid": "taxsettings-2018-05-10",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"BatchDeleteTaxRegistration": {
|
@@ -14,7 +14,10 @@
|
|
14
14
|
"signatureVersion": "v4",
|
15
15
|
"signingName": "timestream",
|
16
16
|
"targetPrefix": "Timestream_20181101",
|
17
|
-
"uid": "timestream-query-2018-11-01"
|
17
|
+
"uid": "timestream-query-2018-11-01",
|
18
|
+
"auth": [
|
19
|
+
"aws.auth#sigv4"
|
20
|
+
]
|
18
21
|
},
|
19
22
|
"operations": {
|
20
23
|
"CancelQuery": {
|
@@ -197,29 +197,29 @@ declare class ACMPCA extends Service {
|
|
197
197
|
*/
|
198
198
|
updateCertificateAuthority(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
199
199
|
/**
|
200
|
-
* Waits for the
|
201
|
-
*/
|
202
|
-
waitFor(state: "auditReportCreated", params: ACMPCA.Types.DescribeCertificateAuthorityAuditReportRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse) => void): Request<ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse, AWSError>;
|
203
|
-
/**
|
204
|
-
* Waits for the auditReportCreated state by periodically calling the underlying ACMPCA.describeCertificateAuthorityAuditReportoperation every 3 seconds (at most 40 times). Wait until a Audit Report is created
|
205
|
-
*/
|
206
|
-
waitFor(state: "auditReportCreated", callback?: (err: AWSError, data: ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse) => void): Request<ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse, AWSError>;
|
207
|
-
/**
|
208
|
-
* Waits for the certificateAuthorityCSRCreated state by periodically calling the underlying ACMPCA.getCertificateAuthorityCsroperation every 3 seconds (at most 40 times). Wait until a Certificate Authority CSR is created
|
200
|
+
* Waits for the certificateAuthorityCSRCreated state by periodically calling the underlying ACMPCA.getCertificateAuthorityCsroperation every 3 seconds (at most 60 times). Wait until a Certificate Authority CSR is created
|
209
201
|
*/
|
210
202
|
waitFor(state: "certificateAuthorityCSRCreated", params: ACMPCA.Types.GetCertificateAuthorityCsrRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: ACMPCA.Types.GetCertificateAuthorityCsrResponse) => void): Request<ACMPCA.Types.GetCertificateAuthorityCsrResponse, AWSError>;
|
211
203
|
/**
|
212
|
-
* Waits for the certificateAuthorityCSRCreated state by periodically calling the underlying ACMPCA.getCertificateAuthorityCsroperation every 3 seconds (at most
|
204
|
+
* Waits for the certificateAuthorityCSRCreated state by periodically calling the underlying ACMPCA.getCertificateAuthorityCsroperation every 3 seconds (at most 60 times). Wait until a Certificate Authority CSR is created
|
213
205
|
*/
|
214
206
|
waitFor(state: "certificateAuthorityCSRCreated", callback?: (err: AWSError, data: ACMPCA.Types.GetCertificateAuthorityCsrResponse) => void): Request<ACMPCA.Types.GetCertificateAuthorityCsrResponse, AWSError>;
|
215
207
|
/**
|
216
|
-
* Waits for the certificateIssued state by periodically calling the underlying ACMPCA.getCertificateoperation every 1 seconds (at most
|
208
|
+
* Waits for the certificateIssued state by periodically calling the underlying ACMPCA.getCertificateoperation every 1 seconds (at most 60 times). Wait until a certificate is issued
|
217
209
|
*/
|
218
210
|
waitFor(state: "certificateIssued", params: ACMPCA.Types.GetCertificateRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: ACMPCA.Types.GetCertificateResponse) => void): Request<ACMPCA.Types.GetCertificateResponse, AWSError>;
|
219
211
|
/**
|
220
|
-
* Waits for the certificateIssued state by periodically calling the underlying ACMPCA.getCertificateoperation every 1 seconds (at most
|
212
|
+
* Waits for the certificateIssued state by periodically calling the underlying ACMPCA.getCertificateoperation every 1 seconds (at most 60 times). Wait until a certificate is issued
|
221
213
|
*/
|
222
214
|
waitFor(state: "certificateIssued", callback?: (err: AWSError, data: ACMPCA.Types.GetCertificateResponse) => void): Request<ACMPCA.Types.GetCertificateResponse, AWSError>;
|
215
|
+
/**
|
216
|
+
* Waits for the auditReportCreated state by periodically calling the underlying ACMPCA.describeCertificateAuthorityAuditReportoperation every 3 seconds (at most 60 times). Wait until a Audit Report is created
|
217
|
+
*/
|
218
|
+
waitFor(state: "auditReportCreated", params: ACMPCA.Types.DescribeCertificateAuthorityAuditReportRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse) => void): Request<ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse, AWSError>;
|
219
|
+
/**
|
220
|
+
* Waits for the auditReportCreated state by periodically calling the underlying ACMPCA.describeCertificateAuthorityAuditReportoperation every 3 seconds (at most 60 times). Wait until a Audit Report is created
|
221
|
+
*/
|
222
|
+
waitFor(state: "auditReportCreated", callback?: (err: AWSError, data: ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse) => void): Request<ACMPCA.Types.DescribeCertificateAuthorityAuditReportResponse, AWSError>;
|
223
223
|
}
|
224
224
|
declare namespace ACMPCA {
|
225
225
|
export type ASN1PrintableString64 = string;
|
@@ -104,7 +104,6 @@ export import DAX = require('./dax');
|
|
104
104
|
export import MigrationHub = require('./migrationhub');
|
105
105
|
export import CloudHSMV2 = require('./cloudhsmv2');
|
106
106
|
export import Glue = require('./glue');
|
107
|
-
export import Mobile = require('./mobile');
|
108
107
|
export import Pricing = require('./pricing');
|
109
108
|
export import CostExplorer = require('./costexplorer');
|
110
109
|
export import MediaConvert = require('./mediaconvert');
|
@@ -106,7 +106,6 @@ module.exports = {
|
|
106
106
|
MigrationHub: require('./migrationhub'),
|
107
107
|
CloudHSMV2: require('./cloudhsmv2'),
|
108
108
|
Glue: require('./glue'),
|
109
|
-
Mobile: require('./mobile'),
|
110
109
|
Pricing: require('./pricing'),
|
111
110
|
CostExplorer: require('./costexplorer'),
|
112
111
|
MediaConvert: require('./mediaconvert'),
|
@@ -388,7 +388,7 @@ declare namespace ApplicationAutoScaling {
|
|
388
388
|
export type MetricNamespace = string;
|
389
389
|
export type MetricScale = number;
|
390
390
|
export type MetricStatistic = "Average"|"Minimum"|"Maximum"|"SampleCount"|"Sum"|string;
|
391
|
-
export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|string;
|
391
|
+
export type MetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution"|"SageMakerVariantConcurrentRequestsPerModelHighResolution"|string;
|
392
392
|
export type MetricUnit = string;
|
393
393
|
export type MinAdjustmentMagnitude = number;
|
394
394
|
export interface NotScaledReason {
|
@@ -232,11 +232,11 @@ declare namespace ApplicationSignals {
|
|
232
232
|
export type DurationUnit = "DAY"|"MONTH"|string;
|
233
233
|
export interface GetServiceInput {
|
234
234
|
/**
|
235
|
-
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
235
|
+
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
236
236
|
*/
|
237
237
|
StartTime: Timestamp;
|
238
238
|
/**
|
239
|
-
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
239
|
+
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
240
240
|
*/
|
241
241
|
EndTime: Timestamp;
|
242
242
|
/**
|
@@ -262,13 +262,17 @@ declare namespace ApplicationSignals {
|
|
262
262
|
*/
|
263
263
|
Service: Service;
|
264
264
|
/**
|
265
|
-
* The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.
|
265
|
+
* The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
266
266
|
*/
|
267
267
|
StartTime: Timestamp;
|
268
268
|
/**
|
269
|
-
* The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.
|
269
|
+
* The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
270
270
|
*/
|
271
271
|
EndTime: Timestamp;
|
272
|
+
/**
|
273
|
+
* An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields: "Type": "AWS::Resource" "ResourceType": "AWS::Logs::LogGroup" "Identifier": "name-of-log-group"
|
274
|
+
*/
|
275
|
+
LogGroupReferences?: LogGroupReferences;
|
272
276
|
}
|
273
277
|
export interface Goal {
|
274
278
|
/**
|
@@ -298,11 +302,11 @@ declare namespace ApplicationSignals {
|
|
298
302
|
export type KeyAttributeValue = string;
|
299
303
|
export interface ListServiceDependenciesInput {
|
300
304
|
/**
|
301
|
-
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
305
|
+
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
302
306
|
*/
|
303
307
|
StartTime: Timestamp;
|
304
308
|
/**
|
305
|
-
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
309
|
+
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested end time will be rounded to the nearest hour.
|
306
310
|
*/
|
307
311
|
EndTime: Timestamp;
|
308
312
|
/**
|
@@ -321,11 +325,11 @@ declare namespace ApplicationSignals {
|
|
321
325
|
export type ListServiceDependenciesMaxResults = number;
|
322
326
|
export interface ListServiceDependenciesOutput {
|
323
327
|
/**
|
324
|
-
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
328
|
+
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
325
329
|
*/
|
326
330
|
StartTime: Timestamp;
|
327
331
|
/**
|
328
|
-
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
332
|
+
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
329
333
|
*/
|
330
334
|
EndTime: Timestamp;
|
331
335
|
/**
|
@@ -339,11 +343,11 @@ declare namespace ApplicationSignals {
|
|
339
343
|
}
|
340
344
|
export interface ListServiceDependentsInput {
|
341
345
|
/**
|
342
|
-
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
346
|
+
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
343
347
|
*/
|
344
348
|
StartTime: Timestamp;
|
345
349
|
/**
|
346
|
-
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
350
|
+
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
347
351
|
*/
|
348
352
|
EndTime: Timestamp;
|
349
353
|
/**
|
@@ -362,11 +366,11 @@ declare namespace ApplicationSignals {
|
|
362
366
|
export type ListServiceDependentsMaxResults = number;
|
363
367
|
export interface ListServiceDependentsOutput {
|
364
368
|
/**
|
365
|
-
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
369
|
+
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
366
370
|
*/
|
367
371
|
StartTime: Timestamp;
|
368
372
|
/**
|
369
|
-
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
373
|
+
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
370
374
|
*/
|
371
375
|
EndTime: Timestamp;
|
372
376
|
/**
|
@@ -410,11 +414,11 @@ declare namespace ApplicationSignals {
|
|
410
414
|
export type ListServiceOperationMaxResults = number;
|
411
415
|
export interface ListServiceOperationsInput {
|
412
416
|
/**
|
413
|
-
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
417
|
+
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
414
418
|
*/
|
415
419
|
StartTime: Timestamp;
|
416
420
|
/**
|
417
|
-
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
421
|
+
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested end time will be rounded to the nearest hour.
|
418
422
|
*/
|
419
423
|
EndTime: Timestamp;
|
420
424
|
/**
|
@@ -432,11 +436,11 @@ declare namespace ApplicationSignals {
|
|
432
436
|
}
|
433
437
|
export interface ListServiceOperationsOutput {
|
434
438
|
/**
|
435
|
-
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
439
|
+
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
436
440
|
*/
|
437
441
|
StartTime: Timestamp;
|
438
442
|
/**
|
439
|
-
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
443
|
+
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
440
444
|
*/
|
441
445
|
EndTime: Timestamp;
|
442
446
|
/**
|
@@ -450,11 +454,11 @@ declare namespace ApplicationSignals {
|
|
450
454
|
}
|
451
455
|
export interface ListServicesInput {
|
452
456
|
/**
|
453
|
-
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
457
|
+
* The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
454
458
|
*/
|
455
459
|
StartTime: Timestamp;
|
456
460
|
/**
|
457
|
-
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
461
|
+
* The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 Your requested start time will be rounded to the nearest hour.
|
458
462
|
*/
|
459
463
|
EndTime: Timestamp;
|
460
464
|
/**
|
@@ -469,11 +473,11 @@ declare namespace ApplicationSignals {
|
|
469
473
|
export type ListServicesMaxResults = number;
|
470
474
|
export interface ListServicesOutput {
|
471
475
|
/**
|
472
|
-
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
476
|
+
* The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
473
477
|
*/
|
474
478
|
StartTime: Timestamp;
|
475
479
|
/**
|
476
|
-
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057
|
480
|
+
* The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057 This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.
|
477
481
|
*/
|
478
482
|
EndTime: Timestamp;
|
479
483
|
/**
|
@@ -497,6 +501,7 @@ declare namespace ApplicationSignals {
|
|
497
501
|
*/
|
498
502
|
Tags?: TagList;
|
499
503
|
}
|
504
|
+
export type LogGroupReferences = Attributes[];
|
500
505
|
export interface Metric {
|
501
506
|
/**
|
502
507
|
* The namespace of the metric. For more information, see Namespaces.
|
@@ -614,6 +619,10 @@ declare namespace ApplicationSignals {
|
|
614
619
|
* An array of structures that each contain information about one metric associated with this service.
|
615
620
|
*/
|
616
621
|
MetricReferences: MetricReferences;
|
622
|
+
/**
|
623
|
+
* An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields: "Type": "AWS::Resource" "ResourceType": "AWS::Logs::LogGroup" "Identifier": "name-of-log-group"
|
624
|
+
*/
|
625
|
+
LogGroupReferences?: LogGroupReferences;
|
617
626
|
}
|
618
627
|
export type ServiceDependencies = ServiceDependency[];
|
619
628
|
export interface ServiceDependency {
|
@@ -21,19 +21,19 @@ declare class BedrockRuntime extends Service {
|
|
21
21
|
*/
|
22
22
|
applyGuardrail(callback?: (err: AWSError, data: BedrockRuntime.Types.ApplyGuardrailResponse) => void): Request<BedrockRuntime.Types.ApplyGuardrailResponse, AWSError>;
|
23
23
|
/**
|
24
|
-
* Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models.
|
24
|
+
* Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
|
25
25
|
*/
|
26
26
|
converse(params: BedrockRuntime.Types.ConverseRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseResponse) => void): Request<BedrockRuntime.Types.ConverseResponse, AWSError>;
|
27
27
|
/**
|
28
|
-
* Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models.
|
28
|
+
* Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action.
|
29
29
|
*/
|
30
30
|
converse(callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseResponse) => void): Request<BedrockRuntime.Types.ConverseResponse, AWSError>;
|
31
31
|
/**
|
32
|
-
* Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
|
32
|
+
* Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including ConverseStream. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
|
33
33
|
*/
|
34
34
|
converseStream(params: BedrockRuntime.Types.ConverseStreamRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseStreamResponse) => void): Request<BedrockRuntime.Types.ConverseStreamResponse, AWSError>;
|
35
35
|
/**
|
36
|
-
* Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
|
36
|
+
* Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including ConverseStream. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Conversation streaming example in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
|
37
37
|
*/
|
38
38
|
converseStream(callback?: (err: AWSError, data: BedrockRuntime.Types.ConverseStreamResponse) => void): Request<BedrockRuntime.Types.ConverseStreamResponse, AWSError>;
|
39
39
|
/**
|
@@ -45,11 +45,11 @@ declare class BedrockRuntime extends Service {
|
|
45
45
|
*/
|
46
46
|
invokeModel(callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelResponse) => void): Request<BedrockRuntime.Types.InvokeModelResponse, AWSError>;
|
47
47
|
/**
|
48
|
-
* Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
|
48
|
+
* Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
|
49
49
|
*/
|
50
50
|
invokeModelWithResponseStream(params: BedrockRuntime.Types.InvokeModelWithResponseStreamRequest, callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelWithResponseStreamResponse) => void): Request<BedrockRuntime.Types.InvokeModelWithResponseStreamResponse, AWSError>;
|
51
51
|
/**
|
52
|
-
* Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
|
52
|
+
* Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream. To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response. The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeModelWithResponseStream. For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide. This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
|
53
53
|
*/
|
54
54
|
invokeModelWithResponseStream(callback?: (err: AWSError, data: BedrockRuntime.Types.InvokeModelWithResponseStreamResponse) => void): Request<BedrockRuntime.Types.InvokeModelWithResponseStreamResponse, AWSError>;
|
55
55
|
}
|
@@ -260,7 +260,7 @@ declare namespace BedrockRuntime {
|
|
260
260
|
*/
|
261
261
|
latencyMs: Long;
|
262
262
|
}
|
263
|
-
export type ConverseStreamOutput = EventStream<{messageStart?:MessageStartEvent,contentBlockStart?:ContentBlockStartEvent,contentBlockDelta?:ContentBlockDeltaEvent,contentBlockStop?:ContentBlockStopEvent,messageStop?:MessageStopEvent,metadata?:ConverseStreamMetadataEvent,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException}>;
|
263
|
+
export type ConverseStreamOutput = EventStream<{messageStart?:MessageStartEvent,contentBlockStart?:ContentBlockStartEvent,contentBlockDelta?:ContentBlockDeltaEvent,contentBlockStop?:ContentBlockStopEvent,messageStop?:MessageStopEvent,metadata?:ConverseStreamMetadataEvent,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,serviceUnavailableException?:ServiceUnavailableException}>;
|
264
264
|
export interface ConverseStreamRequest {
|
265
265
|
/**
|
266
266
|
* The ID for the model. The modelId to provide depends on the type of model that you use: If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide. If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide. If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
|
@@ -832,7 +832,10 @@ declare namespace BedrockRuntime {
|
|
832
832
|
*/
|
833
833
|
bytes?: PartBody;
|
834
834
|
}
|
835
|
-
export type ResponseStream = EventStream<{chunk?:PayloadPart,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,modelTimeoutException?:ModelTimeoutException}>;
|
835
|
+
export type ResponseStream = EventStream<{chunk?:PayloadPart,internalServerException?:InternalServerException,modelStreamErrorException?:ModelStreamErrorException,validationException?:ValidationException,throttlingException?:ThrottlingException,modelTimeoutException?:ModelTimeoutException,serviceUnavailableException?:ServiceUnavailableException}>;
|
836
|
+
export interface ServiceUnavailableException {
|
837
|
+
message?: NonBlankString;
|
838
|
+
}
|
836
839
|
export interface SpecificToolChoice {
|
837
840
|
/**
|
838
841
|
* The name of the tool that the model must request.
|