aws-sdk-storagegateway 1.30.0 → 1.31.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
  SHA1:
3
- metadata.gz: b80b67bbf51bfae8b7145d990821e0d4980643d3
4
- data.tar.gz: 6b1a1d0bc05defef264371f1c10f5ad3034bc77f
3
+ metadata.gz: a686e2fd63151c4f2aba0b0037516e6ea26c2731
4
+ data.tar.gz: a5c0affc680c4b868eea40c1b8a978b1b713c351
5
5
  SHA512:
6
- metadata.gz: 87df03d70f5193f96bc4692d958a1e781b5bc2f6bcd27e7730ce798d680f80758ab8843127ca30026e0aee0639dfecbc9c8e863d9d0ca2164843525194b90fdb
7
- data.tar.gz: 7575bc18e5fc6cb1c364f6873bc14ee89a0bc28fb9f14733af494c36f9da274c10767dca14c7c5e049b086765e9de99979a011bc6e3a0401bbb9cd1d2c8d4834
6
+ metadata.gz: ddf10fd7b981ea7247f1c19897d4c26dd5b125abce093a8a0fdef066a1d79550968b5be3d9a2cb34ed87aa446221aa3f2f75d2f6fcc487c7af5a09336bbbe170
7
+ data.tar.gz: 776a565e7de014c53c8f365115fb58dd99695d46033ddaa6ccc1043d2f01fbc9728f9e4a3dec0f303436efe5089eb30a0a03c884b9ba7e790c032f444b0c0172
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.30.0'
45
+ GEM_VERSION = '1.31.0'
46
46
 
47
47
  end
@@ -1272,10 +1272,12 @@ module Aws::StorageGateway
1272
1272
  # in the Storage Gateway User Guide.
1273
1273
  #
1274
1274
  # @option params [Array<String>] :admin_user_list
1275
- # A list of users or groups in the Active Directory that have
1276
- # administrator rights to the file share. A group must be prefixed with
1277
- # the @ character. For example `@group1`. Can only be set if
1278
- # Authentication is set to `ActiveDirectory`.
1275
+ # A list of users in the Active Directory that will be granted
1276
+ # administrator privileges on the file share. These users can do all
1277
+ # file operations as the super-user.
1278
+ #
1279
+ # Use this option very carefully, because any user in this list can do
1280
+ # anything they like on the file share, regardless of file permissions.
1279
1281
  #
1280
1282
  # @option params [Array<String>] :valid_user_list
1281
1283
  # A list of users or groups in the Active Directory that are allowed to
@@ -1487,6 +1489,17 @@ module Aws::StorageGateway
1487
1489
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1488
1490
  # **Description** field
1489
1491
  #
1492
+ # @option params [Array<Types::Tag>] :tags
1493
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
1494
+ # is a key-value pair.
1495
+ #
1496
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
1497
+ # representable in UTF-8 format, and the following special characters: +
1498
+ # - = . \_ : / @. The maximum length of a tag's key is 128 characters,
1499
+ # and the maximum length for a tag's value is 256.
1500
+ #
1501
+ # </note>
1502
+ #
1490
1503
  # @return [Types::CreateSnapshotFromVolumeRecoveryPointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1491
1504
  #
1492
1505
  # * {Types::CreateSnapshotFromVolumeRecoveryPointOutput#snapshot_id #snapshot_id} => String
@@ -1515,6 +1528,12 @@ module Aws::StorageGateway
1515
1528
  # resp = client.create_snapshot_from_volume_recovery_point({
1516
1529
  # volume_arn: "VolumeARN", # required
1517
1530
  # snapshot_description: "SnapshotDescription", # required
1531
+ # tags: [
1532
+ # {
1533
+ # key: "TagKey", # required
1534
+ # value: "TagValue", # required
1535
+ # },
1536
+ # ],
1518
1537
  # })
1519
1538
  #
1520
1539
  # @example Response structure
