Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-batch

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-batch - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

key.snk

122

lib/batch.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
serviceRole: string | cdk.Token;
serviceRole: string | cdk.CloudFormationToken;
/**

@@ -17,3 +17,3 @@ * ``AWS::Batch::ComputeEnvironment.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
/**

@@ -23,3 +23,3 @@ * ``AWS::Batch::ComputeEnvironment.ComputeEnvironmentName``

*/
computeEnvironmentName?: string | cdk.Token;
computeEnvironmentName?: string | cdk.CloudFormationToken;
/**

@@ -29,3 +29,3 @@ * ``AWS::Batch::ComputeEnvironment.ComputeResources``

*/
computeResources?: ComputeEnvironmentResource.ComputeResourcesProperty | cdk.Token;
computeResources?: ComputeEnvironmentResource.ComputeResourcesProperty | cdk.CloudFormationToken;
/**

@@ -35,3 +35,3 @@ * ``AWS::Batch::ComputeEnvironment.State``

*/
state?: string | cdk.Token;
state?: string | cdk.CloudFormationToken;
}

@@ -46,2 +46,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ComputeEnvironmentArn;
/**

@@ -68,3 +69,3 @@ * Creates a new ``AWS::Batch::ComputeEnvironment``.

*/
bidPercentage?: number | cdk.Token;
bidPercentage?: number | cdk.CloudFormationToken;
/**

@@ -74,3 +75,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.DesiredvCpus``

*/
desiredvCpus?: number | cdk.Token;
desiredvCpus?: number | cdk.CloudFormationToken;
/**

@@ -80,3 +81,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.Ec2KeyPair``

*/
ec2KeyPair?: string | cdk.Token;
ec2KeyPair?: string | cdk.CloudFormationToken;
/**

@@ -86,3 +87,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.ImageId``

*/
imageId?: string | cdk.Token;
imageId?: string | cdk.CloudFormationToken;
/**

@@ -92,3 +93,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.InstanceRole``

*/
instanceRole: string | cdk.Token;
instanceRole: string | cdk.CloudFormationToken;
/**

@@ -98,3 +99,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.InstanceTypes``

*/
instanceTypes: Array<string | cdk.Token> | cdk.Token;
instanceTypes: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -104,3 +105,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.MaxvCpus``

*/
maxvCpus: number | cdk.Token;
maxvCpus: number | cdk.CloudFormationToken;
/**

@@ -110,3 +111,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.MinvCpus``

*/
minvCpus: number | cdk.Token;
minvCpus: number | cdk.CloudFormationToken;
/**

@@ -116,3 +117,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.SecurityGroupIds``

*/
securityGroupIds: Array<string | cdk.Token> | cdk.Token;
securityGroupIds: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -122,3 +123,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.SpotIamFleetRole``

*/
spotIamFleetRole?: string | cdk.Token;
spotIamFleetRole?: string | cdk.CloudFormationToken;
/**

@@ -128,3 +129,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.Subnets``

*/
subnets: Array<string | cdk.Token> | cdk.Token;
subnets: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -134,3 +135,3 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.Tags``

*/
tags?: object | cdk.Token;
tags?: object | cdk.CloudFormationToken;
/**

@@ -140,6 +141,9 @@ * ``ComputeEnvironmentResource.ComputeResourcesProperty.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
}
}
}
export declare class ComputeEnvironmentArn extends cdk.Arn {
private readonly thisIsAComputeEnvironmentArn;
}
export declare namespace cloudformation {

@@ -154,3 +158,3 @@ /**

*/
containerProperties: JobDefinitionResource.ContainerPropertiesProperty | cdk.Token;
containerProperties: JobDefinitionResource.ContainerPropertiesProperty | cdk.CloudFormationToken;
/**

@@ -160,3 +164,3 @@ * ``AWS::Batch::JobDefinition.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
/**

@@ -166,3 +170,3 @@ * ``AWS::Batch::JobDefinition.JobDefinitionName``

*/
jobDefinitionName?: string | cdk.Token;
jobDefinitionName?: string | cdk.CloudFormationToken;
/**

@@ -172,3 +176,3 @@ * ``AWS::Batch::JobDefinition.Parameters``

*/
parameters?: object | cdk.Token;
parameters?: object | cdk.CloudFormationToken;
/**

@@ -178,3 +182,3 @@ * ``AWS::Batch::JobDefinition.RetryStrategy``

*/
retryStrategy?: JobDefinitionResource.RetryStrategyProperty | cdk.Token;
retryStrategy?: JobDefinitionResource.RetryStrategyProperty | cdk.CloudFormationToken;
/**

@@ -184,3 +188,3 @@ * ``AWS::Batch::JobDefinition.Timeout``

*/
timeout?: JobDefinitionResource.TimeoutProperty | cdk.Token;
timeout?: JobDefinitionResource.TimeoutProperty | cdk.CloudFormationToken;
}

