Socket
Socket
Sign inDemoInstall

aws-sdk-typescript

Package Overview
Dependencies
37
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.gitmodules

2

app/src/app.ts

@@ -133,3 +133,3 @@ /// <reference path="../../typings/tsd.d.ts" />

sdkDir = (process.argv.length > 2) ? process.argv[-1 + process.argv.length] : "../aws-sdk-js/apis";
sdkDir = "./aws-sdk-js/apis";

@@ -136,0 +136,0 @@ metadata = readMetadata();

@@ -69,13 +69,8 @@ var gulp = require('gulp');

/*
gulp.task('compile:tests', function() {
return gulp
.src(paths.tests.src)
.pipe(tsc({
module: "commonjs",
emitError: false
}))
.pipe(tsc())
.pipe(gulp.dest(paths.tests.dest));
});
*/

@@ -82,0 +77,0 @@ // ** Clean ** //

@@ -21,2 +21,3 @@ // Type definitions for aws-sdk - Amazon API Gateway

createApiKey(params: APIGateway.CreateApiKeyRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|APIGateway.LimitExceededException|APIGateway.BadRequestException|any, data: APIGateway.ApiKey|any) => void): Request;
createAuthorizer(params: APIGateway.CreateAuthorizerRequest, callback?: (err: APIGateway.BadRequestException|APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.LimitExceededException|APIGateway.TooManyRequestsException|any, data: APIGateway.Authorizer|any) => void): Request;
createBasePathMapping(params: APIGateway.CreateBasePathMappingRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.ConflictException|APIGateway.BadRequestException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.BasePathMapping|any) => void): Request;

@@ -30,2 +31,3 @@ createDeployment(params: APIGateway.CreateDeploymentRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.BadRequestException|APIGateway.NotFoundException|APIGateway.ConflictException|APIGateway.LimitExceededException|APIGateway.TooManyRequestsException|APIGateway.ServiceUnavailableException|any, data: APIGateway.Deployment|any) => void): Request;

deleteApiKey(params: APIGateway.DeleteApiKeyRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: any) => void): Request;
deleteAuthorizer(params: APIGateway.DeleteAuthorizerRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|APIGateway.BadRequestException|APIGateway.ConflictException|any, data: any) => void): Request;
deleteBasePathMapping(params: APIGateway.DeleteBasePathMappingRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: any) => void): Request;

@@ -48,2 +50,4 @@ deleteClientCertificate(params: APIGateway.DeleteClientCertificateRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.TooManyRequestsException|APIGateway.BadRequestException|APIGateway.NotFoundException|any, data: any) => void): Request;

getApiKeys(params: APIGateway.GetApiKeysRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.TooManyRequestsException|any, data: APIGateway.ApiKeys|any) => void): Request;
getAuthorizer(params: APIGateway.GetAuthorizerRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.Authorizer|any) => void): Request;
getAuthorizers(params: APIGateway.GetAuthorizersRequest, callback?: (err: APIGateway.BadRequestException|APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.Authorizers|any) => void): Request;
getBasePathMapping(params: APIGateway.GetBasePathMappingRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.BasePathMapping|any) => void): Request;

@@ -57,2 +61,3 @@ getBasePathMappings(params: APIGateway.GetBasePathMappingsRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.BasePathMappings|any) => void): Request;

getDomainNames(params: APIGateway.GetDomainNamesRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.TooManyRequestsException|any, data: APIGateway.DomainNames|any) => void): Request;
getExport(params: APIGateway.GetExportRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.BadRequestException|APIGateway.TooManyRequestsException|any, data: APIGateway.ExportResponse|any) => void): Request;
getIntegration(params: APIGateway.GetIntegrationRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.Integration|any) => void): Request;

@@ -79,2 +84,3 @@ getIntegrationResponse(params: APIGateway.GetIntegrationResponseRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.TooManyRequestsException|any, data: APIGateway.IntegrationResponse|any) => void): Request;

updateApiKey(params: APIGateway.UpdateApiKeyRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.BadRequestException|APIGateway.TooManyRequestsException|any, data: APIGateway.ApiKey|any) => void): Request;
updateAuthorizer(params: APIGateway.UpdateAuthorizerRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.BadRequestException|APIGateway.TooManyRequestsException|any, data: APIGateway.Authorizer|any) => void): Request;
updateBasePathMapping(params: APIGateway.UpdateBasePathMappingRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.NotFoundException|APIGateway.ConflictException|APIGateway.BadRequestException|APIGateway.TooManyRequestsException|any, data: APIGateway.BasePathMapping|any) => void): Request;

@@ -100,2 +106,3 @@ updateClientCertificate(params: APIGateway.UpdateClientCertificateRequest, callback?: (err: APIGateway.UnauthorizedException|APIGateway.TooManyRequestsException|APIGateway.BadRequestException|APIGateway.NotFoundException|any, data: APIGateway.ClientCertificate|any) => void): Request;

