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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/apis/application-autoscaling-2016-02-06.min.json +4 -1
  3. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  4. package/apis/cloudfront-2020-05-31.min.json +4 -1
  5. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  6. package/apis/connect-2017-08-08.min.json +272 -255
  7. package/apis/datazone-2018-05-10.min.json +251 -26
  8. package/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/apis/elasticache-2015-02-02.min.json +4 -1
  10. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  11. package/apis/glue-2017-03-31.min.json +93 -89
  12. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  13. package/apis/mq-2017-11-27.min.json +4 -4
  14. package/apis/opensearch-2021-01-01.min.json +98 -141
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/qconnect-2020-10-19.min.json +335 -108
  17. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  18. package/apis/quicksight-2018-04-01.min.json +598 -483
  19. package/apis/rds-2013-01-10.min.json +4 -1
  20. package/apis/rds-2013-02-12.min.json +4 -1
  21. package/apis/rds-2013-09-09.min.json +4 -1
  22. package/apis/rds-2014-09-01.min.json +4 -1
  23. package/apis/rds-2014-10-31.min.json +4 -1
  24. package/apis/sagemaker-2017-07-24.min.json +805 -792
  25. package/apis/workspaces-2015-04-08.min.json +507 -76
  26. package/clients/acmpca.d.ts +3 -3
  27. package/clients/applicationautoscaling.d.ts +43 -43
  28. package/clients/chimesdkmediapipelines.d.ts +19 -15
  29. package/clients/cloudfront.d.ts +7 -7
  30. package/clients/cloudhsmv2.d.ts +117 -34
  31. package/clients/connect.d.ts +29 -10
  32. package/clients/datazone.d.ts +269 -1
  33. package/clients/emr.d.ts +12 -4
  34. package/clients/glue.d.ts +6 -0
  35. package/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/clients/mq.d.ts +15 -15
  37. package/clients/opensearch.d.ts +0 -53
  38. package/clients/pi.d.ts +2 -2
  39. package/clients/qconnect.d.ts +219 -1
  40. package/clients/quicksight.d.ts +90 -0
  41. package/clients/rds.d.ts +4 -4
  42. package/clients/sagemaker.d.ts +18 -1
  43. package/clients/workspaces.d.ts +596 -4
  44. package/dist/aws-sdk-core-react-native.js +1 -1
  45. package/dist/aws-sdk-react-native.js +25 -25
  46. package/dist/aws-sdk.js +391 -286
  47. package/dist/aws-sdk.min.js +103 -103
  48. package/lib/core.js +1 -1
  49. 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. You can't export cluster data from Multi-AZ DB clusters. 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.
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. You can't export cluster data from Multi-AZ DB clusters. 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.
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. Must not be default. Example: mydbsubnetgroup
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 name.
8825
+ * The value of a processor feature.
8826
8826
  */
8827
8827
  Value?: String;
8828
8828
  }
@@ -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;