Skip to content

Commit

Permalink
Ocean | ECS | Add API Support in Python SDK (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrutha497 authored Aug 26, 2024
1 parent 8da7ac4 commit ac07ea2
Show file tree
Hide file tree
Showing 14 changed files with 3,026 additions and 24 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.14.0] - 2024-08-26
### Added
- Added support for Ocean ECS.

## [3.13.0] - 2024-08-23
### Added
- Added `SuspensionHours` model for Ocean AKS.

## [3.12.0] - 2024-08-21
### Fixed
- Updated new fields for ocean Automatic Rightsizing APIs (beta release. For internal use only).
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,19 @@ Take note you can create more than one client with the session. The currently su
- `session.client("setup_azure")`
- `session.client("setup_gcp")`
- `session.client("elastigroup_aws")`
- `session.client("elastigroup_azure")`
- `session.client("elastigroup_azure_v3")`
- `session.client("elastigroup_gcp")`
- `session.client("mcs")`
- `session.client("mrScaler_aws")`
- `session.client("ocean_aws")`
- `session.client("ocean_azure")`
- `session.client("ocean_gcp")`
- `session.client("ocean_ecs")`
- `session.client("ocean_rightsizing")`
- `session.client("subscription")`
- `session.client("managed_instance_aws")`
- `session.client("stateful_node_azure")`
- `session.client("functions")`

A full list of endpoints and clients can be found in the documentation [here](./docs/clients/).

Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,19 @@ Take note you can create more than one client with the session. The currently su
- `session.client("setup_azure")`
- `session.client("setup_gcp")`
- `session.client("elastigroup_aws")`
- `session.client("elastigroup_azure")`
- `session.client("elastigroup_azure_v3")`
- `session.client("elastigroup_gcp")`
- `session.client("mcs")`
- `session.client("mrScaler_aws")`
- `session.client("ocean_aws")`
- `session.client("ocean_azure")`
- `session.client("ocean_gcp")`
- `session.client("ocean_ecs")`
- `session.client("ocean_rightsizing")`
- `session.client("subscription")`
- `session.client("managed_instance_aws")`
- `session.client("stateful_node_azure")`
- `session.client("functions")`

A full list of endpoints and clients can be found in the documentation [here](./docs/clients/).

Expand Down
Loading

0 comments on commit ac07ea2

Please sign in to comment.