export module APIGateway {
export type AuthorizerType = string;
export type Blob = any; // type: blob

@@ -109,2 +116,3 @@ export type Boolean = boolean;

export type ListOfApiKey = ApiKey[];
export type ListOfAuthorizer = Authorizer[];
export type ListOfBasePathMapping = BasePathMapping[];

@@ -155,2 +163,16 @@ export type ListOfClientCertificate = ClientCertificate[];

}
export interface Authorizer {
id?: String;
name?: String;
type?: AuthorizerType;
authorizerUri?: String;
authorizerCredentials?: String;
identitySource?: String;
identityValidationExpression?: String;
authorizerResultTtlInSeconds?: NullableInteger;
}
export interface Authorizers {
position?: String;
items?: ListOfAuthorizer;
}
export interface BadRequestException {

@@ -188,2 +210,12 @@ message?: String;

}
export interface CreateAuthorizerRequest {
restApiId: String;
name: String;
type: AuthorizerType;
authorizerUri: String;
authorizerCredentials?: String;
identitySource: String;
identityValidationExpression?: String;
authorizerResultTtlInSeconds?: NullableInteger;
}
export interface CreateBasePathMappingRequest {

@@ -240,2 +272,6 @@ domainName: String;

}
export interface DeleteAuthorizerRequest {
restApiId: String;
authorizerId: String;
}
export interface DeleteBasePathMappingRequest {

@@ -312,2 +348,7 @@ domainName: String;

}
export interface ExportResponse {
contentType?: String;
contentDisposition?: String;
body?: Blob;
}
export interface FlushStageCacheRequest {

@@ -329,2 +370,11 @@ restApiId: String;

}
export interface GetAuthorizerRequest {
restApiId: String;
authorizerId: String;
}
export interface GetAuthorizersRequest {
restApiId: String;
position?: String;
limit?: NullableInteger;
}
export interface GetBasePathMappingRequest {

@@ -362,2 +412,9 @@ domainName: String;

}
export interface GetExportRequest {
restApiId: String;
stageName: String;
exportType: String;
parameters?: MapOfStringToString;
accepts?: String;
}
export interface GetIntegrationRequest {

@@ -453,2 +510,3 @@ restApiId: String;

authorizationType?: String;
authorizerId?: String;
apiKeyRequired?: NullableBoolean;

@@ -526,2 +584,3 @@ requestParameters?: MapOfStringToBoolean;

authorizationType: String;
authorizerId?: String;
apiKeyRequired?: Boolean;

@@ -627,2 +686,7 @@ requestParameters?: MapOfStringToBoolean;

}
export interface UpdateAuthorizerRequest {
restApiId: String;
authorizerId: String;
patchOperations?: ListOfPatchOperation;
}
export interface UpdateBasePathMappingRequest {

@@ -629,0 +693,0 @@ domainName: String;

@@ -668,8 +668,9 @@ // Type definitions for aws-sdk - Amazon CloudFront

export interface ViewerCertificate {
CloudFrontDefaultCertificate?: boolean;
IAMCertificateId?: string;
ACMCertificateArn?: string;
SSLSupportMethod?: SSLSupportMethod;
MinimumProtocolVersion?: MinimumProtocolVersion;
Certificate?: string;
CertificateSource?: CertificateSource;
SSLSupportMethod?: SSLSupportMethod;
MinimumProtocolVersion?: MinimumProtocolVersion;
IAMCertificateId?: string;
CloudFrontDefaultCertificate?: boolean;
}

@@ -676,0 +677,0 @@

@@ -21,9 +21,11 @@ // Type definitions for aws-sdk - AWS CodeDeploy

addTagsToOnPremisesInstances(params: CodeDeploy.AddTagsToOnPremisesInstancesInput, callback?: (err: CodeDeploy.InstanceNameRequiredException|CodeDeploy.TagRequiredException|CodeDeploy.InvalidTagException|CodeDeploy.TagLimitExceededException|CodeDeploy.InstanceLimitExceededException|CodeDeploy.InstanceNotRegisteredException|any, data: any) => void): Request;
batchGetApplications(params: CodeDeploy.BatchGetApplicationsInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|any, data: CodeDeploy.BatchGetApplicationsOutput|any) => void): Request;
batchGetDeployments(params: CodeDeploy.BatchGetDeploymentsInput, callback?: (err: CodeDeploy.DeploymentIdRequiredException|CodeDeploy.InvalidDeploymentIdException|any, data: CodeDeploy.BatchGetDeploymentsOutput|any) => void): Request;
batchGetOnPremisesInstances(params: CodeDeploy.BatchGetOnPremisesInstancesInput, callback?: (err: CodeDeploy.InstanceNameRequiredException|CodeDeploy.InvalidInstanceNameException|any, data: CodeDeploy.BatchGetOnPremisesInstancesOutput|any) => void): Request;
batchGetApplicationRevisions(params: CodeDeploy.BatchGetApplicationRevisionsInput, callback?: (err: CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.RevisionRequiredException|CodeDeploy.InvalidRevisionException|CodeDeploy.BatchLimitExceededException|any, data: CodeDeploy.BatchGetApplicationRevisionsOutput|any) => void): Request;
batchGetApplications(params: CodeDeploy.BatchGetApplicationsInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.BatchLimitExceededException|any, data: CodeDeploy.BatchGetApplicationsOutput|any) => void): Request;
batchGetDeploymentInstances(params: CodeDeploy.BatchGetDeploymentInstancesInput, callback?: (err: CodeDeploy.DeploymentIdRequiredException|CodeDeploy.DeploymentDoesNotExistException|CodeDeploy.InstanceIdRequiredException|CodeDeploy.InvalidDeploymentIdException|CodeDeploy.InvalidInstanceNameException|CodeDeploy.BatchLimitExceededException|any, data: CodeDeploy.BatchGetDeploymentInstancesOutput|any) => void): Request;
batchGetDeployments(params: CodeDeploy.BatchGetDeploymentsInput, callback?: (err: CodeDeploy.DeploymentIdRequiredException|CodeDeploy.InvalidDeploymentIdException|CodeDeploy.BatchLimitExceededException|any, data: CodeDeploy.BatchGetDeploymentsOutput|any) => void): Request;
batchGetOnPremisesInstances(params: CodeDeploy.BatchGetOnPremisesInstancesInput, callback?: (err: CodeDeploy.InstanceNameRequiredException|CodeDeploy.InvalidInstanceNameException|CodeDeploy.BatchLimitExceededException|any, data: CodeDeploy.BatchGetOnPremisesInstancesOutput|any) => void): Request;
createApplication(params: CodeDeploy.CreateApplicationInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationAlreadyExistsException|CodeDeploy.ApplicationLimitExceededException|any, data: CodeDeploy.CreateApplicationOutput|any) => void): Request;
createDeployment(params: CodeDeploy.CreateDeploymentInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupDoesNotExistException|CodeDeploy.RevisionRequiredException|CodeDeploy.InvalidRevisionException|CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigDoesNotExistException|CodeDeploy.DescriptionTooLongException|CodeDeploy.DeploymentLimitExceededException|any, data: CodeDeploy.CreateDeploymentOutput|any) => void): Request;
createDeploymentConfig(params: CodeDeploy.CreateDeploymentConfigInput, callback?: (err: CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigNameRequiredException|CodeDeploy.DeploymentConfigAlreadyExistsException|CodeDeploy.InvalidMinimumHealthyHostValueException|CodeDeploy.DeploymentConfigLimitExceededException|any, data: CodeDeploy.CreateDeploymentConfigOutput|any) => void): Request;
createDeploymentGroup(params: CodeDeploy.CreateDeploymentGroupInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupAlreadyExistsException|CodeDeploy.InvalidEC2TagException|CodeDeploy.InvalidTagException|CodeDeploy.InvalidAutoScalingGroupException|CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigDoesNotExistException|CodeDeploy.RoleRequiredException|CodeDeploy.InvalidRoleException|CodeDeploy.DeploymentGroupLimitExceededException|any, data: CodeDeploy.CreateDeploymentGroupOutput|any) => void): Request;
createDeploymentGroup(params: CodeDeploy.CreateDeploymentGroupInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupAlreadyExistsException|CodeDeploy.InvalidEC2TagException|CodeDeploy.InvalidTagException|CodeDeploy.InvalidAutoScalingGroupException|CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigDoesNotExistException|CodeDeploy.RoleRequiredException|CodeDeploy.InvalidRoleException|CodeDeploy.DeploymentGroupLimitExceededException|CodeDeploy.LifecycleHookLimitExceededException|CodeDeploy.InvalidTriggerConfigException|CodeDeploy.TriggerTargetsLimitExceededException|any, data: CodeDeploy.CreateDeploymentGroupOutput|any) => void): Request;
deleteApplication(params: CodeDeploy.DeleteApplicationInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|any, data: any) => void): Request;

