'2.0', 'service' => '
Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Console User Guide. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.
', 'operations' => [ 'CreateApp' => 'Creates a new Amplify app.
', 'CreateBackendEnvironment' => 'Creates a new backend environment for an Amplify app.
', 'CreateBranch' => 'Creates a new branch for an Amplify app.
', 'CreateDeployment' => 'Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository.
', 'CreateDomainAssociation' => 'Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app
', 'CreateWebhook' => 'Creates a new webhook on an Amplify app.
', 'DeleteApp' => 'Deletes an existing Amplify app specified by an app ID.
', 'DeleteBackendEnvironment' => 'Deletes a backend environment for an Amplify app.
', 'DeleteBranch' => 'Deletes a branch for an Amplify app.
', 'DeleteDomainAssociation' => 'Deletes a domain association for an Amplify app.
', 'DeleteJob' => 'Deletes a job for a branch of an Amplify app.
', 'DeleteWebhook' => 'Deletes a webhook.
', 'GenerateAccessLogs' => 'Returns the website access logs for a specific time range using a presigned URL.
', 'GetApp' => 'Returns an existing Amplify app by appID.
', 'GetArtifactUrl' => 'Returns the artifact info that corresponds to an artifact id.
', 'GetBackendEnvironment' => 'Returns a backend environment for an Amplify app.
', 'GetBranch' => 'Returns a branch for an Amplify app.
', 'GetDomainAssociation' => 'Returns the domain information for an Amplify app.
', 'GetJob' => 'Returns a job for a branch of an Amplify app.
', 'GetWebhook' => 'Returns the webhook information that corresponds to a specified webhook ID.
', 'ListApps' => 'Returns a list of the existing Amplify apps.
', 'ListArtifacts' => 'Returns a list of artifacts for a specified app, branch, and job.
', 'ListBackendEnvironments' => 'Lists the backend environments for an Amplify app.
', 'ListBranches' => 'Lists the branches of an Amplify app.
', 'ListDomainAssociations' => 'Returns the domain associations for an Amplify app.
', 'ListJobs' => 'Lists the jobs for a branch of an Amplify app.
', 'ListTagsForResource' => 'Returns a list of tags for a specified Amazon Resource Name (ARN).
', 'ListWebhooks' => 'Returns a list of webhooks for an Amplify app.
', 'StartDeployment' => 'Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository.
', 'StartJob' => 'Starts a new job for a branch of an Amplify app.
', 'StopJob' => 'Stops a job that is in progress for a branch of an Amplify app.
', 'TagResource' => 'Tags the resource with a tag key and value.
', 'UntagResource' => 'Untags a resource with a specified Amazon Resource Name (ARN).
', 'UpdateApp' => 'Updates an existing Amplify app.
', 'UpdateBranch' => 'Updates a branch for an Amplify app.
', 'UpdateDomainAssociation' => 'Creates a new domain association for an Amplify app.
', 'UpdateWebhook' => 'Updates a webhook.
', ], 'shapes' => [ 'AccessToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$accessToken' => 'The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.
Use accessToken
for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken
.
You must specify either accessToken
or oauthToken
when you create a new app.
Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .
', 'UpdateAppRequest$accessToken' => 'The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.
Use accessToken
for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken
.
You must specify either accessToken
or oauthToken
when you update an app.
Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .
', ], ], 'ActiveJobId' => [ 'base' => NULL, 'refs' => [ 'Branch$activeJobId' => 'The ID of the active job for a branch of an Amplify app.
', ], ], 'App' => [ 'base' => 'Represents the different branches of a repository for building, deploying, and hosting an Amplify app.
', 'refs' => [ 'Apps$member' => NULL, 'CreateAppResult$app' => NULL, 'DeleteAppResult$app' => NULL, 'GetAppResult$app' => NULL, 'UpdateAppResult$app' => 'Represents the updated Amplify app.
', ], ], 'AppArn' => [ 'base' => NULL, 'refs' => [ 'App$appArn' => 'The Amazon Resource Name (ARN) of the Amplify app.
', ], ], 'AppId' => [ 'base' => NULL, 'refs' => [ 'App$appId' => 'The unique ID of the Amplify app.
', 'CreateBackendEnvironmentRequest$appId' => 'The unique ID for an Amplify app.
', 'CreateBranchRequest$appId' => 'The unique ID for an Amplify app.
', 'CreateDeploymentRequest$appId' => 'The unique ID for an Amplify app.
', 'CreateDomainAssociationRequest$appId' => 'The unique ID for an Amplify app.
', 'CreateWebhookRequest$appId' => 'The unique ID for an Amplify app.
', 'DeleteAppRequest$appId' => 'The unique ID for an Amplify app.
', 'DeleteBackendEnvironmentRequest$appId' => 'The unique ID of an Amplify app.
', 'DeleteBranchRequest$appId' => 'The unique ID for an Amplify app.
', 'DeleteDomainAssociationRequest$appId' => 'The unique id for an Amplify app.
', 'DeleteJobRequest$appId' => 'The unique ID for an Amplify app.
', 'GenerateAccessLogsRequest$appId' => 'The unique ID for an Amplify app.
', 'GetAppRequest$appId' => 'The unique ID for an Amplify app.
', 'GetBackendEnvironmentRequest$appId' => 'The unique id for an Amplify app.
', 'GetBranchRequest$appId' => 'The unique ID for an Amplify app.
', 'GetDomainAssociationRequest$appId' => 'The unique id for an Amplify app.
', 'GetJobRequest$appId' => 'The unique ID for an Amplify app.
', 'ListArtifactsRequest$appId' => 'The unique ID for an Amplify app.
', 'ListBackendEnvironmentsRequest$appId' => 'The unique ID for an Amplify app.
', 'ListBranchesRequest$appId' => 'The unique ID for an Amplify app.
', 'ListDomainAssociationsRequest$appId' => 'The unique ID for an Amplify app.
', 'ListJobsRequest$appId' => 'The unique ID for an Amplify app.
', 'ListWebhooksRequest$appId' => 'The unique ID for an Amplify app.
', 'StartDeploymentRequest$appId' => 'The unique ID for an Amplify app.
', 'StartJobRequest$appId' => 'The unique ID for an Amplify app.
', 'StopJobRequest$appId' => 'The unique ID for an Amplify app.
', 'UpdateAppRequest$appId' => 'The unique ID for an Amplify app.
', 'UpdateBranchRequest$appId' => 'The unique ID for an Amplify app.
', 'UpdateDomainAssociationRequest$appId' => 'The unique ID for an Amplify app.
', ], ], 'Apps' => [ 'base' => NULL, 'refs' => [ 'ListAppsResult$apps' => 'A list of Amplify apps.
', ], ], 'Artifact' => [ 'base' => 'Describes an artifact.
', 'refs' => [ 'Artifacts$member' => NULL, ], ], 'ArtifactFileName' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactFileName' => 'The file name for the artifact.
', ], ], 'ArtifactId' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactId' => 'The unique ID for the artifact.
', 'GetArtifactUrlRequest$artifactId' => 'The unique ID for an artifact.
', 'GetArtifactUrlResult$artifactId' => 'The unique ID for an artifact.
', ], ], 'ArtifactUrl' => [ 'base' => NULL, 'refs' => [ 'GetArtifactUrlResult$artifactUrl' => 'The presigned URL for the artifact.
', ], ], 'Artifacts' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsResult$artifacts' => 'A list of artifacts.
', ], ], 'ArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$artifactsUrl' => 'The URL to the artifact for the execution step.
', ], ], 'AssociatedResource' => [ 'base' => NULL, 'refs' => [ 'AssociatedResources$member' => NULL, ], ], 'AssociatedResources' => [ 'base' => NULL, 'refs' => [ 'Branch$associatedResources' => 'A list of custom resources that are linked to this branch.
', ], ], 'AutoBranchCreationConfig' => [ 'base' => 'Describes the automated branch creation configuration.
', 'refs' => [ 'App$autoBranchCreationConfig' => 'Describes the automated branch creation configuration for the Amplify app.
', 'CreateAppRequest$autoBranchCreationConfig' => 'The automated branch creation configuration for an Amplify app.
', 'UpdateAppRequest$autoBranchCreationConfig' => 'The automated branch creation configuration for an Amplify app.
', ], ], 'AutoBranchCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationPatterns$member' => NULL, ], ], 'AutoBranchCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'App$autoBranchCreationPatterns' => 'Describes the automated branch creation glob patterns for the Amplify app.
', 'CreateAppRequest$autoBranchCreationPatterns' => 'The automated branch creation glob patterns for an Amplify app.
', 'UpdateAppRequest$autoBranchCreationPatterns' => 'Describes the automated branch creation glob patterns for an Amplify app.
', ], ], 'AutoSubDomainCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoSubDomainCreationPatterns$member' => NULL, ], ], 'AutoSubDomainCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainCreationPatterns' => 'Sets the branch patterns for automatic subdomain creation.
', 'DomainAssociation$autoSubDomainCreationPatterns' => 'Sets branch patterns for automatic subdomain creation.
', 'UpdateDomainAssociationRequest$autoSubDomainCreationPatterns' => 'Sets the branch patterns for automatic subdomain creation.
', ], ], 'AutoSubDomainIAMRole' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainIAMRole' => 'The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
', 'DomainAssociation$autoSubDomainIAMRole' => 'The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
', 'UpdateDomainAssociationRequest$autoSubDomainIAMRole' => 'The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
', ], ], 'BackendEnvironment' => [ 'base' => 'Describes the backend environment for an Amplify app.
', 'refs' => [ 'BackendEnvironments$member' => NULL, 'CreateBackendEnvironmentResult$backendEnvironment' => 'Describes the backend environment for an Amplify app.
', 'DeleteBackendEnvironmentResult$backendEnvironment' => 'Describes the backend environment for an Amplify app.
', 'GetBackendEnvironmentResult$backendEnvironment' => 'Describes the backend environment for an Amplify app.
', ], ], 'BackendEnvironmentArn' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$backendEnvironmentArn' => 'The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
', 'Branch$backendEnvironmentArn' => 'The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
', 'CreateBranchRequest$backendEnvironmentArn' => 'The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
', 'UpdateBranchRequest$backendEnvironmentArn' => 'The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
', ], ], 'BackendEnvironments' => [ 'base' => NULL, 'refs' => [ 'ListBackendEnvironmentsResult$backendEnvironments' => 'The list of backend environments for an Amplify app.
', ], ], 'BadRequestException' => [ 'base' => 'A request contains unexpected data.
', 'refs' => [], ], 'BasicAuthCredentials' => [ 'base' => NULL, 'refs' => [ 'App$basicAuthCredentials' => ' The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
The branch for an Amplify app, which maps to a third-party repository branch.
', 'refs' => [ 'Branches$member' => NULL, 'CreateBranchResult$branch' => 'Describes the branch for an Amplify app, which maps to a third-party repository branch.
', 'DeleteBranchResult$branch' => 'The branch for an Amplify app, which maps to a third-party repository branch.
', 'GetBranchResult$branch' => NULL, 'UpdateBranchResult$branch' => 'The branch for an Amplify app, which maps to a third-party repository branch.
', ], ], 'BranchArn' => [ 'base' => NULL, 'refs' => [ 'Branch$branchArn' => 'The Amazon Resource Name (ARN) for a branch that is part of an Amplify app.
', ], ], 'BranchName' => [ 'base' => NULL, 'refs' => [ 'Branch$branchName' => 'The name for the branch that is part of an Amplify app.
', 'Branch$destinationBranch' => 'The destination branch if the branch is a pull request branch.
', 'Branch$sourceBranch' => 'The source branch if the branch is a pull request branch.
', 'CreateBranchRequest$branchName' => 'The name for the branch.
', 'CreateDeploymentRequest$branchName' => 'The name for the branch, for the job.
', 'CreateWebhookRequest$branchName' => 'The name for a branch that is part of an Amplify app.
', 'DeleteBranchRequest$branchName' => 'The name for the branch.
', 'DeleteJobRequest$branchName' => 'The name for the branch, for the job.
', 'GetBranchRequest$branchName' => 'The name for the branch.
', 'GetJobRequest$branchName' => 'The branch name for the job.
', 'ListArtifactsRequest$branchName' => 'The name of a branch that is part of an Amplify app.
', 'ListJobsRequest$branchName' => 'The name for a branch.
', 'ProductionBranch$branchName' => 'The branch name for the production branch.
', 'StartDeploymentRequest$branchName' => 'The name for the branch, for the job.
', 'StartJobRequest$branchName' => 'The branch name for the job.
', 'StopJobRequest$branchName' => 'The name for the branch, for the job.
', 'SubDomainSetting$branchName' => 'The branch name setting for the subdomain.
', 'UpdateBranchRequest$branchName' => 'The name for the branch.
', 'UpdateWebhookRequest$branchName' => 'The name for a branch that is part of an Amplify app.
', 'Webhook$branchName' => 'The name for a branch that is part of an Amplify app.
', ], ], 'Branches' => [ 'base' => NULL, 'refs' => [ 'ListBranchesResult$branches' => 'A list of branches for an Amplify app.
', ], ], 'BuildSpec' => [ 'base' => 'The build specification (build spec) file for an Amplify app build.
', 'refs' => [ 'App$buildSpec' => 'Describes the content of the build specification (build spec) for the Amplify app.
', 'AutoBranchCreationConfig$buildSpec' => 'The build specification (build spec) for the autocreated branch.
', 'Branch$buildSpec' => 'The build specification (build spec) content for the branch of an Amplify app.
', 'CreateAppRequest$buildSpec' => 'The build specification (build spec) for an Amplify app.
', 'CreateBranchRequest$buildSpec' => 'The build specification (build spec) for the branch.
', 'UpdateAppRequest$buildSpec' => 'The build specification (build spec) for an Amplify app.
', 'UpdateBranchRequest$buildSpec' => 'The build specification (build spec) for the branch.
', ], ], 'CertificateVerificationDNSRecord' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$certificateVerificationDNSRecord' => 'The DNS record for certificate verification.
', ], ], 'Code' => [ 'base' => NULL, 'refs' => [ 'ResourceNotFoundException$code' => NULL, ], ], 'CommitId' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitId' => 'The commit ID from a third-party repository provider for the job.
', 'StartJobRequest$commitId' => 'The commit ID from a third-party repository provider for the job.
', ], ], 'CommitMessage' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitMessage' => 'The commit message from a third-party repository provider for the job.
', 'StartJobRequest$commitMessage' => 'The commit message from a third-party repository provider for the job.
', ], ], 'CommitTime' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitTime' => 'The commit date and time for the job.
', 'StartJobRequest$commitTime' => 'The commit date and time for the job.
', ], ], 'Condition' => [ 'base' => NULL, 'refs' => [ 'CustomRule$condition' => 'The condition for a URL rewrite or redirect rule, such as a country code.
', ], ], 'Context' => [ 'base' => NULL, 'refs' => [ 'Step$context' => 'The context for the current step. Includes a build image if the step is build.
', ], ], 'CreateAppRequest' => [ 'base' => 'The request structure used to create apps in Amplify.
', 'refs' => [], ], 'CreateAppResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateBackendEnvironmentRequest' => [ 'base' => 'The request structure for the backend environment create request.
', 'refs' => [], ], 'CreateBackendEnvironmentResult' => [ 'base' => 'The result structure for the create backend environment request.
', 'refs' => [], ], 'CreateBranchRequest' => [ 'base' => 'The request structure for the create branch request.
', 'refs' => [], ], 'CreateBranchResult' => [ 'base' => 'The result structure for create branch request.
', 'refs' => [], ], 'CreateDeploymentRequest' => [ 'base' => 'The request structure for the create a new deployment request.
', 'refs' => [], ], 'CreateDeploymentResult' => [ 'base' => 'The result structure for the create a new deployment request.
', 'refs' => [], ], 'CreateDomainAssociationRequest' => [ 'base' => 'The request structure for the create domain association request.
', 'refs' => [], ], 'CreateDomainAssociationResult' => [ 'base' => 'The result structure for the create domain association request.
', 'refs' => [], ], 'CreateTime' => [ 'base' => NULL, 'refs' => [ 'App$createTime' => 'Creates a date and time for the Amplify app.
', 'BackendEnvironment$createTime' => 'The creation date and time for a backend environment that is part of an Amplify app.
', 'Branch$createTime' => 'The creation date and time for a branch that is part of an Amplify app.
', 'Webhook$createTime' => 'The create date and time for a webhook.
', ], ], 'CreateWebhookRequest' => [ 'base' => 'The request structure for the create webhook request.
', 'refs' => [], ], 'CreateWebhookResult' => [ 'base' => 'The result structure for the create webhook request.
', 'refs' => [], ], 'CustomDomain' => [ 'base' => NULL, 'refs' => [ 'CustomDomains$member' => NULL, ], ], 'CustomDomains' => [ 'base' => NULL, 'refs' => [ 'Branch$customDomains' => 'The custom domains for a branch of an Amplify app.
', ], ], 'CustomHeaders' => [ 'base' => NULL, 'refs' => [ 'App$customHeaders' => 'Describes the custom HTTP headers for the Amplify app.
', 'CreateAppRequest$customHeaders' => 'The custom HTTP headers for an Amplify app.
', 'UpdateAppRequest$customHeaders' => 'The custom HTTP headers for an Amplify app.
', ], ], 'CustomRule' => [ 'base' => 'Describes a custom rewrite or redirect rule.
', 'refs' => [ 'CustomRules$member' => NULL, ], ], 'CustomRules' => [ 'base' => NULL, 'refs' => [ 'App$customRules' => 'Describes the custom redirect and rewrite rules for the Amplify app.
', 'CreateAppRequest$customRules' => 'The custom rewrite and redirect rules for an Amplify app.
', 'UpdateAppRequest$customRules' => 'The custom redirect and rewrite rules for an Amplify app.
', ], ], 'DNSRecord' => [ 'base' => NULL, 'refs' => [ 'SubDomain$dnsRecord' => 'The DNS record for the subdomain.
', ], ], 'DefaultDomain' => [ 'base' => NULL, 'refs' => [ 'App$defaultDomain' => 'The default domain for the Amplify app.
', ], ], 'DeleteAppRequest' => [ 'base' => 'Describes the request structure for the delete app request.
', 'refs' => [], ], 'DeleteAppResult' => [ 'base' => 'The result structure for the delete app request.
', 'refs' => [], ], 'DeleteBackendEnvironmentRequest' => [ 'base' => 'The request structure for the delete backend environment request.
', 'refs' => [], ], 'DeleteBackendEnvironmentResult' => [ 'base' => 'The result structure of the delete backend environment result.
', 'refs' => [], ], 'DeleteBranchRequest' => [ 'base' => 'The request structure for the delete branch request.
', 'refs' => [], ], 'DeleteBranchResult' => [ 'base' => 'The result structure for the delete branch request.
', 'refs' => [], ], 'DeleteDomainAssociationRequest' => [ 'base' => 'The request structure for the delete domain association request.
', 'refs' => [], ], 'DeleteDomainAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => 'The request structure for the delete job request.
', 'refs' => [], ], 'DeleteJobResult' => [ 'base' => 'The result structure for the delete job request.
', 'refs' => [], ], 'DeleteWebhookRequest' => [ 'base' => 'The request structure for the delete webhook request.
', 'refs' => [], ], 'DeleteWebhookResult' => [ 'base' => 'The result structure for the delete webhook request.
', 'refs' => [], ], 'DependentServiceFailureException' => [ 'base' => 'An operation failed because a dependent service threw an exception.
', 'refs' => [], ], 'DeploymentArtifacts' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$deploymentArtifacts' => 'The name of deployment artifacts.
', 'CreateBackendEnvironmentRequest$deploymentArtifacts' => 'The name of deployment artifacts.
', ], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'App$description' => 'The description for the Amplify app.
', 'Branch$description' => 'The description for the branch that is part of an Amplify app.
', 'CreateAppRequest$description' => 'The description for an Amplify app.
', 'CreateBranchRequest$description' => 'The description for the branch.
', 'CreateWebhookRequest$description' => 'The description for a webhook.
', 'UpdateAppRequest$description' => 'The description for an Amplify app.
', 'UpdateBranchRequest$description' => 'The description for the branch.
', 'UpdateWebhookRequest$description' => 'The description for a webhook.
', 'Webhook$description' => 'The description for a webhook.
', ], ], 'DisplayName' => [ 'base' => NULL, 'refs' => [ 'Branch$displayName' => 'The display name for the branch. This is used as the default domain prefix.
', 'CreateBranchRequest$displayName' => 'The display name for a branch. This is used as the default domain prefix.
', 'UpdateBranchRequest$displayName' => 'The display name for a branch. This is used as the default domain prefix.
', ], ], 'DomainAssociation' => [ 'base' => 'Describes a domain association that associates a custom domain with an Amplify app.
', 'refs' => [ 'CreateDomainAssociationResult$domainAssociation' => 'Describes the structure of a domain association, which associates a custom domain with an Amplify app.
', 'DeleteDomainAssociationResult$domainAssociation' => NULL, 'DomainAssociations$member' => NULL, 'GetDomainAssociationResult$domainAssociation' => 'Describes the structure of a domain association, which associates a custom domain with an Amplify app.
', 'UpdateDomainAssociationResult$domainAssociation' => 'Describes a domain association, which associates a custom domain with an Amplify app.
', ], ], 'DomainAssociationArn' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainAssociationArn' => 'The Amazon Resource Name (ARN) for the domain association.
', ], ], 'DomainAssociations' => [ 'base' => NULL, 'refs' => [ 'ListDomainAssociationsResult$domainAssociations' => 'A list of domain associations.
', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$domainName' => 'The domain name for the domain association.
', 'DeleteDomainAssociationRequest$domainName' => 'The name of the domain.
', 'DomainAssociation$domainName' => 'The name of the domain.
', 'GenerateAccessLogsRequest$domainName' => 'The name of the domain.
', 'GetDomainAssociationRequest$domainName' => 'The name of the domain.
', 'UpdateDomainAssociationRequest$domainName' => 'The name of the domain.
', ], ], 'DomainPrefix' => [ 'base' => NULL, 'refs' => [ 'SubDomainSetting$prefix' => 'The prefix setting for the subdomain.
', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainStatus' => 'The current status of the domain association.
', ], ], 'EnableAutoBranchCreation' => [ 'base' => NULL, 'refs' => [ 'App$enableAutoBranchCreation' => 'Enables automated branch creation for the Amplify app.
', 'CreateAppRequest$enableAutoBranchCreation' => 'Enables automated branch creation for an Amplify app.
', 'UpdateAppRequest$enableAutoBranchCreation' => 'Enables automated branch creation for an Amplify app.
', ], ], 'EnableAutoBuild' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enableAutoBuild' => 'Enables auto building for the autocreated branch.
', 'Branch$enableAutoBuild' => 'Enables auto-building on push for a branch of an Amplify app.
', 'CreateBranchRequest$enableAutoBuild' => 'Enables auto building for the branch.
', 'UpdateAppRequest$enableBranchAutoBuild' => 'Enables branch auto-building for an Amplify app.
', 'UpdateBranchRequest$enableAutoBuild' => 'Enables auto building for the branch.
', ], ], 'EnableAutoSubDomain' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$enableAutoSubDomain' => 'Enables the automated creation of subdomains for branches.
', 'DomainAssociation$enableAutoSubDomain' => 'Enables the automated creation of subdomains for branches.
', 'UpdateDomainAssociationRequest$enableAutoSubDomain' => 'Enables the automated creation of subdomains for branches.
', ], ], 'EnableBasicAuth' => [ 'base' => NULL, 'refs' => [ 'App$enableBasicAuth' => 'Enables basic authorization for the Amplify app\'s branches.
', 'AutoBranchCreationConfig$enableBasicAuth' => 'Enables basic authorization for the autocreated branch.
', 'Branch$enableBasicAuth' => 'Enables basic authorization for a branch of an Amplify app.
', 'CreateAppRequest$enableBasicAuth' => 'Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.
', 'CreateBranchRequest$enableBasicAuth' => 'Enables basic authorization for the branch.
', 'UpdateAppRequest$enableBasicAuth' => 'Enables basic authorization for an Amplify app.
', 'UpdateBranchRequest$enableBasicAuth' => 'Enables basic authorization for the branch.
', ], ], 'EnableBranchAutoBuild' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoBuild' => 'Enables the auto-building of branches for the Amplify app.
', 'CreateAppRequest$enableBranchAutoBuild' => 'Enables the auto building of branches for an Amplify app.
', ], ], 'EnableBranchAutoDeletion' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoDeletion' => 'Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.
', 'CreateAppRequest$enableBranchAutoDeletion' => 'Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
', 'UpdateAppRequest$enableBranchAutoDeletion' => 'Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
', ], ], 'EnableNotification' => [ 'base' => NULL, 'refs' => [ 'Branch$enableNotification' => 'Enables notifications for a branch that is part of an Amplify app.
', 'CreateBranchRequest$enableNotification' => 'Enables notifications for the branch.
', 'UpdateBranchRequest$enableNotification' => 'Enables notifications for the branch.
', ], ], 'EnablePerformanceMode' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePerformanceMode' => 'Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
', 'Branch$enablePerformanceMode' => 'Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
', 'CreateBranchRequest$enablePerformanceMode' => 'Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
', 'UpdateBranchRequest$enablePerformanceMode' => 'Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
', ], ], 'EnablePullRequestPreview' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePullRequestPreview' => 'Enables pull request previews for the autocreated branch.
', 'Branch$enablePullRequestPreview' => 'Enables pull request previews for the branch.
', 'CreateBranchRequest$enablePullRequestPreview' => 'Enables pull request previews for this branch.
', 'UpdateBranchRequest$enablePullRequestPreview' => 'Enables pull request previews for this branch.
', ], ], 'EndTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$endTime' => 'The time at which the logs should end. The time range specified is inclusive of the end time.
', 'JobSummary$endTime' => 'The end date and time for the job.
', 'Step$endTime' => 'The end date and time of the execution step.
', ], ], 'EnvKey' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$key' => NULL, ], ], 'EnvValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$value' => NULL, ], ], 'EnvironmentName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$environmentName' => 'The name for a backend environment that is part of an Amplify app.
', 'CreateBackendEnvironmentRequest$environmentName' => 'The name for the backend environment.
', 'DeleteBackendEnvironmentRequest$environmentName' => 'The name of a backend environment of an Amplify app.
', 'GetBackendEnvironmentRequest$environmentName' => 'The name for the backend environment.
', 'ListBackendEnvironmentsRequest$environmentName' => 'The name of the backend environment
', ], ], 'EnvironmentVariables' => [ 'base' => NULL, 'refs' => [ 'App$environmentVariables' => 'The environment variables for the Amplify app.
', 'AutoBranchCreationConfig$environmentVariables' => 'The environment variables for the autocreated branch.
', 'Branch$environmentVariables' => 'The environment variables specific to a branch of an Amplify app.
', 'CreateAppRequest$environmentVariables' => 'The environment variables map for an Amplify app.
', 'CreateBranchRequest$environmentVariables' => 'The environment variables for the branch.
', 'UpdateAppRequest$environmentVariables' => 'The environment variables for an Amplify app.
', 'UpdateBranchRequest$environmentVariables' => 'The environment variables for the branch.
', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$message' => NULL, 'DependentServiceFailureException$message' => NULL, 'InternalFailureException$message' => NULL, 'LimitExceededException$message' => NULL, 'NotFoundException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'UnauthorizedException$message' => NULL, ], ], 'FileMap' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentRequest$fileMap' => 'An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.
', ], ], 'FileName' => [ 'base' => NULL, 'refs' => [ 'FileMap$key' => NULL, 'FileUploadUrls$key' => NULL, ], ], 'FileUploadUrls' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$fileUploadUrls' => ' When the fileMap
argument is provided in the request, fileUploadUrls
will contain a map of file names to upload URLs.
The framework for the autocreated branch.
', 'Branch$framework' => 'The framework for a branch of an Amplify app.
', 'CreateBranchRequest$framework' => 'The framework for the branch.
', 'UpdateBranchRequest$framework' => 'The framework for the branch.
', ], ], 'GenerateAccessLogsRequest' => [ 'base' => 'The request structure for the generate access logs request.
', 'refs' => [], ], 'GenerateAccessLogsResult' => [ 'base' => 'The result structure for the generate access logs request.
', 'refs' => [], ], 'GetAppRequest' => [ 'base' => 'The request structure for the get app request.
', 'refs' => [], ], 'GetAppResult' => [ 'base' => NULL, 'refs' => [], ], 'GetArtifactUrlRequest' => [ 'base' => 'Returns the request structure for the get artifact request.
', 'refs' => [], ], 'GetArtifactUrlResult' => [ 'base' => 'Returns the result structure for the get artifact request.
', 'refs' => [], ], 'GetBackendEnvironmentRequest' => [ 'base' => 'The request structure for the get backend environment request.
', 'refs' => [], ], 'GetBackendEnvironmentResult' => [ 'base' => 'The result structure for the get backend environment result.
', 'refs' => [], ], 'GetBranchRequest' => [ 'base' => 'The request structure for the get branch request.
', 'refs' => [], ], 'GetBranchResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainAssociationRequest' => [ 'base' => 'The request structure for the get domain association request.
', 'refs' => [], ], 'GetDomainAssociationResult' => [ 'base' => 'The result structure for the get domain association request.
', 'refs' => [], ], 'GetJobRequest' => [ 'base' => 'The request structure for the get job request.
', 'refs' => [], ], 'GetJobResult' => [ 'base' => NULL, 'refs' => [], ], 'GetWebhookRequest' => [ 'base' => 'The request structure for the get webhook request.
', 'refs' => [], ], 'GetWebhookResult' => [ 'base' => 'The result structure for the get webhook request.
', 'refs' => [], ], 'InternalFailureException' => [ 'base' => 'The service failed to perform an operation due to an internal issue.
', 'refs' => [], ], 'Job' => [ 'base' => 'Describes an execution job for an Amplify app.
', 'refs' => [ 'GetJobResult$job' => NULL, ], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobArn' => 'The Amazon Resource Name (ARN) for the job.
', ], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$jobId' => 'The job ID for this deployment. will supply to start deployment api.
', 'DeleteJobRequest$jobId' => 'The unique ID for the job.
', 'GetJobRequest$jobId' => 'The unique ID for the job.
', 'JobSummary$jobId' => 'The unique ID for the job.
', 'ListArtifactsRequest$jobId' => 'The unique ID for a job.
', 'StartDeploymentRequest$jobId' => 'The job ID for this deployment, generated by the create deployment request.
', 'StartJobRequest$jobId' => ' The unique ID for an existing job. This is required if the value of jobType
is RETRY
.
The unique id for the job.
', ], ], 'JobReason' => [ 'base' => NULL, 'refs' => [ 'StartJobRequest$jobReason' => 'A descriptive reason for starting this job.
', ], ], 'JobStatus' => [ 'base' => NULL, 'refs' => [ 'JobSummary$status' => 'The current status for the job.
', 'Step$status' => 'The status of the execution step.
', ], ], 'JobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListJobsResult$jobSummaries' => 'The result structure for the list job result request.
', ], ], 'JobSummary' => [ 'base' => 'Describes the summary for an execution job for an Amplify app.
', 'refs' => [ 'DeleteJobResult$jobSummary' => NULL, 'Job$summary' => 'Describes the summary for an execution job for an Amplify app.
', 'JobSummaries$member' => NULL, 'StartDeploymentResult$jobSummary' => 'The summary for the job.
', 'StartJobResult$jobSummary' => 'The summary for the job.
', 'StopJobResult$jobSummary' => 'The summary for the job.
', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobType' => ' The type for the job. If the value is RELEASE
, the job was manually released from its source by using the StartJob
API. If the value is RETRY
, the job was manually retried using the StartJob
API. If the value is WEB_HOOK
, the job was automatically triggered by webhooks.
Describes the type for the job. The job type RELEASE
starts a new job with the latest change from the specified branch. This value is available only for apps that are connected to a repository. The job type RETRY
retries an existing job. If the job type value is RETRY
, the jobId
is also required.
The last deploy time of the production branch.
', ], ], 'LimitExceededException' => [ 'base' => 'A resource could not be created because service quotas were exceeded.
', 'refs' => [], ], 'ListAppsRequest' => [ 'base' => 'The request structure for the list apps request.
', 'refs' => [], ], 'ListAppsResult' => [ 'base' => 'The result structure for an Amplify app list request.
', 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => 'Describes the request structure for the list artifacts request.
', 'refs' => [], ], 'ListArtifactsResult' => [ 'base' => 'The result structure for the list artifacts request.
', 'refs' => [], ], 'ListBackendEnvironmentsRequest' => [ 'base' => 'The request structure for the list backend environments request.
', 'refs' => [], ], 'ListBackendEnvironmentsResult' => [ 'base' => 'The result structure for the list backend environments result.
', 'refs' => [], ], 'ListBranchesRequest' => [ 'base' => 'The request structure for the list branches request.
', 'refs' => [], ], 'ListBranchesResult' => [ 'base' => 'The result structure for the list branches request.
', 'refs' => [], ], 'ListDomainAssociationsRequest' => [ 'base' => 'The request structure for the list domain associations request.
', 'refs' => [], ], 'ListDomainAssociationsResult' => [ 'base' => 'The result structure for the list domain association request.
', 'refs' => [], ], 'ListJobsRequest' => [ 'base' => 'The request structure for the list jobs request.
', 'refs' => [], ], 'ListJobsResult' => [ 'base' => 'The maximum number of records to list in a single response.
', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => 'The request structure to use to list tags for a resource.
', 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => 'The response for the list tags for resource request.
', 'refs' => [], ], 'ListWebhooksRequest' => [ 'base' => 'The request structure for the list webhooks request.
', 'refs' => [], ], 'ListWebhooksResult' => [ 'base' => 'The result structure for the list webhooks request.
', 'refs' => [], ], 'LogUrl' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsResult$logUrl' => 'The pre-signed URL for the requested access logs.
', 'Step$logUrl' => 'The URL to the logs for the execution step.
', ], ], 'MD5Hash' => [ 'base' => NULL, 'refs' => [ 'FileMap$value' => NULL, ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListArtifactsRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListBackendEnvironmentsRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListBranchesRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListDomainAssociationsRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListJobsRequest$maxResults' => 'The maximum number of records to list in a single response.
', 'ListWebhooksRequest$maxResults' => 'The maximum number of records to list in a single response.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'App$name' => 'The name for the Amplify app.
', 'CreateAppRequest$name' => 'The name for an Amplify app.
', 'UpdateAppRequest$name' => 'The name for an Amplify app.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$nextToken' => 'A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
', 'ListAppsResult$nextToken' => 'A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.
', 'ListArtifactsRequest$nextToken' => 'A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.
', 'ListArtifactsResult$nextToken' => 'A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
', 'ListBackendEnvironmentsRequest$nextToken' => 'A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
', 'ListBackendEnvironmentsResult$nextToken' => 'A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
', 'ListBranchesRequest$nextToken' => 'A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.
', 'ListBranchesResult$nextToken' => 'A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
', 'ListDomainAssociationsRequest$nextToken' => 'A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.
', 'ListDomainAssociationsResult$nextToken' => 'A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.
', 'ListJobsRequest$nextToken' => 'A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
', 'ListJobsResult$nextToken' => 'A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
', 'ListWebhooksRequest$nextToken' => 'A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks.
', 'ListWebhooksResult$nextToken' => 'A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
', ], ], 'NotFoundException' => [ 'base' => 'An entity was not found during an operation.
', 'refs' => [], ], 'OauthToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$oauthToken' => 'The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.
Use oauthToken
for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use accessToken
.
You must specify either oauthToken
or accessToken
when you create a new app.
Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .
', 'UpdateAppRequest$oauthToken' => 'The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.
Use oauthToken
for repository providers other than GitHub, such as Bitbucket or CodeCommit.
To authorize access to GitHub as your repository provider, use accessToken
.
You must specify either oauthToken
or accessToken
when you update an app.
Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .
', ], ], 'Platform' => [ 'base' => NULL, 'refs' => [ 'App$platform' => ' The platform for the Amplify app. For a static app, set the platform type to WEB
. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE
. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC
.
The platform for the Amplify app. For a static app, set the platform type to WEB
. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE
. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC
.
The platform for the Amplify app. For a static app, set the platform type to WEB
. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE
. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC
.
Describes the information about a production branch for an Amplify app.
', 'refs' => [ 'App$productionBranch' => 'Describes the information about a production branch of the Amplify app.
', ], ], 'PullRequestEnvironmentName' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$pullRequestEnvironmentName' => 'The Amplify environment name for the pull request.
', 'Branch$pullRequestEnvironmentName' => 'The Amplify environment name for the pull request.
', 'CreateBranchRequest$pullRequestEnvironmentName' => 'The Amplify environment name for the pull request.
', 'UpdateBranchRequest$pullRequestEnvironmentName' => 'The Amplify environment name for the pull request.
', ], ], 'Repository' => [ 'base' => NULL, 'refs' => [ 'App$repository' => 'The Git repository for the Amplify app.
', 'CreateAppRequest$repository' => 'The repository for an Amplify app.
', 'UpdateAppRequest$repository' => 'The name of the repository for an Amplify app
', ], ], 'RepositoryCloneMethod' => [ 'base' => NULL, 'refs' => [ 'App$repositoryCloneMethod' => 'This is for internal use.
The Amplify service uses this parameter to specify the authentication protocol to use to access the Git repository for an Amplify app. Amplify specifies TOKEN
for a GitHub repository, SIGV4
for an Amazon Web Services CodeCommit repository, and SSH
for GitLab and Bitbucket repositories.
The Amazon Resource Name (ARN) to use to list tags.
', 'TagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) to use to tag a resource.
', 'UntagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) to use to untag a resource.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'An operation failed due to a non-existent resource.
', 'refs' => [], ], 'Screenshots' => [ 'base' => NULL, 'refs' => [ 'Step$screenshots' => 'The list of screenshot URLs for the execution step, if relevant.
', ], ], 'ServiceRoleArn' => [ 'base' => NULL, 'refs' => [ 'App$iamServiceRoleArn' => 'The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app.
', 'CreateAppRequest$iamServiceRoleArn' => 'The AWS Identity and Access Management (IAM) service role for an Amplify app.
', 'UpdateAppRequest$iamServiceRoleArn' => 'The AWS Identity and Access Management (IAM) service role for an Amplify app.
', ], ], 'Source' => [ 'base' => NULL, 'refs' => [ 'CustomRule$source' => 'The source pattern for a URL rewrite or redirect rule.
', ], ], 'SourceUrl' => [ 'base' => NULL, 'refs' => [ 'StartDeploymentRequest$sourceUrl' => 'The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
', ], ], 'StackName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$stackName' => 'The AWS CloudFormation stack name of a backend environment.
', 'CreateBackendEnvironmentRequest$stackName' => 'The AWS CloudFormation stack name of a backend environment.
', ], ], 'Stage' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$stage' => 'Describes the current stage for the autocreated branch.
', 'Branch$stage' => 'The current stage for the branch that is part of an Amplify app.
', 'CreateBranchRequest$stage' => 'Describes the current stage for the branch.
', 'UpdateBranchRequest$stage' => 'Describes the current stage for the branch.
', ], ], 'StartDeploymentRequest' => [ 'base' => 'The request structure for the start a deployment request.
', 'refs' => [], ], 'StartDeploymentResult' => [ 'base' => 'The result structure for the start a deployment request.
', 'refs' => [], ], 'StartJobRequest' => [ 'base' => 'The request structure for the start job request.
', 'refs' => [], ], 'StartJobResult' => [ 'base' => 'The result structure for the run job request.
', 'refs' => [], ], 'StartTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$startTime' => 'The time at which the logs should start. The time range specified is inclusive of the start time.
', 'JobSummary$startTime' => 'The start date and time for the job.
', 'Step$startTime' => 'The start date and time of the execution step.
', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'CustomRule$status' => 'The status code for a URL rewrite or redirect rule.
Represents a 200 rewrite rule.
Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target URL.
Represents a 302 temporary redirect rule.
Represents a 404 redirect rule.
Represents a 404 rewrite rule.
The status of the production branch.
', ], ], 'StatusReason' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$statusReason' => 'The reason for the current status of the domain association.
', 'Step$statusReason' => 'The reason for the current step status.
', ], ], 'Step' => [ 'base' => 'Describes an execution step, for an execution job, for an Amplify app.
', 'refs' => [ 'Steps$member' => NULL, ], ], 'StepName' => [ 'base' => NULL, 'refs' => [ 'Step$stepName' => 'The name of the execution step.
', ], ], 'Steps' => [ 'base' => NULL, 'refs' => [ 'Job$steps' => 'The execution steps for an execution job, for an Amplify app.
', ], ], 'StopJobRequest' => [ 'base' => 'The request structure for the stop job request.
', 'refs' => [], ], 'StopJobResult' => [ 'base' => 'The result structure for the stop job request.
', 'refs' => [], ], 'SubDomain' => [ 'base' => 'The subdomain for the domain association.
', 'refs' => [ 'SubDomains$member' => NULL, ], ], 'SubDomainSetting' => [ 'base' => 'Describes the settings for the subdomain.
', 'refs' => [ 'SubDomain$subDomainSetting' => 'Describes the settings for the subdomain.
', 'SubDomainSettings$member' => NULL, ], ], 'SubDomainSettings' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$subDomainSettings' => 'The setting for the subdomain.
', 'UpdateDomainAssociationRequest$subDomainSettings' => 'Describes the settings for the subdomain.
', ], ], 'SubDomains' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$subDomains' => 'The subdomains for the domain association.
', ], ], 'TTL' => [ 'base' => 'The content Time to Live (TTL) for the website in seconds.
', 'refs' => [ 'Branch$ttl' => 'The content Time to Live (TTL) for the website in seconds.
', 'CreateBranchRequest$ttl' => 'The content Time To Live (TTL) for the website in seconds.
', 'UpdateBranchRequest$ttl' => 'The content Time to Live (TTL) for the website in seconds.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'The tag keys to use to untag a resource.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'App$tags' => 'The tag for the Amplify app.
', 'Branch$tags' => 'The tag for the branch of an Amplify app.
', 'CreateAppRequest$tags' => 'The tag for an Amplify app.
', 'CreateBranchRequest$tags' => 'The tag for the branch.
', 'ListTagsForResourceResponse$tags' => 'A list of tags for the specified The Amazon Resource Name (ARN).
', 'TagResourceRequest$tags' => 'The tags used to tag the resource.
', ], ], 'TagResourceRequest' => [ 'base' => 'The request structure to tag a resource with a tag key and value.
', 'refs' => [], ], 'TagResourceResponse' => [ 'base' => 'The response for the tag resource request.
', 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'Target' => [ 'base' => NULL, 'refs' => [ 'CustomRule$target' => 'The target pattern for a URL rewrite or redirect rule.
', ], ], 'TestArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testArtifactsUrl' => 'The URL to the test artifact for the execution step.
', ], ], 'TestConfigUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testConfigUrl' => 'The URL to the test configuration for the execution step.
', ], ], 'ThumbnailName' => [ 'base' => NULL, 'refs' => [ 'Screenshots$key' => NULL, ], ], 'ThumbnailUrl' => [ 'base' => NULL, 'refs' => [ 'Branch$thumbnailUrl' => 'The thumbnail URL for the branch of an Amplify app.
', 'ProductionBranch$thumbnailUrl' => 'The thumbnail URL for the production branch.
', 'Screenshots$value' => NULL, ], ], 'TotalNumberOfJobs' => [ 'base' => NULL, 'refs' => [ 'Branch$totalNumberOfJobs' => 'The total number of jobs that are part of an Amplify app.
', ], ], 'UnauthorizedException' => [ 'base' => 'An operation failed due to a lack of access.
', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => 'The request structure for the untag resource request.
', 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => 'The response for the untag resource request.
', 'refs' => [], ], 'UpdateAppRequest' => [ 'base' => 'The request structure for the update app request.
', 'refs' => [], ], 'UpdateAppResult' => [ 'base' => 'The result structure for an Amplify app update request.
', 'refs' => [], ], 'UpdateBranchRequest' => [ 'base' => 'The request structure for the update branch request.
', 'refs' => [], ], 'UpdateBranchResult' => [ 'base' => 'The result structure for the update branch request.
', 'refs' => [], ], 'UpdateDomainAssociationRequest' => [ 'base' => 'The request structure for the update domain association request.
', 'refs' => [], ], 'UpdateDomainAssociationResult' => [ 'base' => 'The result structure for the update domain association request.
', 'refs' => [], ], 'UpdateTime' => [ 'base' => NULL, 'refs' => [ 'App$updateTime' => 'Updates the date and time for the Amplify app.
', 'BackendEnvironment$updateTime' => 'The last updated date and time for a backend environment that is part of an Amplify app.
', 'Branch$updateTime' => 'The last updated date and time for a branch that is part of an Amplify app.
', 'Webhook$updateTime' => 'Updates the date and time for a webhook.
', ], ], 'UpdateWebhookRequest' => [ 'base' => 'The request structure for the update webhook request.
', 'refs' => [], ], 'UpdateWebhookResult' => [ 'base' => 'The result structure for the update webhook request.
', 'refs' => [], ], 'UploadUrl' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$zipUploadUrl' => ' When the fileMap
argument is not provided in the request, this zipUploadUrl
is returned.
The verified status of the subdomain
', ], ], 'Webhook' => [ 'base' => 'Describes a webhook that connects repository events to an Amplify app.
', 'refs' => [ 'CreateWebhookResult$webhook' => 'Describes a webhook that connects repository events to an Amplify app.
', 'DeleteWebhookResult$webhook' => 'Describes a webhook that connects repository events to an Amplify app.
', 'GetWebhookResult$webhook' => 'Describes the structure of a webhook.
', 'UpdateWebhookResult$webhook' => 'Describes a webhook that connects repository events to an Amplify app.
', 'Webhooks$member' => NULL, ], ], 'WebhookArn' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookArn' => 'The Amazon Resource Name (ARN) for the webhook.
', ], ], 'WebhookId' => [ 'base' => NULL, 'refs' => [ 'DeleteWebhookRequest$webhookId' => 'The unique ID for a webhook.
', 'GetWebhookRequest$webhookId' => 'The unique ID for a webhook.
', 'UpdateWebhookRequest$webhookId' => 'The unique ID for a webhook.
', 'Webhook$webhookId' => 'The ID of the webhook.
', ], ], 'WebhookUrl' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookUrl' => 'The URL of the webhook.
', ], ], 'Webhooks' => [ 'base' => NULL, 'refs' => [ 'ListWebhooksResult$webhooks' => 'A list of webhooks.
', ], ], ],];