@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -12,19 +12,19 @@ declare class Rbin extends Service {
|
|
|
12
12
|
constructor(options?: Rbin.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Rbin.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Creates a Recycle Bin retention rule. For more information, see Create Recycle Bin retention rules in the Amazon
|
|
15
|
+
* Creates a Recycle Bin retention rule. For more information, see Create Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
16
16
|
*/
|
|
17
17
|
createRule(params: Rbin.Types.CreateRuleRequest, callback?: (err: AWSError, data: Rbin.Types.CreateRuleResponse) => void): Request<Rbin.Types.CreateRuleResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Creates a Recycle Bin retention rule. For more information, see Create Recycle Bin retention rules in the Amazon
|
|
19
|
+
* Creates a Recycle Bin retention rule. For more information, see Create Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
20
20
|
*/
|
|
21
21
|
createRule(callback?: (err: AWSError, data: Rbin.Types.CreateRuleResponse) => void): Request<Rbin.Types.CreateRuleResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Deletes a Recycle Bin retention rule. For more information, see Delete Recycle Bin retention rules in the Amazon
|
|
23
|
+
* Deletes a Recycle Bin retention rule. For more information, see Delete Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
24
24
|
*/
|
|
25
25
|
deleteRule(params: Rbin.Types.DeleteRuleRequest, callback?: (err: AWSError, data: Rbin.Types.DeleteRuleResponse) => void): Request<Rbin.Types.DeleteRuleResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Deletes a Recycle Bin retention rule. For more information, see Delete Recycle Bin retention rules in the Amazon
|
|
27
|
+
* Deletes a Recycle Bin retention rule. For more information, see Delete Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
28
28
|
*/
|
|
29
29
|
deleteRule(callback?: (err: AWSError, data: Rbin.Types.DeleteRuleResponse) => void): Request<Rbin.Types.DeleteRuleResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -44,35 +44,35 @@ declare class Rbin extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
listRules(callback?: (err: AWSError, data: Rbin.Types.ListRulesResponse) => void): Request<Rbin.Types.ListRulesResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Lists the tags assigned a
|
|
47
|
+
* Lists the tags assigned to a retention rule.
|
|
48
48
|
*/
|
|
49
49
|
listTagsForResource(params: Rbin.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Rbin.Types.ListTagsForResourceResponse) => void): Request<Rbin.Types.ListTagsForResourceResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Lists the tags assigned a
|
|
51
|
+
* Lists the tags assigned to a retention rule.
|
|
52
52
|
*/
|
|
53
53
|
listTagsForResource(callback?: (err: AWSError, data: Rbin.Types.ListTagsForResourceResponse) => void): Request<Rbin.Types.ListTagsForResourceResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Assigns tags to the specified
|
|
55
|
+
* Assigns tags to the specified retention rule.
|
|
56
56
|
*/
|
|
57
57
|
tagResource(params: Rbin.Types.TagResourceRequest, callback?: (err: AWSError, data: Rbin.Types.TagResourceResponse) => void): Request<Rbin.Types.TagResourceResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Assigns tags to the specified
|
|
59
|
+
* Assigns tags to the specified retention rule.
|
|
60
60
|
*/
|
|
61
61
|
tagResource(callback?: (err: AWSError, data: Rbin.Types.TagResourceResponse) => void): Request<Rbin.Types.TagResourceResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Unassigns a tag from a
|
|
63
|
+
* Unassigns a tag from a retention rule.
|
|
64
64
|
*/
|
|
65
65
|
untagResource(params: Rbin.Types.UntagResourceRequest, callback?: (err: AWSError, data: Rbin.Types.UntagResourceResponse) => void): Request<Rbin.Types.UntagResourceResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Unassigns a tag from a
|
|
67
|
+
* Unassigns a tag from a retention rule.
|
|
68
68
|
*/
|
|
69
69
|
untagResource(callback?: (err: AWSError, data: Rbin.Types.UntagResourceResponse) => void): Request<Rbin.Types.UntagResourceResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Updates an existing Recycle Bin retention rule. For more information, see Update Recycle Bin retention rules in the Amazon
|
|
71
|
+
* Updates an existing Recycle Bin retention rule. For more information, see Update Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
72
72
|
*/
|
|
73
73
|
updateRule(params: Rbin.Types.UpdateRuleRequest, callback?: (err: AWSError, data: Rbin.Types.UpdateRuleResponse) => void): Request<Rbin.Types.UpdateRuleResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Updates an existing Recycle Bin retention rule. For more information, see Update Recycle Bin retention rules in the Amazon
|
|
75
|
+
* Updates an existing Recycle Bin retention rule. For more information, see Update Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
|
|
76
76
|
*/
|
|
77
77
|
updateRule(callback?: (err: AWSError, data: Rbin.Types.UpdateRuleResponse) => void): Request<Rbin.Types.UpdateRuleResponse, AWSError>;
|
|
78
78
|
}
|
|
@@ -83,7 +83,7 @@ declare namespace Rbin {
|
|
|
83
83
|
*/
|
|
84
84
|
RetentionPeriod: RetentionPeriod;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* The retention rule description.
|
|
87
87
|
*/
|
|
88
88
|
Description?: Description;
|
|
89
89
|
/**
|
|
@@ -91,17 +91,17 @@ declare namespace Rbin {
|
|
|
91
91
|
*/
|
|
92
92
|
Tags?: TagList;
|
|
93
93
|
/**
|
|
94
|
-
* The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots are supported.
|
|
94
|
+
* The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots and EBS-backed AMIs are supported. To retain snapshots, specify EBS_SNAPSHOT. To retain EBS-backed AMIs, specify EC2_IMAGE.
|
|
95
95
|
*/
|
|
96
96
|
ResourceType: ResourceType;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule. You can add the same tag key and value pair to a maximum or five retention rules. To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
|
|
99
99
|
*/
|
|
100
100
|
ResourceTags?: ResourceTags;
|
|
101
101
|
}
|
|
102
102
|
export interface CreateRuleResponse {
|
|
103
103
|
/**
|
|
104
|
-
* The unique
|
|
104
|
+
* The unique ID of the retention rule.
|
|
105
105
|
*/
|
|
106
106
|
Identifier?: RuleIdentifier;
|
|
107
107
|
RetentionPeriod?: RetentionPeriod;
|
|
@@ -110,7 +110,7 @@ declare namespace Rbin {
|
|
|
110
110
|
*/
|
|
111
111
|
Description?: Description;
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* Information about the tags assigned to the retention rule.
|
|
114
114
|
*/
|
|
115
115
|
Tags?: TagList;
|
|
116
116
|
/**
|
|
@@ -122,13 +122,13 @@ declare namespace Rbin {
|
|
|
122
122
|
*/
|
|
123
123
|
ResourceTags?: ResourceTags;
|
|
124
124
|
/**
|
|
125
|
-
* The state of the retention rule. Only retention rules that are in the available state retain
|
|
125
|
+
* The state of the retention rule. Only retention rules that are in the available state retain resources.
|
|
126
126
|
*/
|
|
127
127
|
Status?: RuleStatus;
|
|
128
128
|
}
|
|
129
129
|
export interface DeleteRuleRequest {
|
|
130
130
|
/**
|
|
131
|
-
* The unique ID of the retention rule
|
|
131
|
+
* The unique ID of the retention rule.
|
|
132
132
|
*/
|
|
133
133
|
Identifier: RuleIdentifier;
|
|
134
134
|
}
|
|
@@ -147,41 +147,41 @@ declare namespace Rbin {
|
|
|
147
147
|
*/
|
|
148
148
|
Identifier?: RuleIdentifier;
|
|
149
149
|
/**
|
|
150
|
-
* The
|
|
150
|
+
* The retention rule description.
|
|
151
151
|
*/
|
|
152
152
|
Description?: Description;
|
|
153
153
|
/**
|
|
154
|
-
* The resource type retained by the retention rule.
|
|
154
|
+
* The resource type retained by the retention rule.
|
|
155
155
|
*/
|
|
156
156
|
ResourceType?: ResourceType;
|
|
157
157
|
/**
|
|
158
|
-
* Information about the period for which the retention rule
|
|
158
|
+
* Information about the retention period for which the retention rule is to retain resources.
|
|
159
159
|
*/
|
|
160
160
|
RetentionPeriod?: RetentionPeriod;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* Information about the resource tags used to identify resources that are retained by the retention rule.
|
|
163
163
|
*/
|
|
164
164
|
ResourceTags?: ResourceTags;
|
|
165
165
|
/**
|
|
166
|
-
* The state of the retention rule. Only retention rules that are in the available state retain
|
|
166
|
+
* The state of the retention rule. Only retention rules that are in the available state retain resources.
|
|
167
167
|
*/
|
|
168
168
|
Status?: RuleStatus;
|
|
169
169
|
}
|
|
170
170
|
export interface ListRulesRequest {
|
|
171
171
|
/**
|
|
172
|
-
* The maximum number of results to return
|
|
172
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned NextToken value.
|
|
173
173
|
*/
|
|
174
174
|
MaxResults?: MaxResults;
|
|
175
175
|
/**
|
|
176
|
-
* The token
|
|
176
|
+
* The token for the next page of results.
|
|
177
177
|
*/
|
|
178
178
|
NextToken?: NextToken;
|
|
179
179
|
/**
|
|
180
|
-
* The resource type retained by the retention rule. Only retention rules that retain the specified resource type are listed.
|
|
180
|
+
* The resource type retained by the retention rule. Only retention rules that retain the specified resource type are listed. Currently, only Amazon EBS snapshots and EBS-backed AMIs are supported. To list retention rules that retain snapshots, specify EBS_SNAPSHOT. To list retention rules that retain EBS-backed AMIs, specify EC2_IMAGE.
|
|
181
181
|
*/
|
|
182
182
|
ResourceType: ResourceType;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* Information about the resource tags used to identify resources that are retained by the retention rule.
|
|
185
185
|
*/
|
|
186
186
|
ResourceTags?: ResourceTags;
|
|
187
187
|
}
|
|
@@ -197,13 +197,13 @@ declare namespace Rbin {
|
|
|
197
197
|
}
|
|
198
198
|
export interface ListTagsForResourceRequest {
|
|
199
199
|
/**
|
|
200
|
-
* The Amazon Resource Name (ARN) of the
|
|
200
|
+
* The Amazon Resource Name (ARN) of the retention rule.
|
|
201
201
|
*/
|
|
202
202
|
ResourceArn: RuleArn;
|
|
203
203
|
}
|
|
204
204
|
export interface ListTagsForResourceResponse {
|
|
205
205
|
/**
|
|
206
|
-
* Information about the tags assigned to the
|
|
206
|
+
* Information about the tags assigned to the retention rule.
|
|
207
207
|
*/
|
|
208
208
|
Tags?: TagList;
|
|
209
209
|
}
|
|
@@ -222,7 +222,7 @@ declare namespace Rbin {
|
|
|
222
222
|
export type ResourceTagKey = string;
|
|
223
223
|
export type ResourceTagValue = string;
|
|
224
224
|
export type ResourceTags = ResourceTag[];
|
|
225
|
-
export type ResourceType = "EBS_SNAPSHOT"|string;
|
|
225
|
+
export type ResourceType = "EBS_SNAPSHOT"|"EC2_IMAGE"|string;
|
|
226
226
|
export interface RetentionPeriod {
|
|
227
227
|
/**
|
|
228
228
|
* The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
|
|
@@ -244,11 +244,11 @@ declare namespace Rbin {
|
|
|
244
244
|
*/
|
|
245
245
|
Identifier?: RuleIdentifier;
|
|
246
246
|
/**
|
|
247
|
-
* The
|
|
247
|
+
* The retention rule description.
|
|
248
248
|
*/
|
|
249
249
|
Description?: Description;
|
|
250
250
|
/**
|
|
251
|
-
* Information about the retention period for which the retention rule
|
|
251
|
+
* Information about the retention period for which the retention rule is to retain resources.
|
|
252
252
|
*/
|
|
253
253
|
RetentionPeriod?: RetentionPeriod;
|
|
254
254
|
}
|
|
@@ -268,11 +268,11 @@ declare namespace Rbin {
|
|
|
268
268
|
export type TagList = Tag[];
|
|
269
269
|
export interface TagResourceRequest {
|
|
270
270
|
/**
|
|
271
|
-
* The Amazon Resource Name (ARN) of the
|
|
271
|
+
* The Amazon Resource Name (ARN) of the retention rule.
|
|
272
272
|
*/
|
|
273
273
|
ResourceArn: RuleArn;
|
|
274
274
|
/**
|
|
275
|
-
* Information about the tags to assign to the
|
|
275
|
+
* Information about the tags to assign to the retention rule.
|
|
276
276
|
*/
|
|
277
277
|
Tags: TagList;
|
|
278
278
|
}
|
|
@@ -281,11 +281,11 @@ declare namespace Rbin {
|
|
|
281
281
|
export type TagValue = string;
|
|
282
282
|
export interface UntagResourceRequest {
|
|
283
283
|
/**
|
|
284
|
-
* The Amazon Resource Name (ARN) of the
|
|
284
|
+
* The Amazon Resource Name (ARN) of the retention rule.
|
|
285
285
|
*/
|
|
286
286
|
ResourceArn: RuleArn;
|
|
287
287
|
/**
|
|
288
|
-
*
|
|
288
|
+
* The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.
|
|
289
289
|
*/
|
|
290
290
|
TagKeys: TagKeyList;
|
|
291
291
|
}
|
|
@@ -293,7 +293,7 @@ declare namespace Rbin {
|
|
|
293
293
|
}
|
|
294
294
|
export interface UpdateRuleRequest {
|
|
295
295
|
/**
|
|
296
|
-
* The unique ID of the retention rule
|
|
296
|
+
* The unique ID of the retention rule.
|
|
297
297
|
*/
|
|
298
298
|
Identifier: RuleIdentifier;
|
|
299
299
|
/**
|
|
@@ -305,11 +305,11 @@ declare namespace Rbin {
|
|
|
305
305
|
*/
|
|
306
306
|
Description?: Description;
|
|
307
307
|
/**
|
|
308
|
-
* The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots are supported.
|
|
308
|
+
* The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots and EBS-backed AMIs are supported. To retain snapshots, specify EBS_SNAPSHOT. To retain EBS-backed AMIs, specify EC2_IMAGE.
|
|
309
309
|
*/
|
|
310
310
|
ResourceType?: ResourceType;
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule. You can add the same tag key and value pair to a maximum or five retention rules. To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
|
|
313
313
|
*/
|
|
314
314
|
ResourceTags?: ResourceTags;
|
|
315
315
|
}
|
|
@@ -332,7 +332,7 @@ declare namespace Rbin {
|
|
|
332
332
|
*/
|
|
333
333
|
ResourceTags?: ResourceTags;
|
|
334
334
|
/**
|
|
335
|
-
* The state of the retention rule. Only retention rules that are in the available state retain
|
|
335
|
+
* The state of the retention rule. Only retention rules that are in the available state retain resources.
|
|
336
336
|
*/
|
|
337
337
|
Status?: RuleStatus;
|
|
338
338
|
}
|
|
@@ -126,11 +126,11 @@ declare class RDS extends Service {
|
|
|
126
126
|
*/
|
|
127
127
|
createCustomAvailabilityZone(callback?: (err: AWSError, data: RDS.Types.CreateCustomAvailabilityZoneResult) => void): Request<RDS.Types.CreateCustomAvailabilityZoneResult, AWSError>;
|
|
128
128
|
/**
|
|
129
|
-
* Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The
|
|
129
|
+
* Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following: Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3. When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM). Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files. After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event. For more information, see Creating a CEV in the Amazon RDS User Guide.
|
|
130
130
|
*/
|
|
131
131
|
createCustomDBEngineVersion(params: RDS.Types.CreateCustomDBEngineVersionMessage, callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
|
|
132
132
|
/**
|
|
133
|
-
* Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The
|
|
133
|
+
* Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following: Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3. When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM). Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files. After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive. The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event. For more information, see Creating a CEV in the Amazon RDS User Guide.
|
|
134
134
|
*/
|
|
135
135
|
createCustomDBEngineVersion(callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
|
|
136
136
|
/**
|
|
@@ -1724,7 +1724,7 @@ declare namespace RDS {
|
|
|
1724
1724
|
*/
|
|
1725
1725
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
1726
1726
|
/**
|
|
1727
|
-
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example:
|
|
1727
|
+
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mydbsubnetgroup Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
1728
1728
|
*/
|
|
1729
1729
|
DBSubnetGroupName?: String;
|
|
1730
1730
|
/**
|
|
@@ -1959,7 +1959,7 @@ declare namespace RDS {
|
|
|
1959
1959
|
*/
|
|
1960
1960
|
AvailabilityZone?: String;
|
|
1961
1961
|
/**
|
|
1962
|
-
* A DB subnet group to associate with this DB instance.
|
|
1962
|
+
* A DB subnet group to associate with this DB instance. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mydbsubnetgroup
|
|
1963
1963
|
*/
|
|
1964
1964
|
DBSubnetGroupName?: String;
|
|
1965
1965
|
/**
|
|
@@ -2166,7 +2166,7 @@ declare namespace RDS {
|
|
|
2166
2166
|
PubliclyAccessible?: BooleanOptional;
|
|
2167
2167
|
Tags?: TagList;
|
|
2168
2168
|
/**
|
|
2169
|
-
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: Can only be specified if the source DB instance identifier specifies a DB instance in another Amazon Web Services Region. If supplied, must match the name of an existing DBSubnetGroup. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:> Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example:
|
|
2169
|
+
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: Can only be specified if the source DB instance identifier specifies a DB instance in another Amazon Web Services Region. If supplied, must match the name of an existing DBSubnetGroup. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:> Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example: mydbsubnetgroup
|
|
2170
2170
|
*/
|
|
2171
2171
|
DBSubnetGroupName?: String;
|
|
2172
2172
|
/**
|
|
@@ -2391,7 +2391,7 @@ declare namespace RDS {
|
|
|
2391
2391
|
}
|
|
2392
2392
|
export interface CreateDBSubnetGroupMessage {
|
|
2393
2393
|
/**
|
|
2394
|
-
* The name for the DB subnet group. This value is stored as a lowercase string. Constraints:
|
|
2394
|
+
* The name for the DB subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default. First character must be a letter. Example: mydbsubnetgroup
|
|
2395
2395
|
*/
|
|
2396
2396
|
DBSubnetGroupName: String;
|
|
2397
2397
|
/**
|
|
@@ -4328,7 +4328,7 @@ declare namespace RDS {
|
|
|
4328
4328
|
}
|
|
4329
4329
|
export interface DeleteDBSubnetGroupMessage {
|
|
4330
4330
|
/**
|
|
4331
|
-
* The name of the database subnet group to delete. You can't delete the default subnet group. Constraints:
|
|
4331
|
+
* The name of the database subnet group to delete. You can't delete the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mydbsubnetgroup
|
|
4332
4332
|
*/
|
|
4333
4333
|
DBSubnetGroupName: String;
|
|
4334
4334
|
}
|
|
@@ -6131,7 +6131,7 @@ declare namespace RDS {
|
|
|
6131
6131
|
*/
|
|
6132
6132
|
DBInstanceClass?: String;
|
|
6133
6133
|
/**
|
|
6134
|
-
* The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide. Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable ApplyImmediately. This parameter doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example:
|
|
6134
|
+
* The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide. Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable ApplyImmediately. This parameter doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
|
|
6135
6135
|
*/
|
|
6136
6136
|
DBSubnetGroupName?: String;
|
|
6137
6137
|
/**
|
|
@@ -6444,7 +6444,7 @@ declare namespace RDS {
|
|
|
6444
6444
|
}
|
|
6445
6445
|
export interface ModifyDBSubnetGroupMessage {
|
|
6446
6446
|
/**
|
|
6447
|
-
* The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example:
|
|
6447
|
+
* The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mydbsubnetgroup
|
|
6448
6448
|
*/
|
|
6449
6449
|
DBSubnetGroupName: String;
|
|
6450
6450
|
/**
|
|
@@ -7510,7 +7510,7 @@ declare namespace RDS {
|
|
|
7510
7510
|
*/
|
|
7511
7511
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
7512
7512
|
/**
|
|
7513
|
-
* A DB subnet group to associate with the restored DB cluster. Constraints: If supplied, must match the name of an existing DBSubnetGroup.
|
|
7513
|
+
* A DB subnet group to associate with the restored DB cluster. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
|
|
7514
7514
|
*/
|
|
7515
7515
|
DBSubnetGroupName?: String;
|
|
7516
7516
|
/**
|
|
@@ -7632,7 +7632,7 @@ declare namespace RDS {
|
|
|
7632
7632
|
*/
|
|
7633
7633
|
Port?: IntegerOptional;
|
|
7634
7634
|
/**
|
|
7635
|
-
* The name of the DB subnet group to use for the new DB cluster. Constraints: If supplied, must match the name of an existing DB subnet group. Example:
|
|
7635
|
+
* The name of the DB subnet group to use for the new DB cluster. Constraints: If supplied, must match the name of an existing DB subnet group. Example: mydbsubnetgroup Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7636
7636
|
*/
|
|
7637
7637
|
DBSubnetGroupName?: String;
|
|
7638
7638
|
/**
|
|
@@ -7741,7 +7741,7 @@ declare namespace RDS {
|
|
|
7741
7741
|
*/
|
|
7742
7742
|
Port?: IntegerOptional;
|
|
7743
7743
|
/**
|
|
7744
|
-
* The DB subnet group name to use for the new DB cluster. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example:
|
|
7744
|
+
* The DB subnet group name to use for the new DB cluster. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7745
7745
|
*/
|
|
7746
7746
|
DBSubnetGroupName?: String;
|
|
7747
7747
|
/**
|
|
@@ -7839,7 +7839,7 @@ declare namespace RDS {
|
|
|
7839
7839
|
*/
|
|
7840
7840
|
AvailabilityZone?: String;
|
|
7841
7841
|
/**
|
|
7842
|
-
* The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example:
|
|
7842
|
+
* The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
|
|
7843
7843
|
*/
|
|
7844
7844
|
DBSubnetGroupName?: String;
|
|
7845
7845
|
/**
|
|
@@ -7896,7 +7896,7 @@ declare namespace RDS {
|
|
|
7896
7896
|
*/
|
|
7897
7897
|
Domain?: String;
|
|
7898
7898
|
/**
|
|
7899
|
-
* A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.
|
|
7899
|
+
* A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance. For more information, see Copying tags to DB instance snapshots in the Amazon RDS User Guide.
|
|
7900
7900
|
*/
|
|
7901
7901
|
CopyTagsToSnapshot?: BooleanOptional;
|
|
7902
7902
|
/**
|
|
@@ -7932,7 +7932,7 @@ declare namespace RDS {
|
|
|
7932
7932
|
*/
|
|
7933
7933
|
EnableCustomerOwnedIp?: BooleanOptional;
|
|
7934
7934
|
/**
|
|
7935
|
-
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements: The profile must exist in your account. The profile must have an IAM role that Amazon EC2 has permissions to assume. The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom. For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon
|
|
7935
|
+
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements: The profile must exist in your account. The profile must have an IAM role that Amazon EC2 has permissions to assume. The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom. For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide. This setting is required for RDS Custom.
|
|
7936
7936
|
*/
|
|
7937
7937
|
CustomIamInstanceProfile?: String;
|
|
7938
7938
|
/**
|
|
@@ -7985,7 +7985,7 @@ declare namespace RDS {
|
|
|
7985
7985
|
*/
|
|
7986
7986
|
AvailabilityZone?: String;
|
|
7987
7987
|
/**
|
|
7988
|
-
* A DB subnet group to associate with this DB instance.
|
|
7988
|
+
* A DB subnet group to associate with this DB instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
|
|
7989
7989
|
*/
|
|
7990
7990
|
DBSubnetGroupName?: String;
|
|
7991
7991
|
/**
|
|
@@ -8154,7 +8154,7 @@ declare namespace RDS {
|
|
|
8154
8154
|
*/
|
|
8155
8155
|
AvailabilityZone?: String;
|
|
8156
8156
|
/**
|
|
8157
|
-
* The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example:
|
|
8157
|
+
* The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
|
|
8158
8158
|
*/
|
|
8159
8159
|
DBSubnetGroupName?: String;
|
|
8160
8160
|
/**
|
|
@@ -28,11 +28,11 @@ declare class RoboMaker extends Service {
|
|
|
28
28
|
*/
|
|
29
29
|
batchDescribeSimulationJob(callback?: (err: AWSError, data: RoboMaker.Types.BatchDescribeSimulationJobResponse) => void): Request<RoboMaker.Types.BatchDescribeSimulationJobResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Cancels the specified deployment job.
|
|
31
|
+
* Cancels the specified deployment job. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
32
32
|
*/
|
|
33
33
|
cancelDeploymentJob(params: RoboMaker.Types.CancelDeploymentJobRequest, callback?: (err: AWSError, data: RoboMaker.Types.CancelDeploymentJobResponse) => void): Request<RoboMaker.Types.CancelDeploymentJobResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Cancels the specified deployment job.
|
|
35
|
+
* Cancels the specified deployment job. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
36
36
|
*/
|
|
37
37
|
cancelDeploymentJob(callback?: (err: AWSError, data: RoboMaker.Types.CancelDeploymentJobResponse) => void): Request<RoboMaker.Types.CancelDeploymentJobResponse, AWSError>;
|
|
38
38
|
/**
|
|
@@ -68,27 +68,27 @@ declare class RoboMaker extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
cancelWorldGenerationJob(callback?: (err: AWSError, data: RoboMaker.Types.CancelWorldGenerationJobResponse) => void): Request<RoboMaker.Types.CancelWorldGenerationJobResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Deploys a specific version of a robot application to robots in a fleet. The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version. After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
|
|
71
|
+
* Deploys a specific version of a robot application to robots in a fleet. This API is no longer supported and will throw an error if used. The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version. After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
|
|
72
72
|
*/
|
|
73
73
|
createDeploymentJob(params: RoboMaker.Types.CreateDeploymentJobRequest, callback?: (err: AWSError, data: RoboMaker.Types.CreateDeploymentJobResponse) => void): Request<RoboMaker.Types.CreateDeploymentJobResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Deploys a specific version of a robot application to robots in a fleet. The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version. After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
|
|
75
|
+
* Deploys a specific version of a robot application to robots in a fleet. This API is no longer supported and will throw an error if used. The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version. After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
|
|
76
76
|
*/
|
|
77
77
|
createDeploymentJob(callback?: (err: AWSError, data: RoboMaker.Types.CreateDeploymentJobResponse) => void): Request<RoboMaker.Types.CreateDeploymentJobResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Creates a fleet, a logical group of robots running the same robot application.
|
|
79
|
+
* Creates a fleet, a logical group of robots running the same robot application. This API is no longer supported and will throw an error if used.
|
|
80
80
|
*/
|
|
81
81
|
createFleet(params: RoboMaker.Types.CreateFleetRequest, callback?: (err: AWSError, data: RoboMaker.Types.CreateFleetResponse) => void): Request<RoboMaker.Types.CreateFleetResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Creates a fleet, a logical group of robots running the same robot application.
|
|
83
|
+
* Creates a fleet, a logical group of robots running the same robot application. This API is no longer supported and will throw an error if used.
|
|
84
84
|
*/
|
|
85
85
|
createFleet(callback?: (err: AWSError, data: RoboMaker.Types.CreateFleetResponse) => void): Request<RoboMaker.Types.CreateFleetResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Creates a robot.
|
|
87
|
+
* Creates a robot. This API is no longer supported and will throw an error if used.
|
|
88
88
|
*/
|
|
89
89
|
createRobot(params: RoboMaker.Types.CreateRobotRequest, callback?: (err: AWSError, data: RoboMaker.Types.CreateRobotResponse) => void): Request<RoboMaker.Types.CreateRobotResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Creates a robot.
|
|
91
|
+
* Creates a robot. This API is no longer supported and will throw an error if used.
|
|
92
92
|
*/
|
|
93
93
|
createRobot(callback?: (err: AWSError, data: RoboMaker.Types.CreateRobotResponse) => void): Request<RoboMaker.Types.CreateRobotResponse, AWSError>;
|
|
94
94
|
/**
|
|
@@ -156,19 +156,19 @@ declare class RoboMaker extends Service {
|
|
|
156
156
|
*/
|
|
157
157
|
createWorldTemplate(callback?: (err: AWSError, data: RoboMaker.Types.CreateWorldTemplateResponse) => void): Request<RoboMaker.Types.CreateWorldTemplateResponse, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
* Deletes a fleet.
|
|
159
|
+
* Deletes a fleet. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
160
160
|
*/
|
|
161
161
|
deleteFleet(params: RoboMaker.Types.DeleteFleetRequest, callback?: (err: AWSError, data: RoboMaker.Types.DeleteFleetResponse) => void): Request<RoboMaker.Types.DeleteFleetResponse, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
* Deletes a fleet.
|
|
163
|
+
* Deletes a fleet. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
164
164
|
*/
|
|
165
165
|
deleteFleet(callback?: (err: AWSError, data: RoboMaker.Types.DeleteFleetResponse) => void): Request<RoboMaker.Types.DeleteFleetResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Deletes a robot.
|
|
167
|
+
* Deletes a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
168
168
|
*/
|
|
169
169
|
deleteRobot(params: RoboMaker.Types.DeleteRobotRequest, callback?: (err: AWSError, data: RoboMaker.Types.DeleteRobotResponse) => void): Request<RoboMaker.Types.DeleteRobotResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Deletes a robot.
|
|
171
|
+
* Deletes a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
172
172
|
*/
|
|
173
173
|
deleteRobot(callback?: (err: AWSError, data: RoboMaker.Types.DeleteRobotResponse) => void): Request<RoboMaker.Types.DeleteRobotResponse, AWSError>;
|
|
174
174
|
/**
|
|
@@ -196,35 +196,35 @@ declare class RoboMaker extends Service {
|
|
|
196
196
|
*/
|
|
197
197
|
deleteWorldTemplate(callback?: (err: AWSError, data: RoboMaker.Types.DeleteWorldTemplateResponse) => void): Request<RoboMaker.Types.DeleteWorldTemplateResponse, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
* Deregisters a robot.
|
|
199
|
+
* Deregisters a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
200
200
|
*/
|
|
201
201
|
deregisterRobot(params: RoboMaker.Types.DeregisterRobotRequest, callback?: (err: AWSError, data: RoboMaker.Types.DeregisterRobotResponse) => void): Request<RoboMaker.Types.DeregisterRobotResponse, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
* Deregisters a robot.
|
|
203
|
+
* Deregisters a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
204
204
|
*/
|
|
205
205
|
deregisterRobot(callback?: (err: AWSError, data: RoboMaker.Types.DeregisterRobotResponse) => void): Request<RoboMaker.Types.DeregisterRobotResponse, AWSError>;
|
|
206
206
|
/**
|
|
207
|
-
* Describes a deployment job.
|
|
207
|
+
* Describes a deployment job. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
208
208
|
*/
|
|
209
209
|
describeDeploymentJob(params: RoboMaker.Types.DescribeDeploymentJobRequest, callback?: (err: AWSError, data: RoboMaker.Types.DescribeDeploymentJobResponse) => void): Request<RoboMaker.Types.DescribeDeploymentJobResponse, AWSError>;
|
|
210
210
|
/**
|
|
211
|
-
* Describes a deployment job.
|
|
211
|
+
* Describes a deployment job. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
212
212
|
*/
|
|
213
213
|
describeDeploymentJob(callback?: (err: AWSError, data: RoboMaker.Types.DescribeDeploymentJobResponse) => void): Request<RoboMaker.Types.DescribeDeploymentJobResponse, AWSError>;
|
|
214
214
|
/**
|
|
215
|
-
* Describes a fleet.
|
|
215
|
+
* Describes a fleet. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
216
216
|
*/
|
|
217
217
|
describeFleet(params: RoboMaker.Types.DescribeFleetRequest, callback?: (err: AWSError, data: RoboMaker.Types.DescribeFleetResponse) => void): Request<RoboMaker.Types.DescribeFleetResponse, AWSError>;
|
|
218
218
|
/**
|
|
219
|
-
* Describes a fleet.
|
|
219
|
+
* Describes a fleet. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
220
220
|
*/
|
|
221
221
|
describeFleet(callback?: (err: AWSError, data: RoboMaker.Types.DescribeFleetResponse) => void): Request<RoboMaker.Types.DescribeFleetResponse, AWSError>;
|
|
222
222
|
/**
|
|
223
|
-
* Describes a robot.
|
|
223
|
+
* Describes a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
224
224
|
*/
|
|
225
225
|
describeRobot(params: RoboMaker.Types.DescribeRobotRequest, callback?: (err: AWSError, data: RoboMaker.Types.DescribeRobotResponse) => void): Request<RoboMaker.Types.DescribeRobotResponse, AWSError>;
|
|
226
226
|
/**
|
|
227
|
-
* Describes a robot.
|
|
227
|
+
* Describes a robot. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
228
228
|
*/
|
|
229
229
|
describeRobot(callback?: (err: AWSError, data: RoboMaker.Types.DescribeRobotResponse) => void): Request<RoboMaker.Types.DescribeRobotResponse, AWSError>;
|
|
230
230
|
/**
|
|
@@ -300,19 +300,19 @@ declare class RoboMaker extends Service {
|
|
|
300
300
|
*/
|
|
301
301
|
getWorldTemplateBody(callback?: (err: AWSError, data: RoboMaker.Types.GetWorldTemplateBodyResponse) => void): Request<RoboMaker.Types.GetWorldTemplateBodyResponse, AWSError>;
|
|
302
302
|
/**
|
|
303
|
-
* Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
|
|
303
|
+
* Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
304
304
|
*/
|
|
305
305
|
listDeploymentJobs(params: RoboMaker.Types.ListDeploymentJobsRequest, callback?: (err: AWSError, data: RoboMaker.Types.ListDeploymentJobsResponse) => void): Request<RoboMaker.Types.ListDeploymentJobsResponse, AWSError>;
|
|
306
306
|
/**
|
|
307
|
-
* Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
|
|
307
|
+
* Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
308
308
|
*/
|
|
309
309
|
listDeploymentJobs(callback?: (err: AWSError, data: RoboMaker.Types.ListDeploymentJobsResponse) => void): Request<RoboMaker.Types.ListDeploymentJobsResponse, AWSError>;
|
|
310
310
|
/**
|
|
311
|
-
* Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
|
|
311
|
+
* Returns a list of fleets. You can optionally provide filters to retrieve specific fleets. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
312
312
|
*/
|
|
313
313
|
listFleets(params: RoboMaker.Types.ListFleetsRequest, callback?: (err: AWSError, data: RoboMaker.Types.ListFleetsResponse) => void): Request<RoboMaker.Types.ListFleetsResponse, AWSError>;
|
|
314
314
|
/**
|
|
315
|
-
* Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
|
|
315
|
+
* Returns a list of fleets. You can optionally provide filters to retrieve specific fleets. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
316
316
|
*/
|
|
317
317
|
listFleets(callback?: (err: AWSError, data: RoboMaker.Types.ListFleetsResponse) => void): Request<RoboMaker.Types.ListFleetsResponse, AWSError>;
|
|
318
318
|
/**
|
|
@@ -324,11 +324,11 @@ declare class RoboMaker extends Service {
|
|
|
324
324
|
*/
|
|
325
325
|
listRobotApplications(callback?: (err: AWSError, data: RoboMaker.Types.ListRobotApplicationsResponse) => void): Request<RoboMaker.Types.ListRobotApplicationsResponse, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Returns a list of robots. You can optionally provide filters to retrieve specific robots.
|
|
327
|
+
* Returns a list of robots. You can optionally provide filters to retrieve specific robots. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
328
328
|
*/
|
|
329
329
|
listRobots(params: RoboMaker.Types.ListRobotsRequest, callback?: (err: AWSError, data: RoboMaker.Types.ListRobotsResponse) => void): Request<RoboMaker.Types.ListRobotsResponse, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
* Returns a list of robots. You can optionally provide filters to retrieve specific robots.
|
|
331
|
+
* Returns a list of robots. You can optionally provide filters to retrieve specific robots. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
332
332
|
*/
|
|
333
333
|
listRobots(callback?: (err: AWSError, data: RoboMaker.Types.ListRobotsResponse) => void): Request<RoboMaker.Types.ListRobotsResponse, AWSError>;
|
|
334
334
|
/**
|
|
@@ -396,11 +396,11 @@ declare class RoboMaker extends Service {
|
|
|
396
396
|
*/
|
|
397
397
|
listWorlds(callback?: (err: AWSError, data: RoboMaker.Types.ListWorldsResponse) => void): Request<RoboMaker.Types.ListWorldsResponse, AWSError>;
|
|
398
398
|
/**
|
|
399
|
-
* Registers a robot with a fleet.
|
|
399
|
+
* Registers a robot with a fleet. This API is no longer supported and will throw an error if used.
|
|
400
400
|
*/
|
|
401
401
|
registerRobot(params: RoboMaker.Types.RegisterRobotRequest, callback?: (err: AWSError, data: RoboMaker.Types.RegisterRobotResponse) => void): Request<RoboMaker.Types.RegisterRobotResponse, AWSError>;
|
|
402
402
|
/**
|
|
403
|
-
* Registers a robot with a fleet.
|
|
403
|
+
* Registers a robot with a fleet. This API is no longer supported and will throw an error if used.
|
|
404
404
|
*/
|
|
405
405
|
registerRobot(callback?: (err: AWSError, data: RoboMaker.Types.RegisterRobotResponse) => void): Request<RoboMaker.Types.RegisterRobotResponse, AWSError>;
|
|
406
406
|
/**
|
|
@@ -420,11 +420,11 @@ declare class RoboMaker extends Service {
|
|
|
420
420
|
*/
|
|
421
421
|
startSimulationJobBatch(callback?: (err: AWSError, data: RoboMaker.Types.StartSimulationJobBatchResponse) => void): Request<RoboMaker.Types.StartSimulationJobBatchResponse, AWSError>;
|
|
422
422
|
/**
|
|
423
|
-
* Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
|
|
423
|
+
* Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
424
424
|
*/
|
|
425
425
|
syncDeploymentJob(params: RoboMaker.Types.SyncDeploymentJobRequest, callback?: (err: AWSError, data: RoboMaker.Types.SyncDeploymentJobResponse) => void): Request<RoboMaker.Types.SyncDeploymentJobResponse, AWSError>;
|
|
426
426
|
/**
|
|
427
|
-
* Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
|
|
427
|
+
* Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment. This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
|
|
428
428
|
*/
|
|
429
429
|
syncDeploymentJob(callback?: (err: AWSError, data: RoboMaker.Types.SyncDeploymentJobResponse) => void): Request<RoboMaker.Types.SyncDeploymentJobResponse, AWSError>;
|
|
430
430
|
/**
|