@@ -38,3 +40,3 @@ deleteDeploymentConfig(params: CodeDeploy.DeleteDeploymentConfigInput, callback?: (err: CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigNameRequiredException|CodeDeploy.DeploymentConfigInUseException|CodeDeploy.InvalidOperationException|any, data: any) => void): Request;

getDeploymentGroup(params: CodeDeploy.GetDeploymentGroupInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupDoesNotExistException|any, data: CodeDeploy.GetDeploymentGroupOutput|any) => void): Request;
getDeploymentInstance(params: CodeDeploy.GetDeploymentInstanceInput, callback?: (err: CodeDeploy.DeploymentIdRequiredException|CodeDeploy.DeploymentDoesNotExistException|CodeDeploy.InstanceIdRequiredException|CodeDeploy.InvalidDeploymentIdException|CodeDeploy.InstanceDoesNotExistException|any, data: CodeDeploy.GetDeploymentInstanceOutput|any) => void): Request;
getDeploymentInstance(params: CodeDeploy.GetDeploymentInstanceInput, callback?: (err: CodeDeploy.DeploymentIdRequiredException|CodeDeploy.DeploymentDoesNotExistException|CodeDeploy.InstanceIdRequiredException|CodeDeploy.InvalidDeploymentIdException|CodeDeploy.InstanceDoesNotExistException|CodeDeploy.InvalidInstanceNameException|any, data: CodeDeploy.GetDeploymentInstanceOutput|any) => void): Request;
getOnPremisesInstance(params: CodeDeploy.GetOnPremisesInstanceInput, callback?: (err: CodeDeploy.InstanceNameRequiredException|CodeDeploy.InstanceNotRegisteredException|CodeDeploy.InvalidInstanceNameException|any, data: CodeDeploy.GetOnPremisesInstanceOutput|any) => void): Request;

@@ -53,3 +55,3 @@ listApplicationRevisions(params: CodeDeploy.ListApplicationRevisionsInput, callback?: (err: CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.InvalidSortByException|CodeDeploy.InvalidSortOrderException|CodeDeploy.InvalidBucketNameFilterException|CodeDeploy.InvalidKeyPrefixFilterException|CodeDeploy.BucketNameFilterRequiredException|CodeDeploy.InvalidDeployedStateFilterException|CodeDeploy.InvalidNextTokenException|any, data: CodeDeploy.ListApplicationRevisionsOutput|any) => void): Request;

