Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jul 13, 2022
1 parent 397916b commit c0e5d95
Show file tree
Hide file tree
Showing 9 changed files with 2,531 additions and 57 deletions.
504 changes: 497 additions & 7 deletions apis/appconfig/2019-10-09/api-2.json

Large diffs are not rendered by default.

283 changes: 273 additions & 10 deletions apis/appconfig/2019-10-09/docs-2.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions apis/appconfig/2019-10-09/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListExtensionAssociations": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListExtensions": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListHostedConfigurationVersions": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-appconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.26.0 (2022-07-13)
------------------

* Feature - Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.

1.25.0 (2022-02-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-appconfig/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.26.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-appconfig/lib/aws-sdk-appconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::AppConfig

GEM_VERSION = '1.25.0'
GEM_VERSION = '1.26.0'

end
687 changes: 660 additions & 27 deletions gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client.rb

Large diffs are not rendered by default.

300 changes: 296 additions & 4 deletions gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/client_api.rb

Large diffs are not rendered by default.

Loading

0 comments on commit c0e5d95

Please sign in to comment.