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-ruby-automation committed Jan 26, 2024
1 parent 33e31fe commit 5b831e8
Show file tree
Hide file tree
Showing 4,276 changed files with 983,107 additions and 2,101 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11460,7 +11460,7 @@
},
"PredefinedAttributeName":{
"type":"string",
"max":128,
"max":64,
"min":1
},
"PredefinedAttributeSearchConditionList":{
Expand All @@ -11481,13 +11481,13 @@
},
"PredefinedAttributeStringValue":{
"type":"string",
"max":128,
"max":64,
"min":1
},
"PredefinedAttributeStringValuesList":{
"type":"list",
"member":{"shape":"PredefinedAttributeStringValue"},
"max":75,
"max":128,
"min":1
},
"PredefinedAttributeSummary":{
Expand Down
21 changes: 19 additions & 2 deletions apis/inspector2/2020-06-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@
"CisSessionMessages":{
"type":"list",
"member":{"shape":"CisSessionMessage"},
"max":50,
"max":150,
"min":1
},
"CisSortOrder":{
Expand Down Expand Up @@ -2173,6 +2173,7 @@
"ec2InstanceTags":{"shape":"CoverageMapFilterList"},
"ecrImageTags":{"shape":"CoverageStringFilterList"},
"ecrRepositoryName":{"shape":"CoverageStringFilterList"},
"imagePulledAt":{"shape":"CoverageDateFilterList"},
"lambdaFunctionName":{"shape":"CoverageStringFilterList"},
"lambdaFunctionRuntime":{"shape":"CoverageStringFilterList"},
"lambdaFunctionTags":{"shape":"CoverageMapFilterList"},
Expand Down Expand Up @@ -2698,6 +2699,7 @@
"type":"structure",
"required":["rescanDuration"],
"members":{
"pullDateRescanDuration":{"shape":"EcrPullDateRescanDuration"},
"rescanDuration":{"shape":"EcrRescanDuration"}
}
},
Expand All @@ -2710,9 +2712,20 @@
"EcrContainerImageMetadata":{
"type":"structure",
"members":{
"imagePulledAt":{"shape":"DateTimeTimestamp"},
"tags":{"shape":"TagList"}
}
},
"EcrPullDateRescanDuration":{
"type":"string",
"enum":[
"DAYS_14",
"DAYS_30",
"DAYS_60",
"DAYS_90",
"DAYS_180"
]
},
"EcrRepositoryMetadata":{
"type":"structure",
"members":{
Expand All @@ -2725,12 +2738,16 @@
"enum":[
"LIFETIME",
"DAYS_30",
"DAYS_180"
"DAYS_180",
"DAYS_14",
"DAYS_60",
"DAYS_90"
]
},
"EcrRescanDurationState":{
"type":"structure",
"members":{
"pullDateRescanDuration":{"shape":"EcrPullDateRescanDuration"},
"rescanDuration":{"shape":"EcrRescanDuration"},
"status":{"shape":"EcrRescanDurationStatus"},
"updatedAt":{"shape":"DateTimeTimestamp"}
Expand Down
123 changes: 66 additions & 57 deletions apis/inspector2/2020-06-08/docs-2.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,14 @@
{"shape":"ResourceNotFound"}
]
},
"DeleteHyperParameterTuningJob":{
"name":"DeleteHyperParameterTuningJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteHyperParameterTuningJobRequest"}
},
"DeleteImage":{
"name":"DeleteImage",
"http":{
Expand Down Expand Up @@ -8090,6 +8098,13 @@
"members":{
}
},
"DeleteHyperParameterTuningJobRequest":{
"type":"structure",
"required":["HyperParameterTuningJobName"],
"members":{
"HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"}
}
},
"DeleteImageRequest":{
"type":"structure",
"required":["ImageName"],
Expand Down
25 changes: 16 additions & 9 deletions apis/sagemaker/2017-07-24/docs-2.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions gems/aws-sdk-accessanalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.45.0 (2024-01-26)
------------------

* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.

1.44.0 (2023-11-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-accessanalyzer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.0
1.45.0
4 changes: 2 additions & 2 deletions gems/aws-sdk-accessanalyzer/aws-sdk-accessanalyzer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
spec.email = ['aws-dr-rubygems@amazon.com']
spec.require_paths = ['lib']
spec.files = Dir["LICENSE.txt", "CHANGELOG.md", "VERSION", "lib/**/*.rb"]
spec.files = Dir["LICENSE.txt", "CHANGELOG.md", "VERSION", "lib/**/*.rb", "sig/**/*.rbs"]

spec.metadata = {
'source_code_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-accessanalyzer',
'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-accessanalyzer/CHANGELOG.md'
}

spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.188.0')
spec.add_dependency('aws-sdk-core', '~> 3', '>= 3.191.0')
spec.add_dependency('aws-sigv4', '~> 1.1')

spec.required_ruby_version = '>= 2.5'
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
# @!group service
module Aws::AccessAnalyzer

GEM_VERSION = '1.44.0'
GEM_VERSION = '1.45.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-accessanalyzer'
context[:gem_version] = '1.44.0'
context[:gem_version] = '1.45.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Endpoints < Seahorse::Client::Plugin
option(
:endpoint_provider,
doc_type: 'Aws::AccessAnalyzer::EndpointProvider',
rbs_type: 'untyped',
docstring: 'The endpoint provider used to resolve endpoints. Any '\
'object that responds to `#resolve_endpoint(parameters)` '\
'where `parameters` is a Struct similar to '\
Expand Down
Loading

0 comments on commit 5b831e8

Please sign in to comment.