updateApplication(params: CodeDeploy.UpdateApplicationInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationAlreadyExistsException|CodeDeploy.ApplicationDoesNotExistException|any, data: any) => void): Request;
updateDeploymentGroup(params: CodeDeploy.UpdateDeploymentGroupInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupAlreadyExistsException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.DeploymentGroupDoesNotExistException|CodeDeploy.InvalidEC2TagException|CodeDeploy.InvalidTagException|CodeDeploy.InvalidAutoScalingGroupException|CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigDoesNotExistException|CodeDeploy.InvalidRoleException|any, data: CodeDeploy.UpdateDeploymentGroupOutput|any) => void): Request;
updateDeploymentGroup(params: CodeDeploy.UpdateDeploymentGroupInput, callback?: (err: CodeDeploy.ApplicationNameRequiredException|CodeDeploy.InvalidApplicationNameException|CodeDeploy.ApplicationDoesNotExistException|CodeDeploy.InvalidDeploymentGroupNameException|CodeDeploy.DeploymentGroupAlreadyExistsException|CodeDeploy.DeploymentGroupNameRequiredException|CodeDeploy.DeploymentGroupDoesNotExistException|CodeDeploy.InvalidEC2TagException|CodeDeploy.InvalidTagException|CodeDeploy.InvalidAutoScalingGroupException|CodeDeploy.InvalidDeploymentConfigNameException|CodeDeploy.DeploymentConfigDoesNotExistException|CodeDeploy.InvalidRoleException|CodeDeploy.LifecycleHookLimitExceededException|CodeDeploy.InvalidTriggerConfigException|CodeDeploy.TriggerTargetsLimitExceededException|any, data: CodeDeploy.UpdateDeploymentGroupOutput|any) => void): Request;

@@ -98,2 +100,3 @@ }

export type InstanceStatusList = InstanceStatus[];
export type InstanceSummaryList = InstanceSummary[];
export type InstancesList = InstanceId[];

@@ -114,2 +117,3 @@ export type Key = string;

export type Repository = string;
export type RevisionInfoList = RevisionInfo[];
export type RevisionLocationList = RevisionLocation[];

@@ -127,2 +131,7 @@ export type RevisionLocationType = string;

export type Timestamp = number;
export type TriggerConfigList = TriggerConfig[];
export type TriggerEventType = string;
export type TriggerEventTypeList = TriggerEventType[];
export type TriggerName = string;
export type TriggerTargetArn = string;
export type Value = string;

@@ -153,2 +162,11 @@ export type VersionId = string;

}
export interface BatchGetApplicationRevisionsInput {
applicationName: ApplicationName;
revisions: RevisionLocationList;
}
export interface BatchGetApplicationRevisionsOutput {
applicationName?: ApplicationName;
errorMessage?: ErrorMessage;
revisions?: RevisionInfoList;
}
export interface BatchGetApplicationsInput {

@@ -160,2 +178,10 @@ applicationNames?: ApplicationsList;

}
export interface BatchGetDeploymentInstancesInput {
deploymentId: DeploymentId;
instanceIds: InstancesList;
}
export interface BatchGetDeploymentInstancesOutput {
instancesSummary?: InstanceSummaryList;
errorMessage?: ErrorMessage;
}
export interface BatchGetDeploymentsInput {

@@ -173,2 +199,4 @@ deploymentIds?: DeploymentsList;

}
export interface BatchLimitExceededException {
}
export interface BucketNameFilterRequiredException {

@@ -197,2 +225,3 @@ }

serviceRoleArn: Role;
triggerConfigurations?: TriggerConfigList;
}

@@ -260,2 +289,3 @@ export interface CreateDeploymentGroupOutput {

targetRevision?: RevisionLocation;
triggerConfigurations?: TriggerConfigList;
}

@@ -452,2 +482,4 @@ export interface DeploymentGroupLimitExceededException {

}
export interface InvalidTriggerConfigException {
}
export interface LifecycleEvent {

@@ -460,2 +492,4 @@ lifecycleEventName?: LifecycleEventName;

}
export interface LifecycleHookLimitExceededException {
}
export interface ListApplicationRevisionsInput {

@@ -545,2 +579,6 @@ applicationName: ApplicationName;

}
export interface RevisionInfo {
revisionLocation?: RevisionLocation;
genericRevisionInfo?: GenericRevisionInfo;
}
export interface RevisionLocation {

@@ -586,2 +624,9 @@ revisionType?: RevisionLocationType;

}
export interface TriggerConfig {
triggerName?: TriggerName;
triggerTargetArn?: TriggerTargetArn;
triggerEvents?: TriggerEventTypeList;
}
export interface TriggerTargetsLimitExceededException {
}
export interface UpdateApplicationInput {

@@ -600,2 +645,3 @@ applicationName?: ApplicationName;

serviceRoleArn?: Role;
triggerConfigurations?: TriggerConfigList;
}

