aws-sdk-outposts 1.60.0 → 1.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +1 -1
- data/lib/aws-sdk-outposts/client_api.rb +2 -0
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca2f9d07939c8c648a197c865401da87d252a01581ce6c72e1079ce3420f0e62
|
4
|
+
data.tar.gz: 9dde1e05212207a817898f8d765d1fcc9043f70c14fa4018e703e1f5a7927e6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 334d85446955d172560be9020c6d84d10fd51e190d4aa4d14f5ff69c445f67a1d0536e71f6cd6fab279ebce101f958fa21b6209680fe9f5c81baef0805c315a4
|
7
|
+
data.tar.gz: 606ba857718840f58f15c73898a6b1ba0af3cbe5ce730a602c273dd8425d231595da97185ee6f0e30f34f9374ec226e99dbb60e477b6fec7a5cca73c3cb4acca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.0
|
@@ -2118,7 +2118,7 @@ module Aws::Outposts
|
|
2118
2118
|
params: params,
|
2119
2119
|
config: config)
|
2120
2120
|
context[:gem_name] = 'aws-sdk-outposts'
|
2121
|
-
context[:gem_version] = '1.
|
2121
|
+
context[:gem_version] = '1.61.0'
|
2122
2122
|
Seahorse::Client::Request.new(handlers, context)
|
2123
2123
|
end
|
2124
2124
|
|
@@ -748,9 +748,11 @@ module Aws::Outposts
|
|
748
748
|
|
749
749
|
api.metadata = {
|
750
750
|
"apiVersion" => "2019-12-03",
|
751
|
+
"auth" => ["aws.auth#sigv4"],
|
751
752
|
"endpointPrefix" => "outposts",
|
752
753
|
"jsonVersion" => "1.1",
|
753
754
|
"protocol" => "rest-json",
|
755
|
+
"protocols" => ["rest-json"],
|
754
756
|
"serviceAbbreviation" => "Outposts",
|
755
757
|
"serviceFullName" => "AWS Outposts",
|
756
758
|
"serviceId" => "Outposts",
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|