aws-sdk 2.1421.0 → 2.1423.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 +22 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/billingconductor.d.ts +102 -69
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/lambda.d.ts +1 -1
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +14 -10
- package/clients/route53.d.ts +13 -13
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +97 -16
- package/dist/aws-sdk.js +333 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -476,7 +476,7 @@ declare namespace OpenSearchServerless {
|
|
476
476
|
*/
|
477
477
|
status?: CollectionStatus;
|
478
478
|
}
|
479
|
-
export type CollectionType = "SEARCH"|"TIMESERIES"|string;
|
479
|
+
export type CollectionType = "SEARCH"|"TIMESERIES"|"VECTORSEARCH"|string;
|
480
480
|
export type ConfigDescription = string;
|
481
481
|
export type ConfigName = string;
|
482
482
|
export interface CreateAccessPolicyRequest {
|
package/clients/polly.d.ts
CHANGED
@@ -162,7 +162,7 @@ declare namespace Polly {
|
|
162
162
|
SynthesisTask?: SynthesisTask;
|
163
163
|
}
|
164
164
|
export type IncludeAdditionalLanguageCodes = boolean;
|
165
|
-
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|string;
|
165
|
+
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|string;
|
166
166
|
export type LanguageCodeList = LanguageCode[];
|
167
167
|
export type LanguageName = string;
|
168
168
|
export type LastModified = Date;
|
@@ -488,7 +488,7 @@ declare namespace Polly {
|
|
488
488
|
*/
|
489
489
|
SupportedEngines?: EngineList;
|
490
490
|
}
|
491
|
-
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|string;
|
491
|
+
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|string;
|
492
492
|
export type VoiceList = Voice[];
|
493
493
|
export type VoiceName = string;
|
494
494
|
/**
|
package/clients/rds.d.ts
CHANGED
@@ -238,11 +238,11 @@ declare class RDS extends Service {
|
|
238
238
|
*/
|
239
239
|
createEventSubscription(callback?: (err: AWSError, data: RDS.Types.CreateEventSubscriptionResult) => void): Request<RDS.Types.CreateEventSubscriptionResult, AWSError>;
|
240
240
|
/**
|
241
|
-
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then
|
241
|
+
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.
|
242
242
|
*/
|
243
243
|
createGlobalCluster(params: RDS.Types.CreateGlobalClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
|
244
244
|
/**
|
245
|
-
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then
|
245
|
+
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.
|
246
246
|
*/
|
247
247
|
createGlobalCluster(callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
|
248
248
|
/**
|
@@ -878,11 +878,11 @@ declare class RDS extends Service {
|
|
878
878
|
*/
|
879
879
|
modifyEventSubscription(callback?: (err: AWSError, data: RDS.Types.ModifyEventSubscriptionResult) => void): Request<RDS.Types.ModifyEventSubscriptionResult, AWSError>;
|
880
880
|
/**
|
881
|
-
*
|
881
|
+
* Modifies a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This operation only applies to Aurora global database clusters.
|
882
882
|
*/
|
883
883
|
modifyGlobalCluster(params: RDS.Types.ModifyGlobalClusterMessage, callback?: (err: AWSError, data: RDS.Types.ModifyGlobalClusterResult) => void): Request<RDS.Types.ModifyGlobalClusterResult, AWSError>;
|
884
884
|
/**
|
885
|
-
*
|
885
|
+
* Modifies a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. This operation only applies to Aurora global database clusters.
|
886
886
|
*/
|
887
887
|
modifyGlobalCluster(callback?: (err: AWSError, data: RDS.Types.ModifyGlobalClusterResult) => void): Request<RDS.Types.ModifyGlobalClusterResult, AWSError>;
|
888
888
|
/**
|
@@ -3806,6 +3806,10 @@ declare namespace RDS {
|
|
3806
3806
|
* The identifier of the source DB cluster if this DB instance is a read replica.
|
3807
3807
|
*/
|
3808
3808
|
ReadReplicaSourceDBClusterIdentifier?: String;
|
3809
|
+
/**
|
3810
|
+
* The progress of the storage optimization operation as a percentage.
|
3811
|
+
*/
|
3812
|
+
PercentProgress?: String;
|
3809
3813
|
}
|
3810
3814
|
export interface DBInstanceAutomatedBackup {
|
3811
3815
|
/**
|
@@ -6519,7 +6523,7 @@ declare namespace RDS {
|
|
6519
6523
|
*/
|
6520
6524
|
TdeCredentialPassword?: String;
|
6521
6525
|
/**
|
6522
|
-
* The CA certificate identifier to use for the DB
|
6526
|
+
* The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
6523
6527
|
*/
|
6524
6528
|
CACertificateIdentifier?: String;
|
6525
6529
|
/**
|
@@ -6838,23 +6842,23 @@ declare namespace RDS {
|
|
6838
6842
|
}
|
6839
6843
|
export interface ModifyGlobalClusterMessage {
|
6840
6844
|
/**
|
6841
|
-
* The
|
6845
|
+
* The cluster identifier for the global cluster to modify. This parameter isn't case-sensitive. Constraints: Must match the identifier of an existing global database cluster.
|
6842
6846
|
*/
|
6843
6847
|
GlobalClusterIdentifier?: String;
|
6844
6848
|
/**
|
6845
|
-
* The new cluster identifier for the global database cluster
|
6849
|
+
* The new cluster identifier for the global database cluster. This value is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. The first character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Example: my-cluster2
|
6846
6850
|
*/
|
6847
6851
|
NewGlobalClusterIdentifier?: String;
|
6848
6852
|
/**
|
6849
|
-
*
|
6853
|
+
* Specifies whether to enable deletion protection for the global database cluster. The global database cluster can't be deleted when deletion protection is enabled.
|
6850
6854
|
*/
|
6851
6855
|
DeletionProtection?: BooleanOptional;
|
6852
6856
|
/**
|
6853
|
-
* The version number of the database engine to which you want to upgrade.
|
6857
|
+
* The version number of the database engine to which you want to upgrade. To list all of the available engine versions for aurora-mysql (for MySQL-based Aurora global databases), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' To list all of the available engine versions for aurora-postgresql (for PostgreSQL-based Aurora global databases), use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'
|
6854
6858
|
*/
|
6855
6859
|
EngineVersion?: String;
|
6856
6860
|
/**
|
6857
|
-
*
|
6861
|
+
* Specifies whether to allow major version upgrades. Constraints: Must be enabled if you specify a value for the EngineVersion parameter that's a different major version than the global cluster's current version. If you upgrade the major version of a global database, the cluster and DB instance parameter groups are set to the default parameter groups for the new version. Apply any custom parameter groups after completing the upgrade.
|
6858
6862
|
*/
|
6859
6863
|
AllowMajorVersionUpgrade?: BooleanOptional;
|
6860
6864
|
}
|
package/clients/route53.d.ts
CHANGED
@@ -37,11 +37,11 @@ declare class Route53 extends Service {
|
|
37
37
|
*/
|
38
38
|
changeCidrCollection(callback?: (err: AWSError, data: Route53.Types.ChangeCidrCollectionResponse) => void): Request<Route53.Types.ChangeCidrCollectionResponse, AWSError>;
|
39
39
|
/**
|
40
|
-
* Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. Deleting Resource Record Sets To delete a resource record set, you must specify all the same values that you specified when you created it. Change Batches and Transactional Changes The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist. If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error. Traffic Flow To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide. Create, Delete, and Upsert Use ChangeResourceRecordsSetsRequest to perform the following actions: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes an existing resource record set that has the specified values. UPSERT: If a resource set exists Route 53 updates it with the values in the request. Syntaxes for Creating, Updating, and Deleting Resource Record Sets The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. For an example for each type of resource record set, see "Examples." Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets. Change Propagation to Route 53 DNS Servers When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers within 60 seconds. For more information, see GetChange. Limits on ChangeResourceRecordSets Requests For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.
|
40
|
+
* Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. Deleting Resource Record Sets To delete a resource record set, you must specify all the same values that you specified when you created it. Change Batches and Transactional Changes The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist. If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error. Traffic Flow To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide. Create, Delete, and Upsert Use ChangeResourceRecordsSetsRequest to perform the following actions: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes an existing resource record set that has the specified values. UPSERT: If a resource set exists Route 53 updates it with the values in the request. Syntaxes for Creating, Updating, and Deleting Resource Record Sets The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. For an example for each type of resource record set, see "Examples." Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets. Change Propagation to Route 53 DNS Servers When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers managing the hosted zone. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers managing the hosted zone within 60 seconds. For more information, see GetChange. Limits on ChangeResourceRecordSets Requests For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.
|
41
41
|
*/
|
42
42
|
changeResourceRecordSets(params: Route53.Types.ChangeResourceRecordSetsRequest, callback?: (err: AWSError, data: Route53.Types.ChangeResourceRecordSetsResponse) => void): Request<Route53.Types.ChangeResourceRecordSetsResponse, AWSError>;
|
43
43
|
/**
|
44
|
-
* Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. Deleting Resource Record Sets To delete a resource record set, you must specify all the same values that you specified when you created it. Change Batches and Transactional Changes The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist. If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error. Traffic Flow To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide. Create, Delete, and Upsert Use ChangeResourceRecordsSetsRequest to perform the following actions: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes an existing resource record set that has the specified values. UPSERT: If a resource set exists Route 53 updates it with the values in the request. Syntaxes for Creating, Updating, and Deleting Resource Record Sets The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. For an example for each type of resource record set, see "Examples." Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets. Change Propagation to Route 53 DNS Servers When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers within 60 seconds. For more information, see GetChange. Limits on ChangeResourceRecordSets Requests For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.
|
44
|
+
* Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. Deleting Resource Record Sets To delete a resource record set, you must specify all the same values that you specified when you created it. Change Batches and Transactional Changes The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist. If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error. Traffic Flow To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide. Create, Delete, and Upsert Use ChangeResourceRecordsSetsRequest to perform the following actions: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes an existing resource record set that has the specified values. UPSERT: If a resource set exists Route 53 updates it with the values in the request. Syntaxes for Creating, Updating, and Deleting Resource Record Sets The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. For an example for each type of resource record set, see "Examples." Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets. Change Propagation to Route 53 DNS Servers When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers managing the hosted zone. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers managing the hosted zone within 60 seconds. For more information, see GetChange. Limits on ChangeResourceRecordSets Requests For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.
|
45
45
|
*/
|
46
46
|
changeResourceRecordSets(callback?: (err: AWSError, data: Route53.Types.ChangeResourceRecordSetsResponse) => void): Request<Route53.Types.ChangeResourceRecordSetsResponse, AWSError>;
|
47
47
|
/**
|
@@ -109,11 +109,11 @@ declare class Route53 extends Service {
|
|
109
109
|
*/
|
110
110
|
createTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyResponse) => void): Request<Route53.Types.CreateTrafficPolicyResponse, AWSError>;
|
111
111
|
/**
|
112
|
-
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
112
|
+
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. After you submit an CreateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance request completed successfully. For more information, see the State response element.
|
113
113
|
*/
|
114
114
|
createTrafficPolicyInstance(params: Route53.Types.CreateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.CreateTrafficPolicyInstanceResponse, AWSError>;
|
115
115
|
/**
|
116
|
-
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.
|
116
|
+
* Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. After you submit an CreateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance request completed successfully. For more information, see the State response element.
|
117
117
|
*/
|
118
118
|
createTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.CreateTrafficPolicyInstanceResponse, AWSError>;
|
119
119
|
/**
|
@@ -245,11 +245,11 @@ declare class Route53 extends Service {
|
|
245
245
|
*/
|
246
246
|
getAccountLimit(callback?: (err: AWSError, data: Route53.Types.GetAccountLimitResponse) => void): Request<Route53.Types.GetAccountLimitResponse, AWSError>;
|
247
247
|
/**
|
248
|
-
* Returns the current status of a change batch request. The status is one of the following values: PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests. INSYNC indicates that the changes have propagated to all Route 53 DNS servers.
|
248
|
+
* Returns the current status of a change batch request. The status is one of the following values: PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers managing the hosted zone. This is the initial status of all change batch requests. INSYNC indicates that the changes have propagated to all Route 53 DNS servers managing the hosted zone.
|
249
249
|
*/
|
250
250
|
getChange(params: Route53.Types.GetChangeRequest, callback?: (err: AWSError, data: Route53.Types.GetChangeResponse) => void): Request<Route53.Types.GetChangeResponse, AWSError>;
|
251
251
|
/**
|
252
|
-
* Returns the current status of a change batch request. The status is one of the following values: PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests. INSYNC indicates that the changes have propagated to all Route 53 DNS servers.
|
252
|
+
* Returns the current status of a change batch request. The status is one of the following values: PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers managing the hosted zone. This is the initial status of all change batch requests. INSYNC indicates that the changes have propagated to all Route 53 DNS servers managing the hosted zone.
|
253
253
|
*/
|
254
254
|
getChange(callback?: (err: AWSError, data: Route53.Types.GetChangeResponse) => void): Request<Route53.Types.GetChangeResponse, AWSError>;
|
255
255
|
/**
|
@@ -365,11 +365,11 @@ declare class Route53 extends Service {
|
|
365
365
|
*/
|
366
366
|
getTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyResponse) => void): Request<Route53.Types.GetTrafficPolicyResponse, AWSError>;
|
367
367
|
/**
|
368
|
-
* Gets information about a specified traffic policy instance.
|
368
|
+
* Gets information about a specified traffic policy instance. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records.
|
369
369
|
*/
|
370
370
|
getTrafficPolicyInstance(params: Route53.Types.GetTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request<Route53.Types.GetTrafficPolicyInstanceResponse, AWSError>;
|
371
371
|
/**
|
372
|
-
* Gets information about a specified traffic policy instance.
|
372
|
+
* Gets information about a specified traffic policy instance. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records.
|
373
373
|
*/
|
374
374
|
getTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request<Route53.Types.GetTrafficPolicyInstanceResponse, AWSError>;
|
375
375
|
/**
|
@@ -533,11 +533,11 @@ declare class Route53 extends Service {
|
|
533
533
|
*/
|
534
534
|
listVPCAssociationAuthorizations(callback?: (err: AWSError, data: Route53.Types.ListVPCAssociationAuthorizationsResponse) => void): Request<Route53.Types.ListVPCAssociationAuthorizationsResponse, AWSError>;
|
535
535
|
/**
|
536
|
-
* Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. This call only supports querying public hosted zones.
|
536
|
+
* Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. This call only supports querying public hosted zones. The TestDnsAnswer returns information similar to what you would expect from the answer section of the dig command. Therefore, if you query for the name servers of a subdomain that point to the parent name servers, those will not be returned.
|
537
537
|
*/
|
538
538
|
testDNSAnswer(params: Route53.Types.TestDNSAnswerRequest, callback?: (err: AWSError, data: Route53.Types.TestDNSAnswerResponse) => void): Request<Route53.Types.TestDNSAnswerResponse, AWSError>;
|
539
539
|
/**
|
540
|
-
* Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. This call only supports querying public hosted zones.
|
540
|
+
* Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. This call only supports querying public hosted zones. The TestDnsAnswer returns information similar to what you would expect from the answer section of the dig command. Therefore, if you query for the name servers of a subdomain that point to the parent name servers, those will not be returned.
|
541
541
|
*/
|
542
542
|
testDNSAnswer(callback?: (err: AWSError, data: Route53.Types.TestDNSAnswerResponse) => void): Request<Route53.Types.TestDNSAnswerResponse, AWSError>;
|
543
543
|
/**
|
@@ -565,11 +565,11 @@ declare class Route53 extends Service {
|
|
565
565
|
*/
|
566
566
|
updateTrafficPolicyComment(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyCommentResponse) => void): Request<Route53.Types.UpdateTrafficPolicyCommentResponse, AWSError>;
|
567
567
|
/**
|
568
|
-
* Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
568
|
+
* After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of updated traffic policy instance confirm that the UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
569
569
|
*/
|
570
570
|
updateTrafficPolicyInstance(params: Route53.Types.UpdateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.UpdateTrafficPolicyInstanceResponse, AWSError>;
|
571
571
|
/**
|
572
|
-
* Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
572
|
+
* After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of updated traffic policy instance confirm that the UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.
|
573
573
|
*/
|
574
574
|
updateTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request<Route53.Types.UpdateTrafficPolicyInstanceResponse, AWSError>;
|
575
575
|
/**
|
@@ -931,7 +931,7 @@ declare namespace Route53 {
|
|
931
931
|
*/
|
932
932
|
HostedZoneConfig?: HostedZoneConfig;
|
933
933
|
/**
|
934
|
-
* If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
|
934
|
+
* If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet. If you are using a reusable delegation set to create a public hosted zone for a subdomain, make sure that the parent hosted zone doesn't use one or more of the same name servers. If you have overlapping nameservers, the operation will cause a ConflictingDomainsExist error.
|
935
935
|
*/
|
936
936
|
DelegationSetId?: ResourceId;
|
937
937
|
}
|
package/clients/sagemaker.d.ts
CHANGED
@@ -20532,13 +20532,13 @@ declare namespace SageMaker {
|
|
20532
20532
|
*/
|
20533
20533
|
CompletionCriteria?: AutoMLJobCompletionCriteria;
|
20534
20534
|
/**
|
20535
|
-
* The name of the column used to provide the sentences to be classified. It should not be the same as the target column
|
20535
|
+
* The name of the column used to provide the sentences to be classified. It should not be the same as the target column.
|
20536
20536
|
*/
|
20537
|
-
ContentColumn
|
20537
|
+
ContentColumn: ContentColumn;
|
20538
20538
|
/**
|
20539
|
-
* The name of the column used to provide the class labels. It should not be same as the content column
|
20539
|
+
* The name of the column used to provide the class labels. It should not be same as the content column.
|
20540
20540
|
*/
|
20541
|
-
TargetLabelColumn
|
20541
|
+
TargetLabelColumn: TargetLabelColumn;
|
20542
20542
|
}
|
20543
20543
|
export type ThingName = string;
|
20544
20544
|
export interface TimeSeriesConfig {
|
package/clients/securityhub.d.ts
CHANGED
@@ -777,7 +777,7 @@ declare namespace SecurityHub {
|
|
777
777
|
*/
|
778
778
|
Description?: NonEmptyString;
|
779
779
|
/**
|
780
|
-
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If
|
780
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
781
781
|
*/
|
782
782
|
IsTerminal?: Boolean;
|
783
783
|
/**
|
@@ -995,7 +995,7 @@ declare namespace SecurityHub {
|
|
995
995
|
*/
|
996
996
|
Description?: NonEmptyString;
|
997
997
|
/**
|
998
|
-
*
|
998
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
999
999
|
*/
|
1000
1000
|
IsTerminal?: Boolean;
|
1001
1001
|
/**
|
@@ -1686,6 +1686,46 @@ declare namespace SecurityHub {
|
|
1686
1686
|
*/
|
1687
1687
|
UserPoolId?: NonEmptyString;
|
1688
1688
|
}
|
1689
|
+
export interface AwsAthenaWorkGroupConfigurationDetails {
|
1690
|
+
/**
|
1691
|
+
* The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
|
1692
|
+
*/
|
1693
|
+
ResultConfiguration?: AwsAthenaWorkGroupConfigurationResultConfigurationDetails;
|
1694
|
+
}
|
1695
|
+
export interface AwsAthenaWorkGroupConfigurationResultConfigurationDetails {
|
1696
|
+
/**
|
1697
|
+
* Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
|
1698
|
+
*/
|
1699
|
+
EncryptionConfiguration?: AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails;
|
1700
|
+
}
|
1701
|
+
export interface AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails {
|
1702
|
+
/**
|
1703
|
+
* Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.
|
1704
|
+
*/
|
1705
|
+
EncryptionOption?: NonEmptyString;
|
1706
|
+
/**
|
1707
|
+
* For SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.
|
1708
|
+
*/
|
1709
|
+
KmsKey?: NonEmptyString;
|
1710
|
+
}
|
1711
|
+
export interface AwsAthenaWorkGroupDetails {
|
1712
|
+
/**
|
1713
|
+
* The workgroup name.
|
1714
|
+
*/
|
1715
|
+
Name?: NonEmptyString;
|
1716
|
+
/**
|
1717
|
+
* The workgroup description.
|
1718
|
+
*/
|
1719
|
+
Description?: NonEmptyString;
|
1720
|
+
/**
|
1721
|
+
* Whether the workgroup is enabled or disabled.
|
1722
|
+
*/
|
1723
|
+
State?: NonEmptyString;
|
1724
|
+
/**
|
1725
|
+
* The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
|
1726
|
+
*/
|
1727
|
+
Configuration?: AwsAthenaWorkGroupConfigurationDetails;
|
1728
|
+
}
|
1689
1729
|
export type AwsAutoScalingAutoScalingGroupAvailabilityZonesList = AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails[];
|
1690
1730
|
export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
|
1691
1731
|
/**
|
@@ -8011,6 +8051,17 @@ declare namespace SecurityHub {
|
|
8011
8051
|
Status?: NonEmptyString;
|
8012
8052
|
}
|
8013
8053
|
export type AwsRdsDbClusterOptionGroupMemberships = AwsRdsDbClusterOptionGroupMembership[];
|
8054
|
+
export interface AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute {
|
8055
|
+
/**
|
8056
|
+
* The name of the manual DB cluster snapshot attribute. The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot.
|
8057
|
+
*/
|
8058
|
+
AttributeName?: NonEmptyString;
|
8059
|
+
/**
|
8060
|
+
* The value(s) for the manual DB cluster snapshot attribute. If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore.
|
8061
|
+
*/
|
8062
|
+
AttributeValues?: NonEmptyStringList;
|
8063
|
+
}
|
8064
|
+
export type AwsRdsDbClusterSnapshotDbClusterSnapshotAttributes = AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute[];
|
8014
8065
|
export interface AwsRdsDbClusterSnapshotDetails {
|
8015
8066
|
/**
|
8016
8067
|
* A list of Availability Zones where instances in the DB cluster can be created.
|
@@ -8084,6 +8135,10 @@ declare namespace SecurityHub {
|
|
8084
8135
|
* Whether mapping of IAM accounts to database accounts is enabled.
|
8085
8136
|
*/
|
8086
8137
|
IamDatabaseAuthenticationEnabled?: Boolean;
|
8138
|
+
/**
|
8139
|
+
* Contains the name and values of a manual DB cluster snapshot attribute.
|
8140
|
+
*/
|
8141
|
+
DbClusterSnapshotAttributes?: AwsRdsDbClusterSnapshotDbClusterSnapshotAttributes;
|
8087
8142
|
}
|
8088
8143
|
export interface AwsRdsDbDomainMembership {
|
8089
8144
|
/**
|
@@ -11496,7 +11551,7 @@ declare namespace SecurityHub {
|
|
11496
11551
|
*/
|
11497
11552
|
Description: NonEmptyString;
|
11498
11553
|
/**
|
11499
|
-
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If
|
11554
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
11500
11555
|
*/
|
11501
11556
|
IsTerminal?: Boolean;
|
11502
11557
|
/**
|
@@ -12671,15 +12726,15 @@ declare namespace SecurityHub {
|
|
12671
12726
|
*/
|
12672
12727
|
Key?: NonEmptyString;
|
12673
12728
|
/**
|
12674
|
-
* The value for the key in the map filter. Filter values are case sensitive. For example, one of the values for a tag called Department might be Security. If you provide security as the filter value, then there
|
12729
|
+
* The value for the key in the map filter. Filter values are case sensitive. For example, one of the values for a tag called Department might be Security. If you provide security as the filter value, then there's no match.
|
12675
12730
|
*/
|
12676
12731
|
Value?: NonEmptyString;
|
12677
12732
|
/**
|
12678
|
-
* The condition to apply to the key value when
|
12733
|
+
* The condition to apply to the key value when filtering Security Hub findings with a map filter. To search for values that have the filter value, use one of the following comparison operators: To search for values that include the filter value, use CONTAINS. For example, for the ResourceTags field, the filter Department CONTAINS Security matches findings that include the value Security for the Department tag. In the same example, a finding with a value of Security team for the Department tag is a match. To search for values that exactly match the filter value, use EQUALS. For example, for the ResourceTags field, the filter Department EQUALS Security matches findings that have the value Security for the Department tag. CONTAINS and EQUALS filters on the same field are joined by OR. A finding matches if it matches any one of those filters. For example, the filters Department CONTAINS Security OR Department CONTAINS Finance match a finding that includes either Security, Finance, or both values. To search for values that don't have the filter value, use one of the following comparison operators: To search for values that exclude the filter value, use NOT_CONTAINS. For example, for the ResourceTags field, the filter Department NOT_CONTAINS Finance matches findings that exclude the value Finance for the Department tag. To search for values other than the filter value, use NOT_EQUALS. For example, for the ResourceTags field, the filter Department NOT_EQUALS Finance matches findings that don’t have the value Finance for the Department tag. NOT_CONTAINS and NOT_EQUALS filters on the same field are joined by AND. A finding matches only if it matches all of those filters. For example, the filters Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance match a finding that excludes both the Security and Finance values. CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters. You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can’t have both an EQUALS filter and a NOT_EQUALS filter on the same field. Combining filters in this way returns an error. CONTAINS and NOT_CONTAINS operators can be used only with automation rules. For more information, see Automation rules in the Security Hub User Guide.
|
12679
12734
|
*/
|
12680
12735
|
Comparison?: MapFilterComparison;
|
12681
12736
|
}
|
12682
|
-
export type MapFilterComparison = "EQUALS"|"NOT_EQUALS"|string;
|
12737
|
+
export type MapFilterComparison = "EQUALS"|"NOT_EQUALS"|"CONTAINS"|"NOT_CONTAINS"|string;
|
12683
12738
|
export type MapFilterList = MapFilter[];
|
12684
12739
|
export type MaxResults = number;
|
12685
12740
|
export interface Member {
|
@@ -13515,6 +13570,10 @@ declare namespace SecurityHub {
|
|
13515
13570
|
* Provides details about an Step Functions state machine, which is a workflow consisting of a series of event-driven steps.
|
13516
13571
|
*/
|
13517
13572
|
AwsStepFunctionStateMachine?: AwsStepFunctionStateMachineDetails;
|
13573
|
+
/**
|
13574
|
+
* Provides information about an Amazon Athena workgroup. A workgroup helps you separate users, teams, applications, or workloads. It also helps you set limits on data processing and track costs.
|
13575
|
+
*/
|
13576
|
+
AwsAthenaWorkGroup?: AwsAthenaWorkGroupDetails;
|
13518
13577
|
}
|
13519
13578
|
export type ResourceList = Resource[];
|
13520
13579
|
export interface Result {
|
@@ -14278,15 +14337,15 @@ declare namespace SecurityHub {
|
|
14278
14337
|
export type StatusReasonsList = StatusReason[];
|
14279
14338
|
export interface StringFilter {
|
14280
14339
|
/**
|
14281
|
-
* The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is Security Hub. If you provide security hub as the filter
|
14340
|
+
* The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is Security Hub. If you provide security hub as the filter value, there's no match.
|
14282
14341
|
*/
|
14283
14342
|
Value?: NonEmptyString;
|
14284
14343
|
/**
|
14285
|
-
* The condition to apply to a string value when
|
14344
|
+
* The condition to apply to a string value when filtering Security Hub findings. To search for values that have the filter value, use one of the following comparison operators: To search for values that include the filter value, use CONTAINS. For example, the filter Title CONTAINS CloudFront matches findings that have a Title that includes the string CloudFront. To search for values that exactly match the filter value, use EQUALS. For example, the filter AwsAccountId EQUALS 123456789012 only matches findings that have an account ID of 123456789012. To search for values that start with the filter value, use PREFIX. For example, the filter ResourceRegion PREFIX us matches findings that have a ResourceRegion that starts with us. A ResourceRegion that starts with a different value, such as af, ap, or ca, doesn't match. CONTAINS, EQUALS, and PREFIX filters on the same field are joined by OR. A finding matches if it matches any one of those filters. For example, the filters Title CONTAINS CloudFront OR Title CONTAINS CloudWatch match a finding that includes either CloudFront, CloudWatch, or both strings in the title. To search for values that don’t have the filter value, use one of the following comparison operators: To search for values that exclude the filter value, use NOT_CONTAINS. For example, the filter Title NOT_CONTAINS CloudFront matches findings that have a Title that excludes the string CloudFront. To search for values other than the filter value, use NOT_EQUALS. For example, the filter AwsAccountId NOT_EQUALS 123456789012 only matches findings that have an account ID other than 123456789012. To search for values that don't start with the filter value, use PREFIX_NOT_EQUALS. For example, the filter ResourceRegion PREFIX_NOT_EQUALS us matches findings with a ResourceRegion that starts with a value other than us. NOT_CONTAINS, NOT_EQUALS, and PREFIX_NOT_EQUALS filters on the same field are joined by AND. A finding matches only if it matches all of those filters. For example, the filters Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch match a finding that excludes both CloudFront and CloudWatch in the title. You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can't provide both an EQUALS filter and a NOT_EQUALS or PREFIX_NOT_EQUALS filter on the same field. Combining filters in this way returns an error. CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters. You can combine PREFIX filters with NOT_EQUALS or PREFIX_NOT_EQUALS filters for the same field. Security Hub first processes the PREFIX filters, and then the NOT_EQUALS or PREFIX_NOT_EQUALS filters. For example, for the following filters, Security Hub first identifies findings that have resource types that start with either AwsIam or AwsEc2. It then excludes findings that have a resource type of AwsIamPolicy and findings that have a resource type of AwsEc2NetworkInterface. ResourceType PREFIX AwsIam ResourceType PREFIX AwsEc2 ResourceType NOT_EQUALS AwsIamPolicy ResourceType NOT_EQUALS AwsEc2NetworkInterface CONTAINS and NOT_CONTAINS operators can be used only with automation rules. For more information, see Automation rules in the Security Hub User Guide.
|
14286
14345
|
*/
|
14287
14346
|
Comparison?: StringFilterComparison;
|
14288
14347
|
}
|
14289
|
-
export type StringFilterComparison = "EQUALS"|"PREFIX"|"NOT_EQUALS"|"PREFIX_NOT_EQUALS"|string;
|
14348
|
+
export type StringFilterComparison = "EQUALS"|"PREFIX"|"NOT_EQUALS"|"PREFIX_NOT_EQUALS"|"CONTAINS"|"NOT_CONTAINS"|string;
|
14290
14349
|
export type StringFilterList = StringFilter[];
|
14291
14350
|
export type StringList = NonEmptyString[];
|
14292
14351
|
export type TagKey = string;
|
@@ -14466,7 +14525,7 @@ declare namespace SecurityHub {
|
|
14466
14525
|
*/
|
14467
14526
|
RuleName?: NonEmptyString;
|
14468
14527
|
/**
|
14469
|
-
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If
|
14528
|
+
* Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
|
14470
14529
|
*/
|
14471
14530
|
IsTerminal?: Boolean;
|
14472
14531
|
/**
|
package/clients/sts.d.ts
CHANGED
@@ -122,6 +122,10 @@ declare namespace STS {
|
|
122
122
|
* The source identity specified by the principal that is calling the AssumeRole operation. You can require users to specify a source identity when they assume a role. You do this by using the sts:SourceIdentity condition key in a role trust policy. You can use source identity information in CloudTrail logs to determine who took actions with a role. You can use the aws:SourceIdentity condition key to further control access to Amazon Web Services resources based on the value of source identity. For more information about using source identity, see Monitor and control actions taken with assumed roles in the IAM User Guide. The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@-. You cannot use a value that begins with the text aws:. This prefix is reserved for Amazon Web Services internal use.
|
123
123
|
*/
|
124
124
|
SourceIdentity?: sourceIdentityType;
|
125
|
+
/**
|
126
|
+
* Reserved for future use.
|
127
|
+
*/
|
128
|
+
ProvidedContexts?: ProvidedContextsListType;
|
125
129
|
}
|
126
130
|
export interface AssumeRoleResponse {
|
127
131
|
/**
|
@@ -215,7 +219,7 @@ declare namespace STS {
|
|
215
219
|
*/
|
216
220
|
RoleSessionName: roleSessionNameType;
|
217
221
|
/**
|
218
|
-
* The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider. Your application must get this token by authenticating the user who is using your application with a web identity provider before the application makes an AssumeRoleWithWebIdentity call.
|
222
|
+
* The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider. Your application must get this token by authenticating the user who is using your application with a web identity provider before the application makes an AssumeRoleWithWebIdentity call. Only tokens with RSA algorithms (RS256) are supported.
|
219
223
|
*/
|
220
224
|
WebIdentityToken: clientTokenType;
|
221
225
|
/**
|
@@ -408,6 +412,17 @@ declare namespace STS {
|
|
408
412
|
*/
|
409
413
|
arn?: arnType;
|
410
414
|
}
|
415
|
+
export interface ProvidedContext {
|
416
|
+
/**
|
417
|
+
* Reserved for future use.
|
418
|
+
*/
|
419
|
+
ProviderArn?: arnType;
|
420
|
+
/**
|
421
|
+
* Reserved for future use.
|
422
|
+
*/
|
423
|
+
ContextAssertion?: contextAssertionType;
|
424
|
+
}
|
425
|
+
export type ProvidedContextsListType = ProvidedContext[];
|
411
426
|
export type SAMLAssertionType = string;
|
412
427
|
export type Subject = string;
|
413
428
|
export type SubjectType = string;
|
@@ -427,6 +442,7 @@ declare namespace STS {
|
|
427
442
|
export type arnType = string;
|
428
443
|
export type assumedRoleIdType = string;
|
429
444
|
export type clientTokenType = string;
|
445
|
+
export type contextAssertionType = string;
|
430
446
|
export type dateType = Date;
|
431
447
|
export type decodedMessageType = string;
|
432
448
|
export type durationSecondsType = number;
|