aws-sdk-storagegateway 1.22.0 → 1.23.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
  SHA1:
3
- metadata.gz: 990cbf247b6e7fd52990c288d69b5677a368aee1
4
- data.tar.gz: daac44981cd8bc164c8cc82d2e272698b3c5c7f4
3
+ metadata.gz: d35f3d9fb2166ff64d4ccca2a373f262fbe10a80
4
+ data.tar.gz: 9e637b36a2f8244cf0d472916ef6df81a9db3f5e
5
5
  SHA512:
6
- metadata.gz: 0b9ece82655d083a9cc09807a32d90efd31698fe42b7d1c4811943f15127e3a12812db880e0f868aa92d0607feda224f2b31c80cd827c44873e0c43815fd9cad
7
- data.tar.gz: 2d4a132f7ddf7163a7d3db1461c29278c0fd915120178da75bc9c08b30ef11d5de2d06c670eb0af0c928de092f1433ab196e417a4518c79bfa66923f0e392e64
6
+ metadata.gz: 9fd87dd1a38045a51e1870a4810cb005a1dc310a773e653bfa5a7ddb94cbeac10e647dcad99db98c98e282e1bc8d6d6e51bde97bc5724f8b46bc439f3065ee72
7
+ data.tar.gz: 9e36ed8c2e35b7bdd5864f67d892835e3beca017a8c0a1aa67a2cf5ed278f89ff6d062baa96d7b55314c8ff0c24171a0490ae2ba3d80421f9a4eec423d428080
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::StorageGateway
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
60
62
 
@@ -1216,6 +1218,10 @@ module Aws::StorageGateway
1216
1218
  # SMB file share. Set it to "false" to map file and directory
1217
1219
  # permissions to the POSIX permissions.
1218
1220
  #
1221
+ # For more information, see
1222
+ # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1223
+ # in the Storage Gateway User Guide.
1224
+ #
1219
1225
  # @option params [Array<String>] :admin_user_list
1220
1226
  # A list of users or groups in the Active Directory that have
1221
1227
  # administrator rights to the file share. A group must be prefixed with
@@ -1340,6 +1346,17 @@ module Aws::StorageGateway
1340
1346
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1341
1347
  # **Description** field
1342
1348
  #
1349
+ # @option params [Array<Types::Tag>] :tags
1350
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
1351
+ # is a key-value pair.
1352
+ #
1353
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
1354
+ # representable in UTF-8 format, and the following special characters: +
1355
+ # - = . \_ : / @. The maximum length of a tag's key is 128 characters,
1356
+ # and the maximum length for a tag's value is 256.
1357
+ #
1358
+ # </note>
1359
+ #
1343
1360
  # @return [Types::CreateSnapshotOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1344
1361
  #
1345
1362
  # * {Types::CreateSnapshotOutput#volume_arn #volume_arn} => String
@@ -1366,6 +1383,12 @@ module Aws::StorageGateway
1366
1383
  # resp = client.create_snapshot({
1367
1384
  # volume_arn: "VolumeARN", # required
1368
1385
  # snapshot_description: "SnapshotDescription", # required
1386
+ # tags: [
1387
+ # {
1388
+ # key: "TagKey", # required
1389
+ # value: "TagValue", # required
1390
+ # },
1391
+ # ],
1369
1392
  # })
1370
1393
  #
1371
1394
  # @example Response structure
@@ -5324,6 +5347,10 @@ module Aws::StorageGateway
5324
5347
  # SMB file share. Set it to "false" to map file and directory
5325
5348
  # permissions to the POSIX permissions.
5326
5349
  #
5350
+ # For more information, see
5351
+ # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin
5352
+ # the Storage Gateway User Guide.
5353
+ #
5327
5354
  # @option params [Array<String>] :admin_user_list
5328
5355
  # A list of users or groups in the Active Directory that have
5329
5356
  # administrator rights to the file share. A group must be prefixed with
@@ -5405,6 +5432,17 @@ module Aws::StorageGateway
5405
5432
  # Optional description of the snapshot that overwrites the existing
5406
5433
  # description.
5407
5434
  #
5435
+ # @option params [Array<Types::Tag>] :tags
5436
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
5437
+ # is a key-value pair.
5438
+ #
5439
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
5440
+ # representable in UTF-8 format, and the following special characters: +
5441
+ # - = . \_ : / @. The maximum length of a tag's key is 128 characters,
5442
+ # and the maximum length for a tag's value is 256.
5443
+ #
5444
+ # </note>
5445
+ #
5408
5446
  # @return [Types::UpdateSnapshotScheduleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5409
5447
  #
5410
5448
  # * {Types::UpdateSnapshotScheduleOutput#volume_arn #volume_arn} => String
@@ -5433,6 +5471,12 @@ module Aws::StorageGateway
5433
5471
  # start_at: 1, # required
5434
5472
  # recurrence_in_hours: 1, # required
5435
5473
  # description: "Description",
5474
+ # tags: [
5475
+ # {
5476
+ # key: "TagKey", # required
5477
+ # value: "TagValue", # required
5478
+ # },
5479
+ # ],
5436
5480
  # })
5437
5481
  #
5438
5482
  # @example Response structure
@@ -5515,7 +5559,7 @@ module Aws::StorageGateway
5515
5559
  params: params,
5516
5560
  config: config)
5517
5561
  context[:gem_name] = 'aws-sdk-storagegateway'
5518
- context[:gem_version] = '1.22.0'
5562
+ context[:gem_version] = '1.23.0'
5519
5563
  Seahorse::Client::Request.new(handlers, context)
5520
5564
  end
5521
5565
 
@@ -465,6 +465,7 @@ module Aws::StorageGateway
465
465
 
466
466
  CreateSnapshotInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
467
467
  CreateSnapshotInput.add_member(:snapshot_description, Shapes::ShapeRef.new(shape: SnapshotDescription, required: true, location_name: "SnapshotDescription"))
468
+ CreateSnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
468
469
  CreateSnapshotInput.struct_class = Types::CreateSnapshotInput
469
470
 
470
471
  CreateSnapshotOutput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
@@ -1152,6 +1153,7 @@ module Aws::StorageGateway
1152
1153
  UpdateSnapshotScheduleInput.add_member(:start_at, Shapes::ShapeRef.new(shape: HourOfDay, required: true, location_name: "StartAt"))
1153
1154
  UpdateSnapshotScheduleInput.add_member(:recurrence_in_hours, Shapes::ShapeRef.new(shape: RecurrenceInHours, required: true, location_name: "RecurrenceInHours"))
1154
1155
  UpdateSnapshotScheduleInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1156
+ UpdateSnapshotScheduleInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1155
1157
  UpdateSnapshotScheduleInput.struct_class = Types::UpdateSnapshotScheduleInput
1156
1158
 
1157
1159
  UpdateSnapshotScheduleOutput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
@@ -1048,6 +1048,10 @@ module Aws::StorageGateway
1048
1048
  # Set this value to "true to enable ACL (access control list) on the
1049
1049
  # SMB file share. Set it to "false" to map file and directory
1050
1050
  # permissions to the POSIX permissions.
1051
+ #
1052
+ # For more information, see
1053
+ # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1054
+ # in the Storage Gateway User Guide.
1051
1055
  # @return [Boolean]
1052
1056
  #
1053
1057
  # @!attribute [rw] admin_user_list
@@ -1190,6 +1194,12 @@ module Aws::StorageGateway
1190
1194
  # {
1191
1195
  # volume_arn: "VolumeARN", # required
1192
1196
  # snapshot_description: "SnapshotDescription", # required
1197
+ # tags: [
1198
+ # {
1199
+ # key: "TagKey", # required
1200
+ # value: "TagValue", # required
1201
+ # },
1202
+ # ],
1193
1203
  # }
1194
1204
  #
1195
1205
  # @!attribute [rw] volume_arn
@@ -1204,11 +1214,24 @@ module Aws::StorageGateway
1204
1214
  # **Description** field
1205
1215
  # @return [String]
1206
1216
  #
1217
+ # @!attribute [rw] tags
1218
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
1219
+ # is a key-value pair.
1220
+ #
1221
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
1222
+ # representable in UTF-8 format, and the following special characters:
1223
+ # + - = . \_ : / @. The maximum length of a tag's key is 128
1224
+ # characters, and the maximum length for a tag's value is 256.
1225
+ #
1226
+ # </note>
1227
+ # @return [Array<Types::Tag>]
1228
+ #
1207
1229
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotInput AWS API Documentation
1208
1230
  #
1209
1231
  class CreateSnapshotInput < Struct.new(
1210
1232
  :volume_arn,
1211
- :snapshot_description)
1233
+ :snapshot_description,
1234
+ :tags)
1212
1235
  include Aws::Structure
1213
1236
  end
1214
1237
 
@@ -4267,6 +4290,10 @@ module Aws::StorageGateway
4267
4290
  # list) is enabled on the SMB file share. If it is set to "false",
4268
4291
  # it indicates that file and directory permissions are mapped to the
4269
4292
  # POSIX permission.
4293
+ #
4294
+ # For more information, see
4295
+ # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
4296
+ # in the Storage Gateway User Guide.
4270
4297
  # @return [Boolean]
4271
4298
  #
4272
4299
  # @!attribute [rw] admin_user_list
@@ -5380,6 +5407,10 @@ module Aws::StorageGateway
5380
5407
  # Set this value to "true to enable ACL (access control list) on the
5381
5408
  # SMB file share. Set it to "false" to map file and directory
5382
5409
  # permissions to the POSIX permissions.
5410
+ #
5411
+ # For more information, see
5412
+ # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin
5413
+ # the Storage Gateway User Guide.
5383
5414
  # @return [Boolean]
5384
5415
  #
5385
5416
  # @!attribute [rw] admin_user_list
@@ -5452,6 +5483,12 @@ module Aws::StorageGateway
5452
5483
  # start_at: 1, # required
5453
5484
  # recurrence_in_hours: 1, # required
5454
5485
  # description: "Description",
5486
+ # tags: [
5487
+ # {
5488
+ # key: "TagKey", # required
5489
+ # value: "TagValue", # required
5490
+ # },
5491
+ # ],
5455
5492
  # }
5456
5493
  #
5457
5494
  # @!attribute [rw] volume_arn
@@ -5475,13 +5512,26 @@ module Aws::StorageGateway
5475
5512
  # description.
5476
5513
  # @return [String]
5477
5514
  #
5515
+ # @!attribute [rw] tags
5516
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
5517
+ # is a key-value pair.
5518
+ #
5519
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
5520
+ # representable in UTF-8 format, and the following special characters:
5521
+ # + - = . \_ : / @. The maximum length of a tag's key is 128
5522
+ # characters, and the maximum length for a tag's value is 256.
5523
+ #
5524
+ # </note>
5525
+ # @return [Array<Types::Tag>]
5526
+ #
5478
5527
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSnapshotScheduleInput AWS API Documentation
5479
5528
  #
5480
5529
  class UpdateSnapshotScheduleInput < Struct.new(
5481
5530
  :volume_arn,
5482
5531
  :start_at,
5483
5532
  :recurrence_in_hours,
5484
- :description)
5533
+ :description,
5534
+ :tags)
5485
5535
  include Aws::Structure
5486
5536
  end
5487
5537
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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: 2019-05-07 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core