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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce74bc361c12d01692736024eefbb292011ee7f4e3f41989f89f73bc1735a481
4
- data.tar.gz: d6944fbcd960bb7c1094bcb2c8417278d0e7b279ce54225f01dd4ed2d1fd64bd
3
+ metadata.gz: 1c144dc8e6611d040762cfa9023848f4150908fcea5e0b9035aa21af2b170d9f
4
+ data.tar.gz: ce20d6b9140065bdfc372bf3eb3c68c388549acc2b461a006ec4771b19389925
5
5
  SHA512:
6
- metadata.gz: eab05c20afed936287dc60f9ea66f75620a24dfec2e6c7fa48f1860bb3f6adfa7d0349d9824ff2b4ee724ebd696539f5f28db5d13ef64fe7246919523f283b39
7
- data.tar.gz: 0bfa4e932add7a2957c38888751660c167c61a8a1d004b719e1cc5e775c957561abf66aa435674f7fee641498f0ecf7da7d1bdd1b93194df05fb0dd7c8161db8
6
+ metadata.gz: 24b290179e8757228edf962eb179972ff4e37d86a506b71bb7563bfa81051daba29e0763dcd7b09df70bf6ecce275c51720e1e935dfddfa87d195fdac58c5c1a
7
+ data.tar.gz: 95e7f3c223cf44a5b1ac38cc6501c2564cb521e4fe14210cd68d7e8421907c14eb4fa7c63342ece4527535806d77796e1429ebb35193cc6d6f8f15d37f1b7d8e
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-outposts/customizations'
48
48
  # @!group service
49
49
  module Aws::Outposts
50
50
 
51
- GEM_VERSION = '1.10.0'
51
+ GEM_VERSION = '1.11.0'
52
52
 
53
53
  end
@@ -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.10.0'
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"))
@@ -27,7 +27,7 @@ module Aws::Outposts
27
27
  # data as a hash:
28
28
  #
29
29
  # {
30
- # name: "OutpostName",
30
+ # name: "OutpostName", # required
31
31
  # description: "OutpostDescription",
32
32
  # site_id: "SiteId", # required
33
33
  # availability_zone: "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.10.0
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-09-30 00:00:00.000000000 Z
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