@aws-sdk/client-redshift-serverless 3.556.0 → 3.560.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/dist-types/models/models_0.d.ts +33 -15
- package/package.json +1 -1
|
@@ -744,7 +744,7 @@ export type Schedule = Schedule.AtMember | Schedule.CronMember | Schedule.$Unkno
|
|
|
744
744
|
*/
|
|
745
745
|
export declare namespace Schedule {
|
|
746
746
|
/**
|
|
747
|
-
* <p>The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at
|
|
747
|
+
* <p>The timestamp of when Amazon Redshift Serverless should run the scheduled action. Timestamp is in UTC. Format of at expression is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
748
748
|
* @public
|
|
749
749
|
*/
|
|
750
750
|
interface AtMember {
|
|
@@ -753,8 +753,8 @@ export declare namespace Schedule {
|
|
|
753
753
|
$unknown?: never;
|
|
754
754
|
}
|
|
755
755
|
/**
|
|
756
|
-
* <p>The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour.</p>
|
|
757
|
-
* <p>Format of cron expressions is
|
|
756
|
+
* <p>The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
757
|
+
* <p>Format of cron expressions is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
758
758
|
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
759
759
|
* @public
|
|
760
760
|
*/
|
|
@@ -858,10 +858,16 @@ export interface CreateScheduledActionRequest {
|
|
|
858
858
|
*/
|
|
859
859
|
targetAction: TargetAction | undefined;
|
|
860
860
|
/**
|
|
861
|
-
* <p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p>
|
|
862
|
-
* <
|
|
863
|
-
*
|
|
864
|
-
*
|
|
861
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
862
|
+
* <ul>
|
|
863
|
+
* <li>
|
|
864
|
+
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
865
|
+
* </li>
|
|
866
|
+
* <li>
|
|
867
|
+
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
868
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
869
|
+
* </li>
|
|
870
|
+
* </ul>
|
|
865
871
|
* @public
|
|
866
872
|
*/
|
|
867
873
|
schedule: Schedule | undefined;
|
|
@@ -923,10 +929,16 @@ export interface ScheduledActionResponse {
|
|
|
923
929
|
*/
|
|
924
930
|
scheduledActionName?: string;
|
|
925
931
|
/**
|
|
926
|
-
* <p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p>
|
|
927
|
-
* <
|
|
928
|
-
*
|
|
929
|
-
*
|
|
932
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
933
|
+
* <ul>
|
|
934
|
+
* <li>
|
|
935
|
+
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
936
|
+
* </li>
|
|
937
|
+
* <li>
|
|
938
|
+
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
939
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
940
|
+
* </li>
|
|
941
|
+
* </ul>
|
|
930
942
|
* @public
|
|
931
943
|
*/
|
|
932
944
|
schedule?: Schedule;
|
|
@@ -2816,10 +2828,16 @@ export interface UpdateScheduledActionRequest {
|
|
|
2816
2828
|
*/
|
|
2817
2829
|
targetAction?: TargetAction;
|
|
2818
2830
|
/**
|
|
2819
|
-
* <p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p>
|
|
2820
|
-
* <
|
|
2821
|
-
*
|
|
2822
|
-
*
|
|
2831
|
+
* <p>The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.</p>
|
|
2832
|
+
* <ul>
|
|
2833
|
+
* <li>
|
|
2834
|
+
* <p>Format of at timestamp is <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2016-03-04T17:27:00</code>.</p>
|
|
2835
|
+
* </li>
|
|
2836
|
+
* <li>
|
|
2837
|
+
* <p>Format of cron expression is <code>(Minutes Hours Day-of-month Month Day-of-week Year)</code>. For example, <code>"(0 10 ? * MON *)"</code>. For more information, see
|
|
2838
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>
|
|
2839
|
+
* </li>
|
|
2840
|
+
* </ul>
|
|
2823
2841
|
* @public
|
|
2824
2842
|
*/
|
|
2825
2843
|
schedule?: Schedule;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.560.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
|