@@ -602,0 +648,0 @@ export interface UpdateDeploymentGroupOutput {

@@ -108,3 +108,3 @@ // Type definitions for aws-sdk - AWS Config

export type ResourceTypeList = ResourceType[];
export type ResourceTypes = StringWithCharLimit256[]; // max: 100
export type ResourceTypes = StringWithCharLimit256[]; // max: 20
export type SourceDetails = SourceDetail[]; // max: 25

@@ -111,0 +111,0 @@ export type String = string;

@@ -44,2 +44,3 @@ // Type definitions for aws-sdk - Amazon Elastic MapReduce

export type Boolean = boolean;
export type BooleanObject = boolean;
export type BootstrapActionConfigList = BootstrapActionConfig[];

@@ -56,2 +57,5 @@ export type BootstrapActionDetailList = BootstrapActionDetail[];

export type EC2InstanceIdsToTerminateList = InstanceId[];
export type EbsBlockDeviceConfigList = EbsBlockDeviceConfig[];
export type EbsBlockDeviceList = EbsBlockDevice[];
export type EbsVolumeList = EbsVolume[];
export type ErrorCode = string; // max: 256, min: 1

@@ -208,2 +212,18 @@ export type ErrorMessage = string;

}
export interface EbsBlockDevice {
VolumeSpecification?: VolumeSpecification;
Device?: String;
}
export interface EbsBlockDeviceConfig {
VolumeSpecification: VolumeSpecification;
VolumesPerInstance?: Integer;
}
export interface EbsConfiguration {
EbsBlockDeviceConfigs?: EbsBlockDeviceConfigList;
EbsOptimized?: BooleanObject;
}
export interface EbsVolume {
Device?: String;
VolumeId?: String;
}
export interface Ec2InstanceAttributes {

@@ -240,2 +260,4 @@ Ec2KeyName?: String;

Status?: InstanceStatus;
InstanceGroupId?: String;
EbsVolumes?: EbsVolumeList;
}

@@ -253,2 +275,4 @@ export interface InstanceGroup {

Configurations?: ConfigurationList;
EbsBlockDevices?: EbsBlockDeviceList;
EbsOptimized?: BooleanObject;
}

@@ -263,2 +287,3 @@ export interface InstanceGroupConfig {

Configurations?: ConfigurationList;
EbsConfiguration?: EbsConfiguration;
}

@@ -527,4 +552,9 @@ export interface InstanceGroupDetail {

}
export interface VolumeSpecification {
VolumeType: String;
Iops?: Integer;
SizeInGB: Integer;
}
}
}

@@ -32,3 +32,3 @@ // Type definitions for aws-sdk - AWS Lambda

getPolicy(params: Lambda.GetPolicyRequest, callback?: (err: Lambda.ServiceException|Lambda.ResourceNotFoundException|Lambda.TooManyRequestsException|Lambda.InvalidParameterValueException|any, data: Lambda.GetPolicyResponse|any) => void): Request;
invoke(params: Lambda.InvocationRequest, callback?: (err: Lambda.ServiceException|Lambda.ResourceNotFoundException|Lambda.InvalidRequestContentException|Lambda.RequestTooLargeException|Lambda.UnsupportedMediaTypeException|Lambda.TooManyRequestsException|Lambda.InvalidParameterValueException|any, data: Lambda.InvocationResponse|any) => void): Request;
invoke(params: Lambda.InvocationRequest, callback?: (err: Lambda.ServiceException|Lambda.ResourceNotFoundException|Lambda.InvalidRequestContentException|Lambda.RequestTooLargeException|Lambda.UnsupportedMediaTypeException|Lambda.TooManyRequestsException|Lambda.InvalidParameterValueException|Lambda.EC2UnexpectedException|Lambda.SubnetIPAddressLimitReachedException|Lambda.ENILimitReachedException|Lambda.EC2ThrottledException|Lambda.EC2AccessDeniedException|Lambda.InvalidSubnetIDException|Lambda.InvalidSecurityGroupIDException|any, data: Lambda.InvocationResponse|any) => void): Request;
invokeAsync(params: Lambda.InvokeAsyncRequest, callback?: (err: Lambda.ServiceException|Lambda.ResourceNotFoundException|Lambda.InvalidRequestContentException|any, data: Lambda.InvokeAsyncResponse|any) => void): Request;

@@ -74,3 +74,3 @@ listAliases(params: Lambda.ListAliasesRequest, callback?: (err: Lambda.ServiceException|Lambda.ResourceNotFoundException|Lambda.InvalidParameterValueException|Lambda.TooManyRequestsException|any, data: Lambda.ListAliasesResponse|any) => void): Request;

export type Principal = string; // pattern: &quot;.*&quot;
export type Qualifier = string; // pattern: &quot;(|[a-zA-Z0-9$_]+)&quot;, max: 128, min: 1
export type Qualifier = string; // pattern: &quot;(|[a-zA-Z0-9$_-]+)&quot;, max: 128, min: 1
export type RoleArn = string; // pattern: &quot;arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+&quot;

@@ -81,8 +81,13 @@ export type Runtime = string;

export type S3ObjectVersion = string; // max: 1024, min: 1
export type SecurityGroupId = string;
export type SecurityGroupIds = SecurityGroupId[]; // max: 5
export type SourceOwner = string; // pattern: &quot;\d{12}&quot;
export type StatementId = string; // pattern: &quot;([a-zA-Z0-9-_]+)&quot;, max: 100, min: 1
export type String = string;
export type SubnetId = string;
export type SubnetIds = SubnetId[]; // max: 16
export type Timeout = number; // min: 1
export type Timestamp = string;
export type Version = string; // pattern: &quot;(\$LATEST|[0-9]+)&quot;, max: 1024, min: 1
export type VpcId = string;

@@ -134,2 +139,3 @@ export interface AddPermissionRequest {

Publish?: Boolean;
VpcConfig?: VpcConfig;
}