@@ -195,2 +199,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: JobDefinitionArn;
/**

@@ -217,3 +222,3 @@ * Creates a new ``AWS::Batch::JobDefinition``.

*/
command?: Array<string | cdk.Token> | cdk.Token;
command?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -223,3 +228,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Environment``

*/
environment?: Array<EnvironmentProperty | cdk.Token> | cdk.Token;
environment?: Array<EnvironmentProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -229,3 +234,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Image``

*/
image: string | cdk.Token;
image: string | cdk.CloudFormationToken;
/**

@@ -235,3 +240,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.JobRoleArn``

*/
jobRoleArn?: string | cdk.Token;
jobRoleArn?: string | cdk.CloudFormationToken;
/**

@@ -241,3 +246,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Memory``

*/
memory: number | cdk.Token;
memory: number | cdk.CloudFormationToken;
/**

@@ -247,3 +252,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.MountPoints``

*/
mountPoints?: Array<MountPointsProperty | cdk.Token> | cdk.Token;
mountPoints?: Array<MountPointsProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -253,3 +258,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Privileged``

*/
privileged?: boolean | cdk.Token;
privileged?: boolean | cdk.CloudFormationToken;
/**

@@ -259,3 +264,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.ReadonlyRootFilesystem``

*/
readonlyRootFilesystem?: boolean | cdk.Token;
readonlyRootFilesystem?: boolean | cdk.CloudFormationToken;
/**

@@ -265,3 +270,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Ulimits``

*/
ulimits?: Array<UlimitProperty | cdk.Token> | cdk.Token;
ulimits?: Array<UlimitProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -271,3 +276,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.User``

*/
user?: string | cdk.Token;
user?: string | cdk.CloudFormationToken;
/**

@@ -277,3 +282,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Vcpus``

*/
vcpus: number | cdk.Token;
vcpus: number | cdk.CloudFormationToken;
/**

@@ -283,3 +288,3 @@ * ``JobDefinitionResource.ContainerPropertiesProperty.Volumes``

*/
volumes?: Array<VolumesProperty | cdk.Token> | cdk.Token;
volumes?: Array<VolumesProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -296,3 +301,3 @@ }

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
/**

@@ -302,3 +307,3 @@ * ``JobDefinitionResource.EnvironmentProperty.Value``

*/
value?: string | cdk.Token;
value?: string | cdk.CloudFormationToken;
}

@@ -315,3 +320,3 @@ }

*/
containerPath?: string | cdk.Token;
containerPath?: string | cdk.CloudFormationToken;
/**

@@ -321,3 +326,3 @@ * ``JobDefinitionResource.MountPointsProperty.ReadOnly``

*/
readOnly?: boolean | cdk.Token;
readOnly?: boolean | cdk.CloudFormationToken;
/**

@@ -327,3 +332,3 @@ * ``JobDefinitionResource.MountPointsProperty.SourceVolume``

*/
sourceVolume?: string | cdk.Token;
sourceVolume?: string | cdk.CloudFormationToken;
}

@@ -340,3 +345,3 @@ }

*/
attempts?: number | cdk.Token;
attempts?: number | cdk.CloudFormationToken;
}

@@ -353,3 +358,3 @@ }

*/
attemptDurationSeconds?: number | cdk.Token;
attemptDurationSeconds?: number | cdk.CloudFormationToken;
}

@@ -366,3 +371,3 @@ }

*/
hardLimit: number | cdk.Token;
hardLimit: number | cdk.CloudFormationToken;
/**

@@ -372,3 +377,3 @@ * ``JobDefinitionResource.UlimitProperty.Name``

*/
name: string | cdk.Token;
name: string | cdk.CloudFormationToken;
/**

@@ -378,3 +383,3 @@ * ``JobDefinitionResource.UlimitProperty.SoftLimit``

*/
softLimit: number | cdk.Token;
softLimit: number | cdk.CloudFormationToken;
}

@@ -391,3 +396,3 @@ }

