aws-sdk-outposts 1.10.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-outposts.rb +1 -1
- data/lib/aws-sdk-outposts/client.rb +3 -3
- data/lib/aws-sdk-outposts/client_api.rb +1 -1
- data/lib/aws-sdk-outposts/types.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: 1c144dc8e6611d040762cfa9023848f4150908fcea5e0b9035aa21af2b170d9f
|
4
|
+
data.tar.gz: ce20d6b9140065bdfc372bf3eb3c68c388549acc2b461a006ec4771b19389925
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24b290179e8757228edf962eb179972ff4e37d86a506b71bb7563bfa81051daba29e0763dcd7b09df70bf6ecce275c51720e1e935dfddfa87d195fdac58c5c1a
|
7
|
+
data.tar.gz: 95e7f3c223cf44a5b1ac38cc6501c2564cb521e4fe14210cd68d7e8421907c14eb4fa7c63342ece4527535806d77796e1429ebb35193cc6d6f8f15d37f1b7d8e
|
data/lib/aws-sdk-outposts.rb
CHANGED
@@ -329,7 +329,7 @@ module Aws::Outposts
|
|
329
329
|
|
330
330
|
# Creates an Outpost.
|
331
331
|
#
|
332
|
-
# @option params [String] :name
|
332
|
+
# @option params [required, String] :name
|
333
333
|
# The name of the Outpost.
|
334
334
|
#
|
335
335
|
# @option params [String] :description
|
@@ -355,7 +355,7 @@ module Aws::Outposts
|
|
355
355
|
# @example Request syntax with placeholder values
|
356
356
|
#
|
357
357
|
# resp = client.create_outpost({
|
358
|
-
# name: "OutpostName",
|
358
|
+
# name: "OutpostName", # required
|
359
359
|
# description: "OutpostDescription",
|
360
360
|
# site_id: "SiteId", # required
|
361
361
|
# availability_zone: "AvailabilityZone",
|
@@ -604,7 +604,7 @@ module Aws::Outposts
|
|
604
604
|
params: params,
|
605
605
|
config: config)
|
606
606
|
context[:gem_name] = 'aws-sdk-outposts'
|
607
|
-
context[:gem_version] = '1.
|
607
|
+
context[:gem_version] = '1.11.0'
|
608
608
|
Seahorse::Client::Request.new(handlers, context)
|
609
609
|
end
|
610
610
|
|
@@ -58,7 +58,7 @@ module Aws::Outposts
|
|
58
58
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
59
59
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
60
60
|
|
61
|
-
CreateOutpostInput.add_member(:name, Shapes::ShapeRef.new(shape: OutpostName, location_name: "Name"))
|
61
|
+
CreateOutpostInput.add_member(:name, Shapes::ShapeRef.new(shape: OutpostName, required: true, location_name: "Name"))
|
62
62
|
CreateOutpostInput.add_member(:description, Shapes::ShapeRef.new(shape: OutpostDescription, location_name: "Description"))
|
63
63
|
CreateOutpostInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location_name: "SiteId"))
|
64
64
|
CreateOutpostInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
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.11.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: 2020-
|
11
|
+
date: 2020-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|