aws-sdk 2.1611.0 → 2.1612.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.
@@ -477,7 +477,7 @@ declare namespace RedshiftServerless {
477
477
  export type Boolean = boolean;
478
478
  export interface ConfigParameter {
479
479
  /**
480
- * The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
480
+ * The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
481
481
  */
482
482
  parameterKey?: ParameterKey;
483
483
  /**
@@ -767,7 +767,7 @@ declare namespace RedshiftServerless {
767
767
  */
768
768
  baseCapacity?: Integer;
769
769
  /**
770
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
770
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
771
771
  */
772
772
  configParameters?: ConfigParameterList;
773
773
  /**
@@ -1313,7 +1313,7 @@ declare namespace RedshiftServerless {
1313
1313
  */
1314
1314
  nextToken?: PaginationToken;
1315
1315
  /**
1316
- * All of the returned scheduled action objects.
1316
+ * All of the returned scheduled action association objects.
1317
1317
  */
1318
1318
  scheduledActions?: ScheduledActionsList;
1319
1319
  }
@@ -1784,6 +1784,16 @@ declare namespace RedshiftServerless {
1784
1784
  */
1785
1785
  cron?: String;
1786
1786
  }
1787
+ export interface ScheduledActionAssociation {
1788
+ /**
1789
+ * Name of associated Amazon Redshift Serverless namespace.
1790
+ */
1791
+ namespaceName?: NamespaceName;
1792
+ /**
1793
+ * Name of associated scheduled action.
1794
+ */
1795
+ scheduledActionName?: ScheduledActionName;
1796
+ }
1787
1797
  export type ScheduledActionName = string;
1788
1798
  export interface ScheduledActionResponse {
1789
1799
  /**
@@ -1828,7 +1838,7 @@ declare namespace RedshiftServerless {
1828
1838
  state?: State;
1829
1839
  targetAction?: TargetAction;
1830
1840
  }
1831
- export type ScheduledActionsList = ScheduledActionName[];
1841
+ export type ScheduledActionsList = ScheduledActionAssociation[];
1832
1842
  export type SecurityGroupId = string;
1833
1843
  export type SecurityGroupIdList = SecurityGroupId[];
1834
1844
  export interface Snapshot {
@@ -2252,7 +2262,7 @@ declare namespace RedshiftServerless {
2252
2262
  */
2253
2263
  baseCapacity?: Integer;
2254
2264
  /**
2255
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2265
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2256
2266
  */
2257
2267
  configParameters?: ConfigParameterList;
2258
2268
  /**
@@ -2359,7 +2369,7 @@ declare namespace RedshiftServerless {
2359
2369
  */
2360
2370
  baseCapacity?: Integer;
2361
2371
  /**
2362
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2372
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2363
2373
  */
2364
2374
  configParameters?: ConfigParameterList;
2365
2375
  /**
@@ -2407,7 +2417,7 @@ declare namespace RedshiftServerless {
2407
2417
  */
2408
2418
  port?: Integer;
2409
2419
  /**
2410
- * A value that specifies whether the workgroup can be accessible from a public network
2420
+ * A value that specifies whether the workgroup can be accessible from a public network.
2411
2421
  */
2412
2422
  publiclyAccessible?: Boolean;
2413
2423
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1611.0',
86
+ VERSION: '2.1612.0',
87
87
 
88
88
  /**
89
89
  * @api private