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

@aws-sdk/client-amplify

Package Overview
Dependencies
Maintainers
0
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-amplify - npm Package Compare versions

Comparing version 3.687.0 to 3.691.0

364

dist-types/ts3.4/models/models_0.d.ts

@@ -19,12 +19,12 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

export interface AutoBranchCreationConfig {
stage?: Stage;
framework?: string;
enableAutoBuild?: boolean;
environmentVariables?: Record<string, string>;
basicAuthCredentials?: string;
enableBasicAuth?: boolean;
enablePerformanceMode?: boolean;
buildSpec?: string;
enablePullRequestPreview?: boolean;
pullRequestEnvironmentName?: string;
stage?: Stage | undefined;
framework?: string | undefined;
enableAutoBuild?: boolean | undefined;
environmentVariables?: Record<string, string> | undefined;
basicAuthCredentials?: string | undefined;
enableBasicAuth?: boolean | undefined;
enablePerformanceMode?: boolean | undefined;
buildSpec?: string | undefined;
enablePullRequestPreview?: boolean | undefined;
pullRequestEnvironmentName?: string | undefined;
}

@@ -43,4 +43,4 @@ export declare const CacheConfigType: {

target: string | undefined;
status?: string;
condition?: string;
status?: string | undefined;
condition?: string | undefined;
}

@@ -55,27 +55,27 @@ export declare const Platform: {

name: string | undefined;
description?: string;
repository?: string;
platform?: Platform;
iamServiceRoleArn?: string;
oauthToken?: string;
accessToken?: string;
environmentVariables?: Record<string, string>;
enableBranchAutoBuild?: boolean;
enableBranchAutoDeletion?: boolean;
enableBasicAuth?: boolean;
basicAuthCredentials?: string;
customRules?: CustomRule[];
tags?: Record<string, string>;
buildSpec?: string;
customHeaders?: string;
enableAutoBranchCreation?: boolean;
autoBranchCreationPatterns?: string[];
autoBranchCreationConfig?: AutoBranchCreationConfig;
cacheConfig?: CacheConfig;
description?: string | undefined;
repository?: string | undefined;
platform?: Platform | undefined;
iamServiceRoleArn?: string | undefined;
oauthToken?: string | undefined;
accessToken?: string | undefined;
environmentVariables?: Record<string, string> | undefined;
enableBranchAutoBuild?: boolean | undefined;
enableBranchAutoDeletion?: boolean | undefined;
enableBasicAuth?: boolean | undefined;
basicAuthCredentials?: string | undefined;
customRules?: CustomRule[] | undefined;
tags?: Record<string, string> | undefined;
buildSpec?: string | undefined;
customHeaders?: string | undefined;
enableAutoBranchCreation?: boolean | undefined;
autoBranchCreationPatterns?: string[] | undefined;
autoBranchCreationConfig?: AutoBranchCreationConfig | undefined;
cacheConfig?: CacheConfig | undefined;
}
export interface ProductionBranch {
lastDeployTime?: Date;
status?: string;
thumbnailUrl?: string;
branchName?: string;
lastDeployTime?: Date | undefined;
status?: string | undefined;
thumbnailUrl?: string | undefined;
branchName?: string | undefined;
}

@@ -93,3 +93,3 @@ export declare const RepositoryCloneMethod: {

name: string | undefined;
tags?: Record<string, string>;
tags?: Record<string, string> | undefined;
description: string | undefined;

@@ -100,18 +100,18 @@ repository: string | undefined;

updateTime: Date | undefined;
iamServiceRoleArn?: string;
iamServiceRoleArn?: string | undefined;
environmentVariables: Record<string, string> | undefined;
defaultDomain: string | undefined;
enableBranchAutoBuild: boolean | undefined;
enableBranchAutoDeletion?: boolean;
enableBranchAutoDeletion?: boolean | undefined;
enableBasicAuth: boolean | undefined;
basicAuthCredentials?: string;
customRules?: CustomRule[];
productionBranch?: ProductionBranch;
buildSpec?: string;
customHeaders?: string;
enableAutoBranchCreation?: boolean;
autoBranchCreationPatterns?: string[];
autoBranchCreationConfig?: AutoBranchCreationConfig;
repositoryCloneMethod?: RepositoryCloneMethod;
cacheConfig?: CacheConfig;
basicAuthCredentials?: string | undefined;
customRules?: CustomRule[] | undefined;
productionBranch?: ProductionBranch | undefined;
buildSpec?: string | undefined;
customHeaders?: string | undefined;
enableAutoBranchCreation?: boolean | undefined;
autoBranchCreationPatterns?: string[] | undefined;
autoBranchCreationConfig?: AutoBranchCreationConfig | undefined;
repositoryCloneMethod?: RepositoryCloneMethod | undefined;
cacheConfig?: CacheConfig | undefined;
}