@@ -147,2 +153,19 @@ export interface DeleteAliasRequest {

}
export interface EC2AccessDeniedException {
Type?: String;
Message?: String;
}
export interface EC2ThrottledException {
Type?: String;
Message?: String;
}
export interface EC2UnexpectedException {
Type?: String;
Message?: String;
EC2ErrorCode?: String;
}
export interface ENILimitReachedException {
Type?: String;
Message?: String;
}
export interface EventSourceMappingConfiguration {

@@ -181,2 +204,3 @@ UUID?: String;

Version?: Version;
VpcConfig?: VpcConfigResponse;
}

@@ -217,2 +241,10 @@ export interface GetAliasRequest {

}
export interface InvalidSecurityGroupIDException {
Type?: String;
Message?: String;
}
export interface InvalidSubnetIDException {
Type?: String;
Message?: String;
}
export interface InvocationRequest {

@@ -306,2 +338,6 @@ FunctionName: FunctionName;

}
export interface SubnetIPAddressLimitReachedException {
Type?: String;
Message?: String;
}
export interface TooManyRequestsException {

@@ -343,5 +379,15 @@ retryAfterSeconds?: String;

MemorySize?: MemorySize;
VpcConfig?: VpcConfig;
}
export interface VpcConfig {
SubnetIds?: SubnetIds;
SecurityGroupIds?: SecurityGroupIds;
}
export interface VpcConfigResponse {
SubnetIds?: SubnetIds;
SecurityGroupIds?: SecurityGroupIds;
VpcId?: VpcId;
}
}
}

@@ -25,2 +25,3 @@ // Type definitions for aws-sdk - AWS Marketplace Commerce Analytics

export module MarketplaceCommerceAnalytics {
export type CustomerDefinedValues = {[key:string]: OptionalValue}; // max: 5, min: 1
export type DataSetPublicationDate = number;

@@ -32,2 +33,4 @@ export type DataSetRequestId = string;

export type ExceptionMessage = string;
export type OptionalKey = string; // max: 255, min: 1
export type OptionalValue = string; // max: 255, min: 1
export type RoleNameArn = string; // min: 1

@@ -43,2 +46,3 @@ export type SnsTopicArn = string; // min: 1

snsTopicArn: SnsTopicArn;
customerDefinedValues?: CustomerDefinedValues;
}

@@ -45,0 +49,0 @@ export interface GenerateDataSetResult {

@@ -38,3 +38,3 @@ // Type definitions for aws-sdk - Amazon CloudWatch

export type AlarmArn = string; // max: 1600, min: 1
export type AlarmDescription = string; // max: 255
export type AlarmDescription = string; // max: 1024
export type AlarmHistoryItems = AlarmHistoryItem[];

@@ -65,3 +65,3 @@ export type AlarmName = string; // max: 255, min: 1

export type Namespace = string; // pattern: &quot;[^:].*&quot;, max: 255, min: 1
export type NextToken = string;
export type NextToken = string; // max: 1024
export type Period = number; // min: 60

@@ -68,0 +68,0 @@ export type ResourceList = ResourceName[]; // max: 5

@@ -42,2 +42,3 @@ // Type definitions for aws-sdk

///<reference path="./aws-firehose.d.ts" />
///<reference path="./aws-gamelift.d.ts" />
///<reference path="./aws-glacier.d.ts" />

@@ -44,0 +45,0 @@ ///<reference path="./aws-iam.d.ts" />

@@ -80,3 +80,3 @@ // Type definitions for aws-sdk - Amazon Simple Systems Management Service

export type Fault = string;
export type InstanceId = string; // pattern: &quot;^(?=.{10}$)(i-(\w){8})&quot;, max: 10, min: 10
export type InstanceId = string; // pattern: &quot;(^i-(\w{8}|\w{17})$)|(^op-\w{17}$)&quot;
export type InstanceIdList = InstanceId[]; // max: 50, min: 1

@@ -83,0 +83,0 @@ export type InstanceInformationFilterKey = string;

@@ -31,2 +31,3 @@ // Type definitions for aws-sdk - AWS Storage Gateway

createStorediSCSIVolume(params: StorageGateway.CreateStorediSCSIVolumeInput, callback?: (err: StorageGateway.InvalidGatewayRequestException|StorageGateway.InternalServerError|any, data: StorageGateway.CreateStorediSCSIVolumeOutput|any) => void): Request;
createTapeWithBarcode(params: StorageGateway.CreateTapeWithBarcodeInput, callback?: (err: StorageGateway.InvalidGatewayRequestException|StorageGateway.InternalServerError|any, data: StorageGateway.CreateTapeWithBarcodeOutput|any) => void): Request;
createTapes(params: StorageGateway.CreateTapesInput, callback?: (err: StorageGateway.InvalidGatewayRequestException|StorageGateway.InternalServerError|any, data: StorageGateway.CreateTapesOutput|any) => void): Request;

@@ -271,2 +272,10 @@ deleteBandwidthRateLimit(params: StorageGateway.DeleteBandwidthRateLimitInput, callback?: (err: StorageGateway.InvalidGatewayRequestException|StorageGateway.InternalServerError|any, data: StorageGateway.DeleteBandwidthRateLimitOutput|any) => void): Request;

}
export interface CreateTapeWithBarcodeInput {
GatewayARN: GatewayARN;
TapeSizeInBytes: TapeSize;
TapeBarcode: TapeBarcode;
}
export interface CreateTapeWithBarcodeOutput {
TapeARN?: TapeARN;
}
export interface CreateTapesInput {

@@ -509,3 +518,3 @@ GatewayARN: GatewayARN;

export interface ListTagsForResourceInput {
ResourceARN?: ResourceARN;
ResourceARN: ResourceARN;
Marker?: Marker;

@@ -548,4 +557,4 @@ Limit?: PositiveIntObject;

export interface RemoveTagsFromResourceInput {
ResourceARN?: ResourceARN;
TagKeys?: TagKeys;
ResourceARN: ResourceARN;
TagKeys: TagKeys;
}

@@ -552,0 +561,0 @@ export interface RemoveTagsFromResourceOutput {

@@ -23,2 +23,3 @@ // Type definitions for aws-sdk - AWS WAF

createRule(params: WAF.CreateRuleRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFDisallowedNameException|WAF.WAFInvalidParameterException|WAF.WAFLimitsExceededException|any, data: WAF.CreateRuleResponse|any) => void): Request;
createSizeConstraintSet(params: WAF.CreateSizeConstraintSetRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFDisallowedNameException|WAF.WAFInvalidParameterException|WAF.WAFLimitsExceededException|any, data: WAF.CreateSizeConstraintSetResponse|any) => void): Request;
createSqlInjectionMatchSet(params: WAF.CreateSqlInjectionMatchSetRequest, callback?: (err: WAF.WAFDisallowedNameException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFInvalidParameterException|WAF.WAFStaleDataException|WAF.WAFLimitsExceededException|any, data: WAF.CreateSqlInjectionMatchSetResponse|any) => void): Request;

@@ -29,2 +30,3 @@ createWebACL(params: WAF.CreateWebACLRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFDisallowedNameException|WAF.WAFInvalidParameterException|WAF.WAFLimitsExceededException|any, data: WAF.CreateWebACLResponse|any) => void): Request;

