@aws-sdk/client-kinesis-analytics-v2 3.687.0 → 3.691.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 +325 -325
- package/dist-types/ts3.4/models/models_0.d.ts +405 -325
- package/package.json +7 -7
|
@@ -29,7 +29,7 @@ export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
|
29
29
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
|
-
CurrentApplicationVersionId?: number;
|
|
32
|
+
CurrentApplicationVersionId?: number | undefined;
|
|
33
33
|
/**
|
|
34
34
|
* <p>Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN). </p>
|
|
35
35
|
* @public
|
|
@@ -43,7 +43,7 @@ export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
|
43
43
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
44
44
|
* @public
|
|
45
45
|
*/
|
|
46
|
-
ConditionalToken?: string;
|
|
46
|
+
ConditionalToken?: string | undefined;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* <p>Describes the Amazon CloudWatch logging option.</p>
|
|
@@ -54,7 +54,7 @@ export interface CloudWatchLoggingOptionDescription {
|
|
|
54
54
|
* <p>The ID of the CloudWatch logging option description.</p>
|
|
55
55
|
* @public
|
|
56
56
|
*/
|
|
57
|
-
CloudWatchLoggingOptionId?: string;
|
|
57
|
+
CloudWatchLoggingOptionId?: string | undefined;
|
|
58
58
|
/**
|
|
59
59
|
* <p>The Amazon Resource Name (ARN) of the CloudWatch log to receive application
|
|
60
60
|
* messages.</p>
|
|
@@ -69,7 +69,7 @@ export interface CloudWatchLoggingOptionDescription {
|
|
|
69
69
|
* </note>
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
|
-
RoleARN?: string;
|
|
72
|
+
RoleARN?: string | undefined;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* @public
|
|
@@ -79,24 +79,24 @@ export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
|
79
79
|
* <p>The application's ARN.</p>
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
|
-
ApplicationARN?: string;
|
|
82
|
+
ApplicationARN?: string | undefined;
|
|
83
83
|
/**
|
|
84
84
|
* <p>The new version ID of the SQL-based Kinesis Data Analytics application. Kinesis Data Analytics
|
|
85
85
|
* updates the <code>ApplicationVersionId</code> each time you change the CloudWatch logging
|
|
86
86
|
* options. </p>
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
|
-
ApplicationVersionId?: number;
|
|
89
|
+
ApplicationVersionId?: number | undefined;
|
|
90
90
|
/**
|
|
91
91
|
* <p>The descriptions of the current CloudWatch logging options for the SQL-based Kinesis Data Analytics application.</p>
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
|
-
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
94
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
95
95
|
/**
|
|
96
96
|
* Operation ID for tracking AddApplicationCloudWatchLoggingOption request
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
|
-
OperationId?: string;
|
|
99
|
+
OperationId?: string | undefined;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* <p>Exception thrown as a result of concurrent modifications to an application. This error can
|
|
@@ -107,7 +107,7 @@ export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
|
107
107
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
108
108
|
readonly name: "ConcurrentModificationException";
|
|
109
109
|
readonly $fault: "client";
|
|
110
|
-
Message?: string;
|
|
110
|
+
Message?: string | undefined;
|
|
111
111
|
/**
|
|
112
112
|
* @internal
|
|
113
113
|
*/
|
|
@@ -120,7 +120,7 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
120
120
|
export declare class InvalidApplicationConfigurationException extends __BaseException {
|
|
121
121
|
readonly name: "InvalidApplicationConfigurationException";
|
|
122
122
|
readonly $fault: "client";
|
|
123
|
-
Message?: string;
|
|
123
|
+
Message?: string | undefined;
|
|
124
124
|
/**
|
|
125
125
|
* @internal
|
|
126
126
|
*/
|
|
@@ -133,7 +133,7 @@ export declare class InvalidApplicationConfigurationException extends __BaseExce
|
|
|
133
133
|
export declare class InvalidArgumentException extends __BaseException {
|
|
134
134
|
readonly name: "InvalidArgumentException";
|
|
135
135
|
readonly $fault: "client";
|
|
136
|
-
Message?: string;
|
|
136
|
+
Message?: string | undefined;
|
|
137
137
|
/**
|
|
138
138
|
* @internal
|
|
139
139
|
*/
|
|
@@ -146,7 +146,7 @@ export declare class InvalidArgumentException extends __BaseException {
|
|
|
146
146
|
export declare class InvalidRequestException extends __BaseException {
|
|
147
147
|
readonly name: "InvalidRequestException";
|
|
148
148
|
readonly $fault: "client";
|
|
149
|
-
Message?: string;
|
|
149
|
+
Message?: string | undefined;
|
|
150
150
|
/**
|
|
151
151
|
* @internal
|
|
152
152
|
*/
|
|
@@ -159,7 +159,7 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
159
159
|
export declare class ResourceInUseException extends __BaseException {
|
|
160
160
|
readonly name: "ResourceInUseException";
|
|
161
161
|
readonly $fault: "client";
|
|
162
|
-
Message?: string;
|
|
162
|
+
Message?: string | undefined;
|
|
163
163
|
/**
|
|
164
164
|
* @internal
|
|
165
165
|
*/
|
|
@@ -172,7 +172,7 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
172
172
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
173
173
|
readonly name: "ResourceNotFoundException";
|
|
174
174
|
readonly $fault: "client";
|
|
175
|
-
Message?: string;
|
|
175
|
+
Message?: string | undefined;
|
|
176
176
|
/**
|
|
177
177
|
* @internal
|
|
178
178
|
*/
|
|
@@ -188,7 +188,7 @@ export interface InputParallelism {
|
|
|
188
188
|
* <p>The number of in-application streams to create.</p>
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
|
-
Count?: number;
|
|
191
|
+
Count?: number | undefined;
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
194
|
* <p>An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is
|
|
@@ -239,7 +239,7 @@ export interface RecordColumn {
|
|
|
239
239
|
* source.</p>
|
|
240
240
|
* @public
|
|
241
241
|
*/
|
|
242
|
-
Mapping?: string;
|
|
242
|
+
Mapping?: string | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* <p>The type of column created in the in-application input stream or reference table.</p>
|
|
245
245
|
* @public
|
|
@@ -297,13 +297,13 @@ export interface MappingParameters {
|
|
|
297
297
|
* <p>Provides additional mapping information when JSON is the record format on the streaming source.</p>
|
|
298
298
|
* @public
|
|
299
299
|
*/
|
|
300
|
-
JSONMappingParameters?: JSONMappingParameters;
|
|
300
|
+
JSONMappingParameters?: JSONMappingParameters | undefined;
|
|
301
301
|
/**
|
|
302
302
|
* <p>Provides additional mapping information when the record format uses delimiters
|
|
303
303
|
* (for example, CSV).</p>
|
|
304
304
|
* @public
|
|
305
305
|
*/
|
|
306
|
-
CSVMappingParameters?: CSVMappingParameters;
|
|
306
|
+
CSVMappingParameters?: CSVMappingParameters | undefined;
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* @public
|
|
@@ -335,7 +335,7 @@ export interface RecordFormat {
|
|
|
335
335
|
* record fields delimited by some delimiter) on the streaming source.</p>
|
|
336
336
|
* @public
|
|
337
337
|
*/
|
|
338
|
-
MappingParameters?: MappingParameters;
|
|
338
|
+
MappingParameters?: MappingParameters | undefined;
|
|
339
339
|
}
|
|
340
340
|
/**
|
|
341
341
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the format of the
|
|
@@ -353,7 +353,7 @@ export interface SourceSchema {
|
|
|
353
353
|
* <p>Specifies the encoding of the records in the streaming source. For example, UTF-8.</p>
|
|
354
354
|
* @public
|
|
355
355
|
*/
|
|
356
|
-
RecordEncoding?: string;
|
|
356
|
+
RecordEncoding?: string | undefined;
|
|
357
357
|
/**
|
|
358
358
|
* <p>A list of <code>RecordColumn</code> objects. </p>
|
|
359
359
|
* @public
|
|
@@ -407,22 +407,22 @@ export interface Input {
|
|
|
407
407
|
* <a>InputLambdaProcessor</a>. </p>
|
|
408
408
|
* @public
|
|
409
409
|
*/
|
|
410
|
-
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
410
|
+
InputProcessingConfiguration?: InputProcessingConfiguration | undefined;
|
|
411
411
|
/**
|
|
412
412
|
* <p>If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN). </p>
|
|
413
413
|
* @public
|
|
414
414
|
*/
|
|
415
|
-
KinesisStreamsInput?: KinesisStreamsInput;
|
|
415
|
+
KinesisStreamsInput?: KinesisStreamsInput | undefined;
|
|
416
416
|
/**
|
|
417
417
|
* <p>If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.</p>
|
|
418
418
|
* @public
|
|
419
419
|
*/
|
|
420
|
-
KinesisFirehoseInput?: KinesisFirehoseInput;
|
|
420
|
+
KinesisFirehoseInput?: KinesisFirehoseInput | undefined;
|
|
421
421
|
/**
|
|
422
422
|
* <p>Describes the number of in-application streams to create. </p>
|
|
423
423
|
* @public
|
|
424
424
|
*/
|
|
425
|
-
InputParallelism?: InputParallelism;
|
|
425
|
+
InputParallelism?: InputParallelism | undefined;
|
|
426
426
|
/**
|
|
427
427
|
* <p>Describes the format of the data in the streaming source, and how each data element maps
|
|
428
428
|
* to corresponding columns in the in-application stream that is being created.</p>
|
|
@@ -479,7 +479,7 @@ export interface InputLambdaProcessorDescription {
|
|
|
479
479
|
* </note>
|
|
480
480
|
* @public
|
|
481
481
|
*/
|
|
482
|
-
RoleARN?: string;
|
|
482
|
+
RoleARN?: string | undefined;
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
485
|
* <p>For a SQL-based Kinesis Data Analytics application, provides the configuration
|
|
@@ -492,7 +492,7 @@ export interface InputProcessingConfigurationDescription {
|
|
|
492
492
|
* </p>
|
|
493
493
|
* @public
|
|
494
494
|
*/
|
|
495
|
-
InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
|
|
495
|
+
InputLambdaProcessorDescription?: InputLambdaProcessorDescription | undefined;
|
|
496
496
|
}
|
|
497
497
|
/**
|
|
498
498
|
* @public
|
|
@@ -534,7 +534,7 @@ export interface InputStartingPositionConfiguration {
|
|
|
534
534
|
* </ul>
|
|
535
535
|
* @public
|
|
536
536
|
*/
|
|
537
|
-
InputStartingPosition?: InputStartingPosition;
|
|
537
|
+
InputStartingPosition?: InputStartingPosition | undefined;
|
|
538
538
|
}
|
|
539
539
|
/**
|
|
540
540
|
* <p>Describes the Amazon Kinesis Data Firehose delivery stream that is configured as the streaming source
|
|
@@ -556,7 +556,7 @@ export interface KinesisFirehoseInputDescription {
|
|
|
556
556
|
* </note>
|
|
557
557
|
* @public
|
|
558
558
|
*/
|
|
559
|
-
RoleARN?: string;
|
|
559
|
+
RoleARN?: string | undefined;
|
|
560
560
|
}
|
|
561
561
|
/**
|
|
562
562
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the Kinesis data
|
|
@@ -579,7 +579,7 @@ export interface KinesisStreamsInputDescription {
|
|
|
579
579
|
* </note>
|
|
580
580
|
* @public
|
|
581
581
|
*/
|
|
582
|
-
RoleARN?: string;
|
|
582
|
+
RoleARN?: string | undefined;
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
* <p>Describes the application input configuration for a SQL-based Kinesis Data Analytics application. </p>
|
|
@@ -591,49 +591,49 @@ export interface InputDescription {
|
|
|
591
591
|
* configuration that you add to your application. </p>
|
|
592
592
|
* @public
|
|
593
593
|
*/
|
|
594
|
-
InputId?: string;
|
|
594
|
+
InputId?: string | undefined;
|
|
595
595
|
/**
|
|
596
596
|
* <p>The in-application name prefix.</p>
|
|
597
597
|
* @public
|
|
598
598
|
*/
|
|
599
|
-
NamePrefix?: string;
|
|
599
|
+
NamePrefix?: string | undefined;
|
|
600
600
|
/**
|
|
601
601
|
* <p>Returns the in-application stream names that are mapped to the stream source. </p>
|
|
602
602
|
* @public
|
|
603
603
|
*/
|
|
604
|
-
InAppStreamNames?: string[];
|
|
604
|
+
InAppStreamNames?: string[] | undefined;
|
|
605
605
|
/**
|
|
606
606
|
* <p>The description of the preprocessor that executes on records in this input before the application's code is run. </p>
|
|
607
607
|
* @public
|
|
608
608
|
*/
|
|
609
|
-
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
609
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | undefined;
|
|
610
610
|
/**
|
|
611
611
|
* <p>If a Kinesis data stream is configured as a streaming source, provides the Kinesis data
|
|
612
612
|
* stream's Amazon Resource Name (ARN). </p>
|
|
613
613
|
* @public
|
|
614
614
|
*/
|
|
615
|
-
KinesisStreamsInputDescription?: KinesisStreamsInputDescription;
|
|
615
|
+
KinesisStreamsInputDescription?: KinesisStreamsInputDescription | undefined;
|
|
616
616
|
/**
|
|
617
617
|
* <p>If a Kinesis Data Firehose delivery stream is configured as a streaming source, provides the delivery stream's ARN. </p>
|
|
618
618
|
* @public
|
|
619
619
|
*/
|
|
620
|
-
KinesisFirehoseInputDescription?: KinesisFirehoseInputDescription;
|
|
620
|
+
KinesisFirehoseInputDescription?: KinesisFirehoseInputDescription | undefined;
|
|
621
621
|
/**
|
|
622
622
|
* <p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
|
|
623
623
|
* in the in-application stream that is being created. </p>
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
|
-
InputSchema?: SourceSchema;
|
|
626
|
+
InputSchema?: SourceSchema | undefined;
|
|
627
627
|
/**
|
|
628
628
|
* <p>Describes the configured parallelism (number of in-application streams mapped to the streaming source). </p>
|
|
629
629
|
* @public
|
|
630
630
|
*/
|
|
631
|
-
InputParallelism?: InputParallelism;
|
|
631
|
+
InputParallelism?: InputParallelism | undefined;
|
|
632
632
|
/**
|
|
633
633
|
* <p>The point at which the application is configured to read from the input stream.</p>
|
|
634
634
|
* @public
|
|
635
635
|
*/
|
|
636
|
-
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
636
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | undefined;
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
639
|
* @public
|
|
@@ -643,12 +643,12 @@ export interface AddApplicationInputResponse {
|
|
|
643
643
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
644
644
|
* @public
|
|
645
645
|
*/
|
|
646
|
-
ApplicationARN?: string;
|
|
646
|
+
ApplicationARN?: string | undefined;
|
|
647
647
|
/**
|
|
648
648
|
* <p>Provides the current application version.</p>
|
|
649
649
|
* @public
|
|
650
650
|
*/
|
|
651
|
-
ApplicationVersionId?: number;
|
|
651
|
+
ApplicationVersionId?: number | undefined;
|
|
652
652
|
/**
|
|
653
653
|
* <p>Describes the application input configuration.
|
|
654
654
|
*
|
|
@@ -656,7 +656,7 @@ export interface AddApplicationInputResponse {
|
|
|
656
656
|
* </p>
|
|
657
657
|
* @public
|
|
658
658
|
*/
|
|
659
|
-
InputDescriptions?: InputDescription[];
|
|
659
|
+
InputDescriptions?: InputDescription[] | undefined;
|
|
660
660
|
}
|
|
661
661
|
/**
|
|
662
662
|
* <p>The user-provided application code (query) is not valid. This can be a simple syntax
|
|
@@ -666,7 +666,7 @@ export interface AddApplicationInputResponse {
|
|
|
666
666
|
export declare class CodeValidationException extends __BaseException {
|
|
667
667
|
readonly name: "CodeValidationException";
|
|
668
668
|
readonly $fault: "client";
|
|
669
|
-
Message?: string;
|
|
669
|
+
Message?: string | undefined;
|
|
670
670
|
/**
|
|
671
671
|
* @internal
|
|
672
672
|
*/
|
|
@@ -710,24 +710,24 @@ export interface AddApplicationInputProcessingConfigurationResponse {
|
|
|
710
710
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
711
711
|
* @public
|
|
712
712
|
*/
|
|
713
|
-
ApplicationARN?: string;
|
|
713
|
+
ApplicationARN?: string | undefined;
|
|
714
714
|
/**
|
|
715
715
|
* <p>Provides the current application version. </p>
|
|
716
716
|
* @public
|
|
717
717
|
*/
|
|
718
|
-
ApplicationVersionId?: number;
|
|
718
|
+
ApplicationVersionId?: number | undefined;
|
|
719
719
|
/**
|
|
720
720
|
* <p>The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns
|
|
721
721
|
* to each input configuration that you add to your
|
|
722
722
|
* application.</p>
|
|
723
723
|
* @public
|
|
724
724
|
*/
|
|
725
|
-
InputId?: string;
|
|
725
|
+
InputId?: string | undefined;
|
|
726
726
|
/**
|
|
727
727
|
* <p>The description of the preprocessor that executes on records in this input before the application's code is run.</p>
|
|
728
728
|
* @public
|
|
729
729
|
*/
|
|
730
|
-
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
730
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | undefined;
|
|
731
731
|
}
|
|
732
732
|
/**
|
|
733
733
|
* <p>Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application. </p>
|
|
@@ -802,17 +802,17 @@ export interface Output {
|
|
|
802
802
|
* as the destination.</p>
|
|
803
803
|
* @public
|
|
804
804
|
*/
|
|
805
|
-
KinesisStreamsOutput?: KinesisStreamsOutput;
|
|
805
|
+
KinesisStreamsOutput?: KinesisStreamsOutput | undefined;
|
|
806
806
|
/**
|
|
807
807
|
* <p>Identifies a Kinesis Data Firehose delivery stream as the destination.</p>
|
|
808
808
|
* @public
|
|
809
809
|
*/
|
|
810
|
-
KinesisFirehoseOutput?: KinesisFirehoseOutput;
|
|
810
|
+
KinesisFirehoseOutput?: KinesisFirehoseOutput | undefined;
|
|
811
811
|
/**
|
|
812
812
|
* <p>Identifies an Amazon Lambda function as the destination.</p>
|
|
813
813
|
* @public
|
|
814
814
|
*/
|
|
815
|
-
LambdaOutput?: LambdaOutput;
|
|
815
|
+
LambdaOutput?: LambdaOutput | undefined;
|
|
816
816
|
/**
|
|
817
817
|
* <p>Describes the data format when records are written to the destination.
|
|
818
818
|
* </p>
|
|
@@ -867,7 +867,7 @@ export interface KinesisFirehoseOutputDescription {
|
|
|
867
867
|
* </note>
|
|
868
868
|
* @public
|
|
869
869
|
*/
|
|
870
|
-
RoleARN?: string;
|
|
870
|
+
RoleARN?: string | undefined;
|
|
871
871
|
}
|
|
872
872
|
/**
|
|
873
873
|
* <p>For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis
|
|
@@ -890,7 +890,7 @@ export interface KinesisStreamsOutputDescription {
|
|
|
890
890
|
* </note>
|
|
891
891
|
* @public
|
|
892
892
|
*/
|
|
893
|
-
RoleARN?: string;
|
|
893
|
+
RoleARN?: string | undefined;
|
|
894
894
|
}
|
|
895
895
|
/**
|
|
896
896
|
* <p>For a SQL-based Kinesis Data Analytics application's output, describes the Amazon
|
|
@@ -913,7 +913,7 @@ export interface LambdaOutputDescription {
|
|
|
913
913
|
* </note>
|
|
914
914
|
* @public
|
|
915
915
|
*/
|
|
916
|
-
RoleARN?: string;
|
|
916
|
+
RoleARN?: string | undefined;
|
|
917
917
|
}
|
|
918
918
|
/**
|
|
919
919
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the application
|
|
@@ -927,35 +927,35 @@ export interface OutputDescription {
|
|
|
927
927
|
* <p>A unique identifier for the output configuration.</p>
|
|
928
928
|
* @public
|
|
929
929
|
*/
|
|
930
|
-
OutputId?: string;
|
|
930
|
+
OutputId?: string | undefined;
|
|
931
931
|
/**
|
|
932
932
|
* <p>The name of the in-application stream that is configured as output.</p>
|
|
933
933
|
* @public
|
|
934
934
|
*/
|
|
935
|
-
Name?: string;
|
|
935
|
+
Name?: string | undefined;
|
|
936
936
|
/**
|
|
937
937
|
* <p>Describes the Kinesis data stream that is configured as the destination where output is
|
|
938
938
|
* written.</p>
|
|
939
939
|
* @public
|
|
940
940
|
*/
|
|
941
|
-
KinesisStreamsOutputDescription?: KinesisStreamsOutputDescription;
|
|
941
|
+
KinesisStreamsOutputDescription?: KinesisStreamsOutputDescription | undefined;
|
|
942
942
|
/**
|
|
943
943
|
* <p>Describes the Kinesis Data Firehose delivery stream that is configured as the destination
|
|
944
944
|
* where output is written.</p>
|
|
945
945
|
* @public
|
|
946
946
|
*/
|
|
947
|
-
KinesisFirehoseOutputDescription?: KinesisFirehoseOutputDescription;
|
|
947
|
+
KinesisFirehoseOutputDescription?: KinesisFirehoseOutputDescription | undefined;
|
|
948
948
|
/**
|
|
949
949
|
* <p>Describes the Lambda function that is configured as the destination where output is
|
|
950
950
|
* written.</p>
|
|
951
951
|
* @public
|
|
952
952
|
*/
|
|
953
|
-
LambdaOutputDescription?: LambdaOutputDescription;
|
|
953
|
+
LambdaOutputDescription?: LambdaOutputDescription | undefined;
|
|
954
954
|
/**
|
|
955
955
|
* <p>The data format used for writing data to the destination.</p>
|
|
956
956
|
* @public
|
|
957
957
|
*/
|
|
958
|
-
DestinationSchema?: DestinationSchema;
|
|
958
|
+
DestinationSchema?: DestinationSchema | undefined;
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
961
961
|
* @public
|
|
@@ -965,13 +965,13 @@ export interface AddApplicationOutputResponse {
|
|
|
965
965
|
* <p>The application Amazon Resource Name (ARN).</p>
|
|
966
966
|
* @public
|
|
967
967
|
*/
|
|
968
|
-
ApplicationARN?: string;
|
|
968
|
+
ApplicationARN?: string | undefined;
|
|
969
969
|
/**
|
|
970
970
|
* <p>The updated application version ID. Kinesis Data Analytics increments this ID when the application is
|
|
971
971
|
* updated.</p>
|
|
972
972
|
* @public
|
|
973
973
|
*/
|
|
974
|
-
ApplicationVersionId?: number;
|
|
974
|
+
ApplicationVersionId?: number | undefined;
|
|
975
975
|
/**
|
|
976
976
|
* <p>Describes the application output configuration.
|
|
977
977
|
* For more information,
|
|
@@ -980,7 +980,7 @@ export interface AddApplicationOutputResponse {
|
|
|
980
980
|
* </p>
|
|
981
981
|
* @public
|
|
982
982
|
*/
|
|
983
|
-
OutputDescriptions?: OutputDescription[];
|
|
983
|
+
OutputDescriptions?: OutputDescription[] | undefined;
|
|
984
984
|
}
|
|
985
985
|
/**
|
|
986
986
|
* <p>For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3
|
|
@@ -994,12 +994,12 @@ export interface S3ReferenceDataSource {
|
|
|
994
994
|
* <p>The Amazon Resource Name (ARN) of the S3 bucket.</p>
|
|
995
995
|
* @public
|
|
996
996
|
*/
|
|
997
|
-
BucketARN?: string;
|
|
997
|
+
BucketARN?: string | undefined;
|
|
998
998
|
/**
|
|
999
999
|
* <p>The object key name containing the reference data.</p>
|
|
1000
1000
|
* @public
|
|
1001
1001
|
*/
|
|
1002
|
-
FileKey?: string;
|
|
1002
|
+
FileKey?: string | undefined;
|
|
1003
1003
|
}
|
|
1004
1004
|
/**
|
|
1005
1005
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the reference data
|
|
@@ -1020,7 +1020,7 @@ export interface ReferenceDataSource {
|
|
|
1020
1020
|
* A SQL-based Kinesis Data Analytics application loads reference data only once. If the data changes, you call the <a>UpdateApplication</a> operation to trigger reloading of data into your application. </p>
|
|
1021
1021
|
* @public
|
|
1022
1022
|
*/
|
|
1023
|
-
S3ReferenceDataSource?: S3ReferenceDataSource;
|
|
1023
|
+
S3ReferenceDataSource?: S3ReferenceDataSource | undefined;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* <p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.</p>
|
|
1026
1026
|
* @public
|
|
@@ -1080,7 +1080,7 @@ export interface S3ReferenceDataSourceDescription {
|
|
|
1080
1080
|
* </note>
|
|
1081
1081
|
* @public
|
|
1082
1082
|
*/
|
|
1083
|
-
ReferenceRoleARN?: string;
|
|
1083
|
+
ReferenceRoleARN?: string | undefined;
|
|
1084
1084
|
}
|
|
1085
1085
|
/**
|
|
1086
1086
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the reference data
|
|
@@ -1108,7 +1108,7 @@ export interface ReferenceDataSourceDescription {
|
|
|
1108
1108
|
* <p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.</p>
|
|
1109
1109
|
* @public
|
|
1110
1110
|
*/
|
|
1111
|
-
ReferenceSchema?: SourceSchema;
|
|
1111
|
+
ReferenceSchema?: SourceSchema | undefined;
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
1114
|
* @public
|
|
@@ -1118,13 +1118,13 @@ export interface AddApplicationReferenceDataSourceResponse {
|
|
|
1118
1118
|
* <p>The application Amazon Resource Name (ARN).</p>
|
|
1119
1119
|
* @public
|
|
1120
1120
|
*/
|
|
1121
|
-
ApplicationARN?: string;
|
|
1121
|
+
ApplicationARN?: string | undefined;
|
|
1122
1122
|
/**
|
|
1123
1123
|
* <p>The updated application version ID. Kinesis Data Analytics increments this ID when
|
|
1124
1124
|
* the application is updated.</p>
|
|
1125
1125
|
* @public
|
|
1126
1126
|
*/
|
|
1127
|
-
ApplicationVersionId?: number;
|
|
1127
|
+
ApplicationVersionId?: number | undefined;
|
|
1128
1128
|
/**
|
|
1129
1129
|
* <p>Describes reference data sources configured for the application.
|
|
1130
1130
|
*
|
|
@@ -1133,7 +1133,7 @@ export interface AddApplicationReferenceDataSourceResponse {
|
|
|
1133
1133
|
* </p>
|
|
1134
1134
|
* @public
|
|
1135
1135
|
*/
|
|
1136
|
-
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
1136
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | undefined;
|
|
1137
1137
|
}
|
|
1138
1138
|
/**
|
|
1139
1139
|
* <p>Describes the parameters of a VPC used by the application.</p>
|
|
@@ -1172,7 +1172,7 @@ export interface AddApplicationVpcConfigurationRequest {
|
|
|
1172
1172
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
1173
1173
|
* @public
|
|
1174
1174
|
*/
|
|
1175
|
-
CurrentApplicationVersionId?: number;
|
|
1175
|
+
CurrentApplicationVersionId?: number | undefined;
|
|
1176
1176
|
/**
|
|
1177
1177
|
* <p>Description of the VPC to add to the application.</p>
|
|
1178
1178
|
* @public
|
|
@@ -1186,7 +1186,7 @@ export interface AddApplicationVpcConfigurationRequest {
|
|
|
1186
1186
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
1187
1187
|
* @public
|
|
1188
1188
|
*/
|
|
1189
|
-
ConditionalToken?: string;
|
|
1189
|
+
ConditionalToken?: string | undefined;
|
|
1190
1190
|
}
|
|
1191
1191
|
/**
|
|
1192
1192
|
* <p>Describes the parameters of a VPC used by the application.</p>
|
|
@@ -1224,23 +1224,23 @@ export interface AddApplicationVpcConfigurationResponse {
|
|
|
1224
1224
|
* <p>The ARN of the application.</p>
|
|
1225
1225
|
* @public
|
|
1226
1226
|
*/
|
|
1227
|
-
ApplicationARN?: string;
|
|
1227
|
+
ApplicationARN?: string | undefined;
|
|
1228
1228
|
/**
|
|
1229
1229
|
* <p>Provides the current application version. Managed Service for Apache Flink updates the ApplicationVersionId each
|
|
1230
1230
|
* time you update the application.</p>
|
|
1231
1231
|
* @public
|
|
1232
1232
|
*/
|
|
1233
|
-
ApplicationVersionId?: number;
|
|
1233
|
+
ApplicationVersionId?: number | undefined;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* <p>The parameters of the new VPC configuration.</p>
|
|
1236
1236
|
* @public
|
|
1237
1237
|
*/
|
|
1238
|
-
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
1238
|
+
VpcConfigurationDescription?: VpcConfigurationDescription | undefined;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Operation ID for tracking AddApplicationVpcConfiguration request
|
|
1241
1241
|
* @public
|
|
1242
1242
|
*/
|
|
1243
|
-
OperationId?: string;
|
|
1243
|
+
OperationId?: string | undefined;
|
|
1244
1244
|
}
|
|
1245
1245
|
/**
|
|
1246
1246
|
* <p>For a Managed Service for Apache Flink application provides a
|
|
@@ -1264,7 +1264,7 @@ export interface S3ContentLocation {
|
|
|
1264
1264
|
* <p>The version of the object containing the application code.</p>
|
|
1265
1265
|
* @public
|
|
1266
1266
|
*/
|
|
1267
|
-
ObjectVersion?: string;
|
|
1267
|
+
ObjectVersion?: string | undefined;
|
|
1268
1268
|
}
|
|
1269
1269
|
/**
|
|
1270
1270
|
* <p>Specifies either the application code, or the location of the application code, for a
|
|
@@ -1276,17 +1276,17 @@ export interface CodeContent {
|
|
|
1276
1276
|
* <p>The text-format code for a Managed Service for Apache Flink application.</p>
|
|
1277
1277
|
* @public
|
|
1278
1278
|
*/
|
|
1279
|
-
TextContent?: string;
|
|
1279
|
+
TextContent?: string | undefined;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* <p>The zip-format code for a Managed Service for Apache Flink application.</p>
|
|
1282
1282
|
* @public
|
|
1283
1283
|
*/
|
|
1284
|
-
ZipFileContent?: Uint8Array;
|
|
1284
|
+
ZipFileContent?: Uint8Array | undefined;
|
|
1285
1285
|
/**
|
|
1286
1286
|
* <p>Information about the Amazon S3 bucket that contains the application code.</p>
|
|
1287
1287
|
* @public
|
|
1288
1288
|
*/
|
|
1289
|
-
S3ContentLocation?: S3ContentLocation;
|
|
1289
|
+
S3ContentLocation?: S3ContentLocation | undefined;
|
|
1290
1290
|
}
|
|
1291
1291
|
/**
|
|
1292
1292
|
* @public
|
|
@@ -1309,7 +1309,7 @@ export interface ApplicationCodeConfiguration {
|
|
|
1309
1309
|
* <p>The location and type of the application code.</p>
|
|
1310
1310
|
* @public
|
|
1311
1311
|
*/
|
|
1312
|
-
CodeContent?: CodeContent;
|
|
1312
|
+
CodeContent?: CodeContent | undefined;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* <p>Specifies whether the code content is in text or zip format.</p>
|
|
1315
1315
|
* @public
|
|
@@ -1335,7 +1335,7 @@ export interface S3ApplicationCodeLocationDescription {
|
|
|
1335
1335
|
* <p>The version of the object containing the application code.</p>
|
|
1336
1336
|
* @public
|
|
1337
1337
|
*/
|
|
1338
|
-
ObjectVersion?: string;
|
|
1338
|
+
ObjectVersion?: string | undefined;
|
|
1339
1339
|
}
|
|
1340
1340
|
/**
|
|
1341
1341
|
* <p>Describes details about the code of a Managed Service for Apache Flink application.</p>
|
|
@@ -1346,23 +1346,23 @@ export interface CodeContentDescription {
|
|
|
1346
1346
|
* <p>The text-format code</p>
|
|
1347
1347
|
* @public
|
|
1348
1348
|
*/
|
|
1349
|
-
TextContent?: string;
|
|
1349
|
+
TextContent?: string | undefined;
|
|
1350
1350
|
/**
|
|
1351
1351
|
* <p>The checksum that can be used to validate zip-format code.</p>
|
|
1352
1352
|
* @public
|
|
1353
1353
|
*/
|
|
1354
|
-
CodeMD5?: string;
|
|
1354
|
+
CodeMD5?: string | undefined;
|
|
1355
1355
|
/**
|
|
1356
1356
|
* <p>The size in bytes of the application code. Can be used to validate zip-format code.</p>
|
|
1357
1357
|
* @public
|
|
1358
1358
|
*/
|
|
1359
|
-
CodeSize?: number;
|
|
1359
|
+
CodeSize?: number | undefined;
|
|
1360
1360
|
/**
|
|
1361
1361
|
* <p>The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application
|
|
1362
1362
|
* code stored in Amazon S3.</p>
|
|
1363
1363
|
* @public
|
|
1364
1364
|
*/
|
|
1365
|
-
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription;
|
|
1365
|
+
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | undefined;
|
|
1366
1366
|
}
|
|
1367
1367
|
/**
|
|
1368
1368
|
* <p>Describes code configuration for an application.</p>
|
|
@@ -1378,7 +1378,7 @@ export interface ApplicationCodeConfigurationDescription {
|
|
|
1378
1378
|
* <p>Describes details about the location and format of the application code.</p>
|
|
1379
1379
|
* @public
|
|
1380
1380
|
*/
|
|
1381
|
-
CodeContentDescription?: CodeContentDescription;
|
|
1381
|
+
CodeContentDescription?: CodeContentDescription | undefined;
|
|
1382
1382
|
}
|
|
1383
1383
|
/**
|
|
1384
1384
|
* <p>Describes an update for the Amazon S3 code content location for an application.</p>
|
|
@@ -1389,17 +1389,17 @@ export interface S3ContentLocationUpdate {
|
|
|
1389
1389
|
* <p>The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.</p>
|
|
1390
1390
|
* @public
|
|
1391
1391
|
*/
|
|
1392
|
-
BucketARNUpdate?: string;
|
|
1392
|
+
BucketARNUpdate?: string | undefined;
|
|
1393
1393
|
/**
|
|
1394
1394
|
* <p>The new file key for the object containing the application code.</p>
|
|
1395
1395
|
* @public
|
|
1396
1396
|
*/
|
|
1397
|
-
FileKeyUpdate?: string;
|
|
1397
|
+
FileKeyUpdate?: string | undefined;
|
|
1398
1398
|
/**
|
|
1399
1399
|
* <p>The new version of the object containing the application code.</p>
|
|
1400
1400
|
* @public
|
|
1401
1401
|
*/
|
|
1402
|
-
ObjectVersionUpdate?: string;
|
|
1402
|
+
ObjectVersionUpdate?: string | undefined;
|
|
1403
1403
|
}
|
|
1404
1404
|
/**
|
|
1405
1405
|
* <p>Describes an update to the code of an application. Not supported for Apache Zeppelin.</p>
|
|
@@ -1410,17 +1410,17 @@ export interface CodeContentUpdate {
|
|
|
1410
1410
|
* <p>Describes an update to the text code for an application.</p>
|
|
1411
1411
|
* @public
|
|
1412
1412
|
*/
|
|
1413
|
-
TextContentUpdate?: string;
|
|
1413
|
+
TextContentUpdate?: string | undefined;
|
|
1414
1414
|
/**
|
|
1415
1415
|
* <p>Describes an update to the zipped code for an application.</p>
|
|
1416
1416
|
* @public
|
|
1417
1417
|
*/
|
|
1418
|
-
ZipFileContentUpdate?: Uint8Array;
|
|
1418
|
+
ZipFileContentUpdate?: Uint8Array | undefined;
|
|
1419
1419
|
/**
|
|
1420
1420
|
* <p>Describes an update to the location of code for an application.</p>
|
|
1421
1421
|
* @public
|
|
1422
1422
|
*/
|
|
1423
|
-
S3ContentLocationUpdate?: S3ContentLocationUpdate;
|
|
1423
|
+
S3ContentLocationUpdate?: S3ContentLocationUpdate | undefined;
|
|
1424
1424
|
}
|
|
1425
1425
|
/**
|
|
1426
1426
|
* <p>Describes code configuration updates for an application. This is supported for a Managed Service for Apache Flink application or a SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -1431,12 +1431,12 @@ export interface ApplicationCodeConfigurationUpdate {
|
|
|
1431
1431
|
* <p>Describes updates to the code content type.</p>
|
|
1432
1432
|
* @public
|
|
1433
1433
|
*/
|
|
1434
|
-
CodeContentTypeUpdate?: CodeContentType;
|
|
1434
|
+
CodeContentTypeUpdate?: CodeContentType | undefined;
|
|
1435
1435
|
/**
|
|
1436
1436
|
* <p>Describes updates to the code content of an application.</p>
|
|
1437
1437
|
* @public
|
|
1438
1438
|
*/
|
|
1439
|
-
CodeContentUpdate?: CodeContentUpdate;
|
|
1439
|
+
CodeContentUpdate?: CodeContentUpdate | undefined;
|
|
1440
1440
|
}
|
|
1441
1441
|
/**
|
|
1442
1442
|
* <p>Describes whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
@@ -1543,7 +1543,7 @@ export interface CheckpointConfiguration {
|
|
|
1543
1543
|
* </note>
|
|
1544
1544
|
* @public
|
|
1545
1545
|
*/
|
|
1546
|
-
CheckpointingEnabled?: boolean;
|
|
1546
|
+
CheckpointingEnabled?: boolean | undefined;
|
|
1547
1547
|
/**
|
|
1548
1548
|
* <p>Describes the interval in milliseconds between checkpoint operations. </p>
|
|
1549
1549
|
* <note>
|
|
@@ -1553,7 +1553,7 @@ export interface CheckpointConfiguration {
|
|
|
1553
1553
|
* </note>
|
|
1554
1554
|
* @public
|
|
1555
1555
|
*/
|
|
1556
|
-
CheckpointInterval?: number;
|
|
1556
|
+
CheckpointInterval?: number | undefined;
|
|
1557
1557
|
/**
|
|
1558
1558
|
* <p>Describes the minimum time in milliseconds after a checkpoint operation completes that a
|
|
1559
1559
|
* new checkpoint operation can start. If a checkpoint operation takes longer than the
|
|
@@ -1567,7 +1567,7 @@ export interface CheckpointConfiguration {
|
|
|
1567
1567
|
* </note>
|
|
1568
1568
|
* @public
|
|
1569
1569
|
*/
|
|
1570
|
-
MinPauseBetweenCheckpoints?: number;
|
|
1570
|
+
MinPauseBetweenCheckpoints?: number | undefined;
|
|
1571
1571
|
}
|
|
1572
1572
|
/**
|
|
1573
1573
|
* @public
|
|
@@ -1614,12 +1614,12 @@ export interface MonitoringConfiguration {
|
|
|
1614
1614
|
* level is not recommended for applications with a Parallelism over 64 due to excessive costs.</p>
|
|
1615
1615
|
* @public
|
|
1616
1616
|
*/
|
|
1617
|
-
MetricsLevel?: MetricsLevel;
|
|
1617
|
+
MetricsLevel?: MetricsLevel | undefined;
|
|
1618
1618
|
/**
|
|
1619
1619
|
* <p>Describes the verbosity of the CloudWatch Logs for an application.</p>
|
|
1620
1620
|
* @public
|
|
1621
1621
|
*/
|
|
1622
|
-
LogLevel?: LogLevel;
|
|
1622
|
+
LogLevel?: LogLevel | undefined;
|
|
1623
1623
|
}
|
|
1624
1624
|
/**
|
|
1625
1625
|
* <p>Describes parameters for how a Managed Service for Apache Flink application
|
|
@@ -1645,19 +1645,19 @@ export interface ParallelismConfiguration {
|
|
|
1645
1645
|
* reduce the <code>CurrentParallelism</code> value down to the <code>Parallelism</code> setting.</p>
|
|
1646
1646
|
* @public
|
|
1647
1647
|
*/
|
|
1648
|
-
Parallelism?: number;
|
|
1648
|
+
Parallelism?: number | undefined;
|
|
1649
1649
|
/**
|
|
1650
1650
|
* <p>Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit
|
|
1651
1651
|
* (KPU) used by the application. For more
|
|
1652
1652
|
* information about KPUs, see <a href="http://aws.amazon.com/kinesis/data-analytics/pricing/">Amazon Managed Service for Apache Flink Pricing</a>.</p>
|
|
1653
1653
|
* @public
|
|
1654
1654
|
*/
|
|
1655
|
-
ParallelismPerKPU?: number;
|
|
1655
|
+
ParallelismPerKPU?: number | undefined;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.</p>
|
|
1658
1658
|
* @public
|
|
1659
1659
|
*/
|
|
1660
|
-
AutoScalingEnabled?: boolean;
|
|
1660
|
+
AutoScalingEnabled?: boolean | undefined;
|
|
1661
1661
|
}
|
|
1662
1662
|
/**
|
|
1663
1663
|
* <p>Describes configuration parameters for a Managed Service for Apache Flink application or a Studio notebook.</p>
|
|
@@ -1673,18 +1673,18 @@ export interface FlinkApplicationConfiguration {
|
|
|
1673
1673
|
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink Documentation</a>. </p>
|
|
1674
1674
|
* @public
|
|
1675
1675
|
*/
|
|
1676
|
-
CheckpointConfiguration?: CheckpointConfiguration;
|
|
1676
|
+
CheckpointConfiguration?: CheckpointConfiguration | undefined;
|
|
1677
1677
|
/**
|
|
1678
1678
|
* <p>Describes configuration parameters for Amazon CloudWatch logging for an
|
|
1679
1679
|
* application.</p>
|
|
1680
1680
|
* @public
|
|
1681
1681
|
*/
|
|
1682
|
-
MonitoringConfiguration?: MonitoringConfiguration;
|
|
1682
|
+
MonitoringConfiguration?: MonitoringConfiguration | undefined;
|
|
1683
1683
|
/**
|
|
1684
1684
|
* <p>Describes parameters for how an application executes multiple tasks simultaneously.</p>
|
|
1685
1685
|
* @public
|
|
1686
1686
|
*/
|
|
1687
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
1687
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
1688
1688
|
}
|
|
1689
1689
|
/**
|
|
1690
1690
|
* <p>Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -1696,19 +1696,19 @@ export interface SqlApplicationConfiguration {
|
|
|
1696
1696
|
* application.</p>
|
|
1697
1697
|
* @public
|
|
1698
1698
|
*/
|
|
1699
|
-
Inputs?: Input[];
|
|
1699
|
+
Inputs?: Input[] | undefined;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* <p>The array of <a>Output</a> objects describing the destination streams used by
|
|
1702
1702
|
* the application.</p>
|
|
1703
1703
|
* @public
|
|
1704
1704
|
*/
|
|
1705
|
-
Outputs?: Output[];
|
|
1705
|
+
Outputs?: Output[] | undefined;
|
|
1706
1706
|
/**
|
|
1707
1707
|
* <p>The array of <a>ReferenceDataSource</a> objects describing the reference data
|
|
1708
1708
|
* sources used by the application.</p>
|
|
1709
1709
|
* @public
|
|
1710
1710
|
*/
|
|
1711
|
-
ReferenceDataSources?: ReferenceDataSource[];
|
|
1711
|
+
ReferenceDataSources?: ReferenceDataSource[] | undefined;
|
|
1712
1712
|
}
|
|
1713
1713
|
/**
|
|
1714
1714
|
* <p>The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.</p>
|
|
@@ -1783,12 +1783,12 @@ export interface CustomArtifactConfiguration {
|
|
|
1783
1783
|
* S3 object that contains the data. </p>
|
|
1784
1784
|
* @public
|
|
1785
1785
|
*/
|
|
1786
|
-
S3ContentLocation?: S3ContentLocation;
|
|
1786
|
+
S3ContentLocation?: S3ContentLocation | undefined;
|
|
1787
1787
|
/**
|
|
1788
1788
|
* <p>The parameters required to fully specify a Maven reference.</p>
|
|
1789
1789
|
* @public
|
|
1790
1790
|
*/
|
|
1791
|
-
MavenReference?: MavenReference;
|
|
1791
|
+
MavenReference?: MavenReference | undefined;
|
|
1792
1792
|
}
|
|
1793
1793
|
/**
|
|
1794
1794
|
* <p>The S3 bucket that holds the application information.</p>
|
|
@@ -1804,7 +1804,7 @@ export interface S3ContentBaseLocation {
|
|
|
1804
1804
|
* <p>The base path for the S3 bucket.</p>
|
|
1805
1805
|
* @public
|
|
1806
1806
|
*/
|
|
1807
|
-
BasePath?: string;
|
|
1807
|
+
BasePath?: string | undefined;
|
|
1808
1808
|
}
|
|
1809
1809
|
/**
|
|
1810
1810
|
* <p>The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.</p>
|
|
@@ -1838,22 +1838,22 @@ export interface ZeppelinApplicationConfiguration {
|
|
|
1838
1838
|
* <p>The monitoring configuration of a Managed Service for Apache Flink Studio notebook.</p>
|
|
1839
1839
|
* @public
|
|
1840
1840
|
*/
|
|
1841
|
-
MonitoringConfiguration?: ZeppelinMonitoringConfiguration;
|
|
1841
|
+
MonitoringConfiguration?: ZeppelinMonitoringConfiguration | undefined;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* <p>The Amazon Glue Data Catalog that you use in queries in a Managed Service for Apache Flink Studio notebook.</p>
|
|
1844
1844
|
* @public
|
|
1845
1845
|
*/
|
|
1846
|
-
CatalogConfiguration?: CatalogConfiguration;
|
|
1846
|
+
CatalogConfiguration?: CatalogConfiguration | undefined;
|
|
1847
1847
|
/**
|
|
1848
1848
|
* <p>The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.</p>
|
|
1849
1849
|
* @public
|
|
1850
1850
|
*/
|
|
1851
|
-
DeployAsApplicationConfiguration?: DeployAsApplicationConfiguration;
|
|
1851
|
+
DeployAsApplicationConfiguration?: DeployAsApplicationConfiguration | undefined;
|
|
1852
1852
|
/**
|
|
1853
1853
|
* <p>Custom artifacts are dependency JARs and user-defined functions (UDF).</p>
|
|
1854
1854
|
* @public
|
|
1855
1855
|
*/
|
|
1856
|
-
CustomArtifactsConfiguration?: CustomArtifactConfiguration[];
|
|
1856
|
+
CustomArtifactsConfiguration?: CustomArtifactConfiguration[] | undefined;
|
|
1857
1857
|
}
|
|
1858
1858
|
/**
|
|
1859
1859
|
* <p>Specifies the creation parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -1864,42 +1864,42 @@ export interface ApplicationConfiguration {
|
|
|
1864
1864
|
* <p>The creation and update parameters for a SQL-based Kinesis Data Analytics application.</p>
|
|
1865
1865
|
* @public
|
|
1866
1866
|
*/
|
|
1867
|
-
SqlApplicationConfiguration?: SqlApplicationConfiguration;
|
|
1867
|
+
SqlApplicationConfiguration?: SqlApplicationConfiguration | undefined;
|
|
1868
1868
|
/**
|
|
1869
1869
|
* <p>The creation and update parameters for a Managed Service for Apache Flink application.</p>
|
|
1870
1870
|
* @public
|
|
1871
1871
|
*/
|
|
1872
|
-
FlinkApplicationConfiguration?: FlinkApplicationConfiguration;
|
|
1872
|
+
FlinkApplicationConfiguration?: FlinkApplicationConfiguration | undefined;
|
|
1873
1873
|
/**
|
|
1874
1874
|
* <p>Describes execution properties for a Managed Service for Apache Flink application.</p>
|
|
1875
1875
|
* @public
|
|
1876
1876
|
*/
|
|
1877
|
-
EnvironmentProperties?: EnvironmentProperties;
|
|
1877
|
+
EnvironmentProperties?: EnvironmentProperties | undefined;
|
|
1878
1878
|
/**
|
|
1879
1879
|
* <p>The code location and type parameters for a Managed Service for Apache Flink application.</p>
|
|
1880
1880
|
* @public
|
|
1881
1881
|
*/
|
|
1882
|
-
ApplicationCodeConfiguration?: ApplicationCodeConfiguration;
|
|
1882
|
+
ApplicationCodeConfiguration?: ApplicationCodeConfiguration | undefined;
|
|
1883
1883
|
/**
|
|
1884
1884
|
* <p>Describes whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
1885
1885
|
* @public
|
|
1886
1886
|
*/
|
|
1887
|
-
ApplicationSnapshotConfiguration?: ApplicationSnapshotConfiguration;
|
|
1887
|
+
ApplicationSnapshotConfiguration?: ApplicationSnapshotConfiguration | undefined;
|
|
1888
1888
|
/**
|
|
1889
1889
|
* Describes system rollback configuration for a Managed Service for Apache Flink application
|
|
1890
1890
|
* @public
|
|
1891
1891
|
*/
|
|
1892
|
-
ApplicationSystemRollbackConfiguration?: ApplicationSystemRollbackConfiguration;
|
|
1892
|
+
ApplicationSystemRollbackConfiguration?: ApplicationSystemRollbackConfiguration | undefined;
|
|
1893
1893
|
/**
|
|
1894
1894
|
* <p>The array of descriptions of VPC configurations available to the application.</p>
|
|
1895
1895
|
* @public
|
|
1896
1896
|
*/
|
|
1897
|
-
VpcConfigurations?: VpcConfiguration[];
|
|
1897
|
+
VpcConfigurations?: VpcConfiguration[] | undefined;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* <p>The configuration parameters for a Managed Service for Apache Flink Studio notebook.</p>
|
|
1900
1900
|
* @public
|
|
1901
1901
|
*/
|
|
1902
|
-
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration;
|
|
1902
|
+
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration | undefined;
|
|
1903
1903
|
}
|
|
1904
1904
|
/**
|
|
1905
1905
|
* <p>Describes whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
@@ -1932,7 +1932,7 @@ export interface EnvironmentPropertyDescriptions {
|
|
|
1932
1932
|
* <p>Describes the execution property groups.</p>
|
|
1933
1933
|
* @public
|
|
1934
1934
|
*/
|
|
1935
|
-
PropertyGroupDescriptions?: PropertyGroup[];
|
|
1935
|
+
PropertyGroupDescriptions?: PropertyGroup[] | undefined;
|
|
1936
1936
|
}
|
|
1937
1937
|
/**
|
|
1938
1938
|
* <p>Describes checkpointing parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -1962,7 +1962,7 @@ export interface CheckpointConfigurationDescription {
|
|
|
1962
1962
|
* </note>
|
|
1963
1963
|
* @public
|
|
1964
1964
|
*/
|
|
1965
|
-
ConfigurationType?: ConfigurationType;
|
|
1965
|
+
ConfigurationType?: ConfigurationType | undefined;
|
|
1966
1966
|
/**
|
|
1967
1967
|
* <p>Describes whether checkpointing is enabled for a Managed Service for Apache Flink application.</p>
|
|
1968
1968
|
* <note>
|
|
@@ -1972,7 +1972,7 @@ export interface CheckpointConfigurationDescription {
|
|
|
1972
1972
|
* </note>
|
|
1973
1973
|
* @public
|
|
1974
1974
|
*/
|
|
1975
|
-
CheckpointingEnabled?: boolean;
|
|
1975
|
+
CheckpointingEnabled?: boolean | undefined;
|
|
1976
1976
|
/**
|
|
1977
1977
|
* <p>Describes the interval in milliseconds between checkpoint operations. </p>
|
|
1978
1978
|
* <note>
|
|
@@ -1982,7 +1982,7 @@ export interface CheckpointConfigurationDescription {
|
|
|
1982
1982
|
* </note>
|
|
1983
1983
|
* @public
|
|
1984
1984
|
*/
|
|
1985
|
-
CheckpointInterval?: number;
|
|
1985
|
+
CheckpointInterval?: number | undefined;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* <p>Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation
|
|
1988
1988
|
* can start. </p>
|
|
@@ -1993,7 +1993,7 @@ export interface CheckpointConfigurationDescription {
|
|
|
1993
1993
|
* </note>
|
|
1994
1994
|
* @public
|
|
1995
1995
|
*/
|
|
1996
|
-
MinPauseBetweenCheckpoints?: number;
|
|
1996
|
+
MinPauseBetweenCheckpoints?: number | undefined;
|
|
1997
1997
|
}
|
|
1998
1998
|
/**
|
|
1999
1999
|
* <p>Describes configuration parameters for CloudWatch logging for an application.</p>
|
|
@@ -2004,17 +2004,17 @@ export interface MonitoringConfigurationDescription {
|
|
|
2004
2004
|
* <p>Describes whether to use the default CloudWatch logging configuration for an application.</p>
|
|
2005
2005
|
* @public
|
|
2006
2006
|
*/
|
|
2007
|
-
ConfigurationType?: ConfigurationType;
|
|
2007
|
+
ConfigurationType?: ConfigurationType | undefined;
|
|
2008
2008
|
/**
|
|
2009
2009
|
* <p>Describes the granularity of the CloudWatch Logs for an application.</p>
|
|
2010
2010
|
* @public
|
|
2011
2011
|
*/
|
|
2012
|
-
MetricsLevel?: MetricsLevel;
|
|
2012
|
+
MetricsLevel?: MetricsLevel | undefined;
|
|
2013
2013
|
/**
|
|
2014
2014
|
* <p>Describes the verbosity of the CloudWatch Logs for an application.</p>
|
|
2015
2015
|
* @public
|
|
2016
2016
|
*/
|
|
2017
|
-
LogLevel?: LogLevel;
|
|
2017
|
+
LogLevel?: LogLevel | undefined;
|
|
2018
2018
|
}
|
|
2019
2019
|
/**
|
|
2020
2020
|
* <p>Describes parameters for how a Managed Service for Apache Flink application
|
|
@@ -2026,7 +2026,7 @@ export interface ParallelismConfigurationDescription {
|
|
|
2026
2026
|
* <p>Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service. </p>
|
|
2027
2027
|
* @public
|
|
2028
2028
|
*/
|
|
2029
|
-
ConfigurationType?: ConfigurationType;
|
|
2029
|
+
ConfigurationType?: ConfigurationType | undefined;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* <p>Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform.
|
|
2032
2032
|
* If <code>AutoScalingEnabled</code> is set to True, then Managed Service for Apache Flink can increase the <code>CurrentParallelism</code> value in response to application
|
|
@@ -2035,13 +2035,13 @@ export interface ParallelismConfigurationDescription {
|
|
|
2035
2035
|
* reduce the <code>CurrentParallelism</code> value down to the <code>Parallelism</code> setting.</p>
|
|
2036
2036
|
* @public
|
|
2037
2037
|
*/
|
|
2038
|
-
Parallelism?: number;
|
|
2038
|
+
Parallelism?: number | undefined;
|
|
2039
2039
|
/**
|
|
2040
2040
|
* <p>Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per
|
|
2041
2041
|
* Kinesis Processing Unit (KPU) used by the application.</p>
|
|
2042
2042
|
* @public
|
|
2043
2043
|
*/
|
|
2044
|
-
ParallelismPerKPU?: number;
|
|
2044
|
+
ParallelismPerKPU?: number | undefined;
|
|
2045
2045
|
/**
|
|
2046
2046
|
* <p>Describes the current number of parallel tasks that a Managed Service for Apache Flink application can perform.
|
|
2047
2047
|
* If <code>AutoScalingEnabled</code> is set to True, Managed Service for Apache Flink can increase this value in response to application
|
|
@@ -2050,12 +2050,12 @@ export interface ParallelismConfigurationDescription {
|
|
|
2050
2050
|
* the <code>CurrentParallelism</code> value down to the <code>Parallelism</code> setting.</p>
|
|
2051
2051
|
* @public
|
|
2052
2052
|
*/
|
|
2053
|
-
CurrentParallelism?: number;
|
|
2053
|
+
CurrentParallelism?: number | undefined;
|
|
2054
2054
|
/**
|
|
2055
2055
|
* <p>Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.</p>
|
|
2056
2056
|
* @public
|
|
2057
2057
|
*/
|
|
2058
|
-
AutoScalingEnabled?: boolean;
|
|
2058
|
+
AutoScalingEnabled?: boolean | undefined;
|
|
2059
2059
|
}
|
|
2060
2060
|
/**
|
|
2061
2061
|
* <p>Describes configuration parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -2067,24 +2067,24 @@ export interface FlinkApplicationConfigurationDescription {
|
|
|
2067
2067
|
* for fault tolerance.</p>
|
|
2068
2068
|
* @public
|
|
2069
2069
|
*/
|
|
2070
|
-
CheckpointConfigurationDescription?: CheckpointConfigurationDescription;
|
|
2070
|
+
CheckpointConfigurationDescription?: CheckpointConfigurationDescription | undefined;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* <p>Describes configuration parameters for Amazon CloudWatch logging for an
|
|
2073
2073
|
* application.</p>
|
|
2074
2074
|
* @public
|
|
2075
2075
|
*/
|
|
2076
|
-
MonitoringConfigurationDescription?: MonitoringConfigurationDescription;
|
|
2076
|
+
MonitoringConfigurationDescription?: MonitoringConfigurationDescription | undefined;
|
|
2077
2077
|
/**
|
|
2078
2078
|
* <p>Describes parameters for how an application executes multiple tasks simultaneously.</p>
|
|
2079
2079
|
* @public
|
|
2080
2080
|
*/
|
|
2081
|
-
ParallelismConfigurationDescription?: ParallelismConfigurationDescription;
|
|
2081
|
+
ParallelismConfigurationDescription?: ParallelismConfigurationDescription | undefined;
|
|
2082
2082
|
/**
|
|
2083
2083
|
* <p>The job plan for an application. For more information about the job plan, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink
|
|
2084
2084
|
* Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>
|
|
2085
2085
|
* @public
|
|
2086
2086
|
*/
|
|
2087
|
-
JobPlanDescription?: string;
|
|
2087
|
+
JobPlanDescription?: string | undefined;
|
|
2088
2088
|
}
|
|
2089
2089
|
/**
|
|
2090
2090
|
* @public
|
|
@@ -2115,7 +2115,7 @@ export interface ApplicationRestoreConfiguration {
|
|
|
2115
2115
|
* <code>ApplicationRestoreType</code>.</p>
|
|
2116
2116
|
* @public
|
|
2117
2117
|
*/
|
|
2118
|
-
SnapshotName?: string;
|
|
2118
|
+
SnapshotName?: string | undefined;
|
|
2119
2119
|
}
|
|
2120
2120
|
/**
|
|
2121
2121
|
* <p>Describes the starting parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -2138,7 +2138,7 @@ export interface FlinkRunConfiguration {
|
|
|
2138
2138
|
* </note>
|
|
2139
2139
|
* @public
|
|
2140
2140
|
*/
|
|
2141
|
-
AllowNonRestoredState?: boolean;
|
|
2141
|
+
AllowNonRestoredState?: boolean | undefined;
|
|
2142
2142
|
}
|
|
2143
2143
|
/**
|
|
2144
2144
|
* <p>Describes the starting properties for a Managed Service for Apache Flink application.</p>
|
|
@@ -2149,12 +2149,12 @@ export interface RunConfigurationDescription {
|
|
|
2149
2149
|
* <p>Describes the restore behavior of a restarting application.</p>
|
|
2150
2150
|
* @public
|
|
2151
2151
|
*/
|
|
2152
|
-
ApplicationRestoreConfigurationDescription?: ApplicationRestoreConfiguration;
|
|
2152
|
+
ApplicationRestoreConfigurationDescription?: ApplicationRestoreConfiguration | undefined;
|
|
2153
2153
|
/**
|
|
2154
2154
|
* <p>Describes the starting parameters for a Managed Service for Apache Flink application.</p>
|
|
2155
2155
|
* @public
|
|
2156
2156
|
*/
|
|
2157
|
-
FlinkRunConfigurationDescription?: FlinkRunConfiguration;
|
|
2157
|
+
FlinkRunConfigurationDescription?: FlinkRunConfiguration | undefined;
|
|
2158
2158
|
}
|
|
2159
2159
|
/**
|
|
2160
2160
|
* <p>Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -2166,19 +2166,19 @@ export interface SqlApplicationConfigurationDescription {
|
|
|
2166
2166
|
* by the application.</p>
|
|
2167
2167
|
* @public
|
|
2168
2168
|
*/
|
|
2169
|
-
InputDescriptions?: InputDescription[];
|
|
2169
|
+
InputDescriptions?: InputDescription[] | undefined;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* <p>The array of <a>OutputDescription</a> objects describing the destination
|
|
2172
2172
|
* streams used by the application.</p>
|
|
2173
2173
|
* @public
|
|
2174
2174
|
*/
|
|
2175
|
-
OutputDescriptions?: OutputDescription[];
|
|
2175
|
+
OutputDescriptions?: OutputDescription[] | undefined;
|
|
2176
2176
|
/**
|
|
2177
2177
|
* <p>The array of <a>ReferenceDataSourceDescription</a> objects describing the
|
|
2178
2178
|
* reference data sources used by the application.</p>
|
|
2179
2179
|
* @public
|
|
2180
2180
|
*/
|
|
2181
|
-
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
2181
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | undefined;
|
|
2182
2182
|
}
|
|
2183
2183
|
/**
|
|
2184
2184
|
* <p>The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.</p>
|
|
@@ -2212,7 +2212,7 @@ export interface CustomArtifactConfigurationDescription {
|
|
|
2212
2212
|
* <code>UDF</code> stands for user-defined functions. This type of artifact must be in an S3 bucket. A <code>DEPENDENCY_JAR</code> can be in either Maven or an S3 bucket.</p>
|
|
2213
2213
|
* @public
|
|
2214
2214
|
*/
|
|
2215
|
-
ArtifactType?: ArtifactType;
|
|
2215
|
+
ArtifactType?: ArtifactType | undefined;
|
|
2216
2216
|
/**
|
|
2217
2217
|
* <p>For a Managed Service for Apache Flink application provides a
|
|
2218
2218
|
* description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket,
|
|
@@ -2220,12 +2220,12 @@ export interface CustomArtifactConfigurationDescription {
|
|
|
2220
2220
|
* S3 object that contains the data. </p>
|
|
2221
2221
|
* @public
|
|
2222
2222
|
*/
|
|
2223
|
-
S3ContentLocationDescription?: S3ContentLocation;
|
|
2223
|
+
S3ContentLocationDescription?: S3ContentLocation | undefined;
|
|
2224
2224
|
/**
|
|
2225
2225
|
* <p>The parameters that are required to specify a Maven dependency.</p>
|
|
2226
2226
|
* @public
|
|
2227
2227
|
*/
|
|
2228
|
-
MavenReferenceDescription?: MavenReference;
|
|
2228
|
+
MavenReferenceDescription?: MavenReference | undefined;
|
|
2229
2229
|
}
|
|
2230
2230
|
/**
|
|
2231
2231
|
* <p>The description of the S3 base location that holds the application.</p>
|
|
@@ -2241,7 +2241,7 @@ export interface S3ContentBaseLocationDescription {
|
|
|
2241
2241
|
* <p>The base path for the S3 bucket.</p>
|
|
2242
2242
|
* @public
|
|
2243
2243
|
*/
|
|
2244
|
-
BasePath?: string;
|
|
2244
|
+
BasePath?: string | undefined;
|
|
2245
2245
|
}
|
|
2246
2246
|
/**
|
|
2247
2247
|
* <p>The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.</p>
|
|
@@ -2263,7 +2263,7 @@ export interface ZeppelinMonitoringConfigurationDescription {
|
|
|
2263
2263
|
* <p>Describes the verbosity of the CloudWatch Logs for an application.</p>
|
|
2264
2264
|
* @public
|
|
2265
2265
|
*/
|
|
2266
|
-
LogLevel?: LogLevel;
|
|
2266
|
+
LogLevel?: LogLevel | undefined;
|
|
2267
2267
|
}
|
|
2268
2268
|
/**
|
|
2269
2269
|
* <p>The configuration of a Managed Service for Apache Flink Studio notebook.</p>
|
|
@@ -2279,17 +2279,17 @@ export interface ZeppelinApplicationConfigurationDescription {
|
|
|
2279
2279
|
* <p>The Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.</p>
|
|
2280
2280
|
* @public
|
|
2281
2281
|
*/
|
|
2282
|
-
CatalogConfigurationDescription?: CatalogConfigurationDescription;
|
|
2282
|
+
CatalogConfigurationDescription?: CatalogConfigurationDescription | undefined;
|
|
2283
2283
|
/**
|
|
2284
2284
|
* <p>The parameters required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.</p>
|
|
2285
2285
|
* @public
|
|
2286
2286
|
*/
|
|
2287
|
-
DeployAsApplicationConfigurationDescription?: DeployAsApplicationConfigurationDescription;
|
|
2287
|
+
DeployAsApplicationConfigurationDescription?: DeployAsApplicationConfigurationDescription | undefined;
|
|
2288
2288
|
/**
|
|
2289
2289
|
* <p>Custom artifacts are dependency JARs and user-defined functions (UDF).</p>
|
|
2290
2290
|
* @public
|
|
2291
2291
|
*/
|
|
2292
|
-
CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[];
|
|
2292
|
+
CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[] | undefined;
|
|
2293
2293
|
}
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>Describes details about the application code and starting parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -2300,47 +2300,47 @@ export interface ApplicationConfigurationDescription {
|
|
|
2300
2300
|
* <p>The details about inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.</p>
|
|
2301
2301
|
* @public
|
|
2302
2302
|
*/
|
|
2303
|
-
SqlApplicationConfigurationDescription?: SqlApplicationConfigurationDescription;
|
|
2303
|
+
SqlApplicationConfigurationDescription?: SqlApplicationConfigurationDescription | undefined;
|
|
2304
2304
|
/**
|
|
2305
2305
|
* <p>The details about the application code for a Managed Service for Apache Flink application.</p>
|
|
2306
2306
|
* @public
|
|
2307
2307
|
*/
|
|
2308
|
-
ApplicationCodeConfigurationDescription?: ApplicationCodeConfigurationDescription;
|
|
2308
|
+
ApplicationCodeConfigurationDescription?: ApplicationCodeConfigurationDescription | undefined;
|
|
2309
2309
|
/**
|
|
2310
2310
|
* <p>The details about the starting properties for a Managed Service for Apache Flink application.</p>
|
|
2311
2311
|
* @public
|
|
2312
2312
|
*/
|
|
2313
|
-
RunConfigurationDescription?: RunConfigurationDescription;
|
|
2313
|
+
RunConfigurationDescription?: RunConfigurationDescription | undefined;
|
|
2314
2314
|
/**
|
|
2315
2315
|
* <p>The details about a Managed Service for Apache Flink application.</p>
|
|
2316
2316
|
* @public
|
|
2317
2317
|
*/
|
|
2318
|
-
FlinkApplicationConfigurationDescription?: FlinkApplicationConfigurationDescription;
|
|
2318
|
+
FlinkApplicationConfigurationDescription?: FlinkApplicationConfigurationDescription | undefined;
|
|
2319
2319
|
/**
|
|
2320
2320
|
* <p>Describes execution properties for a Managed Service for Apache Flink application.</p>
|
|
2321
2321
|
* @public
|
|
2322
2322
|
*/
|
|
2323
|
-
EnvironmentPropertyDescriptions?: EnvironmentPropertyDescriptions;
|
|
2323
|
+
EnvironmentPropertyDescriptions?: EnvironmentPropertyDescriptions | undefined;
|
|
2324
2324
|
/**
|
|
2325
2325
|
* <p>Describes whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
2326
2326
|
* @public
|
|
2327
2327
|
*/
|
|
2328
|
-
ApplicationSnapshotConfigurationDescription?: ApplicationSnapshotConfigurationDescription;
|
|
2328
|
+
ApplicationSnapshotConfigurationDescription?: ApplicationSnapshotConfigurationDescription | undefined;
|
|
2329
2329
|
/**
|
|
2330
2330
|
* Describes system rollback configuration for a Managed Service for Apache Flink application
|
|
2331
2331
|
* @public
|
|
2332
2332
|
*/
|
|
2333
|
-
ApplicationSystemRollbackConfigurationDescription?: ApplicationSystemRollbackConfigurationDescription;
|
|
2333
|
+
ApplicationSystemRollbackConfigurationDescription?: ApplicationSystemRollbackConfigurationDescription | undefined;
|
|
2334
2334
|
/**
|
|
2335
2335
|
* <p>The array of descriptions of VPC configurations available to the application.</p>
|
|
2336
2336
|
* @public
|
|
2337
2337
|
*/
|
|
2338
|
-
VpcConfigurationDescriptions?: VpcConfigurationDescription[];
|
|
2338
|
+
VpcConfigurationDescriptions?: VpcConfigurationDescription[] | undefined;
|
|
2339
2339
|
/**
|
|
2340
2340
|
* <p>The configuration parameters for a Managed Service for Apache Flink Studio notebook.</p>
|
|
2341
2341
|
* @public
|
|
2342
2342
|
*/
|
|
2343
|
-
ZeppelinApplicationConfigurationDescription?: ZeppelinApplicationConfigurationDescription;
|
|
2343
|
+
ZeppelinApplicationConfigurationDescription?: ZeppelinApplicationConfigurationDescription | undefined;
|
|
2344
2344
|
}
|
|
2345
2345
|
/**
|
|
2346
2346
|
* <p>Describes updates to whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
@@ -2406,7 +2406,7 @@ export interface CheckpointConfigurationUpdate {
|
|
|
2406
2406
|
* </note>
|
|
2407
2407
|
* @public
|
|
2408
2408
|
*/
|
|
2409
|
-
ConfigurationTypeUpdate?: ConfigurationType;
|
|
2409
|
+
ConfigurationTypeUpdate?: ConfigurationType | undefined;
|
|
2410
2410
|
/**
|
|
2411
2411
|
* <p>Describes updates to whether checkpointing is enabled for an application.</p>
|
|
2412
2412
|
* <note>
|
|
@@ -2416,7 +2416,7 @@ export interface CheckpointConfigurationUpdate {
|
|
|
2416
2416
|
* </note>
|
|
2417
2417
|
* @public
|
|
2418
2418
|
*/
|
|
2419
|
-
CheckpointingEnabledUpdate?: boolean;
|
|
2419
|
+
CheckpointingEnabledUpdate?: boolean | undefined;
|
|
2420
2420
|
/**
|
|
2421
2421
|
* <p>Describes updates to the interval in milliseconds between checkpoint operations.</p>
|
|
2422
2422
|
* <note>
|
|
@@ -2426,7 +2426,7 @@ export interface CheckpointConfigurationUpdate {
|
|
|
2426
2426
|
* </note>
|
|
2427
2427
|
* @public
|
|
2428
2428
|
*/
|
|
2429
|
-
CheckpointIntervalUpdate?: number;
|
|
2429
|
+
CheckpointIntervalUpdate?: number | undefined;
|
|
2430
2430
|
/**
|
|
2431
2431
|
* <p>Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation
|
|
2432
2432
|
* can start.</p>
|
|
@@ -2437,7 +2437,7 @@ export interface CheckpointConfigurationUpdate {
|
|
|
2437
2437
|
* </note>
|
|
2438
2438
|
* @public
|
|
2439
2439
|
*/
|
|
2440
|
-
MinPauseBetweenCheckpointsUpdate?: number;
|
|
2440
|
+
MinPauseBetweenCheckpointsUpdate?: number | undefined;
|
|
2441
2441
|
}
|
|
2442
2442
|
/**
|
|
2443
2443
|
* <p>Describes updates to configuration parameters for Amazon CloudWatch logging for an application.</p>
|
|
@@ -2450,18 +2450,18 @@ export interface MonitoringConfigurationUpdate {
|
|
|
2450
2450
|
* <code>MetricsLevel</code> parameters.</p>
|
|
2451
2451
|
* @public
|
|
2452
2452
|
*/
|
|
2453
|
-
ConfigurationTypeUpdate?: ConfigurationType;
|
|
2453
|
+
ConfigurationTypeUpdate?: ConfigurationType | undefined;
|
|
2454
2454
|
/**
|
|
2455
2455
|
* <p>Describes updates to the granularity of the CloudWatch Logs for an application. The <code>Parallelism</code>
|
|
2456
2456
|
* level is not recommended for applications with a Parallelism over 64 due to excessive costs.</p>
|
|
2457
2457
|
* @public
|
|
2458
2458
|
*/
|
|
2459
|
-
MetricsLevelUpdate?: MetricsLevel;
|
|
2459
|
+
MetricsLevelUpdate?: MetricsLevel | undefined;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* <p>Describes updates to the verbosity of the CloudWatch Logs for an application.</p>
|
|
2462
2462
|
* @public
|
|
2463
2463
|
*/
|
|
2464
|
-
LogLevelUpdate?: LogLevel;
|
|
2464
|
+
LogLevelUpdate?: LogLevel | undefined;
|
|
2465
2465
|
}
|
|
2466
2466
|
/**
|
|
2467
2467
|
* <p>Describes updates to parameters for how an application executes multiple tasks simultaneously.</p>
|
|
@@ -2474,7 +2474,7 @@ export interface ParallelismConfigurationUpdate {
|
|
|
2474
2474
|
* in order to change your application's <code>AutoScalingEnabled</code>, <code>Parallelism</code>, or <code>ParallelismPerKPU</code> properties.</p>
|
|
2475
2475
|
* @public
|
|
2476
2476
|
*/
|
|
2477
|
-
ConfigurationTypeUpdate?: ConfigurationType;
|
|
2477
|
+
ConfigurationTypeUpdate?: ConfigurationType | undefined;
|
|
2478
2478
|
/**
|
|
2479
2479
|
* <p>Describes updates to the initial number of parallel tasks an application can perform. If <code>AutoScalingEnabled</code> is set to True, then
|
|
2480
2480
|
* Managed Service for Apache Flink can increase the <code>CurrentParallelism</code> value in response to application
|
|
@@ -2483,17 +2483,17 @@ export interface ParallelismConfigurationUpdate {
|
|
|
2483
2483
|
* reduce <code>CurrentParallelism</code> down to the <code>Parallelism</code> setting.</p>
|
|
2484
2484
|
* @public
|
|
2485
2485
|
*/
|
|
2486
|
-
ParallelismUpdate?: number;
|
|
2486
|
+
ParallelismUpdate?: number | undefined;
|
|
2487
2487
|
/**
|
|
2488
2488
|
* <p>Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.</p>
|
|
2489
2489
|
* @public
|
|
2490
2490
|
*/
|
|
2491
|
-
ParallelismPerKPUUpdate?: number;
|
|
2491
|
+
ParallelismPerKPUUpdate?: number | undefined;
|
|
2492
2492
|
/**
|
|
2493
2493
|
* <p>Describes updates to whether the Managed Service for Apache Flink service can increase the parallelism of a Managed Service for Apache Flink application in response to increased throughput.</p>
|
|
2494
2494
|
* @public
|
|
2495
2495
|
*/
|
|
2496
|
-
AutoScalingEnabledUpdate?: boolean;
|
|
2496
|
+
AutoScalingEnabledUpdate?: boolean | undefined;
|
|
2497
2497
|
}
|
|
2498
2498
|
/**
|
|
2499
2499
|
* <p>Describes updates to the configuration parameters for a Managed Service for Apache Flink application.</p>
|
|
@@ -2505,18 +2505,18 @@ export interface FlinkApplicationConfigurationUpdate {
|
|
|
2505
2505
|
* application state for fault tolerance.</p>
|
|
2506
2506
|
* @public
|
|
2507
2507
|
*/
|
|
2508
|
-
CheckpointConfigurationUpdate?: CheckpointConfigurationUpdate;
|
|
2508
|
+
CheckpointConfigurationUpdate?: CheckpointConfigurationUpdate | undefined;
|
|
2509
2509
|
/**
|
|
2510
2510
|
* <p>Describes updates to the configuration parameters for Amazon CloudWatch logging for an
|
|
2511
2511
|
* application.</p>
|
|
2512
2512
|
* @public
|
|
2513
2513
|
*/
|
|
2514
|
-
MonitoringConfigurationUpdate?: MonitoringConfigurationUpdate;
|
|
2514
|
+
MonitoringConfigurationUpdate?: MonitoringConfigurationUpdate | undefined;
|
|
2515
2515
|
/**
|
|
2516
2516
|
* <p>Describes updates to the parameters for how an application executes multiple tasks simultaneously.</p>
|
|
2517
2517
|
* @public
|
|
2518
2518
|
*/
|
|
2519
|
-
ParallelismConfigurationUpdate?: ParallelismConfigurationUpdate;
|
|
2519
|
+
ParallelismConfigurationUpdate?: ParallelismConfigurationUpdate | undefined;
|
|
2520
2520
|
}
|
|
2521
2521
|
/**
|
|
2522
2522
|
* <p>For a SQL-based Kinesis Data Analytics application, provides updates to the
|
|
@@ -2569,18 +2569,18 @@ export interface InputSchemaUpdate {
|
|
|
2569
2569
|
* <p>Specifies the format of the records on the streaming source.</p>
|
|
2570
2570
|
* @public
|
|
2571
2571
|
*/
|
|
2572
|
-
RecordFormatUpdate?: RecordFormat;
|
|
2572
|
+
RecordFormatUpdate?: RecordFormat | undefined;
|
|
2573
2573
|
/**
|
|
2574
2574
|
* <p>Specifies the encoding of the records in the streaming source; for example, UTF-8.</p>
|
|
2575
2575
|
* @public
|
|
2576
2576
|
*/
|
|
2577
|
-
RecordEncodingUpdate?: string;
|
|
2577
|
+
RecordEncodingUpdate?: string | undefined;
|
|
2578
2578
|
/**
|
|
2579
2579
|
* <p>A list of <code>RecordColumn</code> objects. Each object describes the mapping
|
|
2580
2580
|
* of the streaming source element to the corresponding column in the in-application stream.</p>
|
|
2581
2581
|
* @public
|
|
2582
2582
|
*/
|
|
2583
|
-
RecordColumnUpdates?: RecordColumn[];
|
|
2583
|
+
RecordColumnUpdates?: RecordColumn[] | undefined;
|
|
2584
2584
|
}
|
|
2585
2585
|
/**
|
|
2586
2586
|
* <p>For a SQL-based Kinesis Data Analytics application, when updating application
|
|
@@ -2624,35 +2624,35 @@ export interface InputUpdate {
|
|
|
2624
2624
|
* specific streaming source.</p>
|
|
2625
2625
|
* @public
|
|
2626
2626
|
*/
|
|
2627
|
-
NamePrefixUpdate?: string;
|
|
2627
|
+
NamePrefixUpdate?: string | undefined;
|
|
2628
2628
|
/**
|
|
2629
2629
|
* <p>Describes updates to an <a>InputProcessingConfiguration</a>.</p>
|
|
2630
2630
|
* @public
|
|
2631
2631
|
*/
|
|
2632
|
-
InputProcessingConfigurationUpdate?: InputProcessingConfigurationUpdate;
|
|
2632
|
+
InputProcessingConfigurationUpdate?: InputProcessingConfigurationUpdate | undefined;
|
|
2633
2633
|
/**
|
|
2634
2634
|
* <p>If a Kinesis data stream is the streaming source to be updated, provides an
|
|
2635
2635
|
* updated stream Amazon Resource Name (ARN).</p>
|
|
2636
2636
|
* @public
|
|
2637
2637
|
*/
|
|
2638
|
-
KinesisStreamsInputUpdate?: KinesisStreamsInputUpdate;
|
|
2638
|
+
KinesisStreamsInputUpdate?: KinesisStreamsInputUpdate | undefined;
|
|
2639
2639
|
/**
|
|
2640
2640
|
* <p>If a Kinesis Data Firehose delivery stream is the streaming source to be
|
|
2641
2641
|
* updated, provides an updated stream ARN.</p>
|
|
2642
2642
|
* @public
|
|
2643
2643
|
*/
|
|
2644
|
-
KinesisFirehoseInputUpdate?: KinesisFirehoseInputUpdate;
|
|
2644
|
+
KinesisFirehoseInputUpdate?: KinesisFirehoseInputUpdate | undefined;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* <p>Describes the data format on the streaming source, and
|
|
2647
2647
|
* how record elements on the streaming source map to columns of the in-application stream that is created.</p>
|
|
2648
2648
|
* @public
|
|
2649
2649
|
*/
|
|
2650
|
-
InputSchemaUpdate?: InputSchemaUpdate;
|
|
2650
|
+
InputSchemaUpdate?: InputSchemaUpdate | undefined;
|
|
2651
2651
|
/**
|
|
2652
2652
|
* <p>Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).</p>
|
|
2653
2653
|
* @public
|
|
2654
2654
|
*/
|
|
2655
|
-
InputParallelismUpdate?: InputParallelismUpdate;
|
|
2655
|
+
InputParallelismUpdate?: InputParallelismUpdate | undefined;
|
|
2656
2656
|
}
|
|
2657
2657
|
/**
|
|
2658
2658
|
* <p>For a SQL-based Kinesis Data Analytics application, when updating an output
|
|
@@ -2715,29 +2715,29 @@ export interface OutputUpdate {
|
|
|
2715
2715
|
* specify the new in-application stream name.</p>
|
|
2716
2716
|
* @public
|
|
2717
2717
|
*/
|
|
2718
|
-
NameUpdate?: string;
|
|
2718
|
+
NameUpdate?: string | undefined;
|
|
2719
2719
|
/**
|
|
2720
2720
|
* <p>Describes a Kinesis data stream as the destination for the output.</p>
|
|
2721
2721
|
* @public
|
|
2722
2722
|
*/
|
|
2723
|
-
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate;
|
|
2723
|
+
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate | undefined;
|
|
2724
2724
|
/**
|
|
2725
2725
|
* <p>Describes a Kinesis Data Firehose delivery stream as the destination for the
|
|
2726
2726
|
* output.</p>
|
|
2727
2727
|
* @public
|
|
2728
2728
|
*/
|
|
2729
|
-
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate;
|
|
2729
|
+
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate | undefined;
|
|
2730
2730
|
/**
|
|
2731
2731
|
* <p>Describes an Amazon Lambda function as the destination for the output.</p>
|
|
2732
2732
|
* @public
|
|
2733
2733
|
*/
|
|
2734
|
-
LambdaOutputUpdate?: LambdaOutputUpdate;
|
|
2734
|
+
LambdaOutputUpdate?: LambdaOutputUpdate | undefined;
|
|
2735
2735
|
/**
|
|
2736
2736
|
* <p>Describes the data format when records are written to the destination.
|
|
2737
2737
|
* </p>
|
|
2738
2738
|
* @public
|
|
2739
2739
|
*/
|
|
2740
|
-
DestinationSchemaUpdate?: DestinationSchema;
|
|
2740
|
+
DestinationSchemaUpdate?: DestinationSchema | undefined;
|
|
2741
2741
|
}
|
|
2742
2742
|
/**
|
|
2743
2743
|
* <p>For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket
|
|
@@ -2749,12 +2749,12 @@ export interface S3ReferenceDataSourceUpdate {
|
|
|
2749
2749
|
* <p>The Amazon Resource Name (ARN) of the S3 bucket.</p>
|
|
2750
2750
|
* @public
|
|
2751
2751
|
*/
|
|
2752
|
-
BucketARNUpdate?: string;
|
|
2752
|
+
BucketARNUpdate?: string | undefined;
|
|
2753
2753
|
/**
|
|
2754
2754
|
* <p>The object key name.</p>
|
|
2755
2755
|
* @public
|
|
2756
2756
|
*/
|
|
2757
|
-
FileKeyUpdate?: string;
|
|
2757
|
+
FileKeyUpdate?: string | undefined;
|
|
2758
2758
|
}
|
|
2759
2759
|
/**
|
|
2760
2760
|
* <p>When you update a reference data source configuration for a
|
|
@@ -2774,19 +2774,19 @@ export interface ReferenceDataSourceUpdate {
|
|
|
2774
2774
|
* <p>The in-application table name that is created by this update.</p>
|
|
2775
2775
|
* @public
|
|
2776
2776
|
*/
|
|
2777
|
-
TableNameUpdate?: string;
|
|
2777
|
+
TableNameUpdate?: string | undefined;
|
|
2778
2778
|
/**
|
|
2779
2779
|
* <p>Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the
|
|
2780
2780
|
* Amazon S3 object on your behalf and populate the in-application reference table.</p>
|
|
2781
2781
|
* @public
|
|
2782
2782
|
*/
|
|
2783
|
-
S3ReferenceDataSourceUpdate?: S3ReferenceDataSourceUpdate;
|
|
2783
|
+
S3ReferenceDataSourceUpdate?: S3ReferenceDataSourceUpdate | undefined;
|
|
2784
2784
|
/**
|
|
2785
2785
|
* <p>Describes the format of the data in the streaming source, and how each data element maps to
|
|
2786
2786
|
* corresponding columns created in the in-application stream. </p>
|
|
2787
2787
|
* @public
|
|
2788
2788
|
*/
|
|
2789
|
-
ReferenceSchemaUpdate?: SourceSchema;
|
|
2789
|
+
ReferenceSchemaUpdate?: SourceSchema | undefined;
|
|
2790
2790
|
}
|
|
2791
2791
|
/**
|
|
2792
2792
|
* <p>Describes updates to the input streams, destination streams, and reference data sources
|
|
@@ -2799,19 +2799,19 @@ export interface SqlApplicationConfigurationUpdate {
|
|
|
2799
2799
|
* by the application.</p>
|
|
2800
2800
|
* @public
|
|
2801
2801
|
*/
|
|
2802
|
-
InputUpdates?: InputUpdate[];
|
|
2802
|
+
InputUpdates?: InputUpdate[] | undefined;
|
|
2803
2803
|
/**
|
|
2804
2804
|
* <p>The array of <a>OutputUpdate</a> objects describing the new destination streams
|
|
2805
2805
|
* used by the application.</p>
|
|
2806
2806
|
* @public
|
|
2807
2807
|
*/
|
|
2808
|
-
OutputUpdates?: OutputUpdate[];
|
|
2808
|
+
OutputUpdates?: OutputUpdate[] | undefined;
|
|
2809
2809
|
/**
|
|
2810
2810
|
* <p>The array of <a>ReferenceDataSourceUpdate</a> objects describing the new
|
|
2811
2811
|
* reference data sources used by the application.</p>
|
|
2812
2812
|
* @public
|
|
2813
2813
|
*/
|
|
2814
|
-
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[];
|
|
2814
|
+
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[] | undefined;
|
|
2815
2815
|
}
|
|
2816
2816
|
/**
|
|
2817
2817
|
* <p>Describes updates to the VPC configuration used by the application.</p>
|
|
@@ -2829,13 +2829,13 @@ export interface VpcConfigurationUpdate {
|
|
|
2829
2829
|
* used by the VPC configuration.</p>
|
|
2830
2830
|
* @public
|
|
2831
2831
|
*/
|
|
2832
|
-
SubnetIdUpdates?: string[];
|
|
2832
|
+
SubnetIdUpdates?: string[] | undefined;
|
|
2833
2833
|
/**
|
|
2834
2834
|
* <p>Describes updates to the array of
|
|
2835
2835
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html">SecurityGroup</a> IDs used by the VPC configuration.</p>
|
|
2836
2836
|
* @public
|
|
2837
2837
|
*/
|
|
2838
|
-
SecurityGroupIdUpdates?: string[];
|
|
2838
|
+
SecurityGroupIdUpdates?: string[] | undefined;
|
|
2839
2839
|
}
|
|
2840
2840
|
/**
|
|
2841
2841
|
* <p>Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.</p>
|
|
@@ -2868,12 +2868,12 @@ export interface S3ContentBaseLocationUpdate {
|
|
|
2868
2868
|
* <p>The updated Amazon Resource Name (ARN) of the S3 bucket.</p>
|
|
2869
2869
|
* @public
|
|
2870
2870
|
*/
|
|
2871
|
-
BucketARNUpdate?: string;
|
|
2871
|
+
BucketARNUpdate?: string | undefined;
|
|
2872
2872
|
/**
|
|
2873
2873
|
* <p>The updated S3 bucket path.</p>
|
|
2874
2874
|
* @public
|
|
2875
2875
|
*/
|
|
2876
|
-
BasePathUpdate?: string;
|
|
2876
|
+
BasePathUpdate?: string | undefined;
|
|
2877
2877
|
}
|
|
2878
2878
|
/**
|
|
2879
2879
|
* <p>Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.</p>
|
|
@@ -2884,7 +2884,7 @@ export interface DeployAsApplicationConfigurationUpdate {
|
|
|
2884
2884
|
* <p>Updates to the location that holds the data required to specify an Amazon Data Analytics application.</p>
|
|
2885
2885
|
* @public
|
|
2886
2886
|
*/
|
|
2887
|
-
S3ContentLocationUpdate?: S3ContentBaseLocationUpdate;
|
|
2887
|
+
S3ContentLocationUpdate?: S3ContentBaseLocationUpdate | undefined;
|
|
2888
2888
|
}
|
|
2889
2889
|
/**
|
|
2890
2890
|
* <p>Updates to the monitoring configuration for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.</p>
|
|
@@ -2906,22 +2906,22 @@ export interface ZeppelinApplicationConfigurationUpdate {
|
|
|
2906
2906
|
* <p>Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.</p>
|
|
2907
2907
|
* @public
|
|
2908
2908
|
*/
|
|
2909
|
-
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate;
|
|
2909
|
+
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate | undefined;
|
|
2910
2910
|
/**
|
|
2911
2911
|
* <p>Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.</p>
|
|
2912
2912
|
* @public
|
|
2913
2913
|
*/
|
|
2914
|
-
CatalogConfigurationUpdate?: CatalogConfigurationUpdate;
|
|
2914
|
+
CatalogConfigurationUpdate?: CatalogConfigurationUpdate | undefined;
|
|
2915
2915
|
/**
|
|
2916
2916
|
* <p>Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.</p>
|
|
2917
2917
|
* @public
|
|
2918
2918
|
*/
|
|
2919
|
-
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate;
|
|
2919
|
+
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate | undefined;
|
|
2920
2920
|
/**
|
|
2921
2921
|
* <p>Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).</p>
|
|
2922
2922
|
* @public
|
|
2923
2923
|
*/
|
|
2924
|
-
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[];
|
|
2924
|
+
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[] | undefined;
|
|
2925
2925
|
}
|
|
2926
2926
|
/**
|
|
2927
2927
|
* <p>Describes updates to an application's configuration.</p>
|
|
@@ -2933,43 +2933,43 @@ export interface ApplicationConfigurationUpdate {
|
|
|
2933
2933
|
* configuration.</p>
|
|
2934
2934
|
* @public
|
|
2935
2935
|
*/
|
|
2936
|
-
SqlApplicationConfigurationUpdate?: SqlApplicationConfigurationUpdate;
|
|
2936
|
+
SqlApplicationConfigurationUpdate?: SqlApplicationConfigurationUpdate | undefined;
|
|
2937
2937
|
/**
|
|
2938
2938
|
* <p>Describes updates to an application's code
|
|
2939
2939
|
* configuration.</p>
|
|
2940
2940
|
* @public
|
|
2941
2941
|
*/
|
|
2942
|
-
ApplicationCodeConfigurationUpdate?: ApplicationCodeConfigurationUpdate;
|
|
2942
|
+
ApplicationCodeConfigurationUpdate?: ApplicationCodeConfigurationUpdate | undefined;
|
|
2943
2943
|
/**
|
|
2944
2944
|
* <p>Describes updates to a Managed Service for Apache Flink application's configuration.</p>
|
|
2945
2945
|
* @public
|
|
2946
2946
|
*/
|
|
2947
|
-
FlinkApplicationConfigurationUpdate?: FlinkApplicationConfigurationUpdate;
|
|
2947
|
+
FlinkApplicationConfigurationUpdate?: FlinkApplicationConfigurationUpdate | undefined;
|
|
2948
2948
|
/**
|
|
2949
2949
|
* <p>Describes updates to the environment properties for a Managed Service for Apache Flink application.</p>
|
|
2950
2950
|
* @public
|
|
2951
2951
|
*/
|
|
2952
|
-
EnvironmentPropertyUpdates?: EnvironmentPropertyUpdates;
|
|
2952
|
+
EnvironmentPropertyUpdates?: EnvironmentPropertyUpdates | undefined;
|
|
2953
2953
|
/**
|
|
2954
2954
|
* <p>Describes whether snapshots are enabled for a Managed Service for Apache Flink application.</p>
|
|
2955
2955
|
* @public
|
|
2956
2956
|
*/
|
|
2957
|
-
ApplicationSnapshotConfigurationUpdate?: ApplicationSnapshotConfigurationUpdate;
|
|
2957
|
+
ApplicationSnapshotConfigurationUpdate?: ApplicationSnapshotConfigurationUpdate | undefined;
|
|
2958
2958
|
/**
|
|
2959
2959
|
* Describes system rollback configuration for a Managed Service for Apache Flink application
|
|
2960
2960
|
* @public
|
|
2961
2961
|
*/
|
|
2962
|
-
ApplicationSystemRollbackConfigurationUpdate?: ApplicationSystemRollbackConfigurationUpdate;
|
|
2962
|
+
ApplicationSystemRollbackConfigurationUpdate?: ApplicationSystemRollbackConfigurationUpdate | undefined;
|
|
2963
2963
|
/**
|
|
2964
2964
|
* <p>Updates to the array of descriptions of VPC configurations available to the application.</p>
|
|
2965
2965
|
* @public
|
|
2966
2966
|
*/
|
|
2967
|
-
VpcConfigurationUpdates?: VpcConfigurationUpdate[];
|
|
2967
|
+
VpcConfigurationUpdates?: VpcConfigurationUpdate[] | undefined;
|
|
2968
2968
|
/**
|
|
2969
2969
|
* <p>Updates to the configuration of a Managed Service for Apache Flink Studio notebook.</p>
|
|
2970
2970
|
* @public
|
|
2971
2971
|
*/
|
|
2972
|
-
ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate;
|
|
2972
|
+
ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate | undefined;
|
|
2973
2973
|
}
|
|
2974
2974
|
/**
|
|
2975
2975
|
* <p>The details of the maintenance configuration for the application.</p>
|
|
@@ -3057,7 +3057,7 @@ export interface ApplicationDetail {
|
|
|
3057
3057
|
* <p>The description of the application.</p>
|
|
3058
3058
|
* @public
|
|
3059
3059
|
*/
|
|
3060
|
-
ApplicationDescription?: string;
|
|
3060
|
+
ApplicationDescription?: string | undefined;
|
|
3061
3061
|
/**
|
|
3062
3062
|
* <p>The name of the application.</p>
|
|
3063
3063
|
* @public
|
|
@@ -3072,7 +3072,7 @@ export interface ApplicationDetail {
|
|
|
3072
3072
|
* <p>Specifies the IAM role that the application uses to access external resources.</p>
|
|
3073
3073
|
* @public
|
|
3074
3074
|
*/
|
|
3075
|
-
ServiceExecutionRole?: string;
|
|
3075
|
+
ServiceExecutionRole?: string | undefined;
|
|
3076
3076
|
/**
|
|
3077
3077
|
* <p>The status of the application.</p>
|
|
3078
3078
|
* @public
|
|
@@ -3088,59 +3088,59 @@ export interface ApplicationDetail {
|
|
|
3088
3088
|
* <p>The current timestamp when the application was created.</p>
|
|
3089
3089
|
* @public
|
|
3090
3090
|
*/
|
|
3091
|
-
CreateTimestamp?: Date;
|
|
3091
|
+
CreateTimestamp?: Date | undefined;
|
|
3092
3092
|
/**
|
|
3093
3093
|
* <p>The current timestamp when the application was last updated.</p>
|
|
3094
3094
|
* @public
|
|
3095
3095
|
*/
|
|
3096
|
-
LastUpdateTimestamp?: Date;
|
|
3096
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
3097
3097
|
/**
|
|
3098
3098
|
* <p>Describes details about the application code and starting parameters for a Managed Service for Apache Flink application.</p>
|
|
3099
3099
|
* @public
|
|
3100
3100
|
*/
|
|
3101
|
-
ApplicationConfigurationDescription?: ApplicationConfigurationDescription;
|
|
3101
|
+
ApplicationConfigurationDescription?: ApplicationConfigurationDescription | undefined;
|
|
3102
3102
|
/**
|
|
3103
3103
|
* <p>Describes the application Amazon CloudWatch logging options.</p>
|
|
3104
3104
|
* @public
|
|
3105
3105
|
*/
|
|
3106
|
-
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
3106
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
3107
3107
|
/**
|
|
3108
3108
|
* <p>The details of the maintenance configuration for the application.</p>
|
|
3109
3109
|
* @public
|
|
3110
3110
|
*/
|
|
3111
|
-
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
3111
|
+
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription | undefined;
|
|
3112
3112
|
/**
|
|
3113
3113
|
* <p>The previous application version before the latest application update. <a>RollbackApplication</a>
|
|
3114
3114
|
* reverts the application to this version.</p>
|
|
3115
3115
|
* @public
|
|
3116
3116
|
*/
|
|
3117
|
-
ApplicationVersionUpdatedFrom?: number;
|
|
3117
|
+
ApplicationVersionUpdatedFrom?: number | undefined;
|
|
3118
3118
|
/**
|
|
3119
3119
|
* <p>If you reverted the application using <a>RollbackApplication</a>,
|
|
3120
3120
|
* the application version when <code>RollbackApplication</code> was called.</p>
|
|
3121
3121
|
* @public
|
|
3122
3122
|
*/
|
|
3123
|
-
ApplicationVersionRolledBackFrom?: number;
|
|
3123
|
+
ApplicationVersionRolledBackFrom?: number | undefined;
|
|
3124
3124
|
/**
|
|
3125
3125
|
* The current timestamp when the application version was created.
|
|
3126
3126
|
* @public
|
|
3127
3127
|
*/
|
|
3128
|
-
ApplicationVersionCreateTimestamp?: Date;
|
|
3128
|
+
ApplicationVersionCreateTimestamp?: Date | undefined;
|
|
3129
3129
|
/**
|
|
3130
3130
|
* <p>A value you use to implement strong concurrency for application updates.</p>
|
|
3131
3131
|
* @public
|
|
3132
3132
|
*/
|
|
3133
|
-
ConditionalToken?: string;
|
|
3133
|
+
ConditionalToken?: string | undefined;
|
|
3134
3134
|
/**
|
|
3135
3135
|
* <p>The version to which you want to roll back the application.</p>
|
|
3136
3136
|
* @public
|
|
3137
3137
|
*/
|
|
3138
|
-
ApplicationVersionRolledBackTo?: number;
|
|
3138
|
+
ApplicationVersionRolledBackTo?: number | undefined;
|
|
3139
3139
|
/**
|
|
3140
3140
|
* <p>To create a Managed Service for Apache Flink Studio notebook, you must set the mode to <code>INTERACTIVE</code>. However, for a Managed Service for Apache Flink application, the mode is optional.</p>
|
|
3141
3141
|
* @public
|
|
3142
3142
|
*/
|
|
3143
|
-
ApplicationMode?: ApplicationMode;
|
|
3143
|
+
ApplicationMode?: ApplicationMode | undefined;
|
|
3144
3144
|
}
|
|
3145
3145
|
/**
|
|
3146
3146
|
* <p>Describes the updated maintenance configuration for the application.</p>
|
|
@@ -3176,27 +3176,27 @@ export interface ApplicationOperationInfo {
|
|
|
3176
3176
|
* Type of operation performed on an application
|
|
3177
3177
|
* @public
|
|
3178
3178
|
*/
|
|
3179
|
-
Operation?: string;
|
|
3179
|
+
Operation?: string | undefined;
|
|
3180
3180
|
/**
|
|
3181
3181
|
* Identifier of the Operation
|
|
3182
3182
|
* @public
|
|
3183
3183
|
*/
|
|
3184
|
-
OperationId?: string;
|
|
3184
|
+
OperationId?: string | undefined;
|
|
3185
3185
|
/**
|
|
3186
3186
|
* The timestamp at which the operation was created
|
|
3187
3187
|
* @public
|
|
3188
3188
|
*/
|
|
3189
|
-
StartTime?: Date;
|
|
3189
|
+
StartTime?: Date | undefined;
|
|
3190
3190
|
/**
|
|
3191
3191
|
* The timestamp at which the operation finished for the application
|
|
3192
3192
|
* @public
|
|
3193
3193
|
*/
|
|
3194
|
-
EndTime?: Date;
|
|
3194
|
+
EndTime?: Date | undefined;
|
|
3195
3195
|
/**
|
|
3196
3196
|
* Status of the operation performed on an application
|
|
3197
3197
|
* @public
|
|
3198
3198
|
*/
|
|
3199
|
-
OperationStatus?: OperationStatus;
|
|
3199
|
+
OperationStatus?: OperationStatus | undefined;
|
|
3200
3200
|
}
|
|
3201
3201
|
/**
|
|
3202
3202
|
* Contains information about the application version changes due to an operation
|
|
@@ -3223,7 +3223,7 @@ export interface ErrorInfo {
|
|
|
3223
3223
|
* Error message resulting in failure of the operation
|
|
3224
3224
|
* @public
|
|
3225
3225
|
*/
|
|
3226
|
-
ErrorString?: string;
|
|
3226
|
+
ErrorString?: string | undefined;
|
|
3227
3227
|
}
|
|
3228
3228
|
/**
|
|
3229
3229
|
* Provides a description of the operation failure
|
|
@@ -3234,12 +3234,12 @@ export interface OperationFailureDetails {
|
|
|
3234
3234
|
* Provides the operation ID of a system-rollback operation executed due to failure in the current operation
|
|
3235
3235
|
* @public
|
|
3236
3236
|
*/
|
|
3237
|
-
RollbackOperationId?: string;
|
|
3237
|
+
RollbackOperationId?: string | undefined;
|
|
3238
3238
|
/**
|
|
3239
3239
|
* Provides a description of the operation failure error
|
|
3240
3240
|
* @public
|
|
3241
3241
|
*/
|
|
3242
|
-
ErrorInfo?: ErrorInfo;
|
|
3242
|
+
ErrorInfo?: ErrorInfo | undefined;
|
|
3243
3243
|
}
|
|
3244
3244
|
/**
|
|
3245
3245
|
* Provides a description of the operation, such as the operation-type and status
|
|
@@ -3270,12 +3270,12 @@ export interface ApplicationOperationInfoDetails {
|
|
|
3270
3270
|
* Contains information about the application version changes due to an operation
|
|
3271
3271
|
* @public
|
|
3272
3272
|
*/
|
|
3273
|
-
ApplicationVersionChangeDetails?: ApplicationVersionChangeDetails;
|
|
3273
|
+
ApplicationVersionChangeDetails?: ApplicationVersionChangeDetails | undefined;
|
|
3274
3274
|
/**
|
|
3275
3275
|
* Provides a description of the operation failure
|
|
3276
3276
|
* @public
|
|
3277
3277
|
*/
|
|
3278
|
-
OperationFailureDetails?: OperationFailureDetails;
|
|
3278
|
+
OperationFailureDetails?: OperationFailureDetails | undefined;
|
|
3279
3279
|
}
|
|
3280
3280
|
/**
|
|
3281
3281
|
* <p>Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.</p>
|
|
@@ -3311,7 +3311,7 @@ export interface ApplicationSummary {
|
|
|
3311
3311
|
* <p>For a Managed Service for Apache Flink application, the mode is <code>STREAMING</code>. For a Managed Service for Apache Flink Studio notebook, it is <code>INTERACTIVE</code>.</p>
|
|
3312
3312
|
* @public
|
|
3313
3313
|
*/
|
|
3314
|
-
ApplicationMode?: ApplicationMode;
|
|
3314
|
+
ApplicationMode?: ApplicationMode | undefined;
|
|
3315
3315
|
}
|
|
3316
3316
|
/**
|
|
3317
3317
|
* <p>The summary of the application version.</p>
|
|
@@ -3344,7 +3344,7 @@ export interface CloudWatchLoggingOptionUpdate {
|
|
|
3344
3344
|
* messages.</p>
|
|
3345
3345
|
* @public
|
|
3346
3346
|
*/
|
|
3347
|
-
LogStreamARNUpdate?: string;
|
|
3347
|
+
LogStreamARNUpdate?: string | undefined;
|
|
3348
3348
|
}
|
|
3349
3349
|
/**
|
|
3350
3350
|
* <p>A key-value pair (the value is optional) that you can define and assign to Amazon resources.
|
|
@@ -3366,7 +3366,7 @@ export interface Tag {
|
|
|
3366
3366
|
* <p>The value of the key-value tag. The value is optional.</p>
|
|
3367
3367
|
* @public
|
|
3368
3368
|
*/
|
|
3369
|
-
Value?: string;
|
|
3369
|
+
Value?: string | undefined;
|
|
3370
3370
|
}
|
|
3371
3371
|
/**
|
|
3372
3372
|
* @public
|
|
@@ -3381,7 +3381,7 @@ export interface CreateApplicationRequest {
|
|
|
3381
3381
|
* <p>A summary description of the application.</p>
|
|
3382
3382
|
* @public
|
|
3383
3383
|
*/
|
|
3384
|
-
ApplicationDescription?: string;
|
|
3384
|
+
ApplicationDescription?: string | undefined;
|
|
3385
3385
|
/**
|
|
3386
3386
|
* <p>The runtime environment for the application.</p>
|
|
3387
3387
|
* @public
|
|
@@ -3397,14 +3397,14 @@ export interface CreateApplicationRequest {
|
|
|
3397
3397
|
* <p>Use this parameter to configure the application.</p>
|
|
3398
3398
|
* @public
|
|
3399
3399
|
*/
|
|
3400
|
-
ApplicationConfiguration?: ApplicationConfiguration;
|
|
3400
|
+
ApplicationConfiguration?: ApplicationConfiguration | undefined;
|
|
3401
3401
|
/**
|
|
3402
3402
|
* <p>Use this parameter to configure an Amazon CloudWatch log stream to monitor application
|
|
3403
3403
|
* configuration errors.
|
|
3404
3404
|
* </p>
|
|
3405
3405
|
* @public
|
|
3406
3406
|
*/
|
|
3407
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOption[];
|
|
3407
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOption[] | undefined;
|
|
3408
3408
|
/**
|
|
3409
3409
|
* <p>A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an
|
|
3410
3410
|
* application. Note that the maximum number of application tags includes system tags. The maximum number of
|
|
@@ -3413,13 +3413,13 @@ export interface CreateApplicationRequest {
|
|
|
3413
3413
|
* <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using Tagging</a>.</p>
|
|
3414
3414
|
* @public
|
|
3415
3415
|
*/
|
|
3416
|
-
Tags?: Tag[];
|
|
3416
|
+
Tags?: Tag[] | undefined;
|
|
3417
3417
|
/**
|
|
3418
3418
|
* <p>Use the <code>STREAMING</code> mode to create a Managed Service for Apache Flink application. To create a Managed Service for Apache Flink Studio notebook, use the
|
|
3419
3419
|
* <code>INTERACTIVE</code> mode.</p>
|
|
3420
3420
|
* @public
|
|
3421
3421
|
*/
|
|
3422
|
-
ApplicationMode?: ApplicationMode;
|
|
3422
|
+
ApplicationMode?: ApplicationMode | undefined;
|
|
3423
3423
|
}
|
|
3424
3424
|
/**
|
|
3425
3425
|
* @public
|
|
@@ -3439,7 +3439,7 @@ export interface CreateApplicationResponse {
|
|
|
3439
3439
|
export declare class LimitExceededException extends __BaseException {
|
|
3440
3440
|
readonly name: "LimitExceededException";
|
|
3441
3441
|
readonly $fault: "client";
|
|
3442
|
-
Message?: string;
|
|
3442
|
+
Message?: string | undefined;
|
|
3443
3443
|
/**
|
|
3444
3444
|
* @internal
|
|
3445
3445
|
*/
|
|
@@ -3466,7 +3466,7 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
3466
3466
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
3467
3467
|
readonly name: "UnsupportedOperationException";
|
|
3468
3468
|
readonly $fault: "client";
|
|
3469
|
-
Message?: string;
|
|
3469
|
+
Message?: string | undefined;
|
|
3470
3470
|
/**
|
|
3471
3471
|
* @internal
|
|
3472
3472
|
*/
|
|
@@ -3503,7 +3503,7 @@ export interface CreateApplicationPresignedUrlRequest {
|
|
|
3503
3503
|
* <p>The duration in seconds for which the returned URL will be valid.</p>
|
|
3504
3504
|
* @public
|
|
3505
3505
|
*/
|
|
3506
|
-
SessionExpirationDurationInSeconds?: number;
|
|
3506
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
3507
3507
|
}
|
|
3508
3508
|
/**
|
|
3509
3509
|
* @public
|
|
@@ -3513,7 +3513,7 @@ export interface CreateApplicationPresignedUrlResponse {
|
|
|
3513
3513
|
* <p>The URL of the extension.</p>
|
|
3514
3514
|
* @public
|
|
3515
3515
|
*/
|
|
3516
|
-
AuthorizedUrl?: string;
|
|
3516
|
+
AuthorizedUrl?: string | undefined;
|
|
3517
3517
|
}
|
|
3518
3518
|
/**
|
|
3519
3519
|
* @public
|
|
@@ -3572,7 +3572,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
|
3572
3572
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
3573
3573
|
* @public
|
|
3574
3574
|
*/
|
|
3575
|
-
CurrentApplicationVersionId?: number;
|
|
3575
|
+
CurrentApplicationVersionId?: number | undefined;
|
|
3576
3576
|
/**
|
|
3577
3577
|
* <p>The <code>CloudWatchLoggingOptionId</code> of the Amazon CloudWatch logging option to
|
|
3578
3578
|
* delete. You can get the <code>CloudWatchLoggingOptionId</code> by using the <a>DescribeApplication</a> operation. </p>
|
|
@@ -3586,7 +3586,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
|
3586
3586
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
3587
3587
|
* @public
|
|
3588
3588
|
*/
|
|
3589
|
-
ConditionalToken?: string;
|
|
3589
|
+
ConditionalToken?: string | undefined;
|
|
3590
3590
|
}
|
|
3591
3591
|
/**
|
|
3592
3592
|
* @public
|
|
@@ -3596,24 +3596,24 @@ export interface DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
|
3596
3596
|
* <p>The application's Amazon Resource Name (ARN).</p>
|
|
3597
3597
|
* @public
|
|
3598
3598
|
*/
|
|
3599
|
-
ApplicationARN?: string;
|
|
3599
|
+
ApplicationARN?: string | undefined;
|
|
3600
3600
|
/**
|
|
3601
3601
|
* <p>The version ID of the application. Kinesis Data Analytics updates the
|
|
3602
3602
|
* <code>ApplicationVersionId</code> each time you change the CloudWatch logging
|
|
3603
3603
|
* options.</p>
|
|
3604
3604
|
* @public
|
|
3605
3605
|
*/
|
|
3606
|
-
ApplicationVersionId?: number;
|
|
3606
|
+
ApplicationVersionId?: number | undefined;
|
|
3607
3607
|
/**
|
|
3608
3608
|
* <p>The descriptions of the remaining CloudWatch logging options for the application.</p>
|
|
3609
3609
|
* @public
|
|
3610
3610
|
*/
|
|
3611
|
-
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
3611
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
3612
3612
|
/**
|
|
3613
3613
|
* Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request
|
|
3614
3614
|
* @public
|
|
3615
3615
|
*/
|
|
3616
|
-
OperationId?: string;
|
|
3616
|
+
OperationId?: string | undefined;
|
|
3617
3617
|
}
|
|
3618
3618
|
/**
|
|
3619
3619
|
* @public
|
|
@@ -3648,12 +3648,12 @@ export interface DeleteApplicationInputProcessingConfigurationResponse {
|
|
|
3648
3648
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
3649
3649
|
* @public
|
|
3650
3650
|
*/
|
|
3651
|
-
ApplicationARN?: string;
|
|
3651
|
+
ApplicationARN?: string | undefined;
|
|
3652
3652
|
/**
|
|
3653
3653
|
* <p>The current application version ID.</p>
|
|
3654
3654
|
* @public
|
|
3655
3655
|
*/
|
|
3656
|
-
ApplicationVersionId?: number;
|
|
3656
|
+
ApplicationVersionId?: number | undefined;
|
|
3657
3657
|
}
|
|
3658
3658
|
/**
|
|
3659
3659
|
* @public
|
|
@@ -3691,12 +3691,12 @@ export interface DeleteApplicationOutputResponse {
|
|
|
3691
3691
|
* <p>The application Amazon Resource Name (ARN).</p>
|
|
3692
3692
|
* @public
|
|
3693
3693
|
*/
|
|
3694
|
-
ApplicationARN?: string;
|
|
3694
|
+
ApplicationARN?: string | undefined;
|
|
3695
3695
|
/**
|
|
3696
3696
|
* <p>The current application version ID.</p>
|
|
3697
3697
|
* @public
|
|
3698
3698
|
*/
|
|
3699
|
-
ApplicationVersionId?: number;
|
|
3699
|
+
ApplicationVersionId?: number | undefined;
|
|
3700
3700
|
}
|
|
3701
3701
|
/**
|
|
3702
3702
|
* @public
|
|
@@ -3732,12 +3732,12 @@ export interface DeleteApplicationReferenceDataSourceResponse {
|
|
|
3732
3732
|
* <p>The application Amazon Resource Name (ARN).</p>
|
|
3733
3733
|
* @public
|
|
3734
3734
|
*/
|
|
3735
|
-
ApplicationARN?: string;
|
|
3735
|
+
ApplicationARN?: string | undefined;
|
|
3736
3736
|
/**
|
|
3737
3737
|
* <p>The updated version ID of the application.</p>
|
|
3738
3738
|
* @public
|
|
3739
3739
|
*/
|
|
3740
|
-
ApplicationVersionId?: number;
|
|
3740
|
+
ApplicationVersionId?: number | undefined;
|
|
3741
3741
|
}
|
|
3742
3742
|
/**
|
|
3743
3743
|
* @public
|
|
@@ -3783,7 +3783,7 @@ export interface DeleteApplicationVpcConfigurationRequest {
|
|
|
3783
3783
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
3784
3784
|
* @public
|
|
3785
3785
|
*/
|
|
3786
|
-
CurrentApplicationVersionId?: number;
|
|
3786
|
+
CurrentApplicationVersionId?: number | undefined;
|
|
3787
3787
|
/**
|
|
3788
3788
|
* <p>The ID of the VPC configuration to delete.</p>
|
|
3789
3789
|
* @public
|
|
@@ -3796,7 +3796,7 @@ export interface DeleteApplicationVpcConfigurationRequest {
|
|
|
3796
3796
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
3797
3797
|
* @public
|
|
3798
3798
|
*/
|
|
3799
|
-
ConditionalToken?: string;
|
|
3799
|
+
ConditionalToken?: string | undefined;
|
|
3800
3800
|
}
|
|
3801
3801
|
/**
|
|
3802
3802
|
* @public
|
|
@@ -3806,17 +3806,17 @@ export interface DeleteApplicationVpcConfigurationResponse {
|
|
|
3806
3806
|
* <p>The ARN of the Managed Service for Apache Flink application.</p>
|
|
3807
3807
|
* @public
|
|
3808
3808
|
*/
|
|
3809
|
-
ApplicationARN?: string;
|
|
3809
|
+
ApplicationARN?: string | undefined;
|
|
3810
3810
|
/**
|
|
3811
3811
|
* <p>The updated version ID of the application.</p>
|
|
3812
3812
|
* @public
|
|
3813
3813
|
*/
|
|
3814
|
-
ApplicationVersionId?: number;
|
|
3814
|
+
ApplicationVersionId?: number | undefined;
|
|
3815
3815
|
/**
|
|
3816
3816
|
* Operation ID for tracking DeleteApplicationVpcConfiguration request
|
|
3817
3817
|
* @public
|
|
3818
3818
|
*/
|
|
3819
|
-
OperationId?: string;
|
|
3819
|
+
OperationId?: string | undefined;
|
|
3820
3820
|
}
|
|
3821
3821
|
/**
|
|
3822
3822
|
* @public
|
|
@@ -3831,7 +3831,7 @@ export interface DescribeApplicationRequest {
|
|
|
3831
3831
|
* <p>Displays verbose information about a Managed Service for Apache Flink application, including the application's job plan.</p>
|
|
3832
3832
|
* @public
|
|
3833
3833
|
*/
|
|
3834
|
-
IncludeAdditionalDetails?: boolean;
|
|
3834
|
+
IncludeAdditionalDetails?: boolean | undefined;
|
|
3835
3835
|
}
|
|
3836
3836
|
/**
|
|
3837
3837
|
* @public
|
|
@@ -3869,7 +3869,7 @@ export interface DescribeApplicationOperationResponse {
|
|
|
3869
3869
|
* Provides a description of the operation, such as the operation-type and status
|
|
3870
3870
|
* @public
|
|
3871
3871
|
*/
|
|
3872
|
-
ApplicationOperationInfoDetails?: ApplicationOperationInfoDetails;
|
|
3872
|
+
ApplicationOperationInfoDetails?: ApplicationOperationInfoDetails | undefined;
|
|
3873
3873
|
}
|
|
3874
3874
|
/**
|
|
3875
3875
|
* @public
|
|
@@ -3925,12 +3925,12 @@ export interface SnapshotDetails {
|
|
|
3925
3925
|
* <p>The timestamp of the application snapshot.</p>
|
|
3926
3926
|
* @public
|
|
3927
3927
|
*/
|
|
3928
|
-
SnapshotCreationTimestamp?: Date;
|
|
3928
|
+
SnapshotCreationTimestamp?: Date | undefined;
|
|
3929
3929
|
/**
|
|
3930
3930
|
* <p>The Flink Runtime for the application snapshot.</p>
|
|
3931
3931
|
* @public
|
|
3932
3932
|
*/
|
|
3933
|
-
RuntimeEnvironment?: RuntimeEnvironment;
|
|
3933
|
+
RuntimeEnvironment?: RuntimeEnvironment | undefined;
|
|
3934
3934
|
}
|
|
3935
3935
|
/**
|
|
3936
3936
|
* @public
|
|
@@ -3966,7 +3966,7 @@ export interface DescribeApplicationVersionResponse {
|
|
|
3966
3966
|
* latest version, and input and output configurations.</p>
|
|
3967
3967
|
* @public
|
|
3968
3968
|
*/
|
|
3969
|
-
ApplicationVersionDetail?: ApplicationDetail;
|
|
3969
|
+
ApplicationVersionDetail?: ApplicationDetail | undefined;
|
|
3970
3970
|
}
|
|
3971
3971
|
/**
|
|
3972
3972
|
* <p>For a SQL-based Kinesis Data Analytics application, provides a description of an
|
|
@@ -3994,7 +3994,7 @@ export interface DiscoverInputSchemaRequest {
|
|
|
3994
3994
|
* <p>The Amazon Resource Name (ARN) of the streaming source.</p>
|
|
3995
3995
|
* @public
|
|
3996
3996
|
*/
|
|
3997
|
-
ResourceARN?: string;
|
|
3997
|
+
ResourceARN?: string | undefined;
|
|
3998
3998
|
/**
|
|
3999
3999
|
* <p>The ARN of the role that is used to access the streaming source.</p>
|
|
4000
4000
|
* @public
|
|
@@ -4005,19 +4005,19 @@ export interface DiscoverInputSchemaRequest {
|
|
|
4005
4005
|
* specified streaming source for discovery purposes.</p>
|
|
4006
4006
|
* @public
|
|
4007
4007
|
*/
|
|
4008
|
-
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
4008
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | undefined;
|
|
4009
4009
|
/**
|
|
4010
4010
|
* <p>Specify this parameter to discover a schema from data in an Amazon S3
|
|
4011
4011
|
* object.</p>
|
|
4012
4012
|
* @public
|
|
4013
4013
|
*/
|
|
4014
|
-
S3Configuration?: S3Configuration;
|
|
4014
|
+
S3Configuration?: S3Configuration | undefined;
|
|
4015
4015
|
/**
|
|
4016
4016
|
* <p>The <a>InputProcessingConfiguration</a> to use to preprocess the records
|
|
4017
4017
|
* before discovering the schema of the records.</p>
|
|
4018
4018
|
* @public
|
|
4019
4019
|
*/
|
|
4020
|
-
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
4020
|
+
InputProcessingConfiguration?: InputProcessingConfiguration | undefined;
|
|
4021
4021
|
}
|
|
4022
4022
|
/**
|
|
4023
4023
|
* @public
|
|
@@ -4029,24 +4029,24 @@ export interface DiscoverInputSchemaResponse {
|
|
|
4029
4029
|
* stream that you can create.</p>
|
|
4030
4030
|
* @public
|
|
4031
4031
|
*/
|
|
4032
|
-
InputSchema?: SourceSchema;
|
|
4032
|
+
InputSchema?: SourceSchema | undefined;
|
|
4033
4033
|
/**
|
|
4034
4034
|
* <p>An array of elements, where each element corresponds to a row in a stream record
|
|
4035
4035
|
* (a stream record can have more than one row).</p>
|
|
4036
4036
|
* @public
|
|
4037
4037
|
*/
|
|
4038
|
-
ParsedInputRecords?: string[][];
|
|
4038
|
+
ParsedInputRecords?: string[][] | undefined;
|
|
4039
4039
|
/**
|
|
4040
4040
|
* <p>The stream data that was modified by the processor specified in the
|
|
4041
4041
|
* <code>InputProcessingConfiguration</code> parameter.</p>
|
|
4042
4042
|
* @public
|
|
4043
4043
|
*/
|
|
4044
|
-
ProcessedInputRecords?: string[];
|
|
4044
|
+
ProcessedInputRecords?: string[] | undefined;
|
|
4045
4045
|
/**
|
|
4046
4046
|
* <p>The raw stream data that was sampled to infer the schema.</p>
|
|
4047
4047
|
* @public
|
|
4048
4048
|
*/
|
|
4049
|
-
RawInputRecords?: string[];
|
|
4049
|
+
RawInputRecords?: string[] | undefined;
|
|
4050
4050
|
}
|
|
4051
4051
|
/**
|
|
4052
4052
|
* <p>Discovery failed to get a record from the streaming source because of the Kinesis
|
|
@@ -4056,7 +4056,7 @@ export interface DiscoverInputSchemaResponse {
|
|
|
4056
4056
|
export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
|
|
4057
4057
|
readonly name: "ResourceProvisionedThroughputExceededException";
|
|
4058
4058
|
readonly $fault: "client";
|
|
4059
|
-
Message?: string;
|
|
4059
|
+
Message?: string | undefined;
|
|
4060
4060
|
/**
|
|
4061
4061
|
* @internal
|
|
4062
4062
|
*/
|
|
@@ -4069,7 +4069,7 @@ export declare class ResourceProvisionedThroughputExceededException extends __Ba
|
|
|
4069
4069
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
4070
4070
|
readonly name: "ServiceUnavailableException";
|
|
4071
4071
|
readonly $fault: "server";
|
|
4072
|
-
Message?: string;
|
|
4072
|
+
Message?: string | undefined;
|
|
4073
4073
|
/**
|
|
4074
4074
|
* @internal
|
|
4075
4075
|
*/
|
|
@@ -4083,17 +4083,17 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
4083
4083
|
export declare class UnableToDetectSchemaException extends __BaseException {
|
|
4084
4084
|
readonly name: "UnableToDetectSchemaException";
|
|
4085
4085
|
readonly $fault: "client";
|
|
4086
|
-
Message?: string;
|
|
4086
|
+
Message?: string | undefined;
|
|
4087
4087
|
/**
|
|
4088
4088
|
* <p>Raw stream data that was sampled to infer the schema.</p>
|
|
4089
4089
|
* @public
|
|
4090
4090
|
*/
|
|
4091
|
-
RawInputRecords?: string[];
|
|
4091
|
+
RawInputRecords?: string[] | undefined;
|
|
4092
4092
|
/**
|
|
4093
4093
|
* <p>Stream data that was modified by the processor specified in the <code>InputProcessingConfiguration</code> parameter. </p>
|
|
4094
4094
|
* @public
|
|
4095
4095
|
*/
|
|
4096
|
-
ProcessedInputRecords?: string[];
|
|
4096
|
+
ProcessedInputRecords?: string[] | undefined;
|
|
4097
4097
|
/**
|
|
4098
4098
|
* @internal
|
|
4099
4099
|
*/
|
|
@@ -4113,22 +4113,22 @@ export interface ListApplicationOperationsRequest {
|
|
|
4113
4113
|
* Limit on the number of records returned in the response
|
|
4114
4114
|
* @public
|
|
4115
4115
|
*/
|
|
4116
|
-
Limit?: number;
|
|
4116
|
+
Limit?: number | undefined;
|
|
4117
4117
|
/**
|
|
4118
4118
|
* If a previous command returned a pagination token, pass it into this value to retrieve the next set of results
|
|
4119
4119
|
* @public
|
|
4120
4120
|
*/
|
|
4121
|
-
NextToken?: string;
|
|
4121
|
+
NextToken?: string | undefined;
|
|
4122
4122
|
/**
|
|
4123
4123
|
* Type of operation performed on an application
|
|
4124
4124
|
* @public
|
|
4125
4125
|
*/
|
|
4126
|
-
Operation?: string;
|
|
4126
|
+
Operation?: string | undefined;
|
|
4127
4127
|
/**
|
|
4128
4128
|
* Status of the operation performed on an application
|
|
4129
4129
|
* @public
|
|
4130
4130
|
*/
|
|
4131
|
-
OperationStatus?: OperationStatus;
|
|
4131
|
+
OperationStatus?: OperationStatus | undefined;
|
|
4132
4132
|
}
|
|
4133
4133
|
/**
|
|
4134
4134
|
* Response with the list of operations for an application
|
|
@@ -4139,12 +4139,12 @@ export interface ListApplicationOperationsResponse {
|
|
|
4139
4139
|
* List of ApplicationOperationInfo for an application
|
|
4140
4140
|
* @public
|
|
4141
4141
|
*/
|
|
4142
|
-
ApplicationOperationInfoList?: ApplicationOperationInfo[];
|
|
4142
|
+
ApplicationOperationInfoList?: ApplicationOperationInfo[] | undefined;
|
|
4143
4143
|
/**
|
|
4144
4144
|
* If a previous command returned a pagination token, pass it into this value to retrieve the next set of results
|
|
4145
4145
|
* @public
|
|
4146
4146
|
*/
|
|
4147
|
-
NextToken?: string;
|
|
4147
|
+
NextToken?: string | undefined;
|
|
4148
4148
|
}
|
|
4149
4149
|
/**
|
|
4150
4150
|
* @public
|
|
@@ -4154,7 +4154,7 @@ export interface ListApplicationsRequest {
|
|
|
4154
4154
|
* <p>The maximum number of applications to list.</p>
|
|
4155
4155
|
* @public
|
|
4156
4156
|
*/
|
|
4157
|
-
Limit?: number;
|
|
4157
|
+
Limit?: number | undefined;
|
|
4158
4158
|
/**
|
|
4159
4159
|
* <p>If a previous command returned a pagination token,
|
|
4160
4160
|
* pass it into this value to retrieve the next set of results.
|
|
@@ -4162,7 +4162,7 @@ export interface ListApplicationsRequest {
|
|
|
4162
4162
|
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Using the Amazon Command Line Interface's Pagination Options</a>.</p>
|
|
4163
4163
|
* @public
|
|
4164
4164
|
*/
|
|
4165
|
-
NextToken?: string;
|
|
4165
|
+
NextToken?: string | undefined;
|
|
4166
4166
|
}
|
|
4167
4167
|
/**
|
|
4168
4168
|
* @public
|
|
@@ -4180,7 +4180,7 @@ export interface ListApplicationsResponse {
|
|
|
4180
4180
|
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Using the Amazon Command Line Interface's Pagination Options</a>.</p>
|
|
4181
4181
|
* @public
|
|
4182
4182
|
*/
|
|
4183
|
-
NextToken?: string;
|
|
4183
|
+
NextToken?: string | undefined;
|
|
4184
4184
|
}
|
|
4185
4185
|
/**
|
|
4186
4186
|
* @public
|
|
@@ -4195,14 +4195,14 @@ export interface ListApplicationSnapshotsRequest {
|
|
|
4195
4195
|
* <p>The maximum number of application snapshots to list.</p>
|
|
4196
4196
|
* @public
|
|
4197
4197
|
*/
|
|
4198
|
-
Limit?: number;
|
|
4198
|
+
Limit?: number | undefined;
|
|
4199
4199
|
/**
|
|
4200
4200
|
* <p>Use this parameter if you receive a <code>NextToken</code> response in a previous request that indicates that there is more
|
|
4201
4201
|
* output available. Set it to the value of the previous call's <code>NextToken</code> response to indicate where the output should
|
|
4202
4202
|
* continue from. </p>
|
|
4203
4203
|
* @public
|
|
4204
4204
|
*/
|
|
4205
|
-
NextToken?: string;
|
|
4205
|
+
NextToken?: string | undefined;
|
|
4206
4206
|
}
|
|
4207
4207
|
/**
|
|
4208
4208
|
* @public
|
|
@@ -4212,12 +4212,12 @@ export interface ListApplicationSnapshotsResponse {
|
|
|
4212
4212
|
* <p>A collection of objects containing information about the application snapshots.</p>
|
|
4213
4213
|
* @public
|
|
4214
4214
|
*/
|
|
4215
|
-
SnapshotSummaries?: SnapshotDetails[];
|
|
4215
|
+
SnapshotSummaries?: SnapshotDetails[] | undefined;
|
|
4216
4216
|
/**
|
|
4217
4217
|
* <p>The token for the next set of results, or <code>null</code> if there are no additional results.</p>
|
|
4218
4218
|
* @public
|
|
4219
4219
|
*/
|
|
4220
|
-
NextToken?: string;
|
|
4220
|
+
NextToken?: string | undefined;
|
|
4221
4221
|
}
|
|
4222
4222
|
/**
|
|
4223
4223
|
* @public
|
|
@@ -4232,13 +4232,13 @@ export interface ListApplicationVersionsRequest {
|
|
|
4232
4232
|
* <p>The maximum number of versions to list in this invocation of the operation.</p>
|
|
4233
4233
|
* @public
|
|
4234
4234
|
*/
|
|
4235
|
-
Limit?: number;
|
|
4235
|
+
Limit?: number | undefined;
|
|
4236
4236
|
/**
|
|
4237
4237
|
* <p>If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see
|
|
4238
4238
|
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Using the Amazon Command Line Interface's Pagination Options</a>.</p>
|
|
4239
4239
|
* @public
|
|
4240
4240
|
*/
|
|
4241
|
-
NextToken?: string;
|
|
4241
|
+
NextToken?: string | undefined;
|
|
4242
4242
|
}
|
|
4243
4243
|
/**
|
|
4244
4244
|
* @public
|
|
@@ -4249,14 +4249,14 @@ export interface ListApplicationVersionsResponse {
|
|
|
4249
4249
|
* <p>To get the complete description of a specific application version, invoke the <a>DescribeApplicationVersion</a> operation.</p>
|
|
4250
4250
|
* @public
|
|
4251
4251
|
*/
|
|
4252
|
-
ApplicationVersionSummaries?: ApplicationVersionSummary[];
|
|
4252
|
+
ApplicationVersionSummaries?: ApplicationVersionSummary[] | undefined;
|
|
4253
4253
|
/**
|
|
4254
4254
|
* <p>The pagination token for the next set of results, or <code>null</code> if there are no additional results.
|
|
4255
4255
|
* To retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more information about pagination, see
|
|
4256
4256
|
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Using the Amazon Command Line Interface's Pagination Options</a>.</p>
|
|
4257
4257
|
* @public
|
|
4258
4258
|
*/
|
|
4259
|
-
NextToken?: string;
|
|
4259
|
+
NextToken?: string | undefined;
|
|
4260
4260
|
}
|
|
4261
4261
|
/**
|
|
4262
4262
|
* @public
|
|
@@ -4276,7 +4276,7 @@ export interface ListTagsForResourceResponse {
|
|
|
4276
4276
|
* <p>The key-value tags assigned to the application.</p>
|
|
4277
4277
|
* @public
|
|
4278
4278
|
*/
|
|
4279
|
-
Tags?: Tag[];
|
|
4279
|
+
Tags?: Tag[] | undefined;
|
|
4280
4280
|
}
|
|
4281
4281
|
/**
|
|
4282
4282
|
* @public
|
|
@@ -4308,7 +4308,7 @@ export interface RollbackApplicationResponse {
|
|
|
4308
4308
|
* Operation ID for tracking RollbackApplication request
|
|
4309
4309
|
* @public
|
|
4310
4310
|
*/
|
|
4311
|
-
OperationId?: string;
|
|
4311
|
+
OperationId?: string | undefined;
|
|
4312
4312
|
}
|
|
4313
4313
|
/**
|
|
4314
4314
|
* <p>Describes the starting parameters for a SQL-based Kinesis Data Analytics application.</p>
|
|
@@ -4336,18 +4336,18 @@ export interface RunConfiguration {
|
|
|
4336
4336
|
* <p>Describes the starting parameters for a Managed Service for Apache Flink application.</p>
|
|
4337
4337
|
* @public
|
|
4338
4338
|
*/
|
|
4339
|
-
FlinkRunConfiguration?: FlinkRunConfiguration;
|
|
4339
|
+
FlinkRunConfiguration?: FlinkRunConfiguration | undefined;
|
|
4340
4340
|
/**
|
|
4341
4341
|
* <p>Describes the starting parameters for a SQL-based Kinesis Data Analytics application
|
|
4342
4342
|
* application.</p>
|
|
4343
4343
|
* @public
|
|
4344
4344
|
*/
|
|
4345
|
-
SqlRunConfigurations?: SqlRunConfiguration[];
|
|
4345
|
+
SqlRunConfigurations?: SqlRunConfiguration[] | undefined;
|
|
4346
4346
|
/**
|
|
4347
4347
|
* <p>Describes the restore behavior of a restarting application.</p>
|
|
4348
4348
|
* @public
|
|
4349
4349
|
*/
|
|
4350
|
-
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
4350
|
+
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration | undefined;
|
|
4351
4351
|
}
|
|
4352
4352
|
/**
|
|
4353
4353
|
* @public
|
|
@@ -4362,7 +4362,7 @@ export interface StartApplicationRequest {
|
|
|
4362
4362
|
* <p>Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.</p>
|
|
4363
4363
|
* @public
|
|
4364
4364
|
*/
|
|
4365
|
-
RunConfiguration?: RunConfiguration;
|
|
4365
|
+
RunConfiguration?: RunConfiguration | undefined;
|
|
4366
4366
|
}
|
|
4367
4367
|
/**
|
|
4368
4368
|
* @public
|
|
@@ -4372,7 +4372,7 @@ export interface StartApplicationResponse {
|
|
|
4372
4372
|
* Operation ID for tracking StartApplication request
|
|
4373
4373
|
* @public
|
|
4374
4374
|
*/
|
|
4375
|
-
OperationId?: string;
|
|
4375
|
+
OperationId?: string | undefined;
|
|
4376
4376
|
}
|
|
4377
4377
|
/**
|
|
4378
4378
|
* @public
|
|
@@ -4398,7 +4398,7 @@ export interface StopApplicationRequest {
|
|
|
4398
4398
|
* <code>RUNNING</code> status. </p>
|
|
4399
4399
|
* @public
|
|
4400
4400
|
*/
|
|
4401
|
-
Force?: boolean;
|
|
4401
|
+
Force?: boolean | undefined;
|
|
4402
4402
|
}
|
|
4403
4403
|
/**
|
|
4404
4404
|
* @public
|
|
@@ -4408,7 +4408,7 @@ export interface StopApplicationResponse {
|
|
|
4408
4408
|
* Operation ID for tracking StopApplication request
|
|
4409
4409
|
* @public
|
|
4410
4410
|
*/
|
|
4411
|
-
OperationId?: string;
|
|
4411
|
+
OperationId?: string | undefined;
|
|
4412
4412
|
}
|
|
4413
4413
|
/**
|
|
4414
4414
|
* @public
|
|
@@ -4459,12 +4459,12 @@ export interface RunConfigurationUpdate {
|
|
|
4459
4459
|
* <p>Describes the starting parameters for a Managed Service for Apache Flink application.</p>
|
|
4460
4460
|
* @public
|
|
4461
4461
|
*/
|
|
4462
|
-
FlinkRunConfiguration?: FlinkRunConfiguration;
|
|
4462
|
+
FlinkRunConfiguration?: FlinkRunConfiguration | undefined;
|
|
4463
4463
|
/**
|
|
4464
4464
|
* <p>Describes updates to the restore behavior of a restarting application.</p>
|
|
4465
4465
|
* @public
|
|
4466
4466
|
*/
|
|
4467
|
-
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
4467
|
+
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration | undefined;
|
|
4468
4468
|
}
|
|
4469
4469
|
/**
|
|
4470
4470
|
* @public
|
|
@@ -4483,29 +4483,29 @@ export interface UpdateApplicationRequest {
|
|
|
4483
4483
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
4484
4484
|
* @public
|
|
4485
4485
|
*/
|
|
4486
|
-
CurrentApplicationVersionId?: number;
|
|
4486
|
+
CurrentApplicationVersionId?: number | undefined;
|
|
4487
4487
|
/**
|
|
4488
4488
|
* <p>Describes application configuration updates.</p>
|
|
4489
4489
|
* @public
|
|
4490
4490
|
*/
|
|
4491
|
-
ApplicationConfigurationUpdate?: ApplicationConfigurationUpdate;
|
|
4491
|
+
ApplicationConfigurationUpdate?: ApplicationConfigurationUpdate | undefined;
|
|
4492
4492
|
/**
|
|
4493
4493
|
* <p>Describes updates to the service execution role.</p>
|
|
4494
4494
|
* @public
|
|
4495
4495
|
*/
|
|
4496
|
-
ServiceExecutionRoleUpdate?: string;
|
|
4496
|
+
ServiceExecutionRoleUpdate?: string | undefined;
|
|
4497
4497
|
/**
|
|
4498
4498
|
* <p>Describes updates to the application's starting parameters.</p>
|
|
4499
4499
|
* @public
|
|
4500
4500
|
*/
|
|
4501
|
-
RunConfigurationUpdate?: RunConfigurationUpdate;
|
|
4501
|
+
RunConfigurationUpdate?: RunConfigurationUpdate | undefined;
|
|
4502
4502
|
/**
|
|
4503
4503
|
* <p>Describes application Amazon CloudWatch logging option updates. You can only update
|
|
4504
4504
|
* existing CloudWatch logging options with this action. To add a new CloudWatch logging option,
|
|
4505
4505
|
* use <a>AddApplicationCloudWatchLoggingOption</a>.</p>
|
|
4506
4506
|
* @public
|
|
4507
4507
|
*/
|
|
4508
|
-
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[];
|
|
4508
|
+
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[] | undefined;
|
|
4509
4509
|
/**
|
|
4510
4510
|
* <p>A value you use to implement strong concurrency for application updates. You must
|
|
4511
4511
|
* provide the <code>CurrentApplicationVersionId</code> or the <code>ConditionalToken</code>. You
|
|
@@ -4514,7 +4514,7 @@ export interface UpdateApplicationRequest {
|
|
|
4514
4514
|
* <code>CurrentApplicationVersionId</code>.</p>
|
|
4515
4515
|
* @public
|
|
4516
4516
|
*/
|
|
4517
|
-
ConditionalToken?: string;
|
|
4517
|
+
ConditionalToken?: string | undefined;
|
|
4518
4518
|
/**
|
|
4519
4519
|
* <p>Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:</p>
|
|
4520
4520
|
* <ul>
|
|
@@ -4527,7 +4527,7 @@ export interface UpdateApplicationRequest {
|
|
|
4527
4527
|
* </ul>
|
|
4528
4528
|
* @public
|
|
4529
4529
|
*/
|
|
4530
|
-
RuntimeEnvironmentUpdate?: RuntimeEnvironment;
|
|
4530
|
+
RuntimeEnvironmentUpdate?: RuntimeEnvironment | undefined;
|
|
4531
4531
|
}
|
|
4532
4532
|
/**
|
|
4533
4533
|
* @public
|
|
@@ -4542,7 +4542,7 @@ export interface UpdateApplicationResponse {
|
|
|
4542
4542
|
* Operation ID for tracking UpdateApplication request
|
|
4543
4543
|
* @public
|
|
4544
4544
|
*/
|
|
4545
|
-
OperationId?: string;
|
|
4545
|
+
OperationId?: string | undefined;
|
|
4546
4546
|
}
|
|
4547
4547
|
/**
|
|
4548
4548
|
* @public
|
|
@@ -4567,10 +4567,10 @@ export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
|
4567
4567
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
4568
4568
|
* @public
|
|
4569
4569
|
*/
|
|
4570
|
-
ApplicationARN?: string;
|
|
4570
|
+
ApplicationARN?: string | undefined;
|
|
4571
4571
|
/**
|
|
4572
4572
|
* <p>The application maintenance configuration description after the update.</p>
|
|
4573
4573
|
* @public
|
|
4574
4574
|
*/
|
|
4575
|
-
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
4575
|
+
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription | undefined;
|
|
4576
4576
|
}
|