cdk-docker-image-deployment 0.0.146 → 0.0.148
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +5 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +246 -195
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +2 -1
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +5 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +163 -163
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +329 -311
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +21 -21
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +44 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +4 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -0
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -2
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -372,11 +372,11 @@ declare class EventBridge extends Service {
|
|
|
372
372
|
*/
|
|
373
373
|
putRule(callback?: (err: AWSError, data: EventBridge.Types.PutRuleResponse) => void): Request<EventBridge.Types.PutRuleResponse, AWSError>;
|
|
374
374
|
/**
|
|
375
|
-
* Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered. Each rule can have up to five (5) targets associated with it at one time. You can configure the following as targets for Events: API destination API Gateway Batch job queue CloudWatch group CodeBuild project CodePipeline EC2 CreateSnapshot API call EC2 Image Builder EC2 RebootInstances API call EC2 StopInstances API call EC2 TerminateInstances API call ECS task Event bus in a different account or Region Event bus in the same account and Region Firehose delivery stream Glue workflow Incident Manager response plan Inspector assessment template Kinesis stream Lambda function Redshift cluster SageMaker Pipeline SNS topic SQS queue Step Functions state machine Systems Manager Automation Systems Manager OpsItem Systems Manager Run Command Creating rules with built-in targets is supported only in the Amazon Web Services Management Console. The built-in targets are EC2 CreateSnapshot API call, EC2 RebootInstances API call, EC2 StopInstances API call, and EC2 TerminateInstances API call. For some target types, PutTargets provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the KinesisParameters argument. To invoke a command on multiple EC2 instances with one rule, you can use the RunCommandParameters field. To be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions. For Lambda and Amazon SNS resources, EventBridge relies on resource-based policies. For EC2 instances, Kinesis Data Streams, Step Functions state machines and API Gateway
|
|
375
|
+
* Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered. Each rule can have up to five (5) targets associated with it at one time. You can configure the following as targets for Events: API destination API Gateway Batch job queue CloudWatch group CodeBuild project CodePipeline EC2 CreateSnapshot API call EC2 Image Builder EC2 RebootInstances API call EC2 StopInstances API call EC2 TerminateInstances API call ECS task Event bus in a different account or Region Event bus in the same account and Region Firehose delivery stream Glue workflow Incident Manager response plan Inspector assessment template Kinesis stream Lambda function Redshift cluster Redshift Serverless workgroup SageMaker Pipeline SNS topic SQS queue Step Functions state machine Systems Manager Automation Systems Manager OpsItem Systems Manager Run Command Creating rules with built-in targets is supported only in the Amazon Web Services Management Console. The built-in targets are EC2 CreateSnapshot API call, EC2 RebootInstances API call, EC2 StopInstances API call, and EC2 TerminateInstances API call. For some target types, PutTargets provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the KinesisParameters argument. To invoke a command on multiple EC2 instances with one rule, you can use the RunCommandParameters field. To be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions. For Lambda and Amazon SNS resources, EventBridge relies on resource-based policies. For EC2 instances, Kinesis Data Streams, Step Functions state machines and API Gateway APIs, EventBridge relies on IAM roles that you specify in the RoleARN argument in PutTargets. For more information, see Authentication and Access Control in the Amazon EventBridge User Guide. If another Amazon Web Services account is in the same region and has granted you permission (using PutPermission), you can send events to that account. Set that account's event bus as a target of the rules in your account. To send the matched events to the other account, specify that account's event bus as the Arn value when you run PutTargets. If your account sends events to another account, your account is charged for each sent event. Each event sent to another account is charged as a custom event. The account receiving the event is not charged. For more information, see Amazon EventBridge Pricing. Input, InputPath, and InputTransformer are not available with PutTarget if the target is an event bus of a different Amazon Web Services account. If you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a RoleArn with proper permissions in the Target structure. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide. For more information about enabling cross-account events, see PutPermission. Input, InputPath, and InputTransformer are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event: If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON format (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target). If Input is specified in the form of valid JSON, then the matched event is overridden with this constant. If InputPath is specified in the form of JSONPath (for example, $.detail), then only the part of the event specified in the path is passed to the target (for example, only the detail part of the event is passed). If InputTransformer is specified, then one or more specified JSONPaths are extracted from the event and used as values in a template that you specify as the input to the target. When you specify InputPath or InputTransformer, you must use JSON dot notation, not bracket notation. When you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Allow a short period of time for changes to take effect. This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount is non-zero in the response and each entry in FailedEntries provides the ID of the failed target and the error code.
|
|
376
376
|
*/
|
|
377
377
|
putTargets(params: EventBridge.Types.PutTargetsRequest, callback?: (err: AWSError, data: EventBridge.Types.PutTargetsResponse) => void): Request<EventBridge.Types.PutTargetsResponse, AWSError>;
|
|
378
378
|
/**
|
|
379
|
-
* Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered. Each rule can have up to five (5) targets associated with it at one time. You can configure the following as targets for Events: API destination API Gateway Batch job queue CloudWatch group CodeBuild project CodePipeline EC2 CreateSnapshot API call EC2 Image Builder EC2 RebootInstances API call EC2 StopInstances API call EC2 TerminateInstances API call ECS task Event bus in a different account or Region Event bus in the same account and Region Firehose delivery stream Glue workflow Incident Manager response plan Inspector assessment template Kinesis stream Lambda function Redshift cluster SageMaker Pipeline SNS topic SQS queue Step Functions state machine Systems Manager Automation Systems Manager OpsItem Systems Manager Run Command Creating rules with built-in targets is supported only in the Amazon Web Services Management Console. The built-in targets are EC2 CreateSnapshot API call, EC2 RebootInstances API call, EC2 StopInstances API call, and EC2 TerminateInstances API call. For some target types, PutTargets provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the KinesisParameters argument. To invoke a command on multiple EC2 instances with one rule, you can use the RunCommandParameters field. To be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions. For Lambda and Amazon SNS resources, EventBridge relies on resource-based policies. For EC2 instances, Kinesis Data Streams, Step Functions state machines and API Gateway
|
|
379
|
+
* Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered. Each rule can have up to five (5) targets associated with it at one time. You can configure the following as targets for Events: API destination API Gateway Batch job queue CloudWatch group CodeBuild project CodePipeline EC2 CreateSnapshot API call EC2 Image Builder EC2 RebootInstances API call EC2 StopInstances API call EC2 TerminateInstances API call ECS task Event bus in a different account or Region Event bus in the same account and Region Firehose delivery stream Glue workflow Incident Manager response plan Inspector assessment template Kinesis stream Lambda function Redshift cluster Redshift Serverless workgroup SageMaker Pipeline SNS topic SQS queue Step Functions state machine Systems Manager Automation Systems Manager OpsItem Systems Manager Run Command Creating rules with built-in targets is supported only in the Amazon Web Services Management Console. The built-in targets are EC2 CreateSnapshot API call, EC2 RebootInstances API call, EC2 StopInstances API call, and EC2 TerminateInstances API call. For some target types, PutTargets provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the KinesisParameters argument. To invoke a command on multiple EC2 instances with one rule, you can use the RunCommandParameters field. To be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions. For Lambda and Amazon SNS resources, EventBridge relies on resource-based policies. For EC2 instances, Kinesis Data Streams, Step Functions state machines and API Gateway APIs, EventBridge relies on IAM roles that you specify in the RoleARN argument in PutTargets. For more information, see Authentication and Access Control in the Amazon EventBridge User Guide. If another Amazon Web Services account is in the same region and has granted you permission (using PutPermission), you can send events to that account. Set that account's event bus as a target of the rules in your account. To send the matched events to the other account, specify that account's event bus as the Arn value when you run PutTargets. If your account sends events to another account, your account is charged for each sent event. Each event sent to another account is charged as a custom event. The account receiving the event is not charged. For more information, see Amazon EventBridge Pricing. Input, InputPath, and InputTransformer are not available with PutTarget if the target is an event bus of a different Amazon Web Services account. If you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a RoleArn with proper permissions in the Target structure. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide. For more information about enabling cross-account events, see PutPermission. Input, InputPath, and InputTransformer are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event: If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON format (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target). If Input is specified in the form of valid JSON, then the matched event is overridden with this constant. If InputPath is specified in the form of JSONPath (for example, $.detail), then only the part of the event specified in the path is passed to the target (for example, only the detail part of the event is passed). If InputTransformer is specified, then one or more specified JSONPaths are extracted from the event and used as values in a template that you specify as the input to the target. When you specify InputPath or InputTransformer, you must use JSON dot notation, not bracket notation. When you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Allow a short period of time for changes to take effect. This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount is non-zero in the response and each entry in FailedEntries provides the ID of the failed target and the error code.
|
|
380
380
|
*/
|
|
381
381
|
putTargets(callback?: (err: AWSError, data: EventBridge.Types.PutTargetsResponse) => void): Request<EventBridge.Types.PutTargetsResponse, AWSError>;
|
|
382
382
|
/**
|
|
@@ -672,7 +672,7 @@ declare namespace EventBridge {
|
|
|
672
672
|
*/
|
|
673
673
|
StateReason?: ConnectionStateReason;
|
|
674
674
|
/**
|
|
675
|
-
* The authorization type specified for the connection.
|
|
675
|
+
* The authorization type specified for the connection. OAUTH tokens are refreshed when a 401 or 407 response is returned.
|
|
676
676
|
*/
|
|
677
677
|
AuthorizationType?: ConnectionAuthorizationType;
|
|
678
678
|
/**
|
|
@@ -969,7 +969,7 @@ declare namespace EventBridge {
|
|
|
969
969
|
*/
|
|
970
970
|
Description?: ConnectionDescription;
|
|
971
971
|
/**
|
|
972
|
-
* The type of authorization to use for the connection.
|
|
972
|
+
* The type of authorization to use for the connection. OAUTH tokens are refreshed when a 401 or 407 response is returned.
|
|
973
973
|
*/
|
|
974
974
|
AuthorizationType: ConnectionAuthorizationType;
|
|
975
975
|
/**
|
|
@@ -1009,7 +1009,7 @@ declare namespace EventBridge {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
RoutingConfig: RoutingConfig;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Enable or disable event replication.
|
|
1012
|
+
* Enable or disable event replication. The default state is ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.
|
|
1013
1013
|
*/
|
|
1014
1014
|
ReplicationConfig?: ReplicationConfig;
|
|
1015
1015
|
/**
|
|
@@ -1053,7 +1053,7 @@ declare namespace EventBridge {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
export interface CreateEventBusRequest {
|
|
1055
1055
|
/**
|
|
1056
|
-
* The name of the new event bus.
|
|
1056
|
+
* The name of the new event bus. Custom event bus names can't contain the / character, but you can use the / character in partner event bus names. In addition, for partner event buses, the name must exactly match the name of the partner event source that this event bus is matched to. You can't use the name default for a custom event bus, as this name is already used for your account's default event bus.
|
|
1057
1057
|
*/
|
|
1058
1058
|
Name: EventBusName;
|
|
1059
1059
|
/**
|
|
@@ -1700,7 +1700,7 @@ declare namespace EventBridge {
|
|
|
1700
1700
|
*/
|
|
1701
1701
|
RoutingConfig?: RoutingConfig;
|
|
1702
1702
|
/**
|
|
1703
|
-
* Whether event replication was enabled or disabled for this endpoint.
|
|
1703
|
+
* Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.
|
|
1704
1704
|
*/
|
|
1705
1705
|
ReplicationConfig?: ReplicationConfig;
|
|
1706
1706
|
/**
|
|
@@ -1712,7 +1712,7 @@ declare namespace EventBridge {
|
|
|
1712
1712
|
*/
|
|
1713
1713
|
RoleArn?: IamRoleArn;
|
|
1714
1714
|
/**
|
|
1715
|
-
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
|
|
1715
|
+
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
|
|
1716
1716
|
*/
|
|
1717
1717
|
EndpointId?: EndpointId;
|
|
1718
1718
|
/**
|
|
@@ -1822,15 +1822,15 @@ declare namespace EventBridge {
|
|
|
1822
1822
|
export type HomeRegion = string;
|
|
1823
1823
|
export interface HttpParameters {
|
|
1824
1824
|
/**
|
|
1825
|
-
* The path parameter values to be used to populate API Gateway
|
|
1825
|
+
* The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
|
|
1826
1826
|
*/
|
|
1827
1827
|
PathParameterValues?: PathParameterList;
|
|
1828
1828
|
/**
|
|
1829
|
-
* The headers that need to be sent as part of request invoking the API Gateway
|
|
1829
|
+
* The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
|
|
1830
1830
|
*/
|
|
1831
1831
|
HeaderParameters?: HeaderParametersMap;
|
|
1832
1832
|
/**
|
|
1833
|
-
* The query string keys/values that need to be sent as part of request invoking the API Gateway
|
|
1833
|
+
* The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
|
|
1834
1834
|
*/
|
|
1835
1835
|
QueryStringParameters?: QueryStringParametersMap;
|
|
1836
1836
|
}
|
|
@@ -1842,7 +1842,7 @@ declare namespace EventBridge {
|
|
|
1842
1842
|
*/
|
|
1843
1843
|
InputPathsMap?: TransformerPaths;
|
|
1844
1844
|
/**
|
|
1845
|
-
* Input template where you specify placeholders that will be filled with the values of the keys from InputPathsMap to customize the data sent to the target. Enclose each InputPathsMaps value in brackets: <value>
|
|
1845
|
+
* Input template where you specify placeholders that will be filled with the values of the keys from InputPathsMap to customize the data sent to the target. Enclose each InputPathsMaps value in brackets: <value> If InputTemplate is a JSON object (surrounded by curly braces), the following restrictions apply: The placeholder cannot be used as an object key. The following example shows the syntax for using InputPathsMap and InputTemplate. "InputTransformer": { "InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"}, "InputTemplate": "<instance> is in state <status>" } To have the InputTemplate include quote marks within a JSON string, escape each quote marks with a slash, as in the following example: "InputTransformer": { "InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"}, "InputTemplate": "<instance> is in state \"<status>\"" } The InputTemplate can also be valid JSON with varibles in quotes or out, as in the following example: "InputTransformer": { "InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"}, "InputTemplate": '{"myInstance": <instance>,"myStatus": "<instance> is in state \"<status>\""}' }
|
|
1846
1846
|
*/
|
|
1847
1847
|
InputTemplate: TransformerInput;
|
|
1848
1848
|
}
|
|
@@ -2285,7 +2285,7 @@ declare namespace EventBridge {
|
|
|
2285
2285
|
*/
|
|
2286
2286
|
Entries: PutEventsRequestEntryList;
|
|
2287
2287
|
/**
|
|
2288
|
-
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo. When using Java, you must include auth-crt on the class path.
|
|
2288
|
+
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo. When using Java, you must include auth-crt on the class path.
|
|
2289
2289
|
*/
|
|
2290
2290
|
EndpointId?: EndpointId;
|
|
2291
2291
|
}
|
|
@@ -2303,7 +2303,7 @@ declare namespace EventBridge {
|
|
|
2303
2303
|
*/
|
|
2304
2304
|
Resources?: EventResourceList;
|
|
2305
2305
|
/**
|
|
2306
|
-
* Free-form string used to decide what fields to expect in the event detail.
|
|
2306
|
+
* Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
|
|
2307
2307
|
*/
|
|
2308
2308
|
DetailType?: String;
|
|
2309
2309
|
/**
|
|
@@ -2326,7 +2326,7 @@ declare namespace EventBridge {
|
|
|
2326
2326
|
*/
|
|
2327
2327
|
FailedEntryCount?: Integer;
|
|
2328
2328
|
/**
|
|
2329
|
-
* The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
|
|
2329
|
+
* The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. For each record, the index of the response element is the same as the index in the request array.
|
|
2330
2330
|
*/
|
|
2331
2331
|
Entries?: PutEventsResultEntryList;
|
|
2332
2332
|
}
|
|
@@ -2365,7 +2365,7 @@ declare namespace EventBridge {
|
|
|
2365
2365
|
*/
|
|
2366
2366
|
Resources?: EventResourceList;
|
|
2367
2367
|
/**
|
|
2368
|
-
* A free-form string used to decide what fields to expect in the event detail.
|
|
2368
|
+
* A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
|
|
2369
2369
|
*/
|
|
2370
2370
|
DetailType?: String;
|
|
2371
2371
|
/**
|
|
@@ -2435,7 +2435,7 @@ declare namespace EventBridge {
|
|
|
2435
2435
|
*/
|
|
2436
2436
|
ScheduleExpression?: ScheduleExpression;
|
|
2437
2437
|
/**
|
|
2438
|
-
* The event pattern. For more information, see EventBridge event patterns in the Amazon EventBridge User Guide.
|
|
2438
|
+
* The event pattern. For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide.
|
|
2439
2439
|
*/
|
|
2440
2440
|
EventPattern?: EventPattern;
|
|
2441
2441
|
/**
|
|
@@ -2517,7 +2517,7 @@ declare namespace EventBridge {
|
|
|
2517
2517
|
*/
|
|
2518
2518
|
Database: Database;
|
|
2519
2519
|
/**
|
|
2520
|
-
* The database user name. Required when authenticating using temporary credentials.
|
|
2520
|
+
* The database user name. Required when authenticating using temporary credentials. Do not provide this parameter when connecting to a Redshift Serverless workgroup.
|
|
2521
2521
|
*/
|
|
2522
2522
|
DbUser?: DbUser;
|
|
2523
2523
|
/**
|
|
@@ -2864,7 +2864,7 @@ declare namespace EventBridge {
|
|
|
2864
2864
|
*/
|
|
2865
2865
|
Input?: TargetInput;
|
|
2866
2866
|
/**
|
|
2867
|
-
* The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You
|
|
2867
|
+
* The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You may use JSON dot notation or bracket notation. For more information about JSON paths, see JSONPath.
|
|
2868
2868
|
*/
|
|
2869
2869
|
InputPath?: TargetInputPath;
|
|
2870
2870
|
/**
|
|
@@ -2892,7 +2892,7 @@ declare namespace EventBridge {
|
|
|
2892
2892
|
*/
|
|
2893
2893
|
SqsParameters?: SqsParameters;
|
|
2894
2894
|
/**
|
|
2895
|
-
* Contains the HTTP parameters to use when the target is a API Gateway
|
|
2895
|
+
* Contains the HTTP parameters to use when the target is a API Gateway endpoint or EventBridge ApiDestination. If you specify an API Gateway API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
|
|
2896
2896
|
*/
|
|
2897
2897
|
HttpParameters?: HttpParameters;
|
|
2898
2898
|
/**
|
|
@@ -3147,7 +3147,7 @@ declare namespace EventBridge {
|
|
|
3147
3147
|
*/
|
|
3148
3148
|
Description?: EndpointDescription;
|
|
3149
3149
|
/**
|
|
3150
|
-
* Configure the routing policy, including the health check and secondary Region
|
|
3150
|
+
* Configure the routing policy, including the health check and secondary Region.
|
|
3151
3151
|
*/
|
|
3152
3152
|
RoutingConfig?: RoutingConfig;
|
|
3153
3153
|
/**
|
|
@@ -11,6 +11,14 @@ declare class MediaTailor extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: MediaTailor.Types.ClientConfiguration)
|
|
13
13
|
config: Config & MediaTailor.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Configures Amazon CloudWatch log settings for a channel.
|
|
16
|
+
*/
|
|
17
|
+
configureLogsForChannel(params: MediaTailor.Types.ConfigureLogsForChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForChannelResponse) => void): Request<MediaTailor.Types.ConfigureLogsForChannelResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Configures Amazon CloudWatch log settings for a channel.
|
|
20
|
+
*/
|
|
21
|
+
configureLogsForChannel(callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForChannelResponse) => void): Request<MediaTailor.Types.ConfigureLogsForChannelResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Amazon CloudWatch log settings for a playback configuration.
|
|
16
24
|
*/
|
|
@@ -475,6 +483,10 @@ declare namespace MediaTailor {
|
|
|
475
483
|
* The timestamp of when the channel was last modified.
|
|
476
484
|
*/
|
|
477
485
|
LastModifiedTime?: __timestampUnix;
|
|
486
|
+
/**
|
|
487
|
+
* The log configuration.
|
|
488
|
+
*/
|
|
489
|
+
LogConfiguration: LogConfigurationForChannel;
|
|
478
490
|
/**
|
|
479
491
|
* The channel's output properties.
|
|
480
492
|
*/
|
|
@@ -495,6 +507,26 @@ declare namespace MediaTailor {
|
|
|
495
507
|
export type ChannelState = "RUNNING"|"STOPPED"|string;
|
|
496
508
|
export type ConfigurationAliasesRequest = {[key: string]: __mapOf__string};
|
|
497
509
|
export type ConfigurationAliasesResponse = {[key: string]: __mapOf__string};
|
|
510
|
+
export interface ConfigureLogsForChannelRequest {
|
|
511
|
+
/**
|
|
512
|
+
* The name of the channel.
|
|
513
|
+
*/
|
|
514
|
+
ChannelName: __string;
|
|
515
|
+
/**
|
|
516
|
+
* The types of logs to collect.
|
|
517
|
+
*/
|
|
518
|
+
LogTypes: LogTypes;
|
|
519
|
+
}
|
|
520
|
+
export interface ConfigureLogsForChannelResponse {
|
|
521
|
+
/**
|
|
522
|
+
* The name of the channel.
|
|
523
|
+
*/
|
|
524
|
+
ChannelName?: __string;
|
|
525
|
+
/**
|
|
526
|
+
* The types of logs collected.
|
|
527
|
+
*/
|
|
528
|
+
LogTypes?: LogTypes;
|
|
529
|
+
}
|
|
498
530
|
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
499
531
|
/**
|
|
500
532
|
* The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
|
|
@@ -1018,6 +1050,10 @@ declare namespace MediaTailor {
|
|
|
1018
1050
|
* The timestamp of when the channel was last modified.
|
|
1019
1051
|
*/
|
|
1020
1052
|
LastModifiedTime?: __timestampUnix;
|
|
1053
|
+
/**
|
|
1054
|
+
* The log configuration for the channel.
|
|
1055
|
+
*/
|
|
1056
|
+
LogConfiguration: LogConfigurationForChannel;
|
|
1021
1057
|
/**
|
|
1022
1058
|
* The channel's output properties.
|
|
1023
1059
|
*/
|
|
@@ -1619,6 +1655,14 @@ declare namespace MediaTailor {
|
|
|
1619
1655
|
*/
|
|
1620
1656
|
PercentEnabled: __integer;
|
|
1621
1657
|
}
|
|
1658
|
+
export interface LogConfigurationForChannel {
|
|
1659
|
+
/**
|
|
1660
|
+
* The log types.
|
|
1661
|
+
*/
|
|
1662
|
+
LogTypes?: LogTypes;
|
|
1663
|
+
}
|
|
1664
|
+
export type LogType = "AS_RUN"|string;
|
|
1665
|
+
export type LogTypes = LogType[];
|
|
1622
1666
|
export interface ManifestProcessingRules {
|
|
1623
1667
|
/**
|
|
1624
1668
|
* For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest. No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
|
|
@@ -813,6 +813,10 @@ declare namespace Outposts {
|
|
|
813
813
|
* The fulfillment date of the order.
|
|
814
814
|
*/
|
|
815
815
|
OrderFulfilledDate?: ISO8601Timestamp;
|
|
816
|
+
/**
|
|
817
|
+
* The payment term.
|
|
818
|
+
*/
|
|
819
|
+
PaymentTerm?: PaymentTerm;
|
|
816
820
|
}
|
|
817
821
|
export type OrderId = string;
|
|
818
822
|
export type OrderStatus = "RECEIVED"|"PENDING"|"PROCESSING"|"INSTALLING"|"FULFILLED"|"CANCELLED"|"PREPARING"|"IN_PROGRESS"|"COMPLETED"|"ERROR"|string;
|
|
@@ -2687,6 +2687,10 @@ declare namespace SageMaker {
|
|
|
2687
2687
|
* The arguments for a container used to run a training job. See How Amazon SageMaker Runs Your Training Image for additional information.
|
|
2688
2688
|
*/
|
|
2689
2689
|
ContainerArguments?: TrainingContainerArguments;
|
|
2690
|
+
/**
|
|
2691
|
+
* The configuration to use an image from a private Docker registry for a training job.
|
|
2692
|
+
*/
|
|
2693
|
+
TrainingImageConfig?: TrainingImageConfig;
|
|
2690
2694
|
}
|
|
2691
2695
|
export type AlgorithmStatus = "Pending"|"InProgress"|"Completed"|"Failed"|"Deleting"|string;
|
|
2692
2696
|
export interface AlgorithmStatusDetails {
|
|
@@ -19851,6 +19855,16 @@ declare namespace SageMaker {
|
|
|
19851
19855
|
export type TrainingEnvironmentKey = string;
|
|
19852
19856
|
export type TrainingEnvironmentMap = {[key: string]: TrainingEnvironmentValue};
|
|
19853
19857
|
export type TrainingEnvironmentValue = string;
|
|
19858
|
+
export interface TrainingImageConfig {
|
|
19859
|
+
/**
|
|
19860
|
+
* The method that your training job will use to gain access to the images in your private Docker registry. For access to an image in a private Docker registry, set to Vpc.
|
|
19861
|
+
*/
|
|
19862
|
+
TrainingRepositoryAccessMode: TrainingRepositoryAccessMode;
|
|
19863
|
+
/**
|
|
19864
|
+
* An object containing authentication information for a private Docker registry containing your training images.
|
|
19865
|
+
*/
|
|
19866
|
+
TrainingRepositoryAuthConfig?: TrainingRepositoryAuthConfig;
|
|
19867
|
+
}
|
|
19854
19868
|
export type TrainingInputMode = "Pipe"|"File"|"FastFile"|string;
|
|
19855
19869
|
export type TrainingInstanceCount = number;
|
|
19856
19870
|
export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"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.trn1.2xlarge"|"ml.trn1.32xlarge"|string;
|
|
@@ -20081,6 +20095,14 @@ declare namespace SageMaker {
|
|
|
20081
20095
|
*/
|
|
20082
20096
|
WarmPoolStatus?: WarmPoolStatus;
|
|
20083
20097
|
}
|
|
20098
|
+
export type TrainingRepositoryAccessMode = "Platform"|"Vpc"|string;
|
|
20099
|
+
export interface TrainingRepositoryAuthConfig {
|
|
20100
|
+
/**
|
|
20101
|
+
* The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
|
|
20102
|
+
*/
|
|
20103
|
+
TrainingRepositoryCredentialsProviderArn: TrainingRepositoryCredentialsProviderArn;
|
|
20104
|
+
}
|
|
20105
|
+
export type TrainingRepositoryCredentialsProviderArn = string;
|
|
20084
20106
|
export interface TrainingSpecification {
|
|
20085
20107
|
/**
|
|
20086
20108
|
* The Amazon ECR registry path of the Docker image that contains the training algorithm.
|
|
@@ -20,11 +20,11 @@ declare class SageMakerRuntime extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
invokeEndpoint(callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointOutput) => void): Request<SageMakerRuntime.Types.InvokeEndpointOutput, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before
|
|
23
|
+
* After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference.
|
|
24
24
|
*/
|
|
25
25
|
invokeEndpointAsync(params: SageMakerRuntime.Types.InvokeEndpointAsyncInput, callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointAsyncOutput) => void): Request<SageMakerRuntime.Types.InvokeEndpointAsyncOutput, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before
|
|
27
|
+
* After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner. Inference requests sent to this API are enqueued for asynchronous processing. The processing of the inference request may or may not complete before you receive a response from this API. The response from this API will not contain the result of the inference request but contain information about where you can locate it. Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add additional headers. You should not rely on the behavior of headers outside those enumerated in the request syntax. Calls to InvokeEndpointAsync are authenticated by using Amazon Web Services Signature Version 4. For information, see Authenticating Requests (Amazon Web Services Signature Version 4) in the Amazon S3 API Reference.
|
|
28
28
|
*/
|
|
29
29
|
invokeEndpointAsync(callback?: (err: AWSError, data: SageMakerRuntime.Types.InvokeEndpointAsyncOutput) => void): Request<SageMakerRuntime.Types.InvokeEndpointAsyncOutput, AWSError>;
|
|
30
30
|
}
|
|
@@ -36,6 +36,7 @@ declare namespace SageMakerRuntime {
|
|
|
36
36
|
export type Header = string;
|
|
37
37
|
export type InferenceId = string;
|
|
38
38
|
export type InputLocationHeader = string;
|
|
39
|
+
export type InvocationTimeoutSecondsHeader = number;
|
|
39
40
|
export interface InvokeEndpointAsyncInput {
|
|
40
41
|
/**
|
|
41
42
|
* The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
|
|
@@ -65,6 +66,10 @@ declare namespace SageMakerRuntime {
|
|
|
65
66
|
* Maximum age in seconds a request can be in the queue before it is marked as expired.
|
|
66
67
|
*/
|
|
67
68
|
RequestTTLSeconds?: RequestTTLSecondsHeader;
|
|
69
|
+
/**
|
|
70
|
+
* Maximum amount of time in seconds a request can be processed before it is marked as expired.
|
|
71
|
+
*/
|
|
72
|
+
InvocationTimeoutSeconds?: InvocationTimeoutSecondsHeader;
|
|
68
73
|
}
|
|
69
74
|
export interface InvokeEndpointAsyncOutput {
|
|
70
75
|
/**
|