*/
host?: VolumesHostProperty | cdk.Token;
host?: VolumesHostProperty | cdk.CloudFormationToken;
/**

@@ -397,3 +402,3 @@ * ``JobDefinitionResource.VolumesProperty.Name``

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
}

@@ -410,6 +415,9 @@ }

*/
sourcePath?: string | cdk.Token;
sourcePath?: string | cdk.CloudFormationToken;
}
}
}
export declare class JobDefinitionArn extends cdk.Arn {
private readonly thisIsAJobDefinitionArn;
}
export declare namespace cloudformation {

@@ -424,3 +432,3 @@ /**

*/
computeEnvironmentOrder: Array<JobQueueResource.ComputeEnvironmentOrderProperty | cdk.Token> | cdk.Token;
computeEnvironmentOrder: Array<JobQueueResource.ComputeEnvironmentOrderProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -430,3 +438,3 @@ * ``AWS::Batch::JobQueue.Priority``

*/
priority: number | cdk.Token;
priority: number | cdk.CloudFormationToken;
/**

@@ -436,3 +444,3 @@ * ``AWS::Batch::JobQueue.JobQueueName``

*/
jobQueueName?: string | cdk.Token;
jobQueueName?: string | cdk.CloudFormationToken;
/**

@@ -442,3 +450,3 @@ * ``AWS::Batch::JobQueue.State``

*/
state?: string | cdk.Token;
state?: string | cdk.CloudFormationToken;
}

@@ -453,2 +461,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: JobQueueArn;
/**

@@ -475,3 +484,3 @@ * Creates a new ``AWS::Batch::JobQueue``.

*/
computeEnvironment: string | cdk.Token;
computeEnvironment: string | cdk.CloudFormationToken;
/**

@@ -481,5 +490,8 @@ * ``JobQueueResource.ComputeEnvironmentOrderProperty.Order``

*/
order: number | cdk.Token;
order: number | cdk.CloudFormationToken;
}
}
}
export declare class JobQueueArn extends cdk.Arn {
private readonly thisIsAJobQueueArn;
}

@@ -8,2 +8,2 @@ "use strict";

__export(require("./batch.generated"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHVDQUF1QztBQUN2Qyx1Q0FBa0MifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHVDQUF1QztBQUN2Qyx1Q0FBa0MiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OkJhdGNoIENsb3VkRm9ybWF0aW9uIFJlc291cmNlczpcbmV4cG9ydCAqIGZyb20gJy4vYmF0Y2guZ2VuZXJhdGVkJztcbiJdfQ==
{
"name": "@aws-cdk/aws-batch",
"version": "0.8.2",
"version": "0.9.0",
"description": "The CDK Construct Library for AWS::Batch",

@@ -17,2 +17,8 @@ "main": "lib/index.js",

},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Batch",
"packageId": "Amazon.CDK.AWS.Batch",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}

@@ -50,11 +56,11 @@ }

"devDependencies": {
"@aws-cdk/assert": "^0.8.2",
"cdk-build-tools": "^0.8.2",
"cfn2ts": "^0.8.2",
"pkglint": "^0.8.2"
"@aws-cdk/assert": "^0.9.0",
"cdk-build-tools": "^0.9.0",
"cfn2ts": "^0.9.0",
"pkglint": "^0.9.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.8.2"
"@aws-cdk/cdk": "^0.9.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

@@ -10,2 +10,2 @@ "use strict";

});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5iYXRjaC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QuYmF0Y2gudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx1Q0FBMEM7QUFFMUMsT0FBTyxHQUFHLG1CQUFRLENBQUM7SUFDZixTQUFTLENBQUMsSUFBVTtRQUNoQixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSwwQ0FBMEMsQ0FBQyxDQUFDO1FBQzFELElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNoQixDQUFDO0NBQ0osQ0FBQyxDQUFDIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5iYXRjaC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QuYmF0Y2gudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx1Q0FBMEM7QUFFMUMsT0FBTyxHQUFHLG1CQUFRLENBQUM7SUFDZixTQUFTLENBQUMsSUFBVTtRQUNoQixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSwwQ0FBMEMsQ0FBQyxDQUFDO1FBQzFELElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNoQixDQUFDO0NBQ0osQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVGVzdCwgdGVzdENhc2UgfSBmcm9tICdub2RldW5pdCc7XG5cbmV4cG9ydHMgPSB0ZXN0Q2FzZSh7XG4gICAgbm90VGVzdGVkKHRlc3Q6IFRlc3QpIHtcbiAgICAgICAgdGVzdC5vayh0cnVlLCAnTm8gdGVzdHMgYXJlIHNwZWNpZmllZCBmb3IgdGhpcyBwYWNrYWdlLicpO1xuICAgICAgICB0ZXN0LmRvbmUoKTtcbiAgICB9XG59KTtcbiJdfQ==
{
"compilerOptions": {
"target": "es2018",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "commonjs",
"declaration": true,
"strict": true,
"strictPropertyInitialization": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "jsx.create"
},
"_generated_by_jsii_": "generated by jsii - you can delete, and ideally add to your .gitignore"
"compilerOptions": {
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "CommonJS",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2018"
},
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc