aws-sdk-outposts 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c144dc8e6611d040762cfa9023848f4150908fcea5e0b9035aa21af2b170d9f
4
- data.tar.gz: ce20d6b9140065bdfc372bf3eb3c68c388549acc2b461a006ec4771b19389925
3
+ metadata.gz: 46ad51f6bdef33b0f0d4a20f70708e29f64841cb66134cf075df87b23000f55b
4
+ data.tar.gz: 8ca29c0a10fe456e1ca57ed84c7b38a532ba3eb6713d008de480d86da641c97f
5
5
  SHA512:
6
- metadata.gz: 24b290179e8757228edf962eb179972ff4e37d86a506b71bb7563bfa81051daba29e0763dcd7b09df70bf6ecce275c51720e1e935dfddfa87d195fdac58c5c1a
7
- data.tar.gz: 95e7f3c223cf44a5b1ac38cc6501c2564cb521e4fe14210cd68d7e8421907c14eb4fa7c63342ece4527535806d77796e1429ebb35193cc6d6f8f15d37f1b7d8e
6
+ metadata.gz: 4cd039594ab6afdd307adb10c5ef8181bd32f67ad8c7be550e0c41e21767e5f95f2b908fcf06452d193efba1973a22d998ac05bfb5be7ca1e1818fb44f9a6cb9
7
+ data.tar.gz: 5156d1c8d0bb1455865bf72637a6c57c3c6ddcef928b49e7f21f105893790c6afd325e05d1e324eb345a0cdffc0c66b857227692cf646140ed263ed3d51c520d
@@ -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.11.0'
51
+ GEM_VERSION = '1.12.0'
52
52
 
53
53
  end
@@ -348,6 +348,9 @@ module Aws::Outposts
348
348
  #
349
349
  # You must specify `AvailabilityZone` or `AvailabilityZoneId`.
350
350
  #
351
+ # @option params [Hash<String,String>] :tags
352
+ # The tags to apply to the Outpost.
353
+ #
351
354
  # @return [Types::CreateOutpostOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
352
355
  #
353
356
  # * {Types::CreateOutpostOutput#outpost #outpost} => Types::Outpost
@@ -360,6 +363,9 @@ module Aws::Outposts
360
363
  # site_id: "SiteId", # required
361
364
  # availability_zone: "AvailabilityZone",
362
365
  # availability_zone_id: "AvailabilityZoneId",
366
+ # tags: {
367
+ # "TagKey" => "TagValue",
368
+ # },
363
369
  # })
364
370
  #
365
371
  # @example Response structure
@@ -373,6 +379,8 @@ module Aws::Outposts
373
379
  # resp.outpost.life_cycle_status #=> String
374
380
  # resp.outpost.availability_zone #=> String
375
381
  # resp.outpost.availability_zone_id #=> String
382
+ # resp.outpost.tags #=> Hash
383
+ # resp.outpost.tags["TagKey"] #=> String
376
384
  #
377
385
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpost AWS API Documentation
378
386
  #
@@ -453,6 +461,8 @@ module Aws::Outposts
453
461
  # resp.outpost.life_cycle_status #=> String
454
462
  # resp.outpost.availability_zone #=> String
455
463
  # resp.outpost.availability_zone_id #=> String
464
+ # resp.outpost.tags #=> Hash
465
+ # resp.outpost.tags["TagKey"] #=> String
456
466
  #
457
467
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpost AWS API Documentation
458
468
  #
@@ -540,6 +550,8 @@ module Aws::Outposts
540
550
  # resp.outposts[0].life_cycle_status #=> String
541
551
  # resp.outposts[0].availability_zone #=> String
542
552
  # resp.outposts[0].availability_zone_id #=> String
553
+ # resp.outposts[0].tags #=> Hash
554
+ # resp.outposts[0].tags["TagKey"] #=> String
543
555
  # resp.next_token #=> String
544
556
  #
545
557
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutposts AWS API Documentation
@@ -580,6 +592,8 @@ module Aws::Outposts
580
592
  # resp.sites[0].account_id #=> String
581
593
  # resp.sites[0].name #=> String
582
594
  # resp.sites[0].description #=> String
595
+ # resp.sites[0].tags #=> Hash
596
+ # resp.sites[0].tags["TagKey"] #=> String
583
597
  # resp.next_token #=> String
584
598
  #
585
599
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListSites AWS API Documentation
@@ -604,7 +618,7 @@ module Aws::Outposts
604
618
  params: params,
605
619
  config: config)
606
620
  context[:gem_name] = 'aws-sdk-outposts'
607
- context[:gem_version] = '1.11.0'
621
+ context[:gem_version] = '1.12.0'
608
622
  Seahorse::Client::Request.new(handlers, context)
609
623
  end
610
624
 
@@ -50,6 +50,9 @@ module Aws::Outposts
50
50
  SiteDescription = Shapes::StringShape.new(name: 'SiteDescription')
51
51
  SiteId = Shapes::StringShape.new(name: 'SiteId')
52
52
  SiteName = Shapes::StringShape.new(name: 'SiteName')
53
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
54
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
55
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
53
56
  Token = Shapes::StringShape.new(name: 'Token')
54
57
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
55
58
  outpostListDefinition = Shapes::ListShape.new(name: 'outpostListDefinition')
@@ -63,6 +66,7 @@ module Aws::Outposts
63
66
  CreateOutpostInput.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, required: true, location_name: "SiteId"))
64
67
  CreateOutpostInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
65
68
  CreateOutpostInput.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
69
+ CreateOutpostInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
66
70
  CreateOutpostInput.struct_class = Types::CreateOutpostInput
67
71
 
68
72
  CreateOutpostOutput.add_member(:outpost, Shapes::ShapeRef.new(shape: Outpost, location_name: "Outpost"))
@@ -131,6 +135,7 @@ module Aws::Outposts
131
135
  Outpost.add_member(:life_cycle_status, Shapes::ShapeRef.new(shape: LifeCycleStatus, location_name: "LifeCycleStatus"))
132
136
  Outpost.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
133
137
  Outpost.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
138
+ Outpost.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
134
139
  Outpost.struct_class = Types::Outpost
135
140
 
136
141
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -140,8 +145,12 @@ module Aws::Outposts
140
145
  Site.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
141
146
  Site.add_member(:name, Shapes::ShapeRef.new(shape: SiteName, location_name: "Name"))
142
147
  Site.add_member(:description, Shapes::ShapeRef.new(shape: SiteDescription, location_name: "Description"))
148
+ Site.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
143
149
  Site.struct_class = Types::Site
144
150
 
151
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
152
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
153
+
145
154
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
146
155
  ValidationException.struct_class = Types::ValidationException
147
156
 
@@ -32,6 +32,9 @@ module Aws::Outposts
32
32
  # site_id: "SiteId", # required
33
33
  # availability_zone: "AvailabilityZone",
34
34
  # availability_zone_id: "AvailabilityZoneId",
35
+ # tags: {
36
+ # "TagKey" => "TagValue",
37
+ # },
35
38
  # }
36
39
  #
37
40
  # @!attribute [rw] name
@@ -58,6 +61,10 @@ module Aws::Outposts
58
61
  # You must specify `AvailabilityZone` or `AvailabilityZoneId`.
59
62
  # @return [String]
60
63
  #
64
+ # @!attribute [rw] tags
65
+ # The tags to apply to the Outpost.
66
+ # @return [Hash<String,String>]
67
+ #
61
68
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpostInput AWS API Documentation
62
69
  #
63
70
  class CreateOutpostInput < Struct.new(
@@ -65,7 +72,8 @@ module Aws::Outposts
65
72
  :description,
66
73
  :site_id,
67
74
  :availability_zone,
68
- :availability_zone_id)
75
+ :availability_zone_id,
76
+ :tags)
69
77
  SENSITIVE = []
70
78
  include Aws::Structure
71
79
  end
@@ -383,6 +391,10 @@ module Aws::Outposts
383
391
  # You must specify `AvailabilityZone` or `AvailabilityZoneId`.
384
392
  # @return [String]
385
393
  #
394
+ # @!attribute [rw] tags
395
+ # The Outpost tags.
396
+ # @return [Hash<String,String>]
397
+ #
386
398
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/Outpost AWS API Documentation
387
399
  #
388
400
  class Outpost < Struct.new(
@@ -394,7 +406,8 @@ module Aws::Outposts
394
406
  :description,
395
407
  :life_cycle_status,
396
408
  :availability_zone,
397
- :availability_zone_id)
409
+ :availability_zone_id,
410
+ :tags)
398
411
  SENSITIVE = []
399
412
  include Aws::Structure
400
413
  end
@@ -430,13 +443,18 @@ module Aws::Outposts
430
443
  # The description of the site.
431
444
  # @return [String]
432
445
  #
446
+ # @!attribute [rw] tags
447
+ # The site tags.
448
+ # @return [Hash<String,String>]
449
+ #
433
450
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/Site AWS API Documentation
434
451
  #
435
452
  class Site < Struct.new(
436
453
  :site_id,
437
454
  :account_id,
438
455
  :name,
439
- :description)
456
+ :description,
457
+ :tags)
440
458
  SENSITIVE = []
441
459
  include Aws::Structure
442
460
  end
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.11.0
4
+ version: 1.12.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-18 00:00:00.000000000 Z
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core