Skip to content

Commit

Permalink
feat(client-finspace): Adding deprecated trait on Dataset Browser Env…
Browse files Browse the repository at this point in the history
…ironment APIs
  • Loading branch information
awstools committed Nov 15, 2023
1 parent 67a7e72 commit 4ae18d4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons

/**
* @public
* @deprecated
*
* <p>Create a new FinSpace environment.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons

/**
* @public
* @deprecated
*
* <p>Delete an FinSpace environment.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
2 changes: 2 additions & 0 deletions clients/client-finspace/src/commands/GetEnvironmentCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M

/**
* @public
* @deprecated
*
* <p>Returns the FinSpace environment object.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,

/**
* @public
* @deprecated
*
* <p>A list of all of your FinSpace environments.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons

/**
* @public
* @deprecated
*
* <p>Update your FinSpace environment.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
15 changes: 15 additions & 0 deletions codegen/sdk-codegen/aws-models/finspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,9 @@
}
],
"traits": {
"smithy.api#deprecated": {
"message": "This method will be discontinued."
},
"smithy.api#documentation": "<p>Create a new FinSpace environment.</p>",
"smithy.api#http": {
"method": "POST",
Expand Down Expand Up @@ -2158,6 +2161,9 @@
}
],
"traits": {
"smithy.api#deprecated": {
"message": "This method will be discontinued."
},
"smithy.api#documentation": "<p>Delete an FinSpace environment.</p>",
"smithy.api#http": {
"method": "DELETE",
Expand Down Expand Up @@ -2916,6 +2922,9 @@
}
],
"traits": {
"smithy.api#deprecated": {
"message": "This method will be discontinued."
},
"smithy.api#documentation": "<p>Returns the FinSpace environment object.</p>",
"smithy.api#http": {
"method": "GET",
Expand Down Expand Up @@ -4649,6 +4658,9 @@
}
],
"traits": {
"smithy.api#deprecated": {
"message": "This method will be discontinued."
},
"smithy.api#documentation": "<p>A list of all of your FinSpace environments.</p>",
"smithy.api#http": {
"method": "GET",
Expand Down Expand Up @@ -5924,6 +5936,9 @@
}
],
"traits": {
"smithy.api#deprecated": {
"message": "This method will be discontinued."
},
"smithy.api#documentation": "<p>Update your FinSpace environment.</p>",
"smithy.api#http": {
"method": "PUT",
Expand Down

0 comments on commit 4ae18d4

Please sign in to comment.