aws-sdk 2.1466.0 → 2.1468.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/bedrock-2023-04-20.examples.json +5 -0
  4. package/apis/bedrock-2023-04-20.min.json +1062 -0
  5. package/apis/bedrock-2023-04-20.paginators.json +22 -0
  6. package/apis/bedrock-2023-04-20.waiters2.json +5 -0
  7. package/apis/bedrock-runtime-2023-09-30.examples.json +5 -0
  8. package/apis/bedrock-runtime-2023-09-30.min.json +191 -0
  9. package/apis/bedrock-runtime-2023-09-30.paginators.json +4 -0
  10. package/apis/ec2-2016-11-15.min.json +1292 -1235
  11. package/apis/iotfleetwise-2021-06-17.min.json +62 -13
  12. package/apis/metadata.json +7 -0
  13. package/apis/rds-2014-10-31.min.json +1 -0
  14. package/apis/sagemaker-2017-07-24.min.json +681 -662
  15. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +9 -6
  16. package/clients/all.d.ts +2 -0
  17. package/clients/all.js +3 -1
  18. package/clients/bedrock.d.ts +1102 -0
  19. package/clients/bedrock.js +19 -0
  20. package/clients/bedrockruntime.d.ts +141 -0
  21. package/clients/bedrockruntime.js +18 -0
  22. package/clients/budgets.d.ts +8 -7
  23. package/clients/ec2.d.ts +70 -5
  24. package/clients/iotfleetwise.d.ts +71 -1
  25. package/clients/managedblockchain.d.ts +3 -3
  26. package/clients/rds.d.ts +35 -31
  27. package/clients/sagemaker.d.ts +58 -31
  28. package/clients/sagemakerfeaturestoreruntime.d.ts +7 -2
  29. package/clients/sts.d.ts +2 -1
  30. package/clients/transfer.d.ts +21 -21
  31. package/clients/wafv2.d.ts +2 -2
  32. package/dist/aws-sdk-core-react-native.js +2 -2
  33. package/dist/aws-sdk-react-native.js +90 -9
  34. package/dist/aws-sdk.js +1303 -1238
  35. package/dist/aws-sdk.min.js +74 -74
  36. package/lib/config_service_placeholders.d.ts +4 -0
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
package/clients/rds.d.ts CHANGED
@@ -422,11 +422,11 @@ declare class RDS extends Service {
422
422
  */
423
423
  describeBlueGreenDeployments(callback?: (err: AWSError, data: RDS.Types.DescribeBlueGreenDeploymentsResponse) => void): Request<RDS.Types.DescribeBlueGreenDeploymentsResponse, AWSError>;
424
424
  /**
425
- * Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. 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.
425
+ * Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account. 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.
426
426
  */
427
427
  describeCertificates(params: RDS.Types.DescribeCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
428
428
  /**
429
- * Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. 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.
429
+ * Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account. 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.
430
430
  */
431
431
  describeCertificates(callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
432
432
  /**
@@ -1516,6 +1516,10 @@ declare namespace RDS {
1516
1516
  }
1517
1517
  export type CertificateList = Certificate[];
1518
1518
  export interface CertificateMessage {
1519
+ /**
1520
+ * The default root CA for new databases created by your Amazon Web Services account. This is either the root CA override set on your Amazon Web Services account or the system default CA for the Region if no override exists. To override the default CA, use the ModifyCertificates operation.
1521
+ */
1522
+ DefaultCertificateForNewLaunches?: String;
1519
1523
  /**
1520
1524
  * The list of Certificate objects for the Amazon Web Services account.
1521
1525
  */
@@ -6513,7 +6517,7 @@ declare namespace RDS {
6513
6517
  */
6514
6518
  EngineVersion?: String;
6515
6519
  /**
6516
- * Specifies whether major version upgrades are allowed. Valid for Cluster Type: Aurora DB clusters only Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
6520
+ * Specifies whether major version upgrades are allowed. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
6517
6521
  */
6518
6522
  AllowMajorVersionUpgrade?: Boolean;
6519
6523
  /**
@@ -6666,7 +6670,7 @@ declare namespace RDS {
6666
6670
  */
6667
6671
  AllocatedStorage?: IntegerOptional;
6668
6672
  /**
6669
- * The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request. Default: Uses existing setting
6673
+ * The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request. Default: Uses existing setting Constraints: If you are modifying the DB instance class and upgrading the engine version at the same time, the currently running engine version must be supported on the specified DB instance class. Otherwise, the operation returns an error. In this case, first run the operation to modify the DB instance class, and then run it again to upgrade the engine version.
6670
6674
  */
6671
6675
  DBInstanceClass?: String;
6672
6676
  /**
@@ -6710,7 +6714,7 @@ declare namespace RDS {
6710
6714
  */
6711
6715
  MultiAZ?: BooleanOptional;
6712
6716
  /**
6713
- * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS updates the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. If the instance that you're modifying is acting as a read replica, the engine version that you specify must be the same or higher than the version that the source DB instance or cluster is running. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.
6717
+ * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS updates the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. If the instance that you're modifying is acting as a read replica, the engine version that you specify must be the same or higher than the version that the source DB instance or cluster is running. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle. Constraints: If you are upgrading the engine version and modifying the DB instance class at the same time, the currently running engine version must be supported on the specified DB instance class. Otherwise, the operation returns an error. In this case, first run the operation to modify the DB instance class, and then run it again to upgrade the engine version.
6714
6718
  */
6715
6719
  EngineVersion?: String;
6716
6720
  /**
@@ -8423,7 +8427,7 @@ declare namespace RDS {
8423
8427
  */
8424
8428
  EnableCloudwatchLogsExports?: LogTypeList;
8425
8429
  /**
8426
- * The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used. Constraints: If supplied, must match the name of an existing DB cluster parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8430
+ * The name of the custom DB cluster parameter group to associate with this DB cluster. If the DBClusterParameterGroupName parameter is omitted, the default DB cluster parameter group for the specified engine is used. Constraints: If supplied, must match the name of an existing DB cluster parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Valid for: Aurora DB clusters and Multi-AZ DB clusters
8427
8431
  */
8428
8432
  DBClusterParameterGroupName?: String;
8429
8433
  /**
@@ -8451,7 +8455,7 @@ declare namespace RDS {
8451
8455
  */
8452
8456
  EngineMode?: String;
8453
8457
  /**
8454
- * The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
8458
+ * The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
8455
8459
  */
8456
8460
  DBClusterInstanceClass?: String;
8457
8461
  /**
@@ -8840,47 +8844,47 @@ declare namespace RDS {
8840
8844
  */
8841
8845
  SourceDBInstanceIdentifier?: String;
8842
8846
  /**
8843
- * The name of the new DB instance to be created. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens First character must be a letter Can't end with a hyphen or contain two consecutive hyphens
8847
+ * The name of the new DB instance to create. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
8844
8848
  */
8845
8849
  TargetDBInstanceIdentifier: String;
8846
8850
  /**
8847
- * The date and time to restore from. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: Must be before the latest restorable time for the DB instance Can't be specified if the UseLatestRestorableTime parameter is enabled Example: 2009-09-07T23:45:00Z
8851
+ * The date and time to restore from. Constraints: Must be a time in Universal Coordinated Time (UTC) format. Must be before the latest restorable time for the DB instance. Can't be specified if the UseLatestRestorableTime parameter is enabled. Example: 2009-09-07T23:45:00Z
8848
8852
  */
8849
8853
  RestoreTime?: TStamp;
8850
8854
  /**
8851
- * A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: Can't be specified if the RestoreTime parameter is provided.
8855
+ * Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: Can't be specified if the RestoreTime parameter is provided.
8852
8856
  */
8853
8857
  UseLatestRestorableTime?: Boolean;
8854
8858
  /**
8855
- * The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DBInstanceClass as the original DB instance.
8859
+ * The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DB instance class as the original DB instance.
8856
8860
  */
8857
8861
  DBInstanceClass?: String;
8858
8862
  /**
8859
- * The port number on which the database accepts connections. Constraints: Value must be 1150-65535 Default: The same port as the original DB instance.
8863
+ * The port number on which the database accepts connections. Default: The same port as the original DB instance. Constraints: The value must be 1150-65535.
8860
8864
  */
8861
8865
  Port?: IntegerOptional;
8862
8866
  /**
8863
- * The Availability Zone (AZ) where the DB instance will be created. Default: A random, system-chosen Availability Zone. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. Example: us-east-1a
8867
+ * The Availability Zone (AZ) where the DB instance will be created. Default: A random, system-chosen Availability Zone. Constraints: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. Example: us-east-1a
8864
8868
  */
8865
8869
  AvailabilityZone?: String;
8866
8870
  /**
8867
- * The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DBSubnetGroup. Example: mydbsubnetgroup
8871
+ * The DB subnet group name to use for the new instance. Constraints: If supplied, must match the name of an existing DB subnet group. Example: mydbsubnetgroup
8868
8872
  */
8869
8873
  DBSubnetGroupName?: String;
8870
8874
  /**
8871
- * A value that indicates whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8875
+ * Secifies whether the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom. Constraints: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
8872
8876
  */
8873
8877
  MultiAZ?: BooleanOptional;
8874
8878
  /**
8875
- * A value that indicates whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8879
+ * Specifies whether the DB instance is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance.
8876
8880
  */
8877
8881
  PubliclyAccessible?: BooleanOptional;
8878
8882
  /**
8879
- * A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. This setting doesn't apply to RDS Custom.
8883
+ * Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window. This setting doesn't apply to RDS Custom.
8880
8884
  */
8881
8885
  AutoMinorVersionUpgrade?: BooleanOptional;
8882
8886
  /**
8883
- * License model information for the restored DB instance. This setting doesn't apply to RDS Custom. Default: Same as source. Valid values: license-included | bring-your-own-license | general-public-license
8887
+ * The license model information for the restored DB instance. This setting doesn't apply to RDS Custom. Valid Values: license-included | bring-your-own-license | general-public-license Default: Same as the source.
8884
8888
  */
8885
8889
  LicenseModel?: String;
8886
8890
  /**
@@ -8888,24 +8892,24 @@ declare namespace RDS {
8888
8892
  */
8889
8893
  DBName?: String;
8890
8894
  /**
8891
- * The database engine to use for the new instance. This setting doesn't apply to RDS Custom. Default: The same as source Constraint: Must be compatible with the engine of the source Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
8895
+ * The database engine to use for the new instance. This setting doesn't apply to RDS Custom. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web Default: The same as source Constraints: Must be compatible with the engine of the source.
8892
8896
  */
8893
8897
  Engine?: String;
8894
8898
  /**
8895
- * The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. Constraints: Must be an integer greater than 1000. SQL Server Setting the IOPS value for the SQL Server database engine isn't supported.
8899
+ * The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance. This setting doesn't apply to SQL Server. Constraints: Must be an integer greater than 1000.
8896
8900
  */
8897
8901
  Iops?: IntegerOptional;
8898
8902
  /**
8899
- * The name of the option group to be used for the restored DB instance. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance This setting doesn't apply to RDS Custom.
8903
+ * The name of the option group to use for the restored DB instance. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance This setting doesn't apply to RDS Custom.
8900
8904
  */
8901
8905
  OptionGroupName?: String;
8902
8906
  /**
8903
- * A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
8907
+ * Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
8904
8908
  */
8905
8909
  CopyTagsToSnapshot?: BooleanOptional;
8906
8910
  Tags?: TagList;
8907
8911
  /**
8908
- * Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
8912
+ * The storage type to associate with the DB instance. Valid Values: gp2 | gp3 | io1 | standard Default: io1, if the Iops parameter is specified. Otherwise, gp2. Constraints: If you specify io1 or gp3, you must also include a value for the Iops parameter.
8909
8913
  */
8910
8914
  StorageType?: String;
8911
8915
  /**
@@ -8921,7 +8925,7 @@ declare namespace RDS {
8921
8925
  */
8922
8926
  VpcSecurityGroupIds?: VpcSecurityGroupIdList;
8923
8927
  /**
8924
- * Specify the Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain. This setting doesn't apply to RDS Custom. For more information, see Kerberos Authentication in the Amazon RDS User Guide.
8928
+ * The Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain. This setting doesn't apply to RDS Custom. For more information, see Kerberos Authentication in the Amazon RDS User Guide.
8925
8929
  */
8926
8930
  Domain?: String;
8927
8931
  /**
@@ -8945,7 +8949,7 @@ declare namespace RDS {
8945
8949
  */
8946
8950
  DomainDnsIps?: StringList;
8947
8951
  /**
8948
- * A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. This setting doesn't apply to RDS Custom. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8952
+ * Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. This setting doesn't apply to RDS Custom. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
8949
8953
  */
8950
8954
  EnableIAMDatabaseAuthentication?: BooleanOptional;
8951
8955
  /**
@@ -8961,11 +8965,11 @@ declare namespace RDS {
8961
8965
  */
8962
8966
  UseDefaultProcessorFeatures?: BooleanOptional;
8963
8967
  /**
8964
- * The name of the DB parameter group to associate with this DB instance. If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used. This setting doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DBParameterGroup. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
8968
+ * The name of the DB parameter group to associate with this DB instance. If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used. This setting doesn't apply to RDS Custom. Constraints: If supplied, must match the name of an existing DB parameter group. Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens.
8965
8969
  */
8966
8970
  DBParameterGroupName?: String;
8967
8971
  /**
8968
- * A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8972
+ * Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.
8969
8973
  */
8970
8974
  DeletionProtection?: BooleanOptional;
8971
8975
  /**
@@ -8977,11 +8981,11 @@ declare namespace RDS {
8977
8981
  */
8978
8982
  MaxAllocatedStorage?: IntegerOptional;
8979
8983
  /**
8980
- * The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. This setting doesn't apply to RDS Custom.
8984
+ * The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. This setting doesn't apply to RDS Custom.
8981
8985
  */
8982
8986
  SourceDBInstanceAutomatedBackupsArn?: String;
8983
8987
  /**
8984
- * A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8988
+ * Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. This setting doesn't apply to RDS Custom. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
8985
8989
  */
8986
8990
  EnableCustomerOwnedIp?: BooleanOptional;
8987
8991
  /**
@@ -8993,11 +8997,11 @@ declare namespace RDS {
8993
8997
  */
8994
8998
  BackupTarget?: String;
8995
8999
  /**
8996
- * The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
9000
+ * The network type of the DB instance. The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide. Valid Values: IPV4 DUAL
8997
9001
  */
8998
9002
  NetworkType?: String;
8999
9003
  /**
9000
- * Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
9004
+ * The storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
9001
9005
  */
9002
9006
  StorageThroughput?: IntegerOptional;
9003
9007
  /**
@@ -85,19 +85,19 @@ declare class SageMaker extends Service {
85
85
  */
86
86
  createArtifact(callback?: (err: AWSError, data: SageMaker.Types.CreateArtifactResponse) => void): Request<SageMaker.Types.CreateArtifactResponse, AWSError>;
87
87
  /**
88
- * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
88
+ * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
89
89
  */
90
90
  createAutoMLJob(params: SageMaker.Types.CreateAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
91
91
  /**
92
- * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
92
+ * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
93
93
  */
94
94
  createAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
95
95
  /**
96
- * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
96
+ * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
97
97
  */
98
98
  createAutoMLJobV2(params: SageMaker.Types.CreateAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
99
99
  /**
100
- * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
100
+ * Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, and non-tabular problem types such as image or text classification. Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig. You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.
101
101
  */
102
102
  createAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
103
103
  /**
@@ -3696,7 +3696,7 @@ declare namespace SageMaker {
3696
3696
  export type CapacitySizeValue = number;
3697
3697
  export interface CaptureContentTypeHeader {
3698
3698
  /**
3699
- * The list of all content type headers that SageMaker will treat as CSV and capture accordingly.
3699
+ * The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.
3700
3700
  */
3701
3701
  CsvContentTypes?: CsvContentTypes;
3702
3702
  /**
@@ -4041,6 +4041,12 @@ declare namespace SageMaker {
4041
4041
  }
4042
4042
  export type CognitoUserGroup = string;
4043
4043
  export type CognitoUserPool = string;
4044
+ export interface CollectionConfig {
4045
+ /**
4046
+ * Configuration for your vector collection type. Dimension: The number of elements in your vector.
4047
+ */
4048
+ VectorConfig?: VectorConfig;
4049
+ }
4044
4050
  export interface CollectionConfiguration {
4045
4051
  /**
4046
4052
  * The name of the tensor collection. The name must be unique relative to other rule configuration names.
@@ -4054,6 +4060,7 @@ declare namespace SageMaker {
4054
4060
  export type CollectionConfigurations = CollectionConfiguration[];
4055
4061
  export type CollectionName = string;
4056
4062
  export type CollectionParameters = {[key: string]: ConfigValue};
4063
+ export type CollectionType = "List"|"Set"|"Vector"|string;
4057
4064
  export type CompilationJobArn = string;
4058
4065
  export type CompilationJobStatus = "INPROGRESS"|"COMPLETED"|"FAILED"|"STARTING"|"STOPPING"|"STOPPED"|string;
4059
4066
  export type CompilationJobSummaries = CompilationJobSummary[];
@@ -4625,7 +4632,7 @@ declare namespace SageMaker {
4625
4632
  RoleArn: RoleArn;
4626
4633
  StoppingCondition?: MonitoringStoppingCondition;
4627
4634
  /**
4628
- * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
4635
+ * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
4629
4636
  */
4630
4637
  Tags?: TagList;
4631
4638
  }
@@ -5289,7 +5296,7 @@ declare namespace SageMaker {
5289
5296
  RoleArn: RoleArn;
5290
5297
  StoppingCondition?: MonitoringStoppingCondition;
5291
5298
  /**
5292
- * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5299
+ * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5293
5300
  */
5294
5301
  Tags?: TagList;
5295
5302
  }
@@ -5380,7 +5387,7 @@ declare namespace SageMaker {
5380
5387
  RoleArn: RoleArn;
5381
5388
  StoppingCondition?: MonitoringStoppingCondition;
5382
5389
  /**
5383
- * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5390
+ * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5384
5391
  */
5385
5392
  Tags?: TagList;
5386
5393
  }
@@ -5560,7 +5567,7 @@ declare namespace SageMaker {
5560
5567
  RoleArn: RoleArn;
5561
5568
  StoppingCondition?: MonitoringStoppingCondition;
5562
5569
  /**
5563
- * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5570
+ * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
5564
5571
  */
5565
5572
  Tags?: TagList;
5566
5573
  }
@@ -6254,7 +6261,7 @@ declare namespace SageMaker {
6254
6261
  */
6255
6262
  DestinationS3Uri: DestinationS3Uri;
6256
6263
  /**
6257
- * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
6264
+ * The Amazon Resource Name (ARN) of an Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
6258
6265
  */
6259
6266
  KmsKeyId?: KmsKeyId;
6260
6267
  /**
@@ -6333,7 +6340,7 @@ declare namespace SageMaker {
6333
6340
  */
6334
6341
  ContainerArguments?: MonitoringContainerArguments;
6335
6342
  /**
6336
- * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
6343
+ * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
6337
6344
  */
6338
6345
  RecordPreprocessorSourceUri?: S3Uri;
6339
6346
  /**
@@ -8892,7 +8899,7 @@ declare namespace SageMaker {
8892
8899
  */
8893
8900
  NetworkConfig?: MonitoringNetworkConfig;
8894
8901
  /**
8895
- * The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
8902
+ * The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
8896
8903
  */
8897
8904
  RoleArn: RoleArn;
8898
8905
  StoppingCondition?: MonitoringStoppingCondition;
@@ -9033,7 +9040,7 @@ declare namespace SageMaker {
9033
9040
  */
9034
9041
  NetworkConfig?: MonitoringNetworkConfig;
9035
9042
  /**
9036
- * The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
9043
+ * The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
9037
9044
  */
9038
9045
  RoleArn: RoleArn;
9039
9046
  StoppingCondition?: MonitoringStoppingCondition;
@@ -10412,6 +10419,7 @@ declare namespace SageMaker {
10412
10419
  AgentVersion?: EdgeVersion;
10413
10420
  }
10414
10421
  export type Devices = Device[];
10422
+ export type Dimension = number;
10415
10423
  export type DirectInternetAccess = "Enabled"|"Disabled"|string;
10416
10424
  export type Direction = "Both"|"Ascendants"|"Descendants"|string;
10417
10425
  export type DirectoryPath = string;
@@ -10936,7 +10944,7 @@ declare namespace SageMaker {
10936
10944
  */
10937
10945
  S3InputMode?: ProcessingS3InputMode;
10938
10946
  /**
10939
- * Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated
10947
+ * Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key. Defaults to FullyReplicated
10940
10948
  */
10941
10949
  S3DataDistributionType?: ProcessingS3DataDistributionType;
10942
10950
  /**
@@ -11212,6 +11220,14 @@ declare namespace SageMaker {
11212
11220
  * The value type of a feature. Valid values are Integral, Fractional, or String.
11213
11221
  */
11214
11222
  FeatureType?: FeatureType;
11223
+ /**
11224
+ * A grouping of elements where each element within the collection must have the same feature type (String, Integral, or Fractional). List: An ordered collection of elements. Set: An unordered collection of unique elements. Vector: A specialized list that represents a fixed-size array of elements. The vector dimension is determined by you. Must have elements with fractional feature types.
11225
+ */
11226
+ CollectionType?: CollectionType;
11227
+ /**
11228
+ * Configuration for your collection.
11229
+ */
11230
+ CollectionConfig?: CollectionConfig;
11215
11231
  }
11216
11232
  export type FeatureDefinitions = FeatureDefinition[];
11217
11233
  export type FeatureDescription = string;
@@ -13691,7 +13707,7 @@ declare namespace SageMaker {
13691
13707
  */
13692
13708
  SortBy?: MonitoringJobDefinitionSortKey;
13693
13709
  /**
13694
- * The sort order for results. The default is Descending.
13710
+ * Whether to sort the results in Ascending or Descending order. The default is Descending.
13695
13711
  */
13696
13712
  SortOrder?: SortOrder;
13697
13713
  /**
@@ -14804,7 +14820,7 @@ declare namespace SageMaker {
14804
14820
  */
14805
14821
  JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
14806
14822
  /**
14807
- * If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
14823
+ * The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
14808
14824
  */
14809
14825
  NextToken?: NextToken;
14810
14826
  }
@@ -14988,7 +15004,7 @@ declare namespace SageMaker {
14988
15004
  */
14989
15005
  JobDefinitionSummaries: MonitoringJobDefinitionSummaryList;
14990
15006
  /**
14991
- * If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
15007
+ * The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
14992
15008
  */
14993
15009
  NextToken?: NextToken;
14994
15010
  }
@@ -15118,7 +15134,7 @@ declare namespace SageMaker {
15118
15134
  */
15119
15135
  SortBy?: MonitoringJobDefinitionSortKey;
15120
15136
  /**
15121
- * The sort order for results. The default is Descending.
15137
+ * Whether to sort the results in Ascending or Descending order. The default is Descending.
15122
15138
  */
15123
15139
  SortOrder?: SortOrder;
15124
15140
  /**
@@ -15274,7 +15290,7 @@ declare namespace SageMaker {
15274
15290
  */
15275
15291
  EndpointName?: EndpointName;
15276
15292
  /**
15277
- * Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
15293
+ * Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
15278
15294
  */
15279
15295
  SortBy?: MonitoringExecutionSortKey;
15280
15296
  /**
@@ -15332,7 +15348,7 @@ declare namespace SageMaker {
15332
15348
  */
15333
15349
  MonitoringExecutionSummaries: MonitoringExecutionSummaryList;
15334
15350
  /**
15335
- * If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques
15351
+ * The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
15336
15352
  */
15337
15353
  NextToken?: NextToken;
15338
15354
  }
@@ -15342,7 +15358,7 @@ declare namespace SageMaker {
15342
15358
  */
15343
15359
  EndpointName?: EndpointName;
15344
15360
  /**
15345
- * Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
15361
+ * Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime.
15346
15362
  */
15347
15363
  SortBy?: MonitoringScheduleSortKey;
15348
15364
  /**
@@ -15396,7 +15412,7 @@ declare namespace SageMaker {
15396
15412
  */
15397
15413
  MonitoringScheduleSummaries: MonitoringScheduleSummaryList;
15398
15414
  /**
15399
- * If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
15415
+ * The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
15400
15416
  */
15401
15417
  NextToken?: NextToken;
15402
15418
  }
@@ -16853,7 +16869,7 @@ declare namespace SageMaker {
16853
16869
  */
16854
16870
  ImageUri: ImageUri;
16855
16871
  /**
16856
- * JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
16872
+ * JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
16857
16873
  */
16858
16874
  ConfigUri: S3Uri;
16859
16875
  /**
@@ -17284,7 +17300,7 @@ declare namespace SageMaker {
17284
17300
  */
17285
17301
  ContainerArguments?: MonitoringContainerArguments;
17286
17302
  /**
17287
- * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
17303
+ * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
17288
17304
  */
17289
17305
  RecordPreprocessorSourceUri?: S3Uri;
17290
17306
  /**
@@ -17462,7 +17478,7 @@ declare namespace SageMaker {
17462
17478
  */
17463
17479
  ContainerArguments?: MonitoringContainerArguments;
17464
17480
  /**
17465
- * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
17481
+ * An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
17466
17482
  */
17467
17483
  RecordPreprocessorSourceUri?: S3Uri;
17468
17484
  /**
@@ -17498,7 +17514,7 @@ declare namespace SageMaker {
17498
17514
  */
17499
17515
  VolumeSizeInGB: ProcessingVolumeSizeInGB;
17500
17516
  /**
17501
- * The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
17517
+ * The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
17502
17518
  */
17503
17519
  VolumeKmsKeyId?: KmsKeyId;
17504
17520
  }
@@ -17603,7 +17619,7 @@ declare namespace SageMaker {
17603
17619
  */
17604
17620
  MonitoringInputs: MonitoringInputs;
17605
17621
  /**
17606
- * The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
17622
+ * The array of outputs from the monitoring job to be uploaded to Amazon S3.
17607
17623
  */
17608
17624
  MonitoringOutputConfig: MonitoringOutputConfig;
17609
17625
  /**
@@ -17655,7 +17671,7 @@ declare namespace SageMaker {
17655
17671
  export type MonitoringJobDefinitionSummaryList = MonitoringJobDefinitionSummary[];
17656
17672
  export interface MonitoringJsonDatasetFormat {
17657
17673
  /**
17658
- * Indicates if the file should be read as a json object per line.
17674
+ * Indicates if the file should be read as a JSON object per line.
17659
17675
  */
17660
17676
  Line?: Boolean;
17661
17677
  }
@@ -17683,7 +17699,7 @@ declare namespace SageMaker {
17683
17699
  */
17684
17700
  MonitoringOutputs: MonitoringOutputs;
17685
17701
  /**
17686
- * The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
17702
+ * The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
17687
17703
  */
17688
17704
  KmsKeyId?: KmsKeyId;
17689
17705
  }
@@ -18093,6 +18109,10 @@ declare namespace SageMaker {
18093
18109
  * Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
18094
18110
  */
18095
18111
  TtlDuration?: TtlDuration;
18112
+ /**
18113
+ * Option for different tiers of low latency storage for real-time data retrieval. Standard: A managed low latency data store for feature groups. InMemory: A managed data store for feature groups that supports very low latency retrieval.
18114
+ */
18115
+ StorageType?: StorageType;
18096
18116
  }
18097
18117
  export interface OnlineStoreConfigUpdate {
18098
18118
  /**
@@ -20005,7 +20025,7 @@ declare namespace SageMaker {
20005
20025
  }
20006
20026
  export interface ScheduleConfig {
20007
20027
  /**
20008
- * A cron expression that describes details about the monitoring schedule. The supported cron expressions are: If you want to set the job to start every hour, use the following: Hourly: cron(0 * ? * * *) If you want to start the job daily: cron(0 [00-23] ? * * *) For example, the following are valid cron expressions: Daily at noon UTC: cron(0 12 ? * * *) Daily at midnight UTC: cron(0 0 ? * * *) To support running every 6, 12 hours, the following are also supported: cron(0 [00-23]/[01-24] ? * * *) For example, the following are valid cron expressions: Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *) Every two hours starting at midnight: cron(0 0/2 ? * * *) Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution. We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day. You can also specify the keyword NOW to run the monitoring job immediately, one time, without recurring.
20028
+ * A cron expression that describes details about the monitoring schedule. The supported cron expressions are: If you want to set the job to start every hour, use the following: Hourly: cron(0 * ? * * *) If you want to start the job daily: cron(0 [00-23] ? * * *) If you want to run the job one time, immediately, use the following keyword: NOW For example, the following are valid cron expressions: Daily at noon UTC: cron(0 12 ? * * *) Daily at midnight UTC: cron(0 0 ? * * *) To support running every 6, 12 hours, the following are also supported: cron(0 [00-23]/[01-24] ? * * *) For example, the following are valid cron expressions: Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *) Every two hours starting at midnight: cron(0 0/2 ? * * *) Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution. We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day. You can also specify the keyword NOW to run the monitoring job immediately, one time, without recurring.
20009
20029
  */
20010
20030
  ScheduleExpression: ScheduleExpression;
20011
20031
  /**
@@ -20588,6 +20608,7 @@ declare namespace SageMaker {
20588
20608
  */
20589
20609
  MaxWaitTimeInSeconds?: MaxWaitTimeInSeconds;
20590
20610
  }
20611
+ export type StorageType = "Standard"|"InMemory"|string;
20591
20612
  export type String = string;
20592
20613
  export type String1024 = string;
20593
20614
  export type String128 = string;
@@ -20832,7 +20853,7 @@ declare namespace SageMaker {
20832
20853
  */
20833
20854
  TimeSeriesConfig: TimeSeriesConfig;
20834
20855
  /**
20835
- * The collection of holidays featurization attributes used to incorporate national holiday information into your forecasting model.
20856
+ * The collection of holiday featurization attributes used to incorporate national holiday information into your forecasting model.
20836
20857
  */
20837
20858
  HolidayConfig?: HolidayConfig;
20838
20859
  }
@@ -22744,6 +22765,12 @@ declare namespace SageMaker {
22744
22765
  export type VariantStatus = "Creating"|"Updating"|"Deleting"|"ActivatingTraffic"|"Baking"|string;
22745
22766
  export type VariantStatusMessage = string;
22746
22767
  export type VariantWeight = number;
22768
+ export interface VectorConfig {
22769
+ /**
22770
+ * The number of elements in your vector.
22771
+ */
22772
+ Dimension: Dimension;
22773
+ }
22747
22774
  export type VendorGuidance = "NOT_PROVIDED"|"STABLE"|"TO_BE_ARCHIVED"|"ARCHIVED"|string;
22748
22775
  export type VersionId = string;
22749
22776
  export type VersionedArnOrName = string;
@@ -156,9 +156,13 @@ declare namespace SageMakerFeatureStoreRuntime {
156
156
  */
157
157
  FeatureName: FeatureName;
158
158
  /**
159
- * The value associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
159
+ * The value in string format associated with a feature. Used when your CollectionType is None. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
160
160
  */
161
- ValueAsString: ValueAsString;
161
+ ValueAsString?: ValueAsString;
162
+ /**
163
+ * The list of values in string format associated with a feature. Used when your CollectionType is a List, Set, or Vector. Note that features types can be String, Integral, or Fractional. These values represents all three types as a string.
164
+ */
165
+ ValueAsStringList?: ValueAsStringList;
162
166
  }
163
167
  export interface GetRecordRequest {
164
168
  /**
@@ -225,6 +229,7 @@ declare namespace SageMakerFeatureStoreRuntime {
225
229
  export type TtlDurationValue = number;
226
230
  export type UnprocessedIdentifiers = BatchGetRecordIdentifier[];
227
231
  export type ValueAsString = string;
232
+ export type ValueAsStringList = ValueAsString[];
228
233
  /**
229
234
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
230
235
  */
package/clients/sts.d.ts CHANGED
@@ -93,7 +93,7 @@ declare namespace STS {
93
93
  /**
94
94
  * An IAM policy in JSON format that you want to use as an inline session policy. This parameter is optional. Passing policies to this operation returns new temporary credentials. The resulting session's permissions are the intersection of the role's identity-based policy and the session policies. You can use the role's temporary credentials in subsequent Amazon Web Services API calls to access resources in the account that owns the role. You cannot use session policies to grant more permissions than those allowed by the identity-based policy of the role that is being assumed. For more information, see Session Policies in the IAM User Guide. The plaintext that you use for both inline and managed session policies can't exceed 2,048 characters. The JSON policy characters can be any ASCII character from the space character to the end of the valid character list (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) characters. An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, and session tags into a packed binary format that has a separate limit. Your request can fail for this limit even if your plaintext meets the other requirements. The PackedPolicySize response element indicates by percentage how close the policies and tags for your request are to the upper size limit.
95
95
  */
96
- Policy?: sessionPolicyDocumentType;
96
+ Policy?: unrestrictedSessionPolicyDocumentType;
97
97
  /**
98
98
  * The duration, in seconds, of the role session. The value specified can range from 900 seconds (15 minutes) up to the maximum session duration set for the role. The maximum session duration setting can have a value from 1 hour to 12 hours. If you specify a value higher than this setting or the administrator setting (whichever is lower), the operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the maximum session duration to 6 hours, your operation fails. Role chaining limits your Amazon Web Services CLI or Amazon Web Services API role session to a maximum of one hour. When you use the AssumeRole API operation to assume a role, you can specify the duration of your role session with the DurationSeconds parameter. You can specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum session duration setting for your role. However, if you assume a role using role chaining and provide a DurationSeconds parameter value greater than one hour, the operation fails. To learn how to view the maximum value for your role, see View the Maximum Session Duration Setting for a Role in the IAM User Guide. By default, the value is set to 3600 seconds. The DurationSeconds parameter is separate from the duration of a console session that you might request using the returned credentials. The request to the federation endpoint for a console sign-in token takes a SessionDuration parameter that specifies the maximum length of the console session. For more information, see Creating a URL that Enables Federated Users to Access the Amazon Web Services Management Console in the IAM User Guide.
99
99
  */
@@ -462,6 +462,7 @@ declare namespace STS {
462
462
  export type tagValueType = string;
463
463
  export type tokenCodeType = string;
464
464
  export type tokenType = string;
465
+ export type unrestrictedSessionPolicyDocumentType = string;
465
466
  export type urlType = string;
466
467
  export type userIdType = string;
467
468
  export type userNameType = string;