@@ -155,4 +155,4 @@ export interface CreateAppResult {

environmentName: string | undefined;
stackName?: string;
deploymentArtifacts?: string;
stackName?: string | undefined;
deploymentArtifacts?: string | undefined;
}

@@ -162,4 +162,4 @@ export interface BackendEnvironment {

environmentName: string | undefined;
stackName?: string;
deploymentArtifacts?: string;
stackName?: string | undefined;
deploymentArtifacts?: string | undefined;
createTime: Date | undefined;

@@ -177,3 +177,3 @@ updateTime: Date | undefined;

export interface Backend {
stackArn?: string;
stackArn?: string | undefined;
}

@@ -183,19 +183,19 @@ export interface CreateBranchRequest {

branchName: string | undefined;
description?: string;
stage?: Stage;
framework?: string;
enableNotification?: boolean;
enableAutoBuild?: boolean;
environmentVariables?: Record<string, string>;
basicAuthCredentials?: string;
enableBasicAuth?: boolean;
enablePerformanceMode?: boolean;
tags?: Record<string, string>;
buildSpec?: string;
ttl?: string;
displayName?: string;
enablePullRequestPreview?: boolean;
pullRequestEnvironmentName?: string;
backendEnvironmentArn?: string;
backend?: Backend;
description?: string | undefined;
stage?: Stage | undefined;
framework?: string | undefined;
enableNotification?: boolean | undefined;
enableAutoBuild?: boolean | undefined;
environmentVariables?: Record<string, string> | undefined;
basicAuthCredentials?: string | undefined;
enableBasicAuth?: boolean | undefined;
enablePerformanceMode?: boolean | undefined;
tags?: Record<string, string> | undefined;
buildSpec?: string | undefined;
ttl?: string | undefined;
displayName?: string | undefined;
enablePullRequestPreview?: boolean | undefined;
pullRequestEnvironmentName?: string | undefined;
backendEnvironmentArn?: string | undefined;
backend?: Backend | undefined;
}

@@ -206,3 +206,3 @@ export interface Branch {

description: string | undefined;
tags?: Record<string, string>;
tags?: Record<string, string> | undefined;
stage: Stage | undefined;

@@ -220,14 +220,14 @@ displayName: string | undefined;

enableBasicAuth: boolean | undefined;
enablePerformanceMode?: boolean;
thumbnailUrl?: string;
basicAuthCredentials?: string;
buildSpec?: string;
enablePerformanceMode?: boolean | undefined;
thumbnailUrl?: string | undefined;
basicAuthCredentials?: string | undefined;
buildSpec?: string | undefined;
ttl: string | undefined;
associatedResources?: string[];
associatedResources?: string[] | undefined;
enablePullRequestPreview: boolean | undefined;
pullRequestEnvironmentName?: string;
destinationBranch?: string;
sourceBranch?: string;
backendEnvironmentArn?: string;
backend?: Backend;
pullRequestEnvironmentName?: string | undefined;
destinationBranch?: string | undefined;
sourceBranch?: string | undefined;
backendEnvironmentArn?: string | undefined;
backend?: Backend | undefined;
}

@@ -240,6 +240,6 @@ export interface CreateBranchResult {

branchName: string | undefined;
fileMap?: Record<string, string>;
fileMap?: Record<string, string> | undefined;
}
export interface CreateDeploymentResult {
jobId?: string;
jobId?: string | undefined;
fileUploadUrls: Record<string, string> | undefined;

@@ -256,3 +256,3 @@ zipUploadUrl: string | undefined;

type: CertificateType | undefined;
customCertificateArn?: string;
customCertificateArn?: string | undefined;
}

@@ -266,12 +266,12 @@ export interface SubDomainSetting {

domainName: string | undefined;
enableAutoSubDomain?: boolean;
enableAutoSubDomain?: boolean | undefined;
subDomainSettings: SubDomainSetting[] | undefined;
autoSubDomainCreationPatterns?: string[];
autoSubDomainIAMRole?: string;
certificateSettings?: CertificateSettings;
autoSubDomainCreationPatterns?: string[] | undefined;
autoSubDomainIAMRole?: string | undefined;
certificateSettings?: CertificateSettings | undefined;
}
export interface Certificate {
type: CertificateType | undefined;
customCertificateArn?: string;
certificateVerificationDNSRecord?: string;
customCertificateArn?: string | undefined;
certificateVerificationDNSRecord?: string | undefined;
}

@@ -310,10 +310,10 @@ export declare const DomainStatus: {

enableAutoSubDomain: boolean | undefined;
autoSubDomainCreationPatterns?: string[];
autoSubDomainIAMRole?: string;
autoSubDomainCreationPatterns?: string[] | undefined;
autoSubDomainIAMRole?: string | undefined;
domainStatus: DomainStatus | undefined;
updateStatus?: UpdateStatus;
updateStatus?: UpdateStatus | undefined;
statusReason: string | undefined;
certificateVerificationDNSRecord?: string;
certificateVerificationDNSRecord?: string | undefined;
subDomains: SubDomain[] | undefined;
certificate?: Certificate;
certificate?: Certificate | undefined;
}

@@ -326,3 +326,3 @@ export interface CreateDomainAssociationResult {

branchName: string | undefined;
description?: string;
description?: string | undefined;
}

@@ -403,6 +403,6 @@ export interface Webhook {

status: JobStatus | undefined;
endTime?: Date;
endTime?: Date | undefined;
jobType: JobType | undefined;
sourceUrl?: string;
sourceUrlType?: SourceUrlType;
sourceUrl?: string | undefined;
sourceUrlType?: SourceUrlType | undefined;
}

@@ -419,4 +419,4 @@ export interface DeleteJobResult {

export interface GenerateAccessLogsRequest {
startTime?: Date;
endTime?: Date;
startTime?: Date | undefined;
endTime?: Date | undefined;
domainName: string | undefined;

@@ -426,3 +426,3 @@ appId: string | undefined;

export interface GenerateAccessLogsResult {
logUrl?: string;
logUrl?: string | undefined;
}

@@ -473,9 +473,9 @@ export interface GetAppRequest {

endTime: Date | undefined;
logUrl?: string;
artifactsUrl?: string;
testArtifactsUrl?: string;
testConfigUrl?: string;
screenshots?: Record<string, string>;
statusReason?: string;
context?: string;
logUrl?: string | undefined;
artifactsUrl?: string | undefined;
testArtifactsUrl?: string | undefined;
testConfigUrl?: string | undefined;
screenshots?: Record<string, string> | undefined;
statusReason?: string | undefined;
context?: string | undefined;
}

@@ -496,8 +496,8 @@ export interface Job {

export interface ListAppsRequest {
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListAppsResult {
apps: App[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -508,4 +508,4 @@ export interface ListArtifactsRequest {

jobId: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}

@@ -518,31 +518,31 @@ export interface Artifact {

artifacts: Artifact[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListBackendEnvironmentsRequest {
appId: string | undefined;
environmentName?: string;
nextToken?: string;
maxResults?: number;
environmentName?: string | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListBackendEnvironmentsResult {
backendEnvironments: BackendEnvironment[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListBranchesRequest {
appId: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListBranchesResult {
branches: Branch[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListDomainAssociationsRequest {
appId: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListDomainAssociationsResult {
domainAssociations: DomainAssociation[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -552,8 +552,8 @@ export interface ListJobsRequest {

branchName: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListJobsResult {
jobSummaries: JobSummary[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -564,3 +564,3 @@ export interface ListTagsForResourceRequest {

export interface ListTagsForResourceResponse {
tags?: Record<string, string>;
tags?: Record<string, string> | undefined;
}

@@ -577,8 +577,8 @@ export declare class ResourceNotFoundException extends __BaseException {

appId: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface ListWebhooksResult {
webhooks: Webhook[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -588,5 +588,5 @@ export interface StartDeploymentRequest {

branchName: string | undefined;
jobId?: string;
sourceUrl?: string;
sourceUrlType?: SourceUrlType;
jobId?: string | undefined;
sourceUrl?: string | undefined;
sourceUrlType?: SourceUrlType | undefined;
}

@@ -599,8 +599,8 @@ export interface StartDeploymentResult {

branchName: string | undefined;
jobId?: string;
jobId?: string | undefined;
jobType: JobType | undefined;
jobReason?: string;
commitId?: string;
commitMessage?: string;
commitTime?: Date;
jobReason?: string | undefined;
commitId?: string | undefined;
commitMessage?: string | undefined;
commitTime?: Date | undefined;
}

@@ -630,21 +630,21 @@ export interface StartJobResult {

appId: string | undefined;
name?: string;
description?: string;
platform?: Platform;
iamServiceRoleArn?: string;
environmentVariables?: Record<string, string>;
enableBranchAutoBuild?: boolean;
enableBranchAutoDeletion?: boolean;
enableBasicAuth?: boolean;
basicAuthCredentials?: string;
customRules?: CustomRule[];
buildSpec?: string;
customHeaders?: string;
enableAutoBranchCreation?: boolean;
autoBranchCreationPatterns?: string[];
autoBranchCreationConfig?: AutoBranchCreationConfig;
repository?: string;
oauthToken?: string;
accessToken?: string;
cacheConfig?: CacheConfig;
name?: string | undefined;
description?: string | undefined;
platform?: Platform | undefined;
iamServiceRoleArn?: string | undefined;
environmentVariables?: Record<string, string> | undefined;
enableBranchAutoBuild?: boolean | undefined;
enableBranchAutoDeletion?: boolean | undefined;
enableBasicAuth?: boolean | undefined;
basicAuthCredentials?: string | undefined;
customRules?: CustomRule[] | undefined;
buildSpec?: string | undefined;
customHeaders?: string | undefined;
enableAutoBranchCreation?: boolean | undefined;
autoBranchCreationPatterns?: string[] | undefined;
autoBranchCreationConfig?: AutoBranchCreationConfig | undefined;
repository?: string | undefined;
oauthToken?: string | undefined;
accessToken?: string | undefined;
cacheConfig?: CacheConfig | undefined;
}

@@ -657,18 +657,18 @@ export interface UpdateAppResult {

branchName: string | undefined;
description?: string;
framework?: string;
stage?: Stage;
enableNotification?: boolean;
enableAutoBuild?: boolean;
environmentVariables?: Record<string, string>;
basicAuthCredentials?: string;
enableBasicAuth?: boolean;
enablePerformanceMode?: boolean;
buildSpec?: string;
ttl?: string;
displayName?: string;
enablePullRequestPreview?: boolean;
pullRequestEnvironmentName?: string;
backendEnvironmentArn?: string;
backend?: Backend;
description?: string | undefined;
framework?: string | undefined;
stage?: Stage | undefined;
enableNotification?: boolean | undefined;
enableAutoBuild?: boolean | undefined;
environmentVariables?: Record<string, string> | undefined;
basicAuthCredentials?: string | undefined;
enableBasicAuth?: boolean | undefined;
enablePerformanceMode?: boolean | undefined;
buildSpec?: string | undefined;
ttl?: string | undefined;
displayName?: string | undefined;
enablePullRequestPreview?: boolean | undefined;
pullRequestEnvironmentName?: string | undefined;
backendEnvironmentArn?: string | undefined;
backend?: Backend | undefined;
}

@@ -681,7 +681,7 @@ export interface UpdateBranchResult {

domainName: string | undefined;
enableAutoSubDomain?: boolean;
subDomainSettings?: SubDomainSetting[];
autoSubDomainCreationPatterns?: string[];
autoSubDomainIAMRole?: string;
certificateSettings?: CertificateSettings;
enableAutoSubDomain?: boolean | undefined;
subDomainSettings?: SubDomainSetting[] | undefined;
autoSubDomainCreationPatterns?: string[] | undefined;
autoSubDomainIAMRole?: string | undefined;
certificateSettings?: CertificateSettings | undefined;
}

@@ -693,4 +693,4 @@ export interface UpdateDomainAssociationResult {

webhookId: string | undefined;
branchName?: string;
description?: string;
branchName?: string | undefined;
description?: string | undefined;
}

@@ -697,0 +697,0 @@ export interface UpdateWebhookResult {

{
"name": "@aws-sdk/client-amplify",
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.691.0",
"scripts": {

@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.687.0",
"@aws-sdk/client-sts": "3.687.0",
"@aws-sdk/core": "3.686.0",
"@aws-sdk/credential-provider-node": "3.687.0",
"@aws-sdk/client-sso-oidc": "3.691.0",
"@aws-sdk/client-sts": "3.691.0",
"@aws-sdk/core": "3.691.0",
"@aws-sdk/credential-provider-node": "3.691.0",
"@aws-sdk/middleware-host-header": "3.686.0",
"@aws-sdk/middleware-logger": "3.686.0",
"@aws-sdk/middleware-recursion-detection": "3.686.0",
"@aws-sdk/middleware-user-agent": "3.687.0",
"@aws-sdk/middleware-user-agent": "3.691.0",
"@aws-sdk/region-config-resolver": "3.686.0",

@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0",

"@aws-sdk/util-user-agent-browser": "3.686.0",
"@aws-sdk/util-user-agent-node": "3.687.0",
"@aws-sdk/util-user-agent-node": "3.691.0",
"@smithy/config-resolver": "^3.0.10",

@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1",

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