cdk-docker-image-deployment 0.0.31 → 0.0.33
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -293
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +39 -38
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +8 -1
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
- package/node_modules/aws-sdk/clients/connectcases.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +154 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +5 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +89 -78
- package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +47 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['connectcases'] = {};
|
|
7
|
+
AWS.ConnectCases = Service.defineService('connectcases', ['2022-10-03']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['connectcases'], '2022-10-03', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/connectcases-2022-10-03.min.json');
|
|
11
|
+
model.paginators = require('../apis/connectcases-2022-10-03.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.ConnectCases;
|
|
@@ -15715,6 +15715,10 @@ declare namespace EC2 {
|
|
|
15715
15715
|
* Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
|
|
15716
15716
|
*/
|
|
15717
15717
|
EnableDnsSupport?: AttributeBooleanValue;
|
|
15718
|
+
/**
|
|
15719
|
+
* Indicates whether Network Address Usage metrics are enabled for your VPC.
|
|
15720
|
+
*/
|
|
15721
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
15718
15722
|
}
|
|
15719
15723
|
export type DescribeVpcClassicLinkDnsSupportMaxResults = number;
|
|
15720
15724
|
export type DescribeVpcClassicLinkDnsSupportNextToken = string;
|
|
@@ -25545,6 +25549,10 @@ declare namespace EC2 {
|
|
|
25545
25549
|
* The ID of the VPC.
|
|
25546
25550
|
*/
|
|
25547
25551
|
VpcId: VpcId;
|
|
25552
|
+
/**
|
|
25553
|
+
* Indicates whether Network Address Usage metrics are enabled for your VPC.
|
|
25554
|
+
*/
|
|
25555
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
25548
25556
|
}
|
|
25549
25557
|
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
25550
25558
|
/**
|
|
@@ -34227,7 +34235,7 @@ declare namespace EC2 {
|
|
|
34227
34235
|
VpcId?: String;
|
|
34228
34236
|
}
|
|
34229
34237
|
export type VpcAttachmentList = VpcAttachment[];
|
|
34230
|
-
export type VpcAttributeName = "enableDnsSupport"|"enableDnsHostnames"|string;
|
|
34238
|
+
export type VpcAttributeName = "enableDnsSupport"|"enableDnsHostnames"|"enableNetworkAddressUsageMetrics"|string;
|
|
34231
34239
|
export type VpcCidrAssociationId = string;
|
|
34232
34240
|
export interface VpcCidrBlockAssociation {
|
|
34233
34241
|
/**
|
|
@@ -2567,7 +2567,7 @@ declare namespace ECS {
|
|
|
2567
2567
|
*/
|
|
2568
2568
|
containerPort?: BoxedInteger;
|
|
2569
2569
|
/**
|
|
2570
|
-
* The port number on the container instance to reserve for your container. If you use containers in a task with the awsvpc or host network mode, the hostPort can either be left blank or set to the same value as the containerPort. If you use containers in a task with the bridge network mode, you can specify a non-reserved host port for your container port mapping, or you can omit the hostPort (or set it to 0) while specifying a containerPort and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version. The default ephemeral port range for Docker version 1.6.0 and later is listed on the instance under /proc/sys/net/ipv4/ip_local_port_range. If this kernel parameter is unavailable, the default ephemeral port range from 49153 through 65535 is used. Do not attempt to specify a host port in the ephemeral port range as these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range.
|
|
2570
|
+
* The port number on the container instance to reserve for your container. If you use containers in a task with the awsvpc or host network mode, the hostPort can either be left blank or set to the same value as the containerPort. If you use containers in a task with the bridge network mode, you can specify a non-reserved host port for your container port mapping, or you can omit the hostPort (or set it to 0) while specifying a containerPort and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version. The default ephemeral port range for Docker version 1.6.0 and later is listed on the instance under /proc/sys/net/ipv4/ip_local_port_range. If this kernel parameter is unavailable, the default ephemeral port range from 49153 through 65535 is used. Do not attempt to specify a host port in the ephemeral port range as these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range. The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS container agent ports 51678-51680. Any host port that was previously specified in a running task is also reserved while the task is running. That is, after a task stops, the host port is released. The current reserved ports are displayed in the remainingResources of DescribeContainerInstances output. A container instance can have up to 100 reserved ports at a time. This number includes the default reserved ports. Automatically assigned ports aren't included in the 100 reserved ports quota.
|
|
2571
2571
|
*/
|
|
2572
2572
|
hostPort?: BoxedInteger;
|
|
2573
2573
|
/**
|
|
@@ -2595,7 +2595,7 @@ declare namespace ECS {
|
|
|
2595
2595
|
export type ProxyConfigurationType = "APPMESH"|string;
|
|
2596
2596
|
export interface PutAccountSettingDefaultRequest {
|
|
2597
2597
|
/**
|
|
2598
|
-
* The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for CloudWatch Container Insights for your clusters is affected.
|
|
2598
|
+
* The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for CloudWatch Container Insights for your clusters is affected. Fargate is transitioning from task count-based quotas to vCPU-based quotas. You can set the name to fargateVCPULimit to opt in or opt out of the vCPU-based quotas. For information about the opt in timeline, see Fargate vCPU-based quotas timeline in the Amazon ECS Developer Guide.
|
|
2599
2599
|
*/
|
|
2600
2600
|
name: SettingName;
|
|
2601
2601
|
/**
|
|
@@ -2771,7 +2771,7 @@ declare namespace ECS {
|
|
|
2771
2771
|
*/
|
|
2772
2772
|
inferenceAccelerators?: InferenceAccelerators;
|
|
2773
2773
|
/**
|
|
2774
|
-
* The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate. This parameter is only supported for tasks hosted on Fargate using the following platform versions: Linux platform version 1.4.0 or later.
|
|
2774
|
+
* The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate. This parameter is only supported for tasks hosted on Fargate using the following platform versions: Linux platform version 1.4.0 or later.
|
|
2775
2775
|
*/
|
|
2776
2776
|
ephemeralStorage?: EphemeralStorage;
|
|
2777
2777
|
/**
|
|
@@ -3547,7 +3547,7 @@ declare namespace ECS {
|
|
|
3547
3547
|
*/
|
|
3548
3548
|
revision?: Integer;
|
|
3549
3549
|
/**
|
|
3550
|
-
* The list of data volume definitions for the task. For more information, see Using data volumes in tasks in the Amazon Elastic Container Service Developer Guide. The host and sourcePath parameters aren't supported for tasks run on Fargate.
|
|
3550
|
+
* The list of data volume definitions for the task. For more information, see Using data volumes in tasks in the Amazon Elastic Container Service Developer Guide. The host and sourcePath parameters aren't supported for tasks run on Fargate.
|
|
3551
3551
|
*/
|
|
3552
3552
|
volumes?: VolumeList;
|
|
3553
3553
|
/**
|
|
@@ -1419,6 +1419,14 @@ declare class Glue extends Service {
|
|
|
1419
1419
|
* Updates an existing job definition. The previous job definition is completely overwritten by this information.
|
|
1420
1420
|
*/
|
|
1421
1421
|
updateJob(callback?: (err: AWSError, data: Glue.Types.UpdateJobResponse) => void): Request<Glue.Types.UpdateJobResponse, AWSError>;
|
|
1422
|
+
/**
|
|
1423
|
+
* Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts. This API supports optional parameters which take in the repository information.
|
|
1424
|
+
*/
|
|
1425
|
+
updateJobFromSourceControl(params: Glue.Types.UpdateJobFromSourceControlRequest, callback?: (err: AWSError, data: Glue.Types.UpdateJobFromSourceControlResponse) => void): Request<Glue.Types.UpdateJobFromSourceControlResponse, AWSError>;
|
|
1426
|
+
/**
|
|
1427
|
+
* Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts. This API supports optional parameters which take in the repository information.
|
|
1428
|
+
*/
|
|
1429
|
+
updateJobFromSourceControl(callback?: (err: AWSError, data: Glue.Types.UpdateJobFromSourceControlResponse) => void): Request<Glue.Types.UpdateJobFromSourceControlResponse, AWSError>;
|
|
1422
1430
|
/**
|
|
1423
1431
|
* Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results. After calling this operation, you can call the StartMLEvaluationTaskRun operation to assess how well your new parameters achieved your goals (such as improving the quality of your machine learning transform, or making it more cost-effective).
|
|
1424
1432
|
*/
|
|
@@ -1451,6 +1459,14 @@ declare class Glue extends Service {
|
|
|
1451
1459
|
* Updates the description, compatibility setting, or version checkpoint for a schema set. For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for Compatibility is provided, the VersionNumber (a checkpoint) is also required. The API will validate the checkpoint version number for consistency. If the value for the VersionNumber (checkpoint) is provided, Compatibility is optional and this can be used to set/reset a checkpoint for the schema. This update will happen only if the schema is in the AVAILABLE state.
|
|
1452
1460
|
*/
|
|
1453
1461
|
updateSchema(callback?: (err: AWSError, data: Glue.Types.UpdateSchemaResponse) => void): Request<Glue.Types.UpdateSchemaResponse, AWSError>;
|
|
1462
|
+
/**
|
|
1463
|
+
* Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job. This API supports optional parameters which take in the repository information.
|
|
1464
|
+
*/
|
|
1465
|
+
updateSourceControlFromJob(params: Glue.Types.UpdateSourceControlFromJobRequest, callback?: (err: AWSError, data: Glue.Types.UpdateSourceControlFromJobResponse) => void): Request<Glue.Types.UpdateSourceControlFromJobResponse, AWSError>;
|
|
1466
|
+
/**
|
|
1467
|
+
* Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job. This API supports optional parameters which take in the repository information.
|
|
1468
|
+
*/
|
|
1469
|
+
updateSourceControlFromJob(callback?: (err: AWSError, data: Glue.Types.UpdateSourceControlFromJobResponse) => void): Request<Glue.Types.UpdateSourceControlFromJobResponse, AWSError>;
|
|
1454
1470
|
/**
|
|
1455
1471
|
* Updates a metadata table in the Data Catalog.
|
|
1456
1472
|
*/
|
|
@@ -1606,6 +1622,7 @@ declare namespace Glue {
|
|
|
1606
1622
|
AllColumnsRequested?: NullableBoolean;
|
|
1607
1623
|
}
|
|
1608
1624
|
export type AuditContextString = string;
|
|
1625
|
+
export type AuthTokenString = string;
|
|
1609
1626
|
export interface BackfillError {
|
|
1610
1627
|
/**
|
|
1611
1628
|
* The error code for an error that occurred when registering partition indexes for an existing table.
|
|
@@ -2737,6 +2754,7 @@ declare namespace Glue {
|
|
|
2737
2754
|
export type ColumnValueStringList = ColumnValuesString[];
|
|
2738
2755
|
export type ColumnValuesString = string;
|
|
2739
2756
|
export type CommentString = string;
|
|
2757
|
+
export type CommitIdString = string;
|
|
2740
2758
|
export type Comparator = "EQUALS"|"GREATER_THAN"|"LESS_THAN"|"GREATER_THAN_EQUALS"|"LESS_THAN_EQUALS"|string;
|
|
2741
2759
|
export type Compatibility = "NONE"|"DISABLED"|"BACKWARD"|"BACKWARD_ALL"|"FORWARD"|"FORWARD_ALL"|"FULL"|"FULL_ALL"|string;
|
|
2742
2760
|
export type CompressionType = "gzip"|"bzip2"|string;
|
|
@@ -3543,6 +3561,10 @@ declare namespace Glue {
|
|
|
3543
3561
|
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
|
3544
3562
|
*/
|
|
3545
3563
|
ExecutionClass?: ExecutionClass;
|
|
3564
|
+
/**
|
|
3565
|
+
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
|
3566
|
+
*/
|
|
3567
|
+
SourceControlDetails?: SourceControlDetails;
|
|
3546
3568
|
}
|
|
3547
3569
|
export interface CreateJobResponse {
|
|
3548
3570
|
/**
|
|
@@ -7011,6 +7033,10 @@ declare namespace Glue {
|
|
|
7011
7033
|
* Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
|
7012
7034
|
*/
|
|
7013
7035
|
ExecutionClass?: ExecutionClass;
|
|
7036
|
+
/**
|
|
7037
|
+
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
|
7038
|
+
*/
|
|
7039
|
+
SourceControlDetails?: SourceControlDetails;
|
|
7014
7040
|
}
|
|
7015
7041
|
export interface JobBookmarkEntry {
|
|
7016
7042
|
/**
|
|
@@ -7253,6 +7279,10 @@ declare namespace Glue {
|
|
|
7253
7279
|
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
|
7254
7280
|
*/
|
|
7255
7281
|
ExecutionClass?: ExecutionClass;
|
|
7282
|
+
/**
|
|
7283
|
+
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
|
7284
|
+
*/
|
|
7285
|
+
SourceControlDetails?: SourceControlDetails;
|
|
7256
7286
|
}
|
|
7257
7287
|
export interface Join {
|
|
7258
7288
|
/**
|
|
@@ -9729,6 +9759,42 @@ declare namespace Glue {
|
|
|
9729
9759
|
Sort?: Sort;
|
|
9730
9760
|
}
|
|
9731
9761
|
export type SortDirectionType = "DESCENDING"|"ASCENDING"|string;
|
|
9762
|
+
export type SourceControlAuthStrategy = "PERSONAL_ACCESS_TOKEN"|"AWS_SECRETS_MANAGER"|string;
|
|
9763
|
+
export interface SourceControlDetails {
|
|
9764
|
+
/**
|
|
9765
|
+
* The provider for the remote repository.
|
|
9766
|
+
*/
|
|
9767
|
+
Provider?: SourceControlProvider;
|
|
9768
|
+
/**
|
|
9769
|
+
* The name of the remote repository that contains the job artifacts.
|
|
9770
|
+
*/
|
|
9771
|
+
Repository?: Generic512CharString;
|
|
9772
|
+
/**
|
|
9773
|
+
* The owner of the remote repository that contains the job artifacts.
|
|
9774
|
+
*/
|
|
9775
|
+
Owner?: Generic512CharString;
|
|
9776
|
+
/**
|
|
9777
|
+
* An optional branch in the remote repository.
|
|
9778
|
+
*/
|
|
9779
|
+
Branch?: Generic512CharString;
|
|
9780
|
+
/**
|
|
9781
|
+
* An optional folder in the remote repository.
|
|
9782
|
+
*/
|
|
9783
|
+
Folder?: Generic512CharString;
|
|
9784
|
+
/**
|
|
9785
|
+
* The last commit ID for a commit in the remote repository.
|
|
9786
|
+
*/
|
|
9787
|
+
LastCommitId?: Generic512CharString;
|
|
9788
|
+
/**
|
|
9789
|
+
* The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
|
|
9790
|
+
*/
|
|
9791
|
+
AuthStrategy?: SourceControlAuthStrategy;
|
|
9792
|
+
/**
|
|
9793
|
+
* The value of an authorization token.
|
|
9794
|
+
*/
|
|
9795
|
+
AuthToken?: Generic512CharString;
|
|
9796
|
+
}
|
|
9797
|
+
export type SourceControlProvider = "GITHUB"|"AWS_CODE_COMMIT"|string;
|
|
9732
9798
|
export interface SparkConnectorSource {
|
|
9733
9799
|
/**
|
|
9734
9800
|
* The name of the data source.
|
|
@@ -11034,6 +11100,50 @@ declare namespace Glue {
|
|
|
11034
11100
|
*/
|
|
11035
11101
|
CustomPatterns?: CustomPatterns;
|
|
11036
11102
|
}
|
|
11103
|
+
export interface UpdateJobFromSourceControlRequest {
|
|
11104
|
+
/**
|
|
11105
|
+
* The name of the Glue job to be synchronized to or from the remote repository.
|
|
11106
|
+
*/
|
|
11107
|
+
JobName?: NameString;
|
|
11108
|
+
/**
|
|
11109
|
+
* The provider for the remote repository.
|
|
11110
|
+
*/
|
|
11111
|
+
Provider?: SourceControlProvider;
|
|
11112
|
+
/**
|
|
11113
|
+
* The name of the remote repository that contains the job artifacts.
|
|
11114
|
+
*/
|
|
11115
|
+
RepositoryName?: NameString;
|
|
11116
|
+
/**
|
|
11117
|
+
* The owner of the remote repository that contains the job artifacts.
|
|
11118
|
+
*/
|
|
11119
|
+
RepositoryOwner?: NameString;
|
|
11120
|
+
/**
|
|
11121
|
+
* An optional branch in the remote repository.
|
|
11122
|
+
*/
|
|
11123
|
+
BranchName?: NameString;
|
|
11124
|
+
/**
|
|
11125
|
+
* An optional folder in the remote repository.
|
|
11126
|
+
*/
|
|
11127
|
+
Folder?: NameString;
|
|
11128
|
+
/**
|
|
11129
|
+
* A commit ID for a commit in the remote repository.
|
|
11130
|
+
*/
|
|
11131
|
+
CommitId?: CommitIdString;
|
|
11132
|
+
/**
|
|
11133
|
+
* The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
|
|
11134
|
+
*/
|
|
11135
|
+
AuthStrategy?: SourceControlAuthStrategy;
|
|
11136
|
+
/**
|
|
11137
|
+
* The value of the authorization token.
|
|
11138
|
+
*/
|
|
11139
|
+
AuthToken?: AuthTokenString;
|
|
11140
|
+
}
|
|
11141
|
+
export interface UpdateJobFromSourceControlResponse {
|
|
11142
|
+
/**
|
|
11143
|
+
* The name of the Glue job.
|
|
11144
|
+
*/
|
|
11145
|
+
JobName?: NameString;
|
|
11146
|
+
}
|
|
11037
11147
|
export interface UpdateJobRequest {
|
|
11038
11148
|
/**
|
|
11039
11149
|
* The name of the job definition to update.
|
|
@@ -11188,6 +11298,50 @@ declare namespace Glue {
|
|
|
11188
11298
|
*/
|
|
11189
11299
|
RegistryName?: SchemaRegistryNameString;
|
|
11190
11300
|
}
|
|
11301
|
+
export interface UpdateSourceControlFromJobRequest {
|
|
11302
|
+
/**
|
|
11303
|
+
* The name of the Glue job to be synchronized to or from the remote repository.
|
|
11304
|
+
*/
|
|
11305
|
+
JobName?: NameString;
|
|
11306
|
+
/**
|
|
11307
|
+
* The provider for the remote repository.
|
|
11308
|
+
*/
|
|
11309
|
+
Provider?: SourceControlProvider;
|
|
11310
|
+
/**
|
|
11311
|
+
* The name of the remote repository that contains the job artifacts.
|
|
11312
|
+
*/
|
|
11313
|
+
RepositoryName?: NameString;
|
|
11314
|
+
/**
|
|
11315
|
+
* The owner of the remote repository that contains the job artifacts.
|
|
11316
|
+
*/
|
|
11317
|
+
RepositoryOwner?: NameString;
|
|
11318
|
+
/**
|
|
11319
|
+
* An optional branch in the remote repository.
|
|
11320
|
+
*/
|
|
11321
|
+
BranchName?: NameString;
|
|
11322
|
+
/**
|
|
11323
|
+
* An optional folder in the remote repository.
|
|
11324
|
+
*/
|
|
11325
|
+
Folder?: NameString;
|
|
11326
|
+
/**
|
|
11327
|
+
* A commit ID for a commit in the remote repository.
|
|
11328
|
+
*/
|
|
11329
|
+
CommitId?: CommitIdString;
|
|
11330
|
+
/**
|
|
11331
|
+
* The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
|
|
11332
|
+
*/
|
|
11333
|
+
AuthStrategy?: SourceControlAuthStrategy;
|
|
11334
|
+
/**
|
|
11335
|
+
* The value of the authorization token.
|
|
11336
|
+
*/
|
|
11337
|
+
AuthToken?: AuthTokenString;
|
|
11338
|
+
}
|
|
11339
|
+
export interface UpdateSourceControlFromJobResponse {
|
|
11340
|
+
/**
|
|
11341
|
+
* The name of the Glue job.
|
|
11342
|
+
*/
|
|
11343
|
+
JobName?: NameString;
|
|
11344
|
+
}
|
|
11191
11345
|
export interface UpdateTableRequest {
|
|
11192
11346
|
/**
|
|
11193
11347
|
* The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
|
|
@@ -1421,6 +1421,10 @@ declare namespace NetworkFirewall {
|
|
|
1421
1421
|
* Indicates how to manage the order of stateful rule evaluation for the policy. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.
|
|
1422
1422
|
*/
|
|
1423
1423
|
RuleOrder?: RuleOrder;
|
|
1424
|
+
/**
|
|
1425
|
+
* Configures how Network Firewall processes traffic when a network connection breaks midstream. Network connections can break due to disruptions in external networks or within the firewall itself. DROP - Network Firewall fails closed and drops all subsequent traffic going to the firewall. This is the default behavior. CONTINUE - Network Firewall continues to apply rules to the subsequent traffic without context from traffic before the break. This impacts the behavior of rules that depend on this context. For example, if you have a stateful rule to drop http traffic, Network Firewall won't match the traffic for this rule because the service won't have the context from session initialization defining the application layer protocol as HTTP. However, this behavior is rule dependent—a TCP-layer rule using a flow:stateless rule would still match, as would the aws:drop_strict default action.
|
|
1426
|
+
*/
|
|
1427
|
+
StreamExceptionPolicy?: StreamExceptionPolicy;
|
|
1424
1428
|
}
|
|
1425
1429
|
export interface StatefulRule {
|
|
1426
1430
|
/**
|
|
@@ -1499,6 +1503,7 @@ declare namespace NetworkFirewall {
|
|
|
1499
1503
|
*/
|
|
1500
1504
|
CustomActions?: CustomActions;
|
|
1501
1505
|
}
|
|
1506
|
+
export type StreamExceptionPolicy = "DROP"|"CONTINUE"|string;
|
|
1502
1507
|
export interface SubnetMapping {
|
|
1503
1508
|
/**
|
|
1504
1509
|
* The unique identifier for the subnet.
|