cdk-comprehend-s3olap 2.0.137 → 2.0.139
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
- package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
- package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
- package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
- package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
- package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
- package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
- package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
- package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1611 -1300
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -2887,7 +2887,7 @@ declare namespace Lambda {
|
|
2887
2887
|
export type ResourceArn = string;
|
2888
2888
|
export type ResponseStreamingInvocationType = "RequestResponse"|"DryRun"|string;
|
2889
2889
|
export type RoleArn = string;
|
2890
|
-
export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|"nodejs18.x"|"python3.10"|string;
|
2890
|
+
export type Runtime = "nodejs"|"nodejs4.3"|"nodejs6.10"|"nodejs8.10"|"nodejs10.x"|"nodejs12.x"|"nodejs14.x"|"nodejs16.x"|"java8"|"java8.al2"|"java11"|"python2.7"|"python3.6"|"python3.7"|"python3.8"|"python3.9"|"dotnetcore1.0"|"dotnetcore2.0"|"dotnetcore2.1"|"dotnetcore3.1"|"dotnet6"|"nodejs4.3-edge"|"go1.x"|"ruby2.5"|"ruby2.7"|"provided"|"provided.al2"|"nodejs18.x"|"python3.10"|"java17"|string;
|
2891
2891
|
export type RuntimeVersionArn = string;
|
2892
2892
|
export interface RuntimeVersionConfig {
|
2893
2893
|
/**
|
@@ -12,19 +12,19 @@ declare class OSIS extends Service {
|
|
12
12
|
constructor(options?: OSIS.Types.ClientConfiguration)
|
13
13
|
config: Config & OSIS.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates an OpenSearch Ingestion pipeline. For more information, see Creating
|
15
|
+
* Creates an OpenSearch Ingestion pipeline. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
|
16
16
|
*/
|
17
17
|
createPipeline(params: OSIS.Types.CreatePipelineRequest, callback?: (err: AWSError, data: OSIS.Types.CreatePipelineResponse) => void): Request<OSIS.Types.CreatePipelineResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates an OpenSearch Ingestion pipeline. For more information, see Creating
|
19
|
+
* Creates an OpenSearch Ingestion pipeline. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
|
20
20
|
*/
|
21
21
|
createPipeline(callback?: (err: AWSError, data: OSIS.Types.CreatePipelineResponse) => void): Request<OSIS.Types.CreatePipelineResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting pipelines.
|
23
|
+
* Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines.
|
24
24
|
*/
|
25
25
|
deletePipeline(params: OSIS.Types.DeletePipelineRequest, callback?: (err: AWSError, data: OSIS.Types.DeletePipelineResponse) => void): Request<OSIS.Types.DeletePipelineResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting pipelines.
|
27
|
+
* Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines.
|
28
28
|
*/
|
29
29
|
deletePipeline(callback?: (err: AWSError, data: OSIS.Types.DeletePipelineResponse) => void): Request<OSIS.Types.DeletePipelineResponse, AWSError>;
|
30
30
|
/**
|
@@ -36,91 +36,91 @@ declare class OSIS extends Service {
|
|
36
36
|
*/
|
37
37
|
getPipeline(callback?: (err: AWSError, data: OSIS.Types.GetPipelineResponse) => void): Request<OSIS.Types.GetPipelineResponse, AWSError>;
|
38
38
|
/**
|
39
|
-
* Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request.
|
39
|
+
* Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request. For more information, see Using blueprints to create a pipeline.
|
40
40
|
*/
|
41
41
|
getPipelineBlueprint(params: OSIS.Types.GetPipelineBlueprintRequest, callback?: (err: AWSError, data: OSIS.Types.GetPipelineBlueprintResponse) => void): Request<OSIS.Types.GetPipelineBlueprintResponse, AWSError>;
|
42
42
|
/**
|
43
|
-
* Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request.
|
43
|
+
* Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request. For more information, see Using blueprints to create a pipeline.
|
44
44
|
*/
|
45
45
|
getPipelineBlueprint(callback?: (err: AWSError, data: OSIS.Types.GetPipelineBlueprintResponse) => void): Request<OSIS.Types.GetPipelineBlueprintResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see
|
47
|
+
* Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see Tracking the status of pipeline creation.
|
48
48
|
*/
|
49
49
|
getPipelineChangeProgress(params: OSIS.Types.GetPipelineChangeProgressRequest, callback?: (err: AWSError, data: OSIS.Types.GetPipelineChangeProgressResponse) => void): Request<OSIS.Types.GetPipelineChangeProgressResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see
|
51
|
+
* Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see Tracking the status of pipeline creation.
|
52
52
|
*/
|
53
53
|
getPipelineChangeProgress(callback?: (err: AWSError, data: OSIS.Types.GetPipelineChangeProgressResponse) => void): Request<OSIS.Types.GetPipelineChangeProgressResponse, AWSError>;
|
54
54
|
/**
|
55
|
-
* Retrieves a list of all available blueprints for Data Prepper.
|
55
|
+
* Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline.
|
56
56
|
*/
|
57
57
|
listPipelineBlueprints(params: OSIS.Types.ListPipelineBlueprintsRequest, callback?: (err: AWSError, data: OSIS.Types.ListPipelineBlueprintsResponse) => void): Request<OSIS.Types.ListPipelineBlueprintsResponse, AWSError>;
|
58
58
|
/**
|
59
|
-
* Retrieves a list of all available blueprints for Data Prepper.
|
59
|
+
* Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline.
|
60
60
|
*/
|
61
61
|
listPipelineBlueprints(callback?: (err: AWSError, data: OSIS.Types.ListPipelineBlueprintsResponse) => void): Request<OSIS.Types.ListPipelineBlueprintsResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see
|
63
|
+
* Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines.
|
64
64
|
*/
|
65
65
|
listPipelines(params: OSIS.Types.ListPipelinesRequest, callback?: (err: AWSError, data: OSIS.Types.ListPipelinesResponse) => void): Request<OSIS.Types.ListPipelinesResponse, AWSError>;
|
66
66
|
/**
|
67
|
-
* Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see
|
67
|
+
* Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines.
|
68
68
|
*/
|
69
69
|
listPipelines(callback?: (err: AWSError, data: OSIS.Types.ListPipelinesResponse) => void): Request<OSIS.Types.ListPipelinesResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
71
|
+
* Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
72
72
|
*/
|
73
73
|
listTagsForResource(params: OSIS.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: OSIS.Types.ListTagsForResourceResponse) => void): Request<OSIS.Types.ListTagsForResourceResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
75
|
+
* Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
76
76
|
*/
|
77
77
|
listTagsForResource(callback?: (err: AWSError, data: OSIS.Types.ListTagsForResourceResponse) => void): Request<OSIS.Types.ListTagsForResourceResponse, AWSError>;
|
78
78
|
/**
|
79
|
-
* Starts an OpenSearch Ingestion pipeline. For more information, see Starting
|
79
|
+
* Starts an OpenSearch Ingestion pipeline. For more information, see Starting an OpenSearch Ingestion pipeline.
|
80
80
|
*/
|
81
81
|
startPipeline(params: OSIS.Types.StartPipelineRequest, callback?: (err: AWSError, data: OSIS.Types.StartPipelineResponse) => void): Request<OSIS.Types.StartPipelineResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Starts an OpenSearch Ingestion pipeline. For more information, see Starting
|
83
|
+
* Starts an OpenSearch Ingestion pipeline. For more information, see Starting an OpenSearch Ingestion pipeline.
|
84
84
|
*/
|
85
85
|
startPipeline(callback?: (err: AWSError, data: OSIS.Types.StartPipelineResponse) => void): Request<OSIS.Types.StartPipelineResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Stops an OpenSearch Ingestion pipeline. For more information, see Stopping
|
87
|
+
* Stops an OpenSearch Ingestion pipeline. For more information, see Stopping an OpenSearch Ingestion pipeline.
|
88
88
|
*/
|
89
89
|
stopPipeline(params: OSIS.Types.StopPipelineRequest, callback?: (err: AWSError, data: OSIS.Types.StopPipelineResponse) => void): Request<OSIS.Types.StopPipelineResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Stops an OpenSearch Ingestion pipeline. For more information, see Stopping
|
91
|
+
* Stops an OpenSearch Ingestion pipeline. For more information, see Stopping an OpenSearch Ingestion pipeline.
|
92
92
|
*/
|
93
93
|
stopPipeline(callback?: (err: AWSError, data: OSIS.Types.StopPipelineResponse) => void): Request<OSIS.Types.StopPipelineResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Tags an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
95
|
+
* Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
96
96
|
*/
|
97
97
|
tagResource(params: OSIS.Types.TagResourceRequest, callback?: (err: AWSError, data: OSIS.Types.TagResourceResponse) => void): Request<OSIS.Types.TagResourceResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Tags an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
99
|
+
* Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
100
100
|
*/
|
101
101
|
tagResource(callback?: (err: AWSError, data: OSIS.Types.TagResourceResponse) => void): Request<OSIS.Types.TagResourceResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
* Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
103
|
+
* Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
104
104
|
*/
|
105
105
|
untagResource(params: OSIS.Types.UntagResourceRequest, callback?: (err: AWSError, data: OSIS.Types.UntagResourceResponse) => void): Request<OSIS.Types.UntagResourceResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
* Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
|
107
|
+
* Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
|
108
108
|
*/
|
109
109
|
untagResource(callback?: (err: AWSError, data: OSIS.Types.UntagResourceResponse) => void): Request<OSIS.Types.UntagResourceResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Updates an OpenSearch Ingestion pipeline. For more information, see
|
111
|
+
* Updates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines.
|
112
112
|
*/
|
113
113
|
updatePipeline(params: OSIS.Types.UpdatePipelineRequest, callback?: (err: AWSError, data: OSIS.Types.UpdatePipelineResponse) => void): Request<OSIS.Types.UpdatePipelineResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Updates an OpenSearch Ingestion pipeline. For more information, see
|
115
|
+
* Updates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines.
|
116
116
|
*/
|
117
117
|
updatePipeline(callback?: (err: AWSError, data: OSIS.Types.UpdatePipelineResponse) => void): Request<OSIS.Types.UpdatePipelineResponse, AWSError>;
|
118
118
|
/**
|
119
|
-
* Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating
|
119
|
+
* Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
|
120
120
|
*/
|
121
121
|
validatePipeline(params: OSIS.Types.ValidatePipelineRequest, callback?: (err: AWSError, data: OSIS.Types.ValidatePipelineResponse) => void): Request<OSIS.Types.ValidatePipelineResponse, AWSError>;
|
122
122
|
/**
|
123
|
-
* Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating
|
123
|
+
* Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
|
124
124
|
*/
|
125
125
|
validatePipeline(callback?: (err: AWSError, data: OSIS.Types.ValidatePipelineResponse) => void): Request<OSIS.Types.ValidatePipelineResponse, AWSError>;
|
126
126
|
}
|
@@ -28,11 +28,11 @@ declare class QLDB extends Service {
|
|
28
28
|
*/
|
29
29
|
createLedger(callback?: (err: AWSError, data: QLDB.Types.CreateLedgerResponse) => void): Request<QLDB.Types.CreateLedgerResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Deletes a ledger and all of its contents. This action is irreversible. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set
|
31
|
+
* Deletes a ledger and all of its contents. This action is irreversible. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
32
32
|
*/
|
33
33
|
deleteLedger(params: QLDB.Types.DeleteLedgerRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
34
34
|
/**
|
35
|
-
* Deletes a ledger and all of its contents. This action is irreversible. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set
|
35
|
+
* Deletes a ledger and all of its contents. This action is irreversible. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
36
36
|
*/
|
37
37
|
deleteLedger(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
38
38
|
/**
|
@@ -60,11 +60,11 @@ declare class QLDB extends Service {
|
|
60
60
|
*/
|
61
61
|
describeLedger(callback?: (err: AWSError, data: QLDB.Types.DescribeLedgerResponse) => void): Request<QLDB.Types.DescribeLedgerResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage Service (Amazon S3) bucket. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format.
|
63
|
+
* Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage Service (Amazon S3) bucket. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format. If the ledger with the given Name doesn't exist, then throws ResourceNotFoundException. If the ledger with the given Name is in CREATING status, then throws ResourcePreconditionNotMetException. You can initiate up to two concurrent journal export requests for each ledger. Beyond this limit, journal export requests throw LimitExceededException.
|
64
64
|
*/
|
65
65
|
exportJournalToS3(params: QLDB.Types.ExportJournalToS3Request, callback?: (err: AWSError, data: QLDB.Types.ExportJournalToS3Response) => void): Request<QLDB.Types.ExportJournalToS3Response, AWSError>;
|
66
66
|
/**
|
67
|
-
* Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage Service (Amazon S3) bucket. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format.
|
67
|
+
* Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage Service (Amazon S3) bucket. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format. If the ledger with the given Name doesn't exist, then throws ResourceNotFoundException. If the ledger with the given Name is in CREATING status, then throws ResourcePreconditionNotMetException. You can initiate up to two concurrent journal export requests for each ledger. Beyond this limit, journal export requests throw LimitExceededException.
|
68
68
|
*/
|
69
69
|
exportJournalToS3(callback?: (err: AWSError, data: QLDB.Types.ExportJournalToS3Response) => void): Request<QLDB.Types.ExportJournalToS3Response, AWSError>;
|
70
70
|
/**
|
@@ -92,35 +92,35 @@ declare class QLDB extends Service {
|
|
92
92
|
*/
|
93
93
|
getRevision(callback?: (err: AWSError, data: QLDB.Types.GetRevisionResponse) => void): Request<QLDB.Types.GetRevisionResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Returns
|
95
|
+
* Returns all Amazon QLDB journal streams for a given ledger. This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide. This action returns a maximum of MaxResults items. It is paginated so that you can retrieve all the items by calling ListJournalKinesisStreamsForLedger multiple times.
|
96
96
|
*/
|
97
97
|
listJournalKinesisStreamsForLedger(params: QLDB.Types.ListJournalKinesisStreamsForLedgerRequest, callback?: (err: AWSError, data: QLDB.Types.ListJournalKinesisStreamsForLedgerResponse) => void): Request<QLDB.Types.ListJournalKinesisStreamsForLedgerResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Returns
|
99
|
+
* Returns all Amazon QLDB journal streams for a given ledger. This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide. This action returns a maximum of MaxResults items. It is paginated so that you can retrieve all the items by calling ListJournalKinesisStreamsForLedger multiple times.
|
100
100
|
*/
|
101
101
|
listJournalKinesisStreamsForLedger(callback?: (err: AWSError, data: QLDB.Types.ListJournalKinesisStreamsForLedgerResponse) => void): Request<QLDB.Types.ListJournalKinesisStreamsForLedgerResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
* Returns
|
103
|
+
* Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items, and is paginated so that you can retrieve all the items by calling ListJournalS3Exports multiple times. This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
|
104
104
|
*/
|
105
105
|
listJournalS3Exports(params: QLDB.Types.ListJournalS3ExportsRequest, callback?: (err: AWSError, data: QLDB.Types.ListJournalS3ExportsResponse) => void): Request<QLDB.Types.ListJournalS3ExportsResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
* Returns
|
107
|
+
* Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items, and is paginated so that you can retrieve all the items by calling ListJournalS3Exports multiple times. This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
|
108
108
|
*/
|
109
109
|
listJournalS3Exports(callback?: (err: AWSError, data: QLDB.Types.ListJournalS3ExportsResponse) => void): Request<QLDB.Types.ListJournalS3ExportsResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Returns
|
111
|
+
* Returns all journal export jobs for a specified ledger. This action returns a maximum of MaxResults items, and is paginated so that you can retrieve all the items by calling ListJournalS3ExportsForLedger multiple times. This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
|
112
112
|
*/
|
113
113
|
listJournalS3ExportsForLedger(params: QLDB.Types.ListJournalS3ExportsForLedgerRequest, callback?: (err: AWSError, data: QLDB.Types.ListJournalS3ExportsForLedgerResponse) => void): Request<QLDB.Types.ListJournalS3ExportsForLedgerResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Returns
|
115
|
+
* Returns all journal export jobs for a specified ledger. This action returns a maximum of MaxResults items, and is paginated so that you can retrieve all the items by calling ListJournalS3ExportsForLedger multiple times. This action does not return any expired export jobs. For more information, see Export job expiration in the Amazon QLDB Developer Guide.
|
116
116
|
*/
|
117
117
|
listJournalS3ExportsForLedger(callback?: (err: AWSError, data: QLDB.Types.ListJournalS3ExportsForLedgerResponse) => void): Request<QLDB.Types.ListJournalS3ExportsForLedgerResponse, AWSError>;
|
118
118
|
/**
|
119
|
-
* Returns
|
119
|
+
* Returns all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items and is paginated so that you can retrieve all the items by calling ListLedgers multiple times.
|
120
120
|
*/
|
121
121
|
listLedgers(params: QLDB.Types.ListLedgersRequest, callback?: (err: AWSError, data: QLDB.Types.ListLedgersResponse) => void): Request<QLDB.Types.ListLedgersResponse, AWSError>;
|
122
122
|
/**
|
123
|
-
* Returns
|
123
|
+
* Returns all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items and is paginated so that you can retrieve all the items by calling ListLedgers multiple times.
|
124
124
|
*/
|
125
125
|
listLedgers(callback?: (err: AWSError, data: QLDB.Types.ListLedgersResponse) => void): Request<QLDB.Types.ListLedgersResponse, AWSError>;
|
126
126
|
/**
|
@@ -205,11 +205,11 @@ declare namespace QLDB {
|
|
205
205
|
*/
|
206
206
|
PermissionsMode: PermissionsMode;
|
207
207
|
/**
|
208
|
-
*
|
208
|
+
* Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
209
209
|
*/
|
210
210
|
DeletionProtection?: DeletionProtection;
|
211
211
|
/**
|
212
|
-
* The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger. For more information, see Encryption at rest in the Amazon QLDB Developer Guide. Use one of the following options to specify this parameter: AWS_OWNED_KMS_KEY: Use an KMS key that is owned and managed by Amazon Web Services on your behalf. Undefined: By default, use an Amazon Web Services owned KMS key. A valid symmetric customer managed KMS key: Use the specified KMS key in your account that you create, own, and manage. Amazon QLDB does not support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide. To specify a customer managed KMS key, you can use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix it with "alias/". To specify a key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.
|
212
|
+
* The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger. For more information, see Encryption at rest in the Amazon QLDB Developer Guide. Use one of the following options to specify this parameter: AWS_OWNED_KMS_KEY: Use an KMS key that is owned and managed by Amazon Web Services on your behalf. Undefined: By default, use an Amazon Web Services owned KMS key. A valid symmetric customer managed KMS key: Use the specified symmetric encryption KMS key in your account that you create, own, and manage. Amazon QLDB does not support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide. To specify a customer managed KMS key, you can use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix it with "alias/". To specify a key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.
|
213
213
|
*/
|
214
214
|
KmsKey?: KmsKey;
|
215
215
|
}
|
@@ -235,7 +235,7 @@ declare namespace QLDB {
|
|
235
235
|
*/
|
236
236
|
PermissionsMode?: PermissionsMode;
|
237
237
|
/**
|
238
|
-
*
|
238
|
+
* Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
239
239
|
*/
|
240
240
|
DeletionProtection?: DeletionProtection;
|
241
241
|
/**
|
@@ -310,7 +310,7 @@ declare namespace QLDB {
|
|
310
310
|
*/
|
311
311
|
PermissionsMode?: PermissionsMode;
|
312
312
|
/**
|
313
|
-
*
|
313
|
+
* Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
314
314
|
*/
|
315
315
|
DeletionProtection?: DeletionProtection;
|
316
316
|
/**
|
@@ -339,11 +339,11 @@ declare namespace QLDB {
|
|
339
339
|
*/
|
340
340
|
S3ExportConfiguration: S3ExportConfiguration;
|
341
341
|
/**
|
342
|
-
* The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following: Write objects into your Amazon
|
342
|
+
* The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following: Write objects into your Amazon S3 bucket. (Optional) Use your customer managed key in Key Management Service (KMS) for server-side encryption of your exported data. To pass a role to QLDB when requesting a journal export, you must have permissions to perform the iam:PassRole action on the IAM role resource. This is required for all journal export requests.
|
343
343
|
*/
|
344
344
|
RoleArn: Arn;
|
345
345
|
/**
|
346
|
-
* The output format of your exported journal data.
|
346
|
+
* The output format of your exported journal data. A journal export job can write the data objects in either the text or binary representation of Amazon Ion format, or in JSON Lines text format. Default: ION_TEXT In JSON Lines format, each journal block in an exported data object is a valid JSON object that is delimited by a newline. You can use this format to directly integrate JSON exports with analytics tools such as Amazon Athena and Glue because these services can parse newline-delimited JSON automatically.
|
347
347
|
*/
|
348
348
|
OutputFormat?: OutputFormat;
|
349
349
|
}
|
@@ -512,7 +512,7 @@ declare namespace QLDB {
|
|
512
512
|
*/
|
513
513
|
StreamArn: Arn;
|
514
514
|
/**
|
515
|
-
* Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.
|
515
|
+
* Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call. Default: True Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see KPL Key Concepts and Consumer De-aggregation in the Amazon Kinesis Data Streams Developer Guide.
|
516
516
|
*/
|
517
517
|
AggregationEnabled?: Boolean;
|
518
518
|
}
|
@@ -564,7 +564,7 @@ declare namespace QLDB {
|
|
564
564
|
}
|
565
565
|
export interface ListJournalKinesisStreamsForLedgerResponse {
|
566
566
|
/**
|
567
|
-
* The
|
567
|
+
* The QLDB journal streams that are currently associated with the given ledger.
|
568
568
|
*/
|
569
569
|
Streams?: JournalKinesisStreamDescriptionList;
|
570
570
|
/**
|
@@ -588,7 +588,7 @@ declare namespace QLDB {
|
|
588
588
|
}
|
589
589
|
export interface ListJournalS3ExportsForLedgerResponse {
|
590
590
|
/**
|
591
|
-
* The
|
591
|
+
* The journal export jobs that are currently associated with the specified ledger.
|
592
592
|
*/
|
593
593
|
JournalS3Exports?: JournalS3ExportList;
|
594
594
|
/**
|
@@ -608,7 +608,7 @@ declare namespace QLDB {
|
|
608
608
|
}
|
609
609
|
export interface ListJournalS3ExportsResponse {
|
610
610
|
/**
|
611
|
-
* The
|
611
|
+
* The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.
|
612
612
|
*/
|
613
613
|
JournalS3Exports?: JournalS3ExportList;
|
614
614
|
/**
|
@@ -628,7 +628,7 @@ declare namespace QLDB {
|
|
628
628
|
}
|
629
629
|
export interface ListLedgersResponse {
|
630
630
|
/**
|
631
|
-
* The
|
631
|
+
* The ledgers that are associated with the current Amazon Web Services account and Region.
|
632
632
|
*/
|
633
633
|
Ledgers?: LedgerList;
|
634
634
|
/**
|
@@ -659,7 +659,7 @@ declare namespace QLDB {
|
|
659
659
|
*/
|
660
660
|
ObjectEncryptionType: S3ObjectEncryptionType;
|
661
661
|
/**
|
662
|
-
* The Amazon Resource Name (ARN) of a symmetric key in Key Management Service (KMS). Amazon S3 does not support asymmetric KMS keys. You must provide a KmsKeyArn if you specify SSE_KMS as the ObjectEncryptionType. KmsKeyArn is not required if you specify SSE_S3 as the ObjectEncryptionType.
|
662
|
+
* The Amazon Resource Name (ARN) of a symmetric encryption key in Key Management Service (KMS). Amazon S3 does not support asymmetric KMS keys. You must provide a KmsKeyArn if you specify SSE_KMS as the ObjectEncryptionType. KmsKeyArn is not required if you specify SSE_S3 as the ObjectEncryptionType.
|
663
663
|
*/
|
664
664
|
KmsKeyArn?: Arn;
|
665
665
|
}
|
@@ -777,11 +777,11 @@ declare namespace QLDB {
|
|
777
777
|
*/
|
778
778
|
Name: LedgerName;
|
779
779
|
/**
|
780
|
-
*
|
780
|
+
* Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
781
781
|
*/
|
782
782
|
DeletionProtection?: DeletionProtection;
|
783
783
|
/**
|
784
|
-
* The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger. For more information, see Encryption at rest in the Amazon QLDB Developer Guide. Use one of the following options to specify this parameter: AWS_OWNED_KMS_KEY: Use an KMS key that is owned and managed by Amazon Web Services on your behalf. Undefined: Make no changes to the KMS key of the ledger. A valid symmetric customer managed KMS key: Use the specified KMS key in your account that you create, own, and manage. Amazon QLDB does not support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide. To specify a customer managed KMS key, you can use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix it with "alias/". To specify a key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.
|
784
|
+
* The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger. For more information, see Encryption at rest in the Amazon QLDB Developer Guide. Use one of the following options to specify this parameter: AWS_OWNED_KMS_KEY: Use an KMS key that is owned and managed by Amazon Web Services on your behalf. Undefined: Make no changes to the KMS key of the ledger. A valid symmetric customer managed KMS key: Use the specified symmetric encryption KMS key in your account that you create, own, and manage. Amazon QLDB does not support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide. To specify a customer managed KMS key, you can use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. When using an alias name, prefix it with "alias/". To specify a key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.
|
785
785
|
*/
|
786
786
|
KmsKey?: KmsKey;
|
787
787
|
}
|
@@ -803,7 +803,7 @@ declare namespace QLDB {
|
|
803
803
|
*/
|
804
804
|
CreationDateTime?: Timestamp;
|
805
805
|
/**
|
806
|
-
*
|
806
|
+
* Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.
|
807
807
|
*/
|
808
808
|
DeletionProtection?: DeletionProtection;
|
809
809
|
/**
|
@@ -824,6 +824,7 @@ declare namespace Rekognition {
|
|
824
824
|
}
|
825
825
|
export type ContentClassifier = "FreeOfPersonallyIdentifiableInformation"|"FreeOfAdultContent"|string;
|
826
826
|
export type ContentClassifiers = ContentClassifier[];
|
827
|
+
export type ContentModerationAggregateBy = "TIMESTAMPS"|"SEGMENTS"|string;
|
827
828
|
export interface ContentModerationDetection {
|
828
829
|
/**
|
829
830
|
* Time, in milliseconds from the beginning of the video, that the content moderation label was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the moderated content first appears.
|
@@ -833,6 +834,18 @@ declare namespace Rekognition {
|
|
833
834
|
* The content moderation label detected by in the stored video.
|
834
835
|
*/
|
835
836
|
ModerationLabel?: ModerationLabel;
|
837
|
+
/**
|
838
|
+
* The time in milliseconds defining the start of the timeline segment containing a continuously detected moderation label.
|
839
|
+
*/
|
840
|
+
StartTimestampMillis?: ULong;
|
841
|
+
/**
|
842
|
+
* The time in milliseconds defining the end of the timeline segment containing a continuously detected moderation label.
|
843
|
+
*/
|
844
|
+
EndTimestampMillis?: ULong;
|
845
|
+
/**
|
846
|
+
* The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.
|
847
|
+
*/
|
848
|
+
DurationMillis?: ULong;
|
836
849
|
}
|
837
850
|
export type ContentModerationDetections = ContentModerationDetection[];
|
838
851
|
export type ContentModerationSortBy = "NAME"|"TIMESTAMP"|string;
|
@@ -2006,6 +2019,15 @@ declare namespace Rekognition {
|
|
2006
2019
|
* Array of celebrities recognized in the video.
|
2007
2020
|
*/
|
2008
2021
|
Celebrities?: CelebrityRecognitions;
|
2022
|
+
/**
|
2023
|
+
* Job identifier for the celebrity recognition operation for which you want to obtain results. The job identifer is returned by an initial call to StartCelebrityRecognition.
|
2024
|
+
*/
|
2025
|
+
JobId?: JobId;
|
2026
|
+
Video?: Video;
|
2027
|
+
/**
|
2028
|
+
* A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2029
|
+
*/
|
2030
|
+
JobTag?: JobTag;
|
2009
2031
|
}
|
2010
2032
|
export interface GetContentModerationRequest {
|
2011
2033
|
/**
|
@@ -2024,6 +2046,20 @@ declare namespace Rekognition {
|
|
2024
2046
|
* Sort to use for elements in the ModerationLabelDetections array. Use TIMESTAMP to sort array elements by the time labels are detected. Use NAME to alphabetically group elements for a label together. Within each label group, the array element are sorted by detection confidence. The default sort is by TIMESTAMP.
|
2025
2047
|
*/
|
2026
2048
|
SortBy?: ContentModerationSortBy;
|
2049
|
+
/**
|
2050
|
+
* Defines how to aggregate results of the StartContentModeration request. Default aggregation option is TIMESTAMPS. SEGMENTS mode aggregates moderation labels over time.
|
2051
|
+
*/
|
2052
|
+
AggregateBy?: ContentModerationAggregateBy;
|
2053
|
+
}
|
2054
|
+
export interface GetContentModerationRequestMetadata {
|
2055
|
+
/**
|
2056
|
+
* The sorting method chosen for a GetContentModeration request.
|
2057
|
+
*/
|
2058
|
+
SortBy?: ContentModerationSortBy;
|
2059
|
+
/**
|
2060
|
+
* The aggregation method chosen for a GetContentModeration request.
|
2061
|
+
*/
|
2062
|
+
AggregateBy?: ContentModerationAggregateBy;
|
2027
2063
|
}
|
2028
2064
|
export interface GetContentModerationResponse {
|
2029
2065
|
/**
|
@@ -2050,6 +2086,19 @@ declare namespace Rekognition {
|
|
2050
2086
|
* Version number of the moderation detection model that was used to detect inappropriate, unwanted, or offensive content.
|
2051
2087
|
*/
|
2052
2088
|
ModerationModelVersion?: String;
|
2089
|
+
/**
|
2090
|
+
* Job identifier for the content moderation operation for which you want to obtain results. The job identifer is returned by an initial call to StartContentModeration.
|
2091
|
+
*/
|
2092
|
+
JobId?: JobId;
|
2093
|
+
Video?: Video;
|
2094
|
+
/**
|
2095
|
+
* A job identifier specified in the call to StartContentModeration and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2096
|
+
*/
|
2097
|
+
JobTag?: JobTag;
|
2098
|
+
/**
|
2099
|
+
* Information about the paramters used when getting a response. Includes information on aggregation and sorting methods.
|
2100
|
+
*/
|
2101
|
+
GetRequestMetadata?: GetContentModerationRequestMetadata;
|
2053
2102
|
}
|
2054
2103
|
export interface GetFaceDetectionRequest {
|
2055
2104
|
/**
|
@@ -2086,6 +2135,15 @@ declare namespace Rekognition {
|
|
2086
2135
|
* An array of faces detected in the video. Each element contains a detected face's details and the time, in milliseconds from the start of the video, the face was detected.
|
2087
2136
|
*/
|
2088
2137
|
Faces?: FaceDetections;
|
2138
|
+
/**
|
2139
|
+
* Job identifier for the face detection operation for which you want to obtain results. The job identifer is returned by an initial call to StartFaceDetection.
|
2140
|
+
*/
|
2141
|
+
JobId?: JobId;
|
2142
|
+
Video?: Video;
|
2143
|
+
/**
|
2144
|
+
* A job identifier specified in the call to StartFaceDetection and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2145
|
+
*/
|
2146
|
+
JobTag?: JobTag;
|
2089
2147
|
}
|
2090
2148
|
export interface GetFaceLivenessSessionResultsRequest {
|
2091
2149
|
/**
|
@@ -2154,6 +2212,15 @@ declare namespace Rekognition {
|
|
2154
2212
|
* An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection. It also includes time information for when persons are matched in the video. You specify the input collection in an initial call to StartFaceSearch. Each Persons element includes a time the person was matched, face match details (FaceMatches) for matching faces in the collection, and person information (Person) for the matched person.
|
2155
2213
|
*/
|
2156
2214
|
Persons?: PersonMatches;
|
2215
|
+
/**
|
2216
|
+
* Job identifier for the face search operation for which you want to obtain results. The job identifer is returned by an initial call to StartFaceSearch.
|
2217
|
+
*/
|
2218
|
+
JobId?: JobId;
|
2219
|
+
Video?: Video;
|
2220
|
+
/**
|
2221
|
+
* A job identifier specified in the call to StartFaceSearch and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2222
|
+
*/
|
2223
|
+
JobTag?: JobTag;
|
2157
2224
|
}
|
2158
2225
|
export interface GetLabelDetectionRequest {
|
2159
2226
|
/**
|
@@ -2177,6 +2244,16 @@ declare namespace Rekognition {
|
|
2177
2244
|
*/
|
2178
2245
|
AggregateBy?: LabelDetectionAggregateBy;
|
2179
2246
|
}
|
2247
|
+
export interface GetLabelDetectionRequestMetadata {
|
2248
|
+
/**
|
2249
|
+
* The sorting method chosen for a GetLabelDetection request.
|
2250
|
+
*/
|
2251
|
+
SortBy?: LabelDetectionSortBy;
|
2252
|
+
/**
|
2253
|
+
* The aggregation method chosen for a GetLabelDetection request.
|
2254
|
+
*/
|
2255
|
+
AggregateBy?: LabelDetectionAggregateBy;
|
2256
|
+
}
|
2180
2257
|
export interface GetLabelDetectionResponse {
|
2181
2258
|
/**
|
2182
2259
|
* The current status of the label detection job.
|
@@ -2202,6 +2279,19 @@ declare namespace Rekognition {
|
|
2202
2279
|
* Version number of the label detection model that was used to detect labels.
|
2203
2280
|
*/
|
2204
2281
|
LabelModelVersion?: String;
|
2282
|
+
/**
|
2283
|
+
* Job identifier for the label detection operation for which you want to obtain results. The job identifer is returned by an initial call to StartLabelDetection.
|
2284
|
+
*/
|
2285
|
+
JobId?: JobId;
|
2286
|
+
Video?: Video;
|
2287
|
+
/**
|
2288
|
+
* A job identifier specified in the call to StartLabelDetection and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2289
|
+
*/
|
2290
|
+
JobTag?: JobTag;
|
2291
|
+
/**
|
2292
|
+
* Information about the paramters used when getting a response. Includes information on aggregation and sorting methods.
|
2293
|
+
*/
|
2294
|
+
GetRequestMetadata?: GetLabelDetectionRequestMetadata;
|
2205
2295
|
}
|
2206
2296
|
export interface GetPersonTrackingRequest {
|
2207
2297
|
/**
|
@@ -2242,6 +2332,15 @@ declare namespace Rekognition {
|
|
2242
2332
|
* An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person's path is tracked.
|
2243
2333
|
*/
|
2244
2334
|
Persons?: PersonDetections;
|
2335
|
+
/**
|
2336
|
+
* Job identifier for the person tracking operation for which you want to obtain results. The job identifer is returned by an initial call to StartPersonTracking.
|
2337
|
+
*/
|
2338
|
+
JobId?: JobId;
|
2339
|
+
Video?: Video;
|
2340
|
+
/**
|
2341
|
+
* A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2342
|
+
*/
|
2343
|
+
JobTag?: JobTag;
|
2245
2344
|
}
|
2246
2345
|
export interface GetSegmentDetectionRequest {
|
2247
2346
|
/**
|
@@ -2286,6 +2385,15 @@ declare namespace Rekognition {
|
|
2286
2385
|
* An array containing the segment types requested in the call to StartSegmentDetection.
|
2287
2386
|
*/
|
2288
2387
|
SelectedSegmentTypes?: SegmentTypesInfo;
|
2388
|
+
/**
|
2389
|
+
* Job identifier for the segment detection operation for which you want to obtain results. The job identifer is returned by an initial call to StartSegmentDetection.
|
2390
|
+
*/
|
2391
|
+
JobId?: JobId;
|
2392
|
+
Video?: Video;
|
2393
|
+
/**
|
2394
|
+
* A job identifier specified in the call to StartSegmentDetection and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2395
|
+
*/
|
2396
|
+
JobTag?: JobTag;
|
2289
2397
|
}
|
2290
2398
|
export interface GetTextDetectionRequest {
|
2291
2399
|
/**
|
@@ -2323,6 +2431,15 @@ declare namespace Rekognition {
|
|
2323
2431
|
* Version number of the text detection model that was used to detect text.
|
2324
2432
|
*/
|
2325
2433
|
TextModelVersion?: String;
|
2434
|
+
/**
|
2435
|
+
* Job identifier for the text detection operation for which you want to obtain results. The job identifer is returned by an initial call to StartTextDetection.
|
2436
|
+
*/
|
2437
|
+
JobId?: JobId;
|
2438
|
+
Video?: Video;
|
2439
|
+
/**
|
2440
|
+
* A job identifier specified in the call to StartTextDetection and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
|
2441
|
+
*/
|
2442
|
+
JobTag?: JobTag;
|
2326
2443
|
}
|
2327
2444
|
export type GroundTruthBlob = Buffer|Uint8Array|Blob|string;
|
2328
2445
|
export interface GroundTruthManifest {
|
@@ -2845,7 +2845,7 @@ declare namespace SageMaker {
|
|
2845
2845
|
export type AppImageConfigList = AppImageConfigDetails[];
|
2846
2846
|
export type AppImageConfigName = string;
|
2847
2847
|
export type AppImageConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
|
2848
|
-
export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.geospatial.interactive"|string;
|
2848
|
+
export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.geospatial.interactive"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|string;
|
2849
2849
|
export type AppList = AppDetails[];
|
2850
2850
|
export type AppManaged = boolean;
|
2851
2851
|
export type AppName = string;
|
@@ -16938,7 +16938,7 @@ declare namespace SageMaker {
|
|
16938
16938
|
*/
|
16939
16939
|
Status?: FeatureStatus;
|
16940
16940
|
/**
|
16941
|
-
* The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas
|
16941
|
+
* The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.
|
16942
16942
|
*/
|
16943
16943
|
CrossAccountModelRegisterRoleArn?: RoleArn;
|
16944
16944
|
}
|