aws-sdk 2.1425.0 → 2.1426.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/apis/autoscaling-2011-01-01.min.json +61 -52
- package/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/apis/inspector2-2020-06-08.min.json +291 -192
- package/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/omics-2022-11-28.min.json +32 -29
- package/apis/rds-2014-10-31.min.json +175 -162
- package/apis/scheduler-2021-06-30.min.json +15 -12
- package/clients/amplifyuibuilder.d.ts +48 -4
- package/clients/autoscaling.d.ts +13 -2
- package/clients/cleanrooms.d.ts +516 -9
- package/clients/codestarconnections.d.ts +10 -10
- package/clients/drs.d.ts +1 -1
- package/clients/inspector2.d.ts +101 -2
- package/clients/lookoutequipment.d.ts +522 -15
- package/clients/omics.d.ts +13 -0
- package/clients/rds.d.ts +21 -0
- package/clients/route53.d.ts +9 -9
- package/clients/scheduler.d.ts +16 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +239 -217
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/omics.d.ts
CHANGED
@@ -1381,6 +1381,7 @@ declare namespace Omics {
|
|
1381
1381
|
tags?: TagMap;
|
1382
1382
|
}
|
1383
1383
|
export type CreationTime = Date;
|
1384
|
+
export type CreationType = "IMPORT"|"UPLOAD"|string;
|
1384
1385
|
export interface DeleteAnnotationStoreRequest {
|
1385
1386
|
/**
|
1386
1387
|
* The store's name.
|
@@ -1870,6 +1871,10 @@ declare namespace Omics {
|
|
1870
1871
|
* The status message for a read set. It provides more detail as to why the read set has a status.
|
1871
1872
|
*/
|
1872
1873
|
statusMessage?: ReadSetStatusMessage;
|
1874
|
+
/**
|
1875
|
+
* The creation type of the read set.
|
1876
|
+
*/
|
1877
|
+
creationType?: CreationType;
|
1873
1878
|
}
|
1874
1879
|
export interface GetReadSetRequest {
|
1875
1880
|
/**
|
@@ -3392,6 +3397,10 @@ declare namespace Omics {
|
|
3392
3397
|
* Where the source originated.
|
3393
3398
|
*/
|
3394
3399
|
generatedFrom?: GeneratedFrom;
|
3400
|
+
/**
|
3401
|
+
* The creation type of the read set.
|
3402
|
+
*/
|
3403
|
+
creationType?: CreationType;
|
3395
3404
|
}
|
3396
3405
|
export type ReadSetId = string;
|
3397
3406
|
export type ReadSetIdList = ReadSetId[];
|
@@ -3448,6 +3457,10 @@ declare namespace Omics {
|
|
3448
3457
|
* The status for a read set. It provides more detail as to why the read set has a status.
|
3449
3458
|
*/
|
3450
3459
|
statusMessage?: ReadSetStatusMessage;
|
3460
|
+
/**
|
3461
|
+
* The creation type of the read set.
|
3462
|
+
*/
|
3463
|
+
creationType?: CreationType;
|
3451
3464
|
}
|
3452
3465
|
export type ReadSetName = string;
|
3453
3466
|
export type ReadSetPartSource = "SOURCE1"|"SOURCE2"|string;
|
package/clients/rds.d.ts
CHANGED
@@ -2011,6 +2011,10 @@ declare namespace RDS {
|
|
2011
2011
|
* The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2012
2012
|
*/
|
2013
2013
|
MasterUserSecretKmsKeyId?: String;
|
2014
|
+
/**
|
2015
|
+
* Specifies whether read replicas can forward write operations 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
|
2016
|
+
*/
|
2017
|
+
EnableLocalWriteForwarding?: BooleanOptional;
|
2014
2018
|
/**
|
2015
2019
|
* The ID of the region that contains the source for the read replica.
|
2016
2020
|
*/
|
@@ -3008,6 +3012,10 @@ declare namespace RDS {
|
|
3008
3012
|
* The next time you can modify the DB cluster to use the aurora-iopt1 storage type. This setting is only for Aurora DB clusters.
|
3009
3013
|
*/
|
3010
3014
|
IOOptimizedNextAllowedModificationTime?: TStamp;
|
3015
|
+
/**
|
3016
|
+
* Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.
|
3017
|
+
*/
|
3018
|
+
LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
|
3011
3019
|
}
|
3012
3020
|
export interface DBClusterBacktrack {
|
3013
3021
|
/**
|
@@ -3472,6 +3480,10 @@ declare namespace RDS {
|
|
3472
3480
|
* A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
3473
3481
|
*/
|
3474
3482
|
SupportedCACertificateIdentifiers?: CACertificateIdentifiersList;
|
3483
|
+
/**
|
3484
|
+
* A value that indicates whether the DB 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
|
3485
|
+
*/
|
3486
|
+
SupportsLocalWriteForwarding?: BooleanOptional;
|
3475
3487
|
}
|
3476
3488
|
export type DBEngineVersionList = DBEngineVersion[];
|
3477
3489
|
export interface DBEngineVersionMessage {
|
@@ -6100,6 +6112,7 @@ declare namespace RDS {
|
|
6100
6112
|
*/
|
6101
6113
|
Filters?: FilterList;
|
6102
6114
|
}
|
6115
|
+
export type LocalWriteForwardingStatus = "enabled"|"disabled"|"enabling"|"disabling"|"requested"|string;
|
6103
6116
|
export type LogTypeList = String[];
|
6104
6117
|
export type Long = number;
|
6105
6118
|
export type LongOptional = number;
|
@@ -6394,6 +6407,10 @@ declare namespace RDS {
|
|
6394
6407
|
* Specifies whether engine mode changes from serverless to provisioned are allowed. Valid for Cluster Type: Aurora Serverless v1 DB clusters only Constraints: You must allow engine mode changes when specifying a different value for the EngineMode parameter from the DB cluster's current engine mode.
|
6395
6408
|
*/
|
6396
6409
|
AllowEngineModeChange?: Boolean;
|
6410
|
+
/**
|
6411
|
+
* Specifies whether read replicas can forward write operations 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
|
6412
|
+
*/
|
6413
|
+
EnableLocalWriteForwarding?: BooleanOptional;
|
6397
6414
|
}
|
6398
6415
|
export interface ModifyDBClusterParameterGroupMessage {
|
6399
6416
|
/**
|
@@ -9232,6 +9249,10 @@ declare namespace RDS {
|
|
9232
9249
|
* A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
|
9233
9250
|
*/
|
9234
9251
|
SupportsBabelfish?: BooleanOptional;
|
9252
|
+
/**
|
9253
|
+
* A value that 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
|
9254
|
+
*/
|
9255
|
+
SupportsLocalWriteForwarding?: BooleanOptional;
|
9235
9256
|
}
|
9236
9257
|
export interface UserAuthConfig {
|
9237
9258
|
/**
|
package/clients/route53.d.ts
CHANGED
@@ -109,11 +109,11 @@ declare class Route53 extends Service {
|
|
109
109
|
*/
|
110
110
|
createTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyResponse) => void): Request<Route53.Types.CreateTrafficPolicyResponse, AWSError>;
|
111
111
|
/**
|
112
|
-
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
112
|
+
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
113
113
|
*/
|
114
114
|
createTrafficPolicyInstance(params: Route53.Types.CreateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.CreateTrafficPolicyInstanceResponse, AWSError>;
|
115
115
|
/**
|
116
|
-
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
116
|
+
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
117
117
|
*/
|
118
118
|
createTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.CreateTrafficPolicyInstanceResponse, AWSError>;
|
119
119
|
/**
|
@@ -365,11 +365,11 @@ declare class Route53 extends Service {
|
|
365
365
|
*/
|
366
366
|
getTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyResponse) => void): Request<Route53.Types.GetTrafficPolicyResponse, AWSError>;
|
367
367
|
/**
|
368
|
-
* Gets information about a specified traffic policy instance.
|
368
|
+
* Gets information about a specified traffic policy instance. After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records.
|
369
369
|
*/
|
370
370
|
getTrafficPolicyInstance(params: Route53.Types.GetTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request<Route53.Types.GetTrafficPolicyInstanceResponse, AWSError>;
|
371
371
|
/**
|
372
|
-
* Gets information about a specified traffic policy instance.
|
372
|
+
* Gets information about a specified traffic policy instance. After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records.
|
373
373
|
*/
|
374
374
|
getTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request<Route53.Types.GetTrafficPolicyInstanceResponse, AWSError>;
|
375
375
|
/**
|
@@ -565,11 +565,11 @@ declare class Route53 extends Service {
|
|
565
565
|
*/
|
566
566
|
updateTrafficPolicyComment(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyCommentResponse) => void): Request<Route53.Types.UpdateTrafficPolicyCommentResponse, AWSError>;
|
567
567
|
/**
|
568
|
-
*
|
568
|
+
* Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
569
569
|
*/
|
570
570
|
updateTrafficPolicyInstance(params: Route53.Types.UpdateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.UpdateTrafficPolicyInstanceResponse, AWSError>;
|
571
571
|
/**
|
572
|
-
*
|
572
|
+
* Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
573
573
|
*/
|
574
574
|
updateTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.UpdateTrafficPolicyInstanceResponse, AWSError>;
|
575
575
|
/**
|
@@ -850,7 +850,7 @@ declare namespace Route53 {
|
|
850
850
|
Dimensions?: DimensionList;
|
851
851
|
}
|
852
852
|
export type CloudWatchLogsLogGroupArn = string;
|
853
|
-
export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|string;
|
853
|
+
export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|string;
|
854
854
|
export type CollectionName = string;
|
855
855
|
export type CollectionSummaries = CollectionSummary[];
|
856
856
|
export interface CollectionSummary {
|
@@ -2620,7 +2620,7 @@ declare namespace Route53 {
|
|
2620
2620
|
export type ResourceRecordSetFailover = "PRIMARY"|"SECONDARY"|string;
|
2621
2621
|
export type ResourceRecordSetIdentifier = string;
|
2622
2622
|
export type ResourceRecordSetMultiValueAnswer = boolean;
|
2623
|
-
export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string;
|
2623
|
+
export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|string;
|
2624
2624
|
export type ResourceRecordSetWeight = number;
|
2625
2625
|
export type ResourceRecordSets = ResourceRecordSet[];
|
2626
2626
|
export type ResourceRecords = ResourceRecord[];
|
@@ -2991,7 +2991,7 @@ declare namespace Route53 {
|
|
2991
2991
|
VPCId?: VPCId;
|
2992
2992
|
}
|
2993
2993
|
export type VPCId = string;
|
2994
|
-
export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string;
|
2994
|
+
export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|string;
|
2995
2995
|
export type VPCs = VPC[];
|
2996
2996
|
/**
|
2997
2997
|
* 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.
|
package/clients/scheduler.d.ts
CHANGED
@@ -109,6 +109,7 @@ declare class Scheduler extends Service {
|
|
109
109
|
updateSchedule(callback?: (err: AWSError, data: Scheduler.Types.UpdateScheduleOutput) => void): Request<Scheduler.Types.UpdateScheduleOutput, AWSError>;
|
110
110
|
}
|
111
111
|
declare namespace Scheduler {
|
112
|
+
export type ActionAfterCompletion = "NONE"|"DELETE"|string;
|
112
113
|
export type AssignPublicIp = "ENABLED"|"DISABLED"|string;
|
113
114
|
export interface AwsVpcConfiguration {
|
114
115
|
/**
|
@@ -164,6 +165,10 @@ declare namespace Scheduler {
|
|
164
165
|
ScheduleGroupArn: ScheduleGroupArn;
|
165
166
|
}
|
166
167
|
export interface CreateScheduleInput {
|
168
|
+
/**
|
169
|
+
* Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
|
170
|
+
*/
|
171
|
+
ActionAfterCompletion?: ActionAfterCompletion;
|
167
172
|
/**
|
168
173
|
* Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
|
169
174
|
*/
|
@@ -193,7 +198,7 @@ declare namespace Scheduler {
|
|
193
198
|
*/
|
194
199
|
Name: Name;
|
195
200
|
/**
|
196
|
-
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit
|
201
|
+
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
|
197
202
|
*/
|
198
203
|
ScheduleExpression: ScheduleExpression;
|
199
204
|
/**
|
@@ -378,6 +383,10 @@ declare namespace Scheduler {
|
|
378
383
|
Name: Name;
|
379
384
|
}
|
380
385
|
export interface GetScheduleOutput {
|
386
|
+
/**
|
387
|
+
* Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
|
388
|
+
*/
|
389
|
+
ActionAfterCompletion?: ActionAfterCompletion;
|
381
390
|
/**
|
382
391
|
* The Amazon Resource Name (ARN) of the schedule.
|
383
392
|
*/
|
@@ -415,7 +424,7 @@ declare namespace Scheduler {
|
|
415
424
|
*/
|
416
425
|
Name?: Name;
|
417
426
|
/**
|
418
|
-
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit
|
427
|
+
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
|
419
428
|
*/
|
420
429
|
ScheduleExpression?: ScheduleExpression;
|
421
430
|
/**
|
@@ -755,6 +764,10 @@ declare namespace Scheduler {
|
|
755
764
|
export interface UntagResourceOutput {
|
756
765
|
}
|
757
766
|
export interface UpdateScheduleInput {
|
767
|
+
/**
|
768
|
+
* Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
|
769
|
+
*/
|
770
|
+
ActionAfterCompletion?: ActionAfterCompletion;
|
758
771
|
/**
|
759
772
|
* Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
|
760
773
|
*/
|
@@ -784,7 +797,7 @@ declare namespace Scheduler {
|
|
784
797
|
*/
|
785
798
|
Name: Name;
|
786
799
|
/**
|
787
|
-
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit
|
800
|
+
* The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
|
788
801
|
*/
|
789
802
|
ScheduleExpression: ScheduleExpression;
|
790
803
|
/**
|