aws-sdk 2.1607.0 → 2.1609.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 +1 -1
- package/apis/amplify-2017-07-25.min.json +3 -0
- package/apis/codepipeline-2015-07-09.min.json +135 -75
- package/apis/connectcampaigns-2021-01-30.min.json +6 -0
- package/apis/connectcases-2022-10-03.min.json +184 -63
- package/apis/entitlement.marketplace-2017-01-11.min.json +3 -0
- package/apis/inspector2-2020-06-08.min.json +99 -74
- package/apis/oam-2022-06-10.min.json +68 -27
- package/apis/rds-2014-10-31.min.json +6 -0
- package/apis/support-2013-04-15.min.json +3 -0
- package/apis/timestream-query-2018-11-01.min.json +71 -23
- package/apis/transcribe-2017-10-26.min.json +101 -76
- package/apis/trustedadvisor-2022-09-15.min.json +107 -46
- package/clients/amplify.d.ts +2 -1
- package/clients/codepipeline.d.ts +87 -1
- package/clients/cognitoidentityserviceprovider.d.ts +24 -24
- package/clients/connectcampaigns.d.ts +4 -0
- package/clients/connectcases.d.ts +98 -0
- package/clients/inspector2.d.ts +44 -3
- package/clients/oam.d.ts +61 -17
- package/clients/rds.d.ts +8 -0
- package/clients/timestreamquery.d.ts +54 -0
- package/clients/transcribeservice.d.ts +32 -0
- package/clients/trustedadvisor.d.ts +66 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +144 -78
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/oam.d.ts
CHANGED
@@ -12,19 +12,19 @@ declare class OAM extends Service {
|
|
12
12
|
constructor(options?: OAM.Types.ClientConfiguration)
|
13
13
|
config: Config & OAM.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates a link between a source account and a sink that you have created in a monitoring account. Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts. For more information, see CreateSink and PutSinkPolicy. Each monitoring account can be linked to as many as 100,000 source accounts. Each source account can be linked to as many as five monitoring accounts.
|
15
|
+
* Creates a link between a source account and a sink that you have created in a monitoring account. After the link is created, data is sent from the source account to the monitoring account. When you create a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account. Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts. For more information, see CreateSink and PutSinkPolicy. Each monitoring account can be linked to as many as 100,000 source accounts. Each source account can be linked to as many as five monitoring accounts.
|
16
16
|
*/
|
17
17
|
createLink(params: OAM.Types.CreateLinkInput, callback?: (err: AWSError, data: OAM.Types.CreateLinkOutput) => void): Request<OAM.Types.CreateLinkOutput, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates a link between a source account and a sink that you have created in a monitoring account. Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts. For more information, see CreateSink and PutSinkPolicy. Each monitoring account can be linked to as many as 100,000 source accounts. Each source account can be linked to as many as five monitoring accounts.
|
19
|
+
* Creates a link between a source account and a sink that you have created in a monitoring account. After the link is created, data is sent from the source account to the monitoring account. When you create a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account. Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts. For more information, see CreateSink and PutSinkPolicy. Each monitoring account can be linked to as many as 100,000 source accounts. Each source account can be linked to as many as five monitoring accounts.
|
20
20
|
*/
|
21
21
|
createLink(callback?: (err: AWSError, data: OAM.Types.CreateLinkOutput) => void): Request<OAM.Types.CreateLinkOutput, AWSError>;
|
22
22
|
/**
|
23
|
-
* Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data. After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy. Each account can contain one sink. If you delete a sink, you can then create a new one in that
|
23
|
+
* Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data. After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy. Each account can contain one sink per Region. If you delete a sink, you can then create a new one in that Region.
|
24
24
|
*/
|
25
25
|
createSink(params: OAM.Types.CreateSinkInput, callback?: (err: AWSError, data: OAM.Types.CreateSinkOutput) => void): Request<OAM.Types.CreateSinkOutput, AWSError>;
|
26
26
|
/**
|
27
|
-
* Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data. After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy. Each account can contain one sink. If you delete a sink, you can then create a new one in that
|
27
|
+
* Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data. After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy. Each account can contain one sink per Region. If you delete a sink, you can then create a new one in that Region.
|
28
28
|
*/
|
29
29
|
createSink(callback?: (err: AWSError, data: OAM.Types.CreateSinkOutput) => void): Request<OAM.Types.CreateSinkOutput, AWSError>;
|
30
30
|
/**
|
@@ -124,11 +124,11 @@ declare class OAM extends Service {
|
|
124
124
|
*/
|
125
125
|
untagResource(callback?: (err: AWSError, data: OAM.Types.UntagResourceOutput) => void): Request<OAM.Types.UntagResourceOutput, AWSError>;
|
126
126
|
/**
|
127
|
-
* Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation. To update the list of tags associated with the sink, use TagResource.
|
127
|
+
* Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation. When you update a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account. To update the list of tags associated with the sink, use TagResource.
|
128
128
|
*/
|
129
129
|
updateLink(params: OAM.Types.UpdateLinkInput, callback?: (err: AWSError, data: OAM.Types.UpdateLinkOutput) => void): Request<OAM.Types.UpdateLinkOutput, AWSError>;
|
130
130
|
/**
|
131
|
-
* Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation. To update the list of tags associated with the sink, use TagResource.
|
131
|
+
* Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation. When you update a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account. To update the list of tags associated with the sink, use TagResource.
|
132
132
|
*/
|
133
133
|
updateLink(callback?: (err: AWSError, data: OAM.Types.UpdateLinkOutput) => void): Request<OAM.Types.UpdateLinkOutput, AWSError>;
|
134
134
|
}
|
@@ -139,6 +139,10 @@ declare namespace OAM {
|
|
139
139
|
* Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account. You can use a custom label or use the following variables: $AccountName is the name of the account $AccountEmail is the globally unique email address of the account $AccountEmailNoDomain is the email address of the account without the domain name
|
140
140
|
*/
|
141
141
|
LabelTemplate: LabelTemplate;
|
142
|
+
/**
|
143
|
+
* Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
|
144
|
+
*/
|
145
|
+
LinkConfiguration?: LinkConfiguration;
|
142
146
|
/**
|
143
147
|
* An array of strings that define which types of data that the source account shares with the monitoring account.
|
144
148
|
*/
|
@@ -169,6 +173,10 @@ declare namespace OAM {
|
|
169
173
|
* The exact label template that you specified, with the variables not resolved.
|
170
174
|
*/
|
171
175
|
LabelTemplate?: String;
|
176
|
+
/**
|
177
|
+
* This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.
|
178
|
+
*/
|
179
|
+
LinkConfiguration?: LinkConfiguration;
|
172
180
|
/**
|
173
181
|
* The resource types supported by this link.
|
174
182
|
*/
|
@@ -249,6 +257,10 @@ declare namespace OAM {
|
|
249
257
|
* The exact label template that was specified when the link was created, with the template variables not resolved.
|
250
258
|
*/
|
251
259
|
LabelTemplate?: String;
|
260
|
+
/**
|
261
|
+
* This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.
|
262
|
+
*/
|
263
|
+
LinkConfiguration?: LinkConfiguration;
|
252
264
|
/**
|
253
265
|
* The resource types supported by this link.
|
254
266
|
*/
|
@@ -293,6 +305,10 @@ declare namespace OAM {
|
|
293
305
|
SinkIdentifier: ResourceIdentifier;
|
294
306
|
}
|
295
307
|
export interface GetSinkPolicyOutput {
|
308
|
+
/**
|
309
|
+
* The policy that you specified, in JSON format.
|
310
|
+
*/
|
311
|
+
Policy?: String;
|
296
312
|
/**
|
297
313
|
* The ARN of the sink.
|
298
314
|
*/
|
@@ -301,12 +317,18 @@ declare namespace OAM {
|
|
301
317
|
* The random ID string that Amazon Web Services generated as part of the sink ARN.
|
302
318
|
*/
|
303
319
|
SinkId?: String;
|
320
|
+
}
|
321
|
+
export type LabelTemplate = string;
|
322
|
+
export interface LinkConfiguration {
|
304
323
|
/**
|
305
|
-
*
|
324
|
+
* Use this structure to filter which log groups are to send log events from the source account to the monitoring account.
|
306
325
|
*/
|
307
|
-
|
326
|
+
LogGroupConfiguration?: LogGroupConfiguration;
|
327
|
+
/**
|
328
|
+
* Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
|
329
|
+
*/
|
330
|
+
MetricConfiguration?: MetricConfiguration;
|
308
331
|
}
|
309
|
-
export type LabelTemplate = string;
|
310
332
|
export interface ListAttachedLinksInput {
|
311
333
|
/**
|
312
334
|
* Limits the number of returned links to the specified number.
|
@@ -439,18 +461,36 @@ declare namespace OAM {
|
|
439
461
|
*/
|
440
462
|
Tags?: TagMapOutput;
|
441
463
|
}
|
442
|
-
export
|
443
|
-
export interface PutSinkPolicyInput {
|
464
|
+
export interface LogGroupConfiguration {
|
444
465
|
/**
|
445
|
-
* The
|
466
|
+
* Use this field to specify which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands. Use single quotation marks (') around log group names. The matching of log group names is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR. = and != AND OR LIKE and NOT LIKE. These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include. IN and NOT IN, using parentheses ( ) Examples: LogGroupName IN ('This-Log-Group', 'Other-Log-Group') includes only the log groups with names This-Log-Group and Other-Log-Group. LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2') includes all log groups except the log groups with names Private-Log-Group and Private-Log-Group-2. LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%' includes all log groups that have names that start with aws/lambda/ or AWSLogs. If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all log groups with the monitoring account.
|
446
467
|
*/
|
447
|
-
|
468
|
+
Filter: LogsFilter;
|
469
|
+
}
|
470
|
+
export type LogsFilter = string;
|
471
|
+
export interface MetricConfiguration {
|
472
|
+
/**
|
473
|
+
* Use this field to specify which metrics are to be shared with the monitoring account. Use the term Namespace and one or more of the following operands. Use single quotation marks (') around namespace names. The matching of namespace names is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR. = and != AND OR LIKE and NOT LIKE. These can be used only as prefix searches. Include a % at the end of the string that you want to search for and include. IN and NOT IN, using parentheses ( ) Examples: Namespace NOT LIKE 'AWS/%' includes only namespaces that don't start with AWS/, such as custom namespaces. Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3') includes only the metrics in the EC2, Elastic Load Balancing, and Amazon S3 namespaces. Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%' includes only the EC2 namespace and your custom namespaces. If you are updating a link that uses filters, you can specify * as the only value for the filter parameter to delete the filter and share all metric namespaces with the monitoring account.
|
474
|
+
*/
|
475
|
+
Filter: MetricsFilter;
|
476
|
+
}
|
477
|
+
export type MetricsFilter = string;
|
478
|
+
export type NextToken = string;
|
479
|
+
export interface PutSinkPolicyInput {
|
448
480
|
/**
|
449
481
|
* The JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here. The policy must be in JSON string format with quotation marks escaped and no newlines. For examples of different types of policies, see the Examples section on this page.
|
450
482
|
*/
|
451
483
|
Policy: SinkPolicy;
|
484
|
+
/**
|
485
|
+
* The ARN of the sink to attach this policy to.
|
486
|
+
*/
|
487
|
+
SinkIdentifier: ResourceIdentifier;
|
452
488
|
}
|
453
489
|
export interface PutSinkPolicyOutput {
|
490
|
+
/**
|
491
|
+
* The policy that you specified.
|
492
|
+
*/
|
493
|
+
Policy?: String;
|
454
494
|
/**
|
455
495
|
* The ARN of the sink.
|
456
496
|
*/
|
@@ -459,10 +499,6 @@ declare namespace OAM {
|
|
459
499
|
* The random ID string that Amazon Web Services generated as part of the sink ARN.
|
460
500
|
*/
|
461
501
|
SinkId?: String;
|
462
|
-
/**
|
463
|
-
* The policy that you specified.
|
464
|
-
*/
|
465
|
-
Policy?: String;
|
466
502
|
}
|
467
503
|
export type ResourceIdentifier = string;
|
468
504
|
export type ResourceType = "AWS::CloudWatch::Metric"|"AWS::Logs::LogGroup"|"AWS::XRay::Trace"|"AWS::ApplicationInsights::Application"|"AWS::InternetMonitor::Monitor"|string;
|
@@ -505,6 +541,10 @@ declare namespace OAM {
|
|
505
541
|
* The ARN of the link that you want to update.
|
506
542
|
*/
|
507
543
|
Identifier: ResourceIdentifier;
|
544
|
+
/**
|
545
|
+
* Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.
|
546
|
+
*/
|
547
|
+
LinkConfiguration?: LinkConfiguration;
|
508
548
|
/**
|
509
549
|
* An array of strings that define which types of data that the source account will send to the monitoring account. Your input here replaces the current set of data types that are shared.
|
510
550
|
*/
|
@@ -527,6 +567,10 @@ declare namespace OAM {
|
|
527
567
|
* The exact label template that was specified when the link was created, with the template variables not resolved.
|
528
568
|
*/
|
529
569
|
LabelTemplate?: LabelTemplate;
|
570
|
+
/**
|
571
|
+
* This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.
|
572
|
+
*/
|
573
|
+
LinkConfiguration?: LinkConfiguration;
|
530
574
|
/**
|
531
575
|
* The resource types now supported by this link.
|
532
576
|
*/
|
package/clients/rds.d.ts
CHANGED
@@ -3966,6 +3966,10 @@ declare namespace RDS {
|
|
3966
3966
|
* JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
|
3967
3967
|
*/
|
3968
3968
|
CustomDBEngineVersionManifest?: CustomDBEngineVersionManifest;
|
3969
|
+
/**
|
3970
|
+
* Indicates whether the DB engine version supports Aurora Limitless Database.
|
3971
|
+
*/
|
3972
|
+
SupportsLimitlessDatabase?: Boolean;
|
3969
3973
|
/**
|
3970
3974
|
* Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
|
3971
3975
|
*/
|
@@ -10717,6 +10721,10 @@ declare namespace RDS {
|
|
10717
10721
|
* Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
|
10718
10722
|
*/
|
10719
10723
|
SupportsBabelfish?: BooleanOptional;
|
10724
|
+
/**
|
10725
|
+
* Indicates whether the DB engine version supports Aurora Limitless Database.
|
10726
|
+
*/
|
10727
|
+
SupportsLimitlessDatabase?: BooleanOptional;
|
10720
10728
|
/**
|
10721
10729
|
* Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
10722
10730
|
*/
|
@@ -35,6 +35,14 @@ declare class TimestreamQuery extends Service {
|
|
35
35
|
* Deletes a given scheduled query. This is an irreversible operation.
|
36
36
|
*/
|
37
37
|
deleteScheduledQuery(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
38
|
+
/**
|
39
|
+
* Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads.
|
40
|
+
*/
|
41
|
+
describeAccountSettings(params: TimestreamQuery.Types.DescribeAccountSettingsRequest, callback?: (err: AWSError, data: TimestreamQuery.Types.DescribeAccountSettingsResponse) => void): Request<TimestreamQuery.Types.DescribeAccountSettingsResponse, AWSError>;
|
42
|
+
/**
|
43
|
+
* Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads.
|
44
|
+
*/
|
45
|
+
describeAccountSettings(callback?: (err: AWSError, data: TimestreamQuery.Types.DescribeAccountSettingsResponse) => void): Request<TimestreamQuery.Types.DescribeAccountSettingsResponse, AWSError>;
|
38
46
|
/**
|
39
47
|
* DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query. Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless: You are using VPC endpoints (Amazon Web Services PrivateLink) with Timestream Your application uses a programming language that does not yet have SDK support You require better control over the client-side implementation For detailed information on how and when to use and implement DescribeEndpoints, see The Endpoint Discovery Pattern.
|
40
48
|
*/
|
@@ -107,6 +115,14 @@ declare class TimestreamQuery extends Service {
|
|
107
115
|
* Removes the association of tags from a Timestream query resource.
|
108
116
|
*/
|
109
117
|
untagResource(callback?: (err: AWSError, data: TimestreamQuery.Types.UntagResourceResponse) => void): Request<TimestreamQuery.Types.UntagResourceResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective. After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing.
|
120
|
+
*/
|
121
|
+
updateAccountSettings(params: TimestreamQuery.Types.UpdateAccountSettingsRequest, callback?: (err: AWSError, data: TimestreamQuery.Types.UpdateAccountSettingsResponse) => void): Request<TimestreamQuery.Types.UpdateAccountSettingsResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective. After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing.
|
124
|
+
*/
|
125
|
+
updateAccountSettings(callback?: (err: AWSError, data: TimestreamQuery.Types.UpdateAccountSettingsResponse) => void): Request<TimestreamQuery.Types.UpdateAccountSettingsResponse, AWSError>;
|
110
126
|
/**
|
111
127
|
* Update a scheduled query.
|
112
128
|
*/
|
@@ -220,6 +236,18 @@ declare namespace TimestreamQuery {
|
|
220
236
|
*/
|
221
237
|
ScheduledQueryArn: AmazonResourceName;
|
222
238
|
}
|
239
|
+
export interface DescribeAccountSettingsRequest {
|
240
|
+
}
|
241
|
+
export interface DescribeAccountSettingsResponse {
|
242
|
+
/**
|
243
|
+
* The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries.
|
244
|
+
*/
|
245
|
+
MaxQueryTCU?: MaxQueryCapacity;
|
246
|
+
/**
|
247
|
+
* The pricing model for queries in your account.
|
248
|
+
*/
|
249
|
+
QueryPricingModel?: QueryPricingModel;
|
250
|
+
}
|
223
251
|
export interface DescribeEndpointsRequest {
|
224
252
|
}
|
225
253
|
export interface DescribeEndpointsResponse {
|
@@ -304,6 +332,10 @@ declare namespace TimestreamQuery {
|
|
304
332
|
* Bytes metered for a single scheduled query run.
|
305
333
|
*/
|
306
334
|
BytesMetered?: Long;
|
335
|
+
/**
|
336
|
+
* Bytes scanned for a single scheduled query run.
|
337
|
+
*/
|
338
|
+
CumulativeBytesScanned?: Long;
|
307
339
|
/**
|
308
340
|
* The number of records ingested for a single scheduled query run.
|
309
341
|
*/
|
@@ -358,6 +390,7 @@ declare namespace TimestreamQuery {
|
|
358
390
|
NextToken?: NextTagsForResourceResultsToken;
|
359
391
|
}
|
360
392
|
export type Long = number;
|
393
|
+
export type MaxQueryCapacity = number;
|
361
394
|
export type MaxQueryResults = number;
|
362
395
|
export type MaxScheduledQueriesResults = number;
|
363
396
|
export type MaxTagsForResourceResult = number;
|
@@ -453,6 +486,7 @@ declare namespace TimestreamQuery {
|
|
453
486
|
Parameters: ParameterMappingList;
|
454
487
|
}
|
455
488
|
export type QueryId = string;
|
489
|
+
export type QueryPricingModel = "BYTES_SCANNED"|"COMPUTE_UNITS"|string;
|
456
490
|
export interface QueryRequest {
|
457
491
|
/**
|
458
492
|
* The query to be run by Timestream.
|
@@ -835,6 +869,26 @@ declare namespace TimestreamQuery {
|
|
835
869
|
}
|
836
870
|
export interface UntagResourceResponse {
|
837
871
|
}
|
872
|
+
export interface UpdateAccountSettingsRequest {
|
873
|
+
/**
|
874
|
+
* The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas.
|
875
|
+
*/
|
876
|
+
MaxQueryTCU?: MaxQueryCapacity;
|
877
|
+
/**
|
878
|
+
* The pricing model for queries in an account.
|
879
|
+
*/
|
880
|
+
QueryPricingModel?: QueryPricingModel;
|
881
|
+
}
|
882
|
+
export interface UpdateAccountSettingsResponse {
|
883
|
+
/**
|
884
|
+
* The configured maximum number of compute units the service will use at any point in time to serve your queries.
|
885
|
+
*/
|
886
|
+
MaxQueryTCU?: MaxQueryCapacity;
|
887
|
+
/**
|
888
|
+
* The pricing model for an account.
|
889
|
+
*/
|
890
|
+
QueryPricingModel?: QueryPricingModel;
|
891
|
+
}
|
838
892
|
export interface UpdateScheduledQueryRequest {
|
839
893
|
/**
|
840
894
|
* ARN of the scheuled query.
|
@@ -378,6 +378,7 @@ declare namespace TranscribeService {
|
|
378
378
|
export type BaseModelName = "NarrowBand"|"WideBand"|string;
|
379
379
|
export type Boolean = boolean;
|
380
380
|
export type CLMLanguageCode = "en-US"|"hi-IN"|"es-US"|"en-GB"|"en-AU"|"de-DE"|"ja-JP"|string;
|
381
|
+
export type CallAnalyticsFeature = "GENERATIVE_SUMMARIZATION"|string;
|
381
382
|
export interface CallAnalyticsJob {
|
382
383
|
/**
|
383
384
|
* The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
|
@@ -387,6 +388,10 @@ declare namespace TranscribeService {
|
|
387
388
|
* Provides the status of the specified Call Analytics job. If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.
|
388
389
|
*/
|
389
390
|
CallAnalyticsJobStatus?: CallAnalyticsJobStatus;
|
391
|
+
/**
|
392
|
+
* Provides detailed information about a call analytics job, including information about skipped analytics features.
|
393
|
+
*/
|
394
|
+
CallAnalyticsJobDetails?: CallAnalyticsJobDetails;
|
390
395
|
/**
|
391
396
|
* The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table. If you do not know the language spoken in your media file, you can omit this field and let Amazon Transcribe automatically identify the language of your media. To improve the accuracy of language identification, you can include several language codes and Amazon Transcribe chooses the closest match for your transcription.
|
392
397
|
*/
|
@@ -437,6 +442,12 @@ declare namespace TranscribeService {
|
|
437
442
|
*/
|
438
443
|
ChannelDefinitions?: ChannelDefinitions;
|
439
444
|
}
|
445
|
+
export interface CallAnalyticsJobDetails {
|
446
|
+
/**
|
447
|
+
* Contains information about any skipped analytics features during the analysis of a call analytics job. This array lists all the analytics features that were skipped, along with their corresponding reason code and message.
|
448
|
+
*/
|
449
|
+
Skipped?: CallAnalyticsSkippedFeatureList;
|
450
|
+
}
|
440
451
|
export type CallAnalyticsJobName = string;
|
441
452
|
export interface CallAnalyticsJobSettings {
|
442
453
|
/**
|
@@ -496,11 +507,31 @@ declare namespace TranscribeService {
|
|
496
507
|
* Provides the status of your Call Analytics job. If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri (or RedactedTranscriptFileUri, if you requested transcript redaction). If the status is FAILED, FailureReason provides details on why your transcription job failed.
|
497
508
|
*/
|
498
509
|
CallAnalyticsJobStatus?: CallAnalyticsJobStatus;
|
510
|
+
/**
|
511
|
+
* Provides detailed information about a call analytics job, including information about skipped analytics features.
|
512
|
+
*/
|
513
|
+
CallAnalyticsJobDetails?: CallAnalyticsJobDetails;
|
499
514
|
/**
|
500
515
|
* If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job failed. See also: Common Errors.
|
501
516
|
*/
|
502
517
|
FailureReason?: FailureReason;
|
503
518
|
}
|
519
|
+
export interface CallAnalyticsSkippedFeature {
|
520
|
+
/**
|
521
|
+
* Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
522
|
+
*/
|
523
|
+
Feature?: CallAnalyticsFeature;
|
524
|
+
/**
|
525
|
+
* Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
|
526
|
+
*/
|
527
|
+
ReasonCode?: CallAnalyticsSkippedReasonCode;
|
528
|
+
/**
|
529
|
+
* Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
|
530
|
+
*/
|
531
|
+
Message?: String;
|
532
|
+
}
|
533
|
+
export type CallAnalyticsSkippedFeatureList = CallAnalyticsSkippedFeature[];
|
534
|
+
export type CallAnalyticsSkippedReasonCode = "INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|string;
|
504
535
|
export type CategoryName = string;
|
505
536
|
export interface CategoryProperties {
|
506
537
|
/**
|
@@ -2015,6 +2046,7 @@ declare namespace TranscribeService {
|
|
2015
2046
|
*/
|
2016
2047
|
TranscriptionJob?: TranscriptionJob;
|
2017
2048
|
}
|
2049
|
+
export type String = string;
|
2018
2050
|
export type StringTargetList = NonEmptyString[];
|
2019
2051
|
export type SubtitleFileUris = Uri[];
|
2020
2052
|
export type SubtitleFormat = "vtt"|"srt"|string;
|
@@ -11,6 +11,14 @@ declare class TrustedAdvisor extends Service {
|
|
11
11
|
*/
|
12
12
|
constructor(options?: TrustedAdvisor.Types.ClientConfiguration)
|
13
13
|
config: Config & TrustedAdvisor.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Update one or more exclusion status for a list of recommendation resources
|
16
|
+
*/
|
17
|
+
batchUpdateRecommendationResourceExclusion(params: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionRequest, callback?: (err: AWSError, data: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse) => void): Request<TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse, AWSError>;
|
18
|
+
/**
|
19
|
+
* Update one or more exclusion status for a list of recommendation resources
|
20
|
+
*/
|
21
|
+
batchUpdateRecommendationResourceExclusion(callback?: (err: AWSError, data: TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse) => void): Request<TrustedAdvisor.Types.BatchUpdateRecommendationResourceExclusionResponse, AWSError>;
|
14
22
|
/**
|
15
23
|
* Get a specific recommendation within an AWS Organizations organization. This API supports only prioritized recommendations.
|
16
24
|
*/
|
@@ -76,11 +84,11 @@ declare class TrustedAdvisor extends Service {
|
|
76
84
|
*/
|
77
85
|
listRecommendations(callback?: (err: AWSError, data: TrustedAdvisor.Types.ListRecommendationsResponse) => void): Request<TrustedAdvisor.Types.ListRecommendationsResponse, AWSError>;
|
78
86
|
/**
|
79
|
-
* Update the
|
87
|
+
* Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations.
|
80
88
|
*/
|
81
89
|
updateOrganizationRecommendationLifecycle(params: TrustedAdvisor.Types.UpdateOrganizationRecommendationLifecycleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
82
90
|
/**
|
83
|
-
* Update the
|
91
|
+
* Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations.
|
84
92
|
*/
|
85
93
|
updateOrganizationRecommendationLifecycle(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
86
94
|
/**
|
@@ -131,6 +139,19 @@ declare namespace TrustedAdvisor {
|
|
131
139
|
updatedOnBehalfOfJobTitle?: String;
|
132
140
|
}
|
133
141
|
export type AccountRecommendationLifecycleSummaryList = AccountRecommendationLifecycleSummary[];
|
142
|
+
export interface BatchUpdateRecommendationResourceExclusionRequest {
|
143
|
+
/**
|
144
|
+
* A list of recommendation resource ARNs and exclusion status to update
|
145
|
+
*/
|
146
|
+
recommendationResourceExclusions: RecommendationResourceExclusionList;
|
147
|
+
}
|
148
|
+
export interface BatchUpdateRecommendationResourceExclusionResponse {
|
149
|
+
/**
|
150
|
+
* A list of recommendation resource ARNs whose exclusion status failed to update, if any
|
151
|
+
*/
|
152
|
+
batchUpdateRecommendationResourceExclusionErrors: UpdateRecommendationResourceExclusionErrorList;
|
153
|
+
}
|
154
|
+
export type Boolean = boolean;
|
134
155
|
export type CheckArn = string;
|
135
156
|
export type CheckIdentifier = string;
|
136
157
|
export interface CheckSummary {
|
@@ -169,6 +190,7 @@ declare namespace TrustedAdvisor {
|
|
169
190
|
}
|
170
191
|
export type CheckSummaryList = CheckSummary[];
|
171
192
|
export type Double = number;
|
193
|
+
export type ExclusionStatus = "excluded"|"included"|string;
|
172
194
|
export interface GetOrganizationRecommendationRequest {
|
173
195
|
/**
|
174
196
|
* The Recommendation identifier
|
@@ -268,6 +290,10 @@ declare namespace TrustedAdvisor {
|
|
268
290
|
* An account affected by this organization recommendation
|
269
291
|
*/
|
270
292
|
affectedAccountId?: AccountId;
|
293
|
+
/**
|
294
|
+
* The exclusion status of the resource
|
295
|
+
*/
|
296
|
+
exclusionStatus?: ExclusionStatus;
|
271
297
|
/**
|
272
298
|
* The maximum number of results to return per page.
|
273
299
|
*/
|
@@ -358,6 +384,10 @@ declare namespace TrustedAdvisor {
|
|
358
384
|
}
|
359
385
|
export type ListOrganizationRecommendationsResponseNextTokenString = string;
|
360
386
|
export interface ListRecommendationResourcesRequest {
|
387
|
+
/**
|
388
|
+
* The exclusion status of the resource
|
389
|
+
*/
|
390
|
+
exclusionStatus?: ExclusionStatus;
|
361
391
|
/**
|
362
392
|
* The maximum number of results to return per page.
|
363
393
|
*/
|
@@ -549,6 +579,10 @@ declare namespace TrustedAdvisor {
|
|
549
579
|
* The AWS resource identifier
|
550
580
|
*/
|
551
581
|
awsResourceId: String;
|
582
|
+
/**
|
583
|
+
* The exclusion status of the Recommendation Resource
|
584
|
+
*/
|
585
|
+
exclusionStatus?: ExclusionStatus;
|
552
586
|
/**
|
553
587
|
* The ID of the Recommendation Resource
|
554
588
|
*/
|
@@ -744,6 +778,17 @@ declare namespace TrustedAdvisor {
|
|
744
778
|
}
|
745
779
|
export type RecommendationRegionCode = string;
|
746
780
|
export type RecommendationResourceArn = string;
|
781
|
+
export interface RecommendationResourceExclusion {
|
782
|
+
/**
|
783
|
+
* The ARN of the Recommendation Resource
|
784
|
+
*/
|
785
|
+
arn: RecommendationResourceArn;
|
786
|
+
/**
|
787
|
+
* The exclusion status
|
788
|
+
*/
|
789
|
+
isExcluded: Boolean;
|
790
|
+
}
|
791
|
+
export type RecommendationResourceExclusionList = RecommendationResourceExclusion[];
|
747
792
|
export interface RecommendationResourceSummary {
|
748
793
|
/**
|
749
794
|
* The ARN of the Recommendation Resource
|
@@ -753,6 +798,10 @@ declare namespace TrustedAdvisor {
|
|
753
798
|
* The AWS resource identifier
|
754
799
|
*/
|
755
800
|
awsResourceId: String;
|
801
|
+
/**
|
802
|
+
* The exclusion status of the Recommendation Resource
|
803
|
+
*/
|
804
|
+
exclusionStatus?: ExclusionStatus;
|
756
805
|
/**
|
757
806
|
* The ID of the Recommendation Resource
|
758
807
|
*/
|
@@ -899,6 +948,21 @@ declare namespace TrustedAdvisor {
|
|
899
948
|
}
|
900
949
|
export type UpdateRecommendationLifecycleStage = "pending_response"|"in_progress"|"dismissed"|"resolved"|string;
|
901
950
|
export type UpdateRecommendationLifecycleStageReasonCode = "non_critical_account"|"temporary_account"|"valid_business_case"|"other_methods_available"|"low_priority"|"not_applicable"|"other"|string;
|
951
|
+
export interface UpdateRecommendationResourceExclusionError {
|
952
|
+
/**
|
953
|
+
* The ARN of the Recommendation Resource
|
954
|
+
*/
|
955
|
+
arn?: RecommendationResourceArn;
|
956
|
+
/**
|
957
|
+
* The error code
|
958
|
+
*/
|
959
|
+
errorCode?: String;
|
960
|
+
/**
|
961
|
+
* The error message
|
962
|
+
*/
|
963
|
+
errorMessage?: String;
|
964
|
+
}
|
965
|
+
export type UpdateRecommendationResourceExclusionErrorList = UpdateRecommendationResourceExclusionError[];
|
902
966
|
/**
|
903
967
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
904
968
|
*/
|