deleteRule(params: WAF.DeleteRuleRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFNonEmptyEntityException|any, data: WAF.DeleteRuleResponse|any) => void): Request;
deleteSizeConstraintSet(params: WAF.DeleteSizeConstraintSetRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFNonEmptyEntityException|any, data: WAF.DeleteSizeConstraintSetResponse|any) => void): Request;
deleteSqlInjectionMatchSet(params: WAF.DeleteSqlInjectionMatchSetRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFStaleDataException|WAF.WAFNonEmptyEntityException|any, data: WAF.DeleteSqlInjectionMatchSetResponse|any) => void): Request;

@@ -37,3 +39,4 @@ deleteWebACL(params: WAF.DeleteWebACLRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFNonEmptyEntityException|any, data: WAF.DeleteWebACLResponse|any) => void): Request;

getRule(params: WAF.GetRuleRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|any, data: WAF.GetRuleResponse|any) => void): Request;
getSampledRequests(params: WAF.GetSampledRequestsRequest, callback?: (err: WAF.WAFNonexistentItemException|any, data: WAF.GetSampledRequestsResponse|any) => void): Request;
getSampledRequests(params: WAF.GetSampledRequestsRequest, callback?: (err: WAF.WAFNonexistentItemException|WAF.WAFInternalErrorException|any, data: WAF.GetSampledRequestsResponse|any) => void): Request;
getSizeConstraintSet(params: WAF.GetSizeConstraintSetRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|any, data: WAF.GetSizeConstraintSetResponse|any) => void): Request;
getSqlInjectionMatchSet(params: WAF.GetSqlInjectionMatchSetRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|any, data: WAF.GetSqlInjectionMatchSetResponse|any) => void): Request;

@@ -44,2 +47,3 @@ getWebACL(params: WAF.GetWebACLRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFNonexistentItemException|any, data: WAF.GetWebACLResponse|any) => void): Request;

listRules(params: WAF.ListRulesRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|any, data: WAF.ListRulesResponse|any) => void): Request;
listSizeConstraintSets(params: WAF.ListSizeConstraintSetsRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|any, data: WAF.ListSizeConstraintSetsResponse|any) => void): Request;
listSqlInjectionMatchSets(params: WAF.ListSqlInjectionMatchSetsRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|any, data: WAF.ListSqlInjectionMatchSetsResponse|any) => void): Request;

@@ -50,2 +54,3 @@ listWebACLs(params: WAF.ListWebACLsRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|any, data: WAF.ListWebACLsResponse|any) => void): Request;

updateRule(params: WAF.UpdateRuleRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFInvalidOperationException|WAF.WAFInvalidParameterException|WAF.WAFNonexistentContainerException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFLimitsExceededException|any, data: WAF.UpdateRuleResponse|any) => void): Request;
updateSizeConstraintSet(params: WAF.UpdateSizeConstraintSetRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFInvalidOperationException|WAF.WAFInvalidParameterException|WAF.WAFNonexistentContainerException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFLimitsExceededException|any, data: WAF.UpdateSizeConstraintSetResponse|any) => void): Request;
updateSqlInjectionMatchSet(params: WAF.UpdateSqlInjectionMatchSetRequest, callback?: (err: WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFInvalidOperationException|WAF.WAFInvalidParameterException|WAF.WAFNonexistentContainerException|WAF.WAFNonexistentItemException|WAF.WAFStaleDataException|WAF.WAFLimitsExceededException|any, data: WAF.UpdateSqlInjectionMatchSetResponse|any) => void): Request;

@@ -66,2 +71,3 @@ updateWebACL(params: WAF.UpdateWebACLRequest, callback?: (err: WAF.WAFStaleDataException|WAF.WAFInternalErrorException|WAF.WAFInvalidAccountException|WAF.WAFInvalidOperationException|WAF.WAFInvalidParameterException|WAF.WAFNonexistentContainerException|WAF.WAFNonexistentItemException|WAF.WAFReferencedItemException|WAF.WAFLimitsExceededException|any, data: WAF.UpdateWebACLResponse|any) => void): Request;

