aws-sdk 2.1363.0 → 2.1364.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/README.md +3 -1
- package/apis/ec2-2016-11-15.min.json +1234 -1215
- package/apis/mediaconvert-2017-08-29.min.json +183 -155
- package/clients/codecatalyst.d.ts +11 -11
- package/clients/ec2.d.ts +140 -115
- package/clients/mediaconvert.d.ts +67 -33
- package/clients/rekognition.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +1237 -1218
- package/dist/aws-sdk.min.js +39 -39
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -12,19 +12,19 @@ declare class CodeCatalyst extends Service { | |
| 12 12 | 
             
              constructor(options?: CodeCatalyst.Types.ClientConfiguration)
         | 
| 13 13 | 
             
              config: Config & CodeCatalyst.Types.ClientConfiguration;
         | 
| 14 14 | 
             
              /**
         | 
| 15 | 
            -
               * Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user  | 
| 15 | 
            +
               * Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see Managing personal access tokens in Amazon CodeCatalyst.
         | 
| 16 16 | 
             
               */
         | 
| 17 17 | 
             
              createAccessToken(params: CodeCatalyst.Types.CreateAccessTokenRequest, callback?: (err: AWSError, data: CodeCatalyst.Types.CreateAccessTokenResponse) => void): Request<CodeCatalyst.Types.CreateAccessTokenResponse, AWSError>;
         | 
| 18 18 | 
             
              /**
         | 
| 19 | 
            -
               * Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user  | 
| 19 | 
            +
               * Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see Managing personal access tokens in Amazon CodeCatalyst.
         | 
| 20 20 | 
             
               */
         | 
| 21 21 | 
             
              createAccessToken(callback?: (err: AWSError, data: CodeCatalyst.Types.CreateAccessTokenResponse) => void): Request<CodeCatalyst.Types.CreateAccessTokenResponse, AWSError>;
         | 
| 22 22 | 
             
              /**
         | 
| 23 | 
            -
               * Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development  | 
| 23 | 
            +
               * Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.   When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically. 
         | 
| 24 24 | 
             
               */
         | 
| 25 25 | 
             
              createDevEnvironment(params: CodeCatalyst.Types.CreateDevEnvironmentRequest, callback?: (err: AWSError, data: CodeCatalyst.Types.CreateDevEnvironmentResponse) => void): Request<CodeCatalyst.Types.CreateDevEnvironmentResponse, AWSError>;
         | 
| 26 26 | 
             
              /**
         | 
| 27 | 
            -
               * Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development  | 
| 27 | 
            +
               * Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.   When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically. 
         | 
| 28 28 | 
             
               */
         | 
| 29 29 | 
             
              createDevEnvironment(callback?: (err: AWSError, data: CodeCatalyst.Types.CreateDevEnvironmentResponse) => void): Request<CodeCatalyst.Types.CreateDevEnvironmentResponse, AWSError>;
         | 
| 30 30 | 
             
              /**
         | 
| @@ -108,19 +108,19 @@ declare class CodeCatalyst extends Service { | |
| 108 108 | 
             
               */
         | 
| 109 109 | 
             
              getUserDetails(callback?: (err: AWSError, data: CodeCatalyst.Types.GetUserDetailsResponse) => void): Request<CodeCatalyst.Types.GetUserDetailsResponse, AWSError>;
         | 
| 110 110 | 
             
              /**
         | 
| 111 | 
            -
               * Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your  | 
| 111 | 
            +
               * Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.
         | 
| 112 112 | 
             
               */
         | 
| 113 113 | 
             
              listAccessTokens(params: CodeCatalyst.Types.ListAccessTokensRequest, callback?: (err: AWSError, data: CodeCatalyst.Types.ListAccessTokensResponse) => void): Request<CodeCatalyst.Types.ListAccessTokensResponse, AWSError>;
         | 
| 114 114 | 
             
              /**
         | 
| 115 | 
            -
               * Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your  | 
| 115 | 
            +
               * Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.
         | 
| 116 116 | 
             
               */
         | 
| 117 117 | 
             
              listAccessTokens(callback?: (err: AWSError, data: CodeCatalyst.Types.ListAccessTokensResponse) => void): Request<CodeCatalyst.Types.ListAccessTokensResponse, AWSError>;
         | 
| 118 118 | 
             
              /**
         | 
| 119 | 
            -
               *  | 
| 119 | 
            +
               * Retrieves a list of Dev Environments in a project.
         | 
| 120 120 | 
             
               */
         | 
| 121 121 | 
             
              listDevEnvironments(params: CodeCatalyst.Types.ListDevEnvironmentsRequest, callback?: (err: AWSError, data: CodeCatalyst.Types.ListDevEnvironmentsResponse) => void): Request<CodeCatalyst.Types.ListDevEnvironmentsResponse, AWSError>;
         | 
| 122 122 | 
             
              /**
         | 
| 123 | 
            -
               *  | 
| 123 | 
            +
               * Retrieves a list of Dev Environments in a project.
         | 
| 124 124 | 
             
               */
         | 
| 125 125 | 
             
              listDevEnvironments(callback?: (err: AWSError, data: CodeCatalyst.Types.ListDevEnvironmentsResponse) => void): Request<CodeCatalyst.Types.ListDevEnvironmentsResponse, AWSError>;
         | 
| 126 126 | 
             
              /**
         | 
| @@ -385,7 +385,7 @@ declare namespace CodeCatalyst { | |
| 385 385 | 
             
              }
         | 
| 386 386 | 
             
              export interface DeleteAccessTokenRequest {
         | 
| 387 387 | 
             
                /**
         | 
| 388 | 
            -
                 * The ID of the personal access token to delete. You can find the IDs of all PATs associated with your  | 
| 388 | 
            +
                 * The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling ListAccessTokens.
         | 
| 389 389 | 
             
                 */
         | 
| 390 390 | 
             
                id: AccessTokenId;
         | 
| 391 391 | 
             
              }
         | 
| @@ -855,7 +855,7 @@ declare namespace CodeCatalyst { | |
| 855 855 | 
             
              export type ListAccessTokensRequestNextTokenString = string;
         | 
| 856 856 | 
             
              export interface ListAccessTokensResponse {
         | 
| 857 857 | 
             
                /**
         | 
| 858 | 
            -
                 * A list of personal access tokens (PATs) associated with the calling user.
         | 
| 858 | 
            +
                 * A list of personal access tokens (PATs) associated with the calling user identity.
         | 
| 859 859 | 
             
                 */
         | 
| 860 860 | 
             
                items: AccessTokenSummaries;
         | 
| 861 861 | 
             
                /**
         | 
| @@ -1084,7 +1084,7 @@ declare namespace CodeCatalyst { | |
| 1084 1084 | 
             
                 */
         | 
| 1085 1085 | 
             
                nextToken?: String;
         | 
| 1086 1086 | 
             
                /**
         | 
| 1087 | 
            -
                 * Information about the  | 
| 1087 | 
            +
                 * Information about the spaces. 
         | 
| 1088 1088 | 
             
                 */
         | 
| 1089 1089 | 
             
                items?: SpaceSummaries;
         | 
| 1090 1090 | 
             
              }
         |