aws-sdk 2.829.0 → 2.833.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 +25 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +4 -2
- package/apis/databrew-2017-07-25.min.json +79 -62
- package/apis/ec2-2016-11-15.min.json +197 -190
- package/apis/elasticache-2015-02-02.min.json +1 -0
- package/apis/es-2015-01-01.min.json +6 -0
- package/apis/kafka-2018-11-14.min.json +41 -0
- package/apis/managedblockchain-2018-09-24.min.json +159 -36
- package/apis/metadata.json +8 -0
- package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
- package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
- package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
- package/apis/monitoring-2010-08-01.min.json +15 -9
- package/apis/redshift-2012-12-01.min.json +1 -1
- package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
- package/apis/robomaker-2018-06-29.min.json +198 -170
- package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
- package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
- package/apis/securityhub-2018-10-26.min.json +406 -187
- package/apis/sesv2-2019-09-27.min.json +40 -15
- package/clients/accessanalyzer.d.ts +5 -5
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/backup.d.ts +27 -27
- package/clients/cloudwatch.d.ts +12 -1
- package/clients/customerprofiles.d.ts +2 -2
- package/clients/databrew.d.ts +170 -143
- package/clients/ec2.d.ts +119 -111
- package/clients/elasticache.d.ts +14 -10
- package/clients/es.d.ts +8 -0
- package/clients/greengrassv2.d.ts +6 -6
- package/clients/iot.d.ts +2 -2
- package/clients/kafka.d.ts +52 -0
- package/clients/lexmodelsv2.d.ts +3350 -0
- package/clients/lexmodelsv2.js +18 -0
- package/clients/lexruntimev2.d.ts +542 -0
- package/clients/lexruntimev2.js +18 -0
- package/clients/lightsail.d.ts +2 -2
- package/clients/managedblockchain.d.ts +140 -6
- package/clients/rds.d.ts +14 -14
- package/clients/redshift.d.ts +8 -8
- package/clients/resourcegroupstaggingapi.d.ts +50 -45
- package/clients/robomaker.d.ts +35 -3
- package/clients/securityhub.d.ts +410 -63
- package/clients/sesv2.d.ts +30 -2
- package/clients/ssm.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +91 -17
- package/dist/aws-sdk.js +225 -203
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config.d.ts +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -229,7 +229,8 @@
|
|
|
229
229
|
},
|
|
230
230
|
"DkimSigningAttributes": {
|
|
231
231
|
"shape": "S26"
|
|
232
|
-
}
|
|
232
|
+
},
|
|
233
|
+
"ConfigurationSetName": {}
|
|
233
234
|
}
|
|
234
235
|
},
|
|
235
236
|
"output": {
|
|
@@ -1169,7 +1170,8 @@
|
|
|
1169
1170
|
},
|
|
1170
1171
|
"Tags": {
|
|
1171
1172
|
"shape": "Sc"
|
|
1172
|
-
}
|
|
1173
|
+
},
|
|
1174
|
+
"ConfigurationSetName": {}
|
|
1173
1175
|
}
|
|
1174
1176
|
}
|
|
1175
1177
|
},
|
|
@@ -2114,6 +2116,29 @@
|
|
|
2114
2116
|
"members": {}
|
|
2115
2117
|
}
|
|
2116
2118
|
},
|
|
2119
|
+
"PutEmailIdentityConfigurationSetAttributes": {
|
|
2120
|
+
"http": {
|
|
2121
|
+
"method": "PUT",
|
|
2122
|
+
"requestUri": "/v2/email/identities/{EmailIdentity}/configuration-set"
|
|
2123
|
+
},
|
|
2124
|
+
"input": {
|
|
2125
|
+
"type": "structure",
|
|
2126
|
+
"required": [
|
|
2127
|
+
"EmailIdentity"
|
|
2128
|
+
],
|
|
2129
|
+
"members": {
|
|
2130
|
+
"EmailIdentity": {
|
|
2131
|
+
"location": "uri",
|
|
2132
|
+
"locationName": "EmailIdentity"
|
|
2133
|
+
},
|
|
2134
|
+
"ConfigurationSetName": {}
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
"output": {
|
|
2138
|
+
"type": "structure",
|
|
2139
|
+
"members": {}
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2117
2142
|
"PutEmailIdentityDkimAttributes": {
|
|
2118
2143
|
"http": {
|
|
2119
2144
|
"method": "PUT",
|
|
@@ -2255,12 +2280,12 @@
|
|
|
2255
2280
|
"FromEmailAddress": {},
|
|
2256
2281
|
"FromEmailAddressIdentityArn": {},
|
|
2257
2282
|
"ReplyToAddresses": {
|
|
2258
|
-
"shape": "
|
|
2283
|
+
"shape": "S91"
|
|
2259
2284
|
},
|
|
2260
2285
|
"FeedbackForwardingEmailAddress": {},
|
|
2261
2286
|
"FeedbackForwardingEmailAddressIdentityArn": {},
|
|
2262
2287
|
"DefaultEmailTags": {
|
|
2263
|
-
"shape": "
|
|
2288
|
+
"shape": "S92"
|
|
2264
2289
|
},
|
|
2265
2290
|
"DefaultContent": {
|
|
2266
2291
|
"type": "structure",
|
|
@@ -2279,10 +2304,10 @@
|
|
|
2279
2304
|
],
|
|
2280
2305
|
"members": {
|
|
2281
2306
|
"Destination": {
|
|
2282
|
-
"shape": "
|
|
2307
|
+
"shape": "S99"
|
|
2283
2308
|
},
|
|
2284
2309
|
"ReplacementTags": {
|
|
2285
|
-
"shape": "
|
|
2310
|
+
"shape": "S92"
|
|
2286
2311
|
},
|
|
2287
2312
|
"ReplacementEmailContent": {
|
|
2288
2313
|
"type": "structure",
|
|
@@ -2357,10 +2382,10 @@
|
|
|
2357
2382
|
"FromEmailAddress": {},
|
|
2358
2383
|
"FromEmailAddressIdentityArn": {},
|
|
2359
2384
|
"Destination": {
|
|
2360
|
-
"shape": "
|
|
2385
|
+
"shape": "S99"
|
|
2361
2386
|
},
|
|
2362
2387
|
"ReplyToAddresses": {
|
|
2363
|
-
"shape": "
|
|
2388
|
+
"shape": "S91"
|
|
2364
2389
|
},
|
|
2365
2390
|
"FeedbackForwardingEmailAddress": {},
|
|
2366
2391
|
"FeedbackForwardingEmailAddressIdentityArn": {},
|
|
@@ -2368,7 +2393,7 @@
|
|
|
2368
2393
|
"shape": "S1r"
|
|
2369
2394
|
},
|
|
2370
2395
|
"EmailTags": {
|
|
2371
|
-
"shape": "
|
|
2396
|
+
"shape": "S92"
|
|
2372
2397
|
},
|
|
2373
2398
|
"ConfigurationSetName": {},
|
|
2374
2399
|
"ListManagementOptions": {
|
|
@@ -3126,11 +3151,11 @@
|
|
|
3126
3151
|
"key": {},
|
|
3127
3152
|
"value": {}
|
|
3128
3153
|
},
|
|
3129
|
-
"
|
|
3154
|
+
"S91": {
|
|
3130
3155
|
"type": "list",
|
|
3131
3156
|
"member": {}
|
|
3132
3157
|
},
|
|
3133
|
-
"
|
|
3158
|
+
"S92": {
|
|
3134
3159
|
"type": "list",
|
|
3135
3160
|
"member": {
|
|
3136
3161
|
"type": "structure",
|
|
@@ -3144,17 +3169,17 @@
|
|
|
3144
3169
|
}
|
|
3145
3170
|
}
|
|
3146
3171
|
},
|
|
3147
|
-
"
|
|
3172
|
+
"S99": {
|
|
3148
3173
|
"type": "structure",
|
|
3149
3174
|
"members": {
|
|
3150
3175
|
"ToAddresses": {
|
|
3151
|
-
"shape": "
|
|
3176
|
+
"shape": "S91"
|
|
3152
3177
|
},
|
|
3153
3178
|
"CcAddresses": {
|
|
3154
|
-
"shape": "
|
|
3179
|
+
"shape": "S91"
|
|
3155
3180
|
},
|
|
3156
3181
|
"BccAddresses": {
|
|
3157
|
-
"shape": "
|
|
3182
|
+
"shape": "S91"
|
|
3158
3183
|
}
|
|
3159
3184
|
}
|
|
3160
3185
|
}
|
|
@@ -36,11 +36,11 @@ declare class AccessAnalyzer extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
createArchiveRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
|
|
39
|
+
* Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
|
|
40
40
|
*/
|
|
41
41
|
deleteAnalyzer(params: AccessAnalyzer.Types.DeleteAnalyzerRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
|
|
43
|
+
* Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
|
|
44
44
|
*/
|
|
45
45
|
deleteAnalyzer(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
46
46
|
/**
|
|
@@ -251,7 +251,7 @@ declare namespace AccessAnalyzer {
|
|
|
251
251
|
*/
|
|
252
252
|
name: Name;
|
|
253
253
|
/**
|
|
254
|
-
* The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.
|
|
254
|
+
* The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for AWS IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.
|
|
255
255
|
*/
|
|
256
256
|
status: AnalyzerStatus;
|
|
257
257
|
/**
|
|
@@ -321,7 +321,7 @@ declare namespace AccessAnalyzer {
|
|
|
321
321
|
*/
|
|
322
322
|
tags?: TagsMap;
|
|
323
323
|
/**
|
|
324
|
-
* The type of analyzer to create. Only ACCOUNT analyzers are supported. You can create only one analyzer per account per Region.
|
|
324
|
+
* The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
|
|
325
325
|
*/
|
|
326
326
|
type: Type;
|
|
327
327
|
}
|
|
@@ -725,7 +725,7 @@ declare namespace AccessAnalyzer {
|
|
|
725
725
|
export type PrincipalMap = {[key: string]: String};
|
|
726
726
|
export type ReasonCode = "AWS_SERVICE_ACCESS_DISABLED"|"DELEGATED_ADMINISTRATOR_DEREGISTERED"|"ORGANIZATION_DELETED"|"SERVICE_LINKED_ROLE_CREATION_FAILED"|string;
|
|
727
727
|
export type ResourceArn = string;
|
|
728
|
-
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|string;
|
|
728
|
+
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|string;
|
|
729
729
|
export type SharedViaList = String[];
|
|
730
730
|
export interface SortCriteria {
|
|
731
731
|
/**
|
package/clients/all.d.ts
CHANGED
|
@@ -255,3 +255,5 @@ export import IoTFleetHub = require('./iotfleethub');
|
|
|
255
255
|
export import IoTWireless = require('./iotwireless');
|
|
256
256
|
export import Location = require('./location');
|
|
257
257
|
export import WellArchitected = require('./wellarchitected');
|
|
258
|
+
export import LexModelsV2 = require('./lexmodelsv2');
|
|
259
|
+
export import LexRuntimeV2 = require('./lexruntimev2');
|
package/clients/all.js
CHANGED
|
@@ -256,5 +256,7 @@ module.exports = {
|
|
|
256
256
|
IoTFleetHub: require('./iotfleethub'),
|
|
257
257
|
IoTWireless: require('./iotwireless'),
|
|
258
258
|
Location: require('./location'),
|
|
259
|
-
WellArchitected: require('./wellarchitected')
|
|
259
|
+
WellArchitected: require('./wellarchitected'),
|
|
260
|
+
LexModelsV2: require('./lexmodelsv2'),
|
|
261
|
+
LexRuntimeV2: require('./lexruntimev2')
|
|
260
262
|
};
|
package/clients/backup.d.ts
CHANGED
|
@@ -108,11 +108,11 @@ declare class Backup extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
describeCopyJob(callback?: (err: AWSError, data: Backup.Types.DescribeCopyJobOutput) => void): Request<Backup.Types.DescribeCopyJobOutput, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
|
|
112
112
|
*/
|
|
113
113
|
describeGlobalSettings(params: Backup.Types.DescribeGlobalSettingsInput, callback?: (err: AWSError, data: Backup.Types.DescribeGlobalSettingsOutput) => void): Request<Backup.Types.DescribeGlobalSettingsOutput, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
|
|
116
116
|
*/
|
|
117
117
|
describeGlobalSettings(callback?: (err: AWSError, data: Backup.Types.DescribeGlobalSettingsOutput) => void): Request<Backup.Types.DescribeGlobalSettingsOutput, AWSError>;
|
|
118
118
|
/**
|
|
@@ -384,19 +384,19 @@ declare class Backup extends Service {
|
|
|
384
384
|
*/
|
|
385
385
|
updateBackupPlan(callback?: (err: AWSError, data: Backup.Types.UpdateBackupPlanOutput) => void): Request<Backup.Types.UpdateBackupPlanOutput, AWSError>;
|
|
386
386
|
/**
|
|
387
|
-
* Updates the current global settings for the AWS
|
|
387
|
+
* Updates the current global settings for the AWS account. Use the DescribeGlobalSettings API to determine the current settings.
|
|
388
388
|
*/
|
|
389
389
|
updateGlobalSettings(params: Backup.Types.UpdateGlobalSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
390
390
|
/**
|
|
391
|
-
* Updates the current global settings for the AWS
|
|
391
|
+
* Updates the current global settings for the AWS account. Use the DescribeGlobalSettings API to determine the current settings.
|
|
392
392
|
*/
|
|
393
393
|
updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
394
394
|
/**
|
|
395
|
-
* Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
395
|
+
* Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
396
396
|
*/
|
|
397
397
|
updateRecoveryPointLifecycle(params: Backup.Types.UpdateRecoveryPointLifecycleInput, callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
|
|
398
398
|
/**
|
|
399
|
-
* Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
399
|
+
* Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
400
400
|
*/
|
|
401
401
|
updateRecoveryPointLifecycle(callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
|
|
402
402
|
/**
|
|
@@ -413,7 +413,7 @@ declare namespace Backup {
|
|
|
413
413
|
export type AccountId = string;
|
|
414
414
|
export interface AdvancedBackupSetting {
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows VSS. For an CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the AWS Backup User Guide. Valid values: EC2.
|
|
417
417
|
*/
|
|
418
418
|
ResourceType?: ResourceType;
|
|
419
419
|
/**
|
|
@@ -472,7 +472,7 @@ declare namespace Backup {
|
|
|
472
472
|
*/
|
|
473
473
|
BackupSizeInBytes?: Long;
|
|
474
474
|
/**
|
|
475
|
-
* Specifies the IAM role ARN used to create the target recovery point
|
|
475
|
+
* Specifies the IAM role ARN used to create the target recovery point. IAM roles other than the default role must include either AWSBackup or AwsBackup in the role name. For example, arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names without those strings lack permissions to perform backup jobs.
|
|
476
476
|
*/
|
|
477
477
|
IamRoleArn?: IAMRoleArn;
|
|
478
478
|
/**
|
|
@@ -611,7 +611,7 @@ declare namespace Backup {
|
|
|
611
611
|
*/
|
|
612
612
|
CompletionWindowMinutes?: WindowMinutes;
|
|
613
613
|
/**
|
|
614
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
614
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
615
615
|
*/
|
|
616
616
|
Lifecycle?: Lifecycle;
|
|
617
617
|
/**
|
|
@@ -649,7 +649,7 @@ declare namespace Backup {
|
|
|
649
649
|
*/
|
|
650
650
|
CompletionWindowMinutes?: WindowMinutes;
|
|
651
651
|
/**
|
|
652
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
652
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
653
653
|
*/
|
|
654
654
|
Lifecycle?: Lifecycle;
|
|
655
655
|
/**
|
|
@@ -678,7 +678,7 @@ declare namespace Backup {
|
|
|
678
678
|
*/
|
|
679
679
|
Resources?: ResourceArns;
|
|
680
680
|
/**
|
|
681
|
-
* An array of conditions used to specify a set of resources to assign to a backup plan; for example, "StringEquals": {"ec2:ResourceTag/Department": "accounting".
|
|
681
|
+
* An array of conditions used to specify a set of resources to assign to a backup plan; for example, "StringEquals": {"ec2:ResourceTag/Department": "accounting". Assigns the backup plan to every resource with at least one matching tag.
|
|
682
682
|
*/
|
|
683
683
|
ListOfTags?: ListOfTags;
|
|
684
684
|
}
|
|
@@ -903,7 +903,7 @@ declare namespace Backup {
|
|
|
903
903
|
}
|
|
904
904
|
export interface CreateBackupVaultInput {
|
|
905
905
|
/**
|
|
906
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of
|
|
906
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
|
|
907
907
|
*/
|
|
908
908
|
BackupVaultName: BackupVaultName;
|
|
909
909
|
/**
|
|
@@ -1136,7 +1136,7 @@ declare namespace Backup {
|
|
|
1136
1136
|
*/
|
|
1137
1137
|
GlobalSettings?: GlobalSettings;
|
|
1138
1138
|
/**
|
|
1139
|
-
* The date and time that the global settings
|
|
1139
|
+
* The date and time that the global settings were last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
1140
1140
|
*/
|
|
1141
1141
|
LastUpdateTime?: timestamp;
|
|
1142
1142
|
}
|
|
@@ -1224,7 +1224,7 @@ declare namespace Backup {
|
|
|
1224
1224
|
*/
|
|
1225
1225
|
CalculatedLifecycle?: CalculatedLifecycle;
|
|
1226
1226
|
/**
|
|
1227
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
1227
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
1228
1228
|
*/
|
|
1229
1229
|
Lifecycle?: Lifecycle;
|
|
1230
1230
|
/**
|
|
@@ -1498,7 +1498,7 @@ declare namespace Backup {
|
|
|
1498
1498
|
}
|
|
1499
1499
|
export interface GetSupportedResourceTypesOutput {
|
|
1500
1500
|
/**
|
|
1501
|
-
* Contains a string with the supported AWS resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1501
|
+
* Contains a string with the supported AWS resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
|
|
1502
1502
|
*/
|
|
1503
1503
|
ResourceTypes?: ResourceTypes;
|
|
1504
1504
|
}
|
|
@@ -1548,11 +1548,11 @@ declare namespace Backup {
|
|
|
1548
1548
|
*/
|
|
1549
1549
|
ByCreatedAfter?: timestamp;
|
|
1550
1550
|
/**
|
|
1551
|
-
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1551
|
+
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
|
|
1552
1552
|
*/
|
|
1553
1553
|
ByResourceType?: ResourceType;
|
|
1554
1554
|
/**
|
|
1555
|
-
* The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.
|
|
1555
|
+
* The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID. If used from an AWS Organizations management account, passing * returns all jobs across the organization.
|
|
1556
1556
|
*/
|
|
1557
1557
|
ByAccountId?: AccountId;
|
|
1558
1558
|
}
|
|
@@ -1704,7 +1704,7 @@ declare namespace Backup {
|
|
|
1704
1704
|
*/
|
|
1705
1705
|
ByCreatedAfter?: timestamp;
|
|
1706
1706
|
/**
|
|
1707
|
-
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1707
|
+
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
|
|
1708
1708
|
*/
|
|
1709
1709
|
ByResourceType?: ResourceType;
|
|
1710
1710
|
/**
|
|
@@ -1973,7 +1973,7 @@ declare namespace Backup {
|
|
|
1973
1973
|
*/
|
|
1974
1974
|
CalculatedLifecycle?: CalculatedLifecycle;
|
|
1975
1975
|
/**
|
|
1976
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
1976
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
1977
1977
|
*/
|
|
1978
1978
|
Lifecycle?: Lifecycle;
|
|
1979
1979
|
/**
|
|
@@ -2115,15 +2115,15 @@ declare namespace Backup {
|
|
|
2115
2115
|
*/
|
|
2116
2116
|
IdempotencyToken?: string;
|
|
2117
2117
|
/**
|
|
2118
|
-
* A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
|
|
2118
|
+
* A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours.
|
|
2119
2119
|
*/
|
|
2120
2120
|
StartWindowMinutes?: WindowMinutes;
|
|
2121
2121
|
/**
|
|
2122
|
-
* A value in minutes
|
|
2122
|
+
* A value in minutes during which a successfully started backup must complete, or else AWS Backup will cancel the job. This value is optional. This value begins counting down from when the backup was scheduled. It does not add additional time for StartWindowMinutes, or if the backup started later than scheduled.
|
|
2123
2123
|
*/
|
|
2124
2124
|
CompleteWindowMinutes?: WindowMinutes;
|
|
2125
2125
|
/**
|
|
2126
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
2126
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
2127
2127
|
*/
|
|
2128
2128
|
Lifecycle?: Lifecycle;
|
|
2129
2129
|
/**
|
|
@@ -2145,7 +2145,7 @@ declare namespace Backup {
|
|
|
2145
2145
|
*/
|
|
2146
2146
|
RecoveryPointArn?: ARN;
|
|
2147
2147
|
/**
|
|
2148
|
-
* The date and time that a backup job is
|
|
2148
|
+
* The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
2149
2149
|
*/
|
|
2150
2150
|
CreationDate?: timestamp;
|
|
2151
2151
|
}
|
|
@@ -2178,7 +2178,7 @@ declare namespace Backup {
|
|
|
2178
2178
|
*/
|
|
2179
2179
|
CopyJobId?: string;
|
|
2180
2180
|
/**
|
|
2181
|
-
* The date and time that a copy job is
|
|
2181
|
+
* The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
2182
2182
|
*/
|
|
2183
2183
|
CreationDate?: timestamp;
|
|
2184
2184
|
}
|
|
@@ -2188,7 +2188,7 @@ declare namespace Backup {
|
|
|
2188
2188
|
*/
|
|
2189
2189
|
RecoveryPointArn: ARN;
|
|
2190
2190
|
/**
|
|
2191
|
-
* A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point. You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists. You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance: file-system-id: The ID of the Amazon EFS file system that is backed up by AWS Backup. Returned in GetRecoveryPointRestoreMetadata. Encrypted: A Boolean value that, if true, specifies that the file system is encrypted. If KmsKeyId is specified, Encrypted must be set to true. KmsKeyId: Specifies the AWS KMS key that is used to encrypt the restored file system. You can specify a key from another AWS account provided that key it is properly shared with your account via AWS KMS. PerformanceMode: Specifies the throughput mode of the file system. CreationToken: A user-supplied value that ensures the uniqueness (idempotency) of the request. newFileSystem: A Boolean value that, if true, specifies that the recovery point is restored to a new Amazon EFS file system. ItemsToRestore :
|
|
2191
|
+
* A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point. You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists. You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance: file-system-id: The ID of the Amazon EFS file system that is backed up by AWS Backup. Returned in GetRecoveryPointRestoreMetadata. Encrypted: A Boolean value that, if true, specifies that the file system is encrypted. If KmsKeyId is specified, Encrypted must be set to true. KmsKeyId: Specifies the AWS KMS key that is used to encrypt the restored file system. You can specify a key from another AWS account provided that key it is properly shared with your account via AWS KMS. PerformanceMode: Specifies the throughput mode of the file system. CreationToken: A user-supplied value that ensures the uniqueness (idempotency) of the request. newFileSystem: A Boolean value that, if true, specifies that the recovery point is restored to a new Amazon EFS file system. ItemsToRestore : An array of one to five strings where each string is a file path. Use ItemsToRestore to restore specific files or directories rather than the entire file system. This parameter is optional. For example, "itemsToRestore":"[\"/my.test\"]".
|
|
2192
2192
|
*/
|
|
2193
2193
|
Metadata: Metadata;
|
|
2194
2194
|
/**
|
|
@@ -2200,7 +2200,7 @@ declare namespace Backup {
|
|
|
2200
2200
|
*/
|
|
2201
2201
|
IdempotencyToken?: string;
|
|
2202
2202
|
/**
|
|
2203
|
-
* Starts a job to restore a recovery point for one of the following resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
2203
|
+
* Starts a job to restore a recovery point for one of the following resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
|
|
2204
2204
|
*/
|
|
2205
2205
|
ResourceType?: ResourceType;
|
|
2206
2206
|
}
|
|
@@ -2303,7 +2303,7 @@ declare namespace Backup {
|
|
|
2303
2303
|
*/
|
|
2304
2304
|
RecoveryPointArn?: ARN;
|
|
2305
2305
|
/**
|
|
2306
|
-
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
|
|
2306
|
+
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
|
|
2307
2307
|
*/
|
|
2308
2308
|
Lifecycle?: Lifecycle;
|
|
2309
2309
|
/**
|
package/clients/cloudwatch.d.ts
CHANGED
|
@@ -881,7 +881,12 @@ declare namespace CloudWatch {
|
|
|
881
881
|
* The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.
|
|
882
882
|
*/
|
|
883
883
|
MaxDatapoints?: GetMetricDataMaxDatapoints;
|
|
884
|
+
/**
|
|
885
|
+
* This structure includes the Timezone parameter, which you can use to specify your time zone so that the labels of returned data display the correct time for your time zone.
|
|
886
|
+
*/
|
|
887
|
+
LabelOptions?: LabelOptions;
|
|
884
888
|
}
|
|
889
|
+
export type GetMetricDataLabelTimezone = string;
|
|
885
890
|
export type GetMetricDataMaxDatapoints = number;
|
|
886
891
|
export interface GetMetricDataOutput {
|
|
887
892
|
/**
|
|
@@ -1061,6 +1066,12 @@ declare namespace CloudWatch {
|
|
|
1061
1066
|
export type InsightRuleUnboundInteger = number;
|
|
1062
1067
|
export type InsightRuleUnboundLong = number;
|
|
1063
1068
|
export type InsightRules = InsightRule[];
|
|
1069
|
+
export interface LabelOptions {
|
|
1070
|
+
/**
|
|
1071
|
+
* The time zone to use for metric data return in this operation. The format is + or - followed by four digits. The first two digits indicate the number of hours ahead or behind of UTC, and the final two digits are the number of minutes. For example, +0130 indicates a time zone that is 1 hour and 30 minutes ahead of UTC. The default is +0000.
|
|
1072
|
+
*/
|
|
1073
|
+
Timezone?: GetMetricDataLabelTimezone;
|
|
1074
|
+
}
|
|
1064
1075
|
export type LastModified = Date;
|
|
1065
1076
|
export interface ListDashboardsInput {
|
|
1066
1077
|
/**
|
|
@@ -1282,7 +1293,7 @@ declare namespace CloudWatch {
|
|
|
1282
1293
|
*/
|
|
1283
1294
|
Expression?: MetricExpression;
|
|
1284
1295
|
/**
|
|
1285
|
-
* A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents. If the metric or expression is shown in a CloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch generates a default.
|
|
1296
|
+
* A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents. If the metric or expression is shown in a CloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch generates a default. You can put dynamic expressions into a label, so that it is more descriptive. For more information, see Using Dynamic Labels.
|
|
1286
1297
|
*/
|
|
1287
1298
|
Label?: MetricLabel;
|
|
1288
1299
|
/**
|
|
@@ -477,7 +477,7 @@ declare namespace CustomerProfiles {
|
|
|
477
477
|
/**
|
|
478
478
|
* The URI of the S3 bucket or any other type of data source.
|
|
479
479
|
*/
|
|
480
|
-
Uri
|
|
480
|
+
Uri: string1To255;
|
|
481
481
|
}
|
|
482
482
|
export interface DeleteIntegrationResponse {
|
|
483
483
|
/**
|
|
@@ -636,7 +636,7 @@ declare namespace CustomerProfiles {
|
|
|
636
636
|
/**
|
|
637
637
|
* The URI of the S3 bucket or any other type of data source.
|
|
638
638
|
*/
|
|
639
|
-
Uri
|
|
639
|
+
Uri: string1To255;
|
|
640
640
|
}
|
|
641
641
|
export interface GetIntegrationResponse {
|
|
642
642
|
/**
|