aws-sdk 2.1649.0 → 2.1651.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/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +4 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
- package/apis/connect-2017-08-08.min.json +272 -255
- package/apis/datazone-2018-05-10.min.json +251 -26
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +4 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
- package/apis/glue-2017-03-31.min.json +93 -89
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/mq-2017-11-27.min.json +4 -4
- package/apis/opensearch-2021-01-01.min.json +98 -141
- package/apis/pi-2018-02-27.min.json +4 -1
- package/apis/qconnect-2020-10-19.min.json +335 -108
- package/apis/qconnect-2020-10-19.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +598 -483
- package/apis/rds-2013-01-10.min.json +4 -1
- package/apis/rds-2013-02-12.min.json +4 -1
- package/apis/rds-2013-09-09.min.json +4 -1
- package/apis/rds-2014-09-01.min.json +4 -1
- package/apis/rds-2014-10-31.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +805 -792
- package/apis/workspaces-2015-04-08.min.json +507 -76
- package/clients/acmpca.d.ts +3 -3
- package/clients/applicationautoscaling.d.ts +43 -43
- package/clients/chimesdkmediapipelines.d.ts +19 -15
- package/clients/cloudfront.d.ts +7 -7
- package/clients/cloudhsmv2.d.ts +117 -34
- package/clients/connect.d.ts +29 -10
- package/clients/datazone.d.ts +269 -1
- package/clients/emr.d.ts +12 -4
- package/clients/glue.d.ts +6 -0
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/mq.d.ts +15 -15
- package/clients/opensearch.d.ts +0 -53
- package/clients/pi.d.ts +2 -2
- package/clients/qconnect.d.ts +219 -1
- package/clients/quicksight.d.ts +90 -0
- package/clients/rds.d.ts +4 -4
- package/clients/sagemaker.d.ts +18 -1
- package/clients/workspaces.d.ts +596 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +25 -25
- package/dist/aws-sdk.js +391 -286
- package/dist/aws-sdk.min.js +103 -103
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/rds.d.ts
CHANGED
@@ -1246,11 +1246,11 @@ declare class RDS extends Service {
|
|
1246
1246
|
*/
|
1247
1247
|
startDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
1248
1248
|
/**
|
1249
|
-
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances.
|
1249
|
+
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances. For more information on exporting DB snapshot data, see Exporting DB snapshot data to Amazon S3 in the Amazon RDS User Guide or Exporting DB cluster snapshot data to Amazon S3 in the Amazon Aurora User Guide. For more information on exporting DB cluster data, see Exporting DB cluster data to Amazon S3 in the Amazon Aurora User Guide.
|
1250
1250
|
*/
|
1251
1251
|
startExportTask(params: RDS.Types.StartExportTaskMessage, callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
|
1252
1252
|
/**
|
1253
|
-
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances.
|
1253
|
+
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances. For more information on exporting DB snapshot data, see Exporting DB snapshot data to Amazon S3 in the Amazon RDS User Guide or Exporting DB cluster snapshot data to Amazon S3 in the Amazon Aurora User Guide. For more information on exporting DB cluster data, see Exporting DB cluster data to Amazon S3 in the Amazon Aurora User Guide.
|
1254
1254
|
*/
|
1255
1255
|
startExportTask(callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
|
1256
1256
|
/**
|
@@ -2068,7 +2068,7 @@ declare namespace RDS {
|
|
2068
2068
|
*/
|
2069
2069
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
2070
2070
|
/**
|
2071
|
-
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must match the name of an existing DB subnet group.
|
2071
|
+
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must match the name of an existing DB subnet group. Example: mydbsubnetgroup
|
2072
2072
|
*/
|
2073
2073
|
DBSubnetGroupName?: String;
|
2074
2074
|
/**
|
@@ -8822,7 +8822,7 @@ declare namespace RDS {
|
|
8822
8822
|
*/
|
8823
8823
|
Name?: String;
|
8824
8824
|
/**
|
8825
|
-
* The value of a processor feature
|
8825
|
+
* The value of a processor feature.
|
8826
8826
|
*/
|
8827
8827
|
Value?: String;
|
8828
8828
|
}
|
package/clients/sagemaker.d.ts
CHANGED
@@ -7445,7 +7445,7 @@ declare namespace SageMaker {
|
|
7445
7445
|
*/
|
7446
7446
|
HubName: HubNameOrArn;
|
7447
7447
|
/**
|
7448
|
-
* The type of hub content to delete.
|
7448
|
+
* The type of hub content reference to delete. The only supported type of hub content reference to delete is ModelReference.
|
7449
7449
|
*/
|
7450
7450
|
HubContentType: HubContentType;
|
7451
7451
|
/**
|
@@ -12805,6 +12805,8 @@ declare namespace SageMaker {
|
|
12805
12805
|
export type GroupingAttributeName = string;
|
12806
12806
|
export type GroupingAttributeNames = GroupingAttributeName[];
|
12807
12807
|
export type Groups = Group[];
|
12808
|
+
export type HiddenAppTypesList = AppType[];
|
12809
|
+
export type HiddenMlToolsList = MlTools[];
|
12808
12810
|
export type HolidayConfig = HolidayConfigAttributes[];
|
12809
12811
|
export interface HolidayConfigAttributes {
|
12810
12812
|
/**
|
@@ -17943,6 +17945,7 @@ declare namespace SageMaker {
|
|
17943
17945
|
S3Uri: S3Uri;
|
17944
17946
|
}
|
17945
17947
|
export type MinimumInstanceMetadataServiceVersion = string;
|
17948
|
+
export type MlTools = "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|string;
|
17946
17949
|
export type MlflowVersion = string;
|
17947
17950
|
export interface Model {
|
17948
17951
|
/**
|
@@ -22441,6 +22444,16 @@ declare namespace SageMaker {
|
|
22441
22444
|
export type StudioLifecycleConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
|
22442
22445
|
export type StudioLifecycleConfigsList = StudioLifecycleConfigDetails[];
|
22443
22446
|
export type StudioWebPortal = "ENABLED"|"DISABLED"|string;
|
22447
|
+
export interface StudioWebPortalSettings {
|
22448
|
+
/**
|
22449
|
+
* The machine learning tools that are hidden from the Studio left navigation pane.
|
22450
|
+
*/
|
22451
|
+
HiddenMlTools?: HiddenMlToolsList;
|
22452
|
+
/**
|
22453
|
+
* The Applications supported in Studio that are hidden from the Studio left navigation pane.
|
22454
|
+
*/
|
22455
|
+
HiddenAppTypes?: HiddenAppTypesList;
|
22456
|
+
}
|
22444
22457
|
export type SubnetId = string;
|
22445
22458
|
export type Subnets = SubnetId[];
|
22446
22459
|
export interface SubscribedWorkteam {
|
@@ -24812,6 +24825,10 @@ declare namespace SageMaker {
|
|
24812
24825
|
* The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.
|
24813
24826
|
*/
|
24814
24827
|
CustomFileSystemConfigs?: CustomFileSystemConfigs;
|
24828
|
+
/**
|
24829
|
+
* Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
|
24830
|
+
*/
|
24831
|
+
StudioWebPortalSettings?: StudioWebPortalSettings;
|
24815
24832
|
}
|
24816
24833
|
export type UsersPerStep = number;
|
24817
24834
|
export type UtilizationMetric = number;
|