String name
Name of the project.
String region
Default region where project resources should be created.
ByteBuffer contents
ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.
String snapshotId
Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
ProjectDetails details
Detailed information about the created AWS Mobile Hub project.
String projectId
Unique project identifier.
String bundleId
Unique bundle identifier.
BundleDetails details
The details of the bundle.
ProjectDetails details
String downloadUrl
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.
String projectId
Unique project identifier.
String downloadUrl
URL which can be used to download the exported project configuation file(s).
String shareUrl
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
String snapshotId
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
String retryAfterSeconds
Integer maxResults
Maximum number of records to list in a single response.
String nextToken
Pagination token. Set to null to start listing bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.
Integer maxResults
Maximum number of records to list in a single response.
String nextToken
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
String name
String projectId
String region
String state
Date createdDate
Date the project was created.
Date lastUpdatedDate
Date of the last modification of the project.
String consoleUrl
Website URL for this project in the AWS Mobile Hub console.
List<E> resources
String retryAfterSeconds
String retryAfterSeconds
ByteBuffer contents
ZIP or YAML file which contains project configuration to be updated. This should be the contents of the file downloaded from the URL provided in an export project operation.
String projectId
Unique project identifier.
ProjectDetails details
Detailed information about the updated AWS Mobile Hub project.
Copyright © 2021. All rights reserved.