@@ -2925,6 +2944,7 @@ module Aws::StorageGateway
2925
2944
  # * {Types::DescribeSnapshotScheduleOutput#recurrence_in_hours #recurrence_in_hours} => Integer
2926
2945
  # * {Types::DescribeSnapshotScheduleOutput#description #description} => String
2927
2946
  # * {Types::DescribeSnapshotScheduleOutput#timezone #timezone} => String
2947
+ # * {Types::DescribeSnapshotScheduleOutput#tags #tags} => Array&lt;Types::Tag&gt;
2928
2948
  #
2929
2949
  #
2930
2950
  # @example Example: To describe snapshot schedule for gateway volume
@@ -2958,6 +2978,9 @@ module Aws::StorageGateway
2958
2978
  # resp.recurrence_in_hours #=> Integer
2959
2979
  # resp.description #=> String
2960
2980
  # resp.timezone #=> String
2981
+ # resp.tags #=> Array
2982
+ # resp.tags[0].key #=> String
2983
+ # resp.tags[0].value #=> String
2961
2984
  #
2962
2985
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSnapshotSchedule AWS API Documentation
2963
2986
  #
@@ -3707,7 +3730,7 @@ module Aws::StorageGateway
3707
3730
  # The name of the domain that you want the gateway to join.
3708
3731
  #
3709
3732
  # @option params [String] :organizational_unit
3710
- # The organizational unit (OU) is a container with an Active Directory
3733
+ # The organizational unit (OU) is a container in an Active Directory
3711
3734
  # that can hold users, groups, computers, and other OUs and this
3712
3735
  # parameter specifies the OU that the gateway will join within the AD
3713
3736
  # domain.
@@ -4293,13 +4316,13 @@ module Aws::StorageGateway
4293
4316
  end
4294
4317
 
4295
4318
  # Sends you notification through CloudWatch Events when all files
4296
- # written to your NFS file share have been uploaded to Amazon S3.
4319
+ # written to your file share have been uploaded to Amazon S3.
4297
4320
  #
4298
4321
  # AWS Storage Gateway can send a notification through Amazon CloudWatch
4299
4322
  # Events when all files written to your file share up to that point in
4300
4323
  # time have been uploaded to Amazon S3. These files include files
4301
- # written to the NFS file share up to the time that you make a request
4302
- # for notification. When the upload is done, Storage Gateway sends you
4324
+ # written to the file share up to the time that you make a request for
4325
+ # notification. When the upload is done, Storage Gateway sends you
4303
4326
  # notification through an Amazon CloudWatch Event. You can configure
4304
4327
  # CloudWatch Events to send the notification through event targets such
4305
4328
  # as Amazon SNS or AWS Lambda function. This operation is only supported
@@ -5405,10 +5428,10 @@ module Aws::StorageGateway
5405
5428
  # the Storage Gateway User Guide.
5406
5429
  #
5407
5430
  # @option params [Array<String>] :admin_user_list
5408
- # A list of users or groups in the Active Directory that have
5409
- # administrator rights to the file share. A group must be prefixed with
5410
- # the @ character. For example `@group1`. Can only be set if
5411
- # Authentication is set to `ActiveDirectory`.
5431
+ # A list of users in the Active Directory that have administrator rights
5432
+ # to the file share. A group must be prefixed with the @ character. For
5433
+ # example `@group1`. Can only be set if Authentication is set to
5434
+ # `ActiveDirectory`.
5412
5435
  #
5413
5436
  # @option params [Array<String>] :valid_user_list
5414
5437
  # A list of users or groups in the Active Directory that are allowed to
@@ -5459,6 +5482,12 @@ module Aws::StorageGateway
5459
5482
  # Updates the SMB security strategy on a file gateway. This action is
5460
5483
  # only supported in file gateways.
5461
5484
  #
5485
+ # <note markdown="1"> This API is called Security level in the User Guide.
5486
+ #
5487
+ # A higher security level can affect performance of the gateway.
5488
+ #
5489
+ # </note>
5490
+ #
5462
5491
  # @option params [required, String] :gateway_arn
5463
5492
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5464
5493
  # operation to return a list of gateways for your account and region.
@@ -5466,14 +5495,21 @@ module Aws::StorageGateway
5466
5495
  # @option params [required, String] :smb_security_strategy
5467
5496
  # Specifies the type of security strategy.
5468
5497
  #
5469
- # ClientSpecified: SMBv1 is enabled, SMB signing is offered but not
5470
- # required, SMB encryption is offered but not required.
5498
+ # ClientSpecified: if you use this option, requests are established
5499
+ # based on what is negotiated by the client. This option is recommended
5500
+ # when you want to maximize compatibility across different clients in
5501
+ # your environment.
5471
5502
  #
5472
- # MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB
5473
- # encryption is offered but not required.
5503
+ # MandatorySigning: if you use this option, file gateway only allows
5504
+ # connections from SMBv2 or SMBv3 clients that have signing enabled.
5505
+ # This option works with SMB clients on Microsoft Windows Vista, Windows
5506
+ # Server 2008 or newer.
5474
5507
  #
5475
- # MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not
5476
- # required, SMB encryption is required.
5508
+ # MandatoryEncryption: if you use this option, file gateway only allows
5509
+ # connections from SMBv3 clients that have encryption enabled. This
5510
+ # option is highly recommended for environments that handle sensitive
5511
+ # data. This option works with SMB clients on Microsoft Windows 8,
5512
+ # Windows Server 2012 or newer.
5477
5513
  #
5478
5514
  # @return [Types::UpdateSMBSecurityStrategyOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5479
5515
  #
@@ -5655,7 +5691,7 @@ module Aws::StorageGateway
5655
5691
  params: params,
5656
5692
  config: config)
5657
5693
  context[:gem_name] = 'aws-sdk-storagegateway'
5658
- context[:gem_version] = '1.30.0'
5694
+ context[:gem_version] = '1.31.0'
5659
5695
  Seahorse::Client::Request.new(handlers, context)
5660
5696
  end
5661
5697
 
@@ -468,6 +468,7 @@ module Aws::StorageGateway
468
468
 
469
469
  CreateSnapshotFromVolumeRecoveryPointInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
470
470
  CreateSnapshotFromVolumeRecoveryPointInput.add_member(:snapshot_description, Shapes::ShapeRef.new(shape: SnapshotDescription, required: true, location_name: "SnapshotDescription"))
471
+ CreateSnapshotFromVolumeRecoveryPointInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
471
472
  CreateSnapshotFromVolumeRecoveryPointInput.struct_class = Types::CreateSnapshotFromVolumeRecoveryPointInput
472
473
 
473
474
  CreateSnapshotFromVolumeRecoveryPointOutput.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
@@ -669,6 +670,7 @@ module Aws::StorageGateway
669
670
  DescribeSnapshotScheduleOutput.add_member(:recurrence_in_hours, Shapes::ShapeRef.new(shape: RecurrenceInHours, location_name: "RecurrenceInHours"))
670
671
  DescribeSnapshotScheduleOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
671
672
  DescribeSnapshotScheduleOutput.add_member(:timezone, Shapes::ShapeRef.new(shape: GatewayTimezone, location_name: "Timezone"))
673
+ DescribeSnapshotScheduleOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
672
674
  DescribeSnapshotScheduleOutput.struct_class = Types::DescribeSnapshotScheduleOutput
673
675
 
674
676
  DescribeStorediSCSIVolumesInput.add_member(:volume_arns, Shapes::ShapeRef.new(shape: VolumeARNs, required: true, location_name: "VolumeARNs"))
@@ -1098,10 +1098,13 @@ module Aws::StorageGateway
1098
1098
  # @return [Boolean]
1099
1099
  #
1100
1100
  # @!attribute [rw] admin_user_list
1101
- # A list of users or groups in the Active Directory that have
1102
- # administrator rights to the file share. A group must be prefixed
1103
- # with the @ character. For example `@group1`. Can only be set if
1104
- # Authentication is set to `ActiveDirectory`.
1101
+ # A list of users in the Active Directory that will be granted
1102
+ # administrator privileges on the file share. These users can do all
1103
+ # file operations as the super-user.
1104
+ #
1105
+ # Use this option very carefully, because any user in this list can do
1106
+ # anything they like on the file share, regardless of file
1107
+ # permissions.
1105
1108
  # @return [Array<String>]
1106
1109
  #
1107
1110
  # @!attribute [rw] valid_user_list
@@ -1179,6 +1182,12 @@ module Aws::StorageGateway
1179
1182
  # {
1180
1183
  # volume_arn: "VolumeARN", # required
1181
1184
  # snapshot_description: "SnapshotDescription", # required
1185
+ # tags: [
1186
+ # {
1187
+ # key: "TagKey", # required
1188
+ # value: "TagValue", # required
1189
+ # },
1190
+ # ],
1182
1191
  # }
1183
1192
  #
1184
1193
  # @!attribute [rw] volume_arn
@@ -1194,11 +1203,24 @@ module Aws::StorageGateway
1194
1203
  # **Description** field
1195
1204
  # @return [String]
1196
1205
  #
1206
+ # @!attribute [rw] tags
1207
+ # A list of up to 50 tags that can be assigned to a snapshot. Each tag
1208
+ # is a key-value pair.
1209
+ #
1210
+ # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
1211
+ # representable in UTF-8 format, and the following special characters:
1212
+ # + - = . \_ : / @. The maximum length of a tag's key is 128
1213
+ # characters, and the maximum length for a tag's value is 256.
1214
+ #
1215
+ # </note>
1216
+ # @return [Array<Types::Tag>]
1217
+ #
1197
1218
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotFromVolumeRecoveryPointInput AWS API Documentation
1198
1219
  #
1199
1220
  class CreateSnapshotFromVolumeRecoveryPointInput < Struct.new(
1200
1221
  :volume_arn,
1201
- :snapshot_description)
1222
+ :snapshot_description,
1223
+ :tags)
1202
1224
  include Aws::Structure
1203
1225
  end
1204
1226
 
@@ -2498,14 +2520,21 @@ module Aws::StorageGateway
2498
2520
  # @!attribute [rw] smb_security_strategy
2499
2521
  # The type of security strategy that was specified for file gateway.
2500
2522
  #
2501
- # ClientSpecified: SMBv1 is enabled, SMB signing is offered but not
2502
- # required, SMB encryption is offered but not required.
2523
+ # ClientSpecified: if you use this option, requests are established
2524
+ # based on what is negotiated by the client. This option is
2525
+ # recommended when you want to maximize compatibility across different
2526
+ # clients in your environment.
2503
2527
  #
2504
- # MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB
2505
- # encryption is offered but not required.
2528
+ # MandatorySigning: if you use this option, file gateway only allows
2529
+ # connections from SMBv2 or SMBv3 clients that have signing enabled.
2530
+ # This option works with SMB clients on Microsoft Windows Vista,
2531
+ # Windows Server 2008 or newer.
2506
2532
  #
2507
- # MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but
2508
- # not required, SMB encryption is required.
2533
+ # MandatoryEncryption: if you use this option, file gateway only
2534
+ # allows connections from SMBv3 clients that have encryption enabled.
2535
+ # This option is highly recommended for environments that handle
2536
+ # sensitive data. This option works with SMB clients on Microsoft
2537
+ # Windows 8, Windows Server 2012 or newer.
2509
2538
  # @return [String]
2510
2539
  #
2511
2540
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
@@ -2563,6 +2592,13 @@ module Aws::StorageGateway
2563
2592
  # A value that indicates the time zone of the gateway.
2564
2593
  # @return [String]
2565
2594
  #
2595
+ # @!attribute [rw] tags
2596
+ # A list of up to 50 tags assigned to the snapshot schedule, sorted
2597
+ # alphabetically by key name. Each tag is a key-value pair. For a
2598
+ # gateway with more than 10 tags assigned, you can view all tags using
2599
+ # the `ListTagsForResource` API operation.
2600
+ # @return [Array<Types::Tag>]
2601
+ #
2566
2602
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSnapshotScheduleOutput AWS API Documentation
2567
2603
  #
2568
2604
  class DescribeSnapshotScheduleOutput < Struct.new(
@@ -2570,7 +2606,8 @@ module Aws::StorageGateway
2570
2606
  :start_at,
2571
2607
  :recurrence_in_hours,
2572
2608
  :description,
2573
- :timezone)
2609
+ :timezone,
2610
+ :tags)
2574
2611
  include Aws::Structure
2575
2612
  end
2576
2613
 
@@ -3353,7 +3390,7 @@ module Aws::StorageGateway
3353
3390
  # @return [String]
3354
3391
  #
3355
3392
  # @!attribute [rw] organizational_unit
3356
- # The organizational unit (OU) is a container with an Active Directory
3393
+ # The organizational unit (OU) is a container in an Active Directory
3357
3394
  # that can hold users, groups, computers, and other OUs and this
3358
3395
  # parameter specifies the OU that the gateway will join within the AD
3359
3396
  # domain.
@@ -5537,10 +5574,10 @@ module Aws::StorageGateway
5537
5574
  # @return [Boolean]
5538
5575
  #
5539
5576
  # @!attribute [rw] admin_user_list
5540
- # A list of users or groups in the Active Directory that have
5541
- # administrator rights to the file share. A group must be prefixed
5542
- # with the @ character. For example `@group1`. Can only be set if
5543
- # Authentication is set to `ActiveDirectory`.
5577
+ # A list of users in the Active Directory that have administrator
5578
+ # rights to the file share. A group must be prefixed with the @
5579
+ # character. For example `@group1`. Can only be set if Authentication
5580
+ # is set to `ActiveDirectory`.
5544
5581
  # @return [Array<String>]
5545
5582
  #
5546
5583
  # @!attribute [rw] valid_user_list
@@ -5604,14 +5641,21 @@ module Aws::StorageGateway
5604
5641
  # @!attribute [rw] smb_security_strategy
5605
5642
  # Specifies the type of security strategy.
5606
5643
  #
5607
- # ClientSpecified: SMBv1 is enabled, SMB signing is offered but not
5608
- # required, SMB encryption is offered but not required.
5609
- #
5610
- # MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB
5611
- # encryption is offered but not required.
5612
- #
5613
- # MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but
5614
- # not required, SMB encryption is required.
5644
+ # ClientSpecified: if you use this option, requests are established
5645
+ # based on what is negotiated by the client. This option is
5646
+ # recommended when you want to maximize compatibility across different
5647
+ # clients in your environment.
5648
+ #
5649
+ # MandatorySigning: if you use this option, file gateway only allows
5650
+ # connections from SMBv2 or SMBv3 clients that have signing enabled.
5651
+ # This option works with SMB clients on Microsoft Windows Vista,
5652
+ # Windows Server 2008 or newer.
5653
+ #
5654
+ # MandatoryEncryption: if you use this option, file gateway only
5655
+ # allows connections from SMBv3 clients that have encryption enabled.
5656
+ # This option is highly recommended for environments that handle
5657
+ # sensitive data. This option works with SMB clients on Microsoft
5658
+ # Windows 8, Windows Server 2012 or newer.
5615
5659
  # @return [String]
5616
5660
  #
5617
5661
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBSecurityStrategyInput AWS API Documentation
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.30.0
4
+ version: 1.31.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-07-25 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core