export type ChangeTokenStatus = string;
export type ComparisonOperator = string;
export type Country = string;

@@ -88,5 +94,5 @@ export type HTTPHeaders = HTTPHeader[];

export type ParameterExceptionParameter = string; // min: 1
export type ParameterExceptionReason = string;
export type PopulationSize = number;
export type PositionalConstraint = string;
export type PredicateDataId = string;
export type PredicateType = string;

@@ -101,2 +107,6 @@ export type Predicates = Predicate[];

export type SampledHTTPRequests = SampledHTTPRequest[];
export type Size = number;
export type SizeConstraintSetSummaries = SizeConstraintSetSummary[];
export type SizeConstraintSetUpdates = SizeConstraintSetUpdate[];
export type SizeConstraints = SizeConstraint[];
export type SqlInjectionMatchSetSummaries = SqlInjectionMatchSetSummary[];

@@ -162,2 +172,10 @@ export type SqlInjectionMatchSetUpdates = SqlInjectionMatchSetUpdate[];

}
export interface CreateSizeConstraintSetRequest {
Name: ResourceName;
ChangeToken: ChangeToken;
}
export interface CreateSizeConstraintSetResponse {
SizeConstraintSet?: SizeConstraintSet;
ChangeToken?: ChangeToken;
}
export interface CreateSqlInjectionMatchSetRequest {

@@ -202,2 +220,9 @@ Name: ResourceName;

}
export interface DeleteSizeConstraintSetRequest {
SizeConstraintSetId: ResourceId;
ChangeToken: ChangeToken;
}
export interface DeleteSizeConstraintSetResponse {
ChangeToken?: ChangeToken;
}
export interface DeleteSqlInjectionMatchSetRequest {

@@ -261,2 +286,8 @@ SqlInjectionMatchSetId: ResourceId;

}
export interface GetSizeConstraintSetRequest {
SizeConstraintSetId: ResourceId;
}
export interface GetSizeConstraintSetResponse {
SizeConstraintSet?: SizeConstraintSet;
}
export interface GetSqlInjectionMatchSetRequest {

@@ -327,2 +358,10 @@ SqlInjectionMatchSetId: ResourceId;

}
export interface ListSizeConstraintSetsRequest {
NextMarker?: NextMarker;
Limit: PaginationLimit;
}
export interface ListSizeConstraintSetsResponse {
NextMarker?: NextMarker;
SizeConstraintSets?: SizeConstraintSetSummaries;
}
export interface ListSqlInjectionMatchSetsRequest {

@@ -347,3 +386,3 @@ NextMarker?: NextMarker;

Type: PredicateType;
DataId: PredicateDataId;
DataId: ResourceId;
}

@@ -370,2 +409,21 @@ export interface Rule {

}
export interface SizeConstraint {
FieldToMatch: FieldToMatch;
TextTransformation: TextTransformation;
ComparisonOperator: ComparisonOperator;
Size: Size;
}
export interface SizeConstraintSet {
SizeConstraintSetId: ResourceId;
Name?: ResourceName;
SizeConstraints: SizeConstraints;
}
export interface SizeConstraintSetSummary {
SizeConstraintSetId: ResourceId;
Name: ResourceName;
}
export interface SizeConstraintSetUpdate {
Action: ChangeAction;
SizeConstraint: SizeConstraint;
}
export interface SqlInjectionMatchSet {

@@ -416,2 +474,10 @@ SqlInjectionMatchSetId: ResourceId;

}
export interface UpdateSizeConstraintSetRequest {
SizeConstraintSetId: ResourceId;
ChangeToken: ChangeToken;
Updates: SizeConstraintSetUpdates;
}
export interface UpdateSizeConstraintSetResponse {
ChangeToken?: ChangeToken;
}
export interface UpdateSqlInjectionMatchSetRequest {

@@ -448,2 +514,3 @@ SqlInjectionMatchSetId: ResourceId;

parameter?: ParameterExceptionParameter;
reason?: ParameterExceptionReason;
}

@@ -450,0 +517,0 @@ export interface WAFLimitsExceededException {

{
"name": "aws-sdk-typescript",
"version": "0.0.1",
"version": "0.0.2",
"author": "Aldrin Leal <aldrin+npmjs@leal.eng.br>",

@@ -52,3 +52,3 @@ "main": "app/build/app.js",

"main": "gulp buildrun",
"prepublish": "gulp update-package"
"prepublish": "gulp buildrun && gulp update-package"
},

@@ -90,2 +90,3 @@ "typescript": {

"output/typings/aws-firehose.d.ts",
"output/typings/aws-gamelift.d.ts",
"output/typings/aws-glacier.d.ts",

@@ -92,0 +93,0 @@ "output/typings/aws-iam.d.ts",

@@ -17,5 +17,5 @@ # aws-sdk-typescript

$ # Obvious Preconditions: npm install -g typescript tsd, then {npm,tsc,tsd} init
$ npm install ingenieux/aws-sdk-typescript --save-dev
$ npm install aws-sdk-typescript --save-dev
$ tsd link
```
/// <reference path="../output/aws-sdk.d.ts" />
/// <reference path="../output/typings/aws-sdk.d.ts" />
/// <reference path="../typings/node/node.d.ts" />

@@ -4,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc