aws-sdk-storagegateway 1.106.0 → 1.107.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: 23969e1ab5f1fbbc9ba764a39c665dc968b9eae98a57da4a32b3f24a71181a1a
4
- data.tar.gz: b48277ef7bea6583d9baa8db9adb75568dd80a34337b15614303ff421cb2e9f4
3
+ metadata.gz: 294f3e4b1718b23d2c7ceb0426664444f3ce175980796cc009cb195b6e1ad524
4
+ data.tar.gz: 5ae2ac579b0fc1802377f3d7ccce594a4671ab324ae9eaf9f9c30e07ea87204f
5
5
  SHA512:
6
- metadata.gz: 7de06e238242145fb9715a811a9da5027b17887b5d29ef4a47ed60dfe92662999cbc8921da5514b49777388fc0e213d0fae2d0e6da335b610354b7dfabc3f885
7
- data.tar.gz: cb506ccd53b20d9c18f12e4fb58d24f17d5c1adde7ddd28bc0e67d7d1f933c3e8ad71efb6755e7ce6cf603f7bed3871f9c3451007d2f62fab94527a770a6337d
6
+ metadata.gz: 91c81bae5ab67ff37f5e1f62c9299d675d5013e166aaf4c53a3a08feb3e0964a1210071df1eae8204cd9b3b7a904b470734c6e1bcff60dee03cc26fc9a4104af
7
+ data.tar.gz: bf0730a0bc68f65949ccf326309e1535609fa8e2f8eda60d8bd9b97258647069c64eb44b2185606d8b84f3816d7f8452e30c24f7d1d7db0815f614f620faea16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2025-04-08)
5
+ ------------------
6
+
7
+ * Feature - Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.
8
+
4
9
  1.106.0 (2025-02-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -4063,7 +4063,7 @@ module Aws::StorageGateway
4063
4063
  #
4064
4064
  # resp.gateway_arn #=> String
4065
4065
  # resp.domain_name #=> String
4066
- # resp.active_directory_status #=> String, one of "ACCESS_DENIED", "DETACHED", "JOINED", "JOINING", "NETWORK_ERROR", "TIMEOUT", "UNKNOWN_ERROR"
4066
+ # resp.active_directory_status #=> String, one of "ACCESS_DENIED", "DETACHED", "JOINED", "JOINING", "NETWORK_ERROR", "TIMEOUT", "UNKNOWN_ERROR", "INSUFFICIENT_PERMISSIONS"
4067
4067
  # resp.smb_guest_password_set #=> Boolean
4068
4068
  # resp.smb_security_strategy #=> String, one of "ClientSpecified", "MandatorySigning", "MandatoryEncryption", "MandatoryEncryptionNoAes128"
4069
4069
  # resp.file_shares_visible #=> Boolean
@@ -5072,7 +5072,7 @@ module Aws::StorageGateway
5072
5072
  # @example Response structure
5073
5073
  #
5074
5074
  # resp.gateway_arn #=> String
5075
- # resp.active_directory_status #=> String, one of "ACCESS_DENIED", "DETACHED", "JOINED", "JOINING", "NETWORK_ERROR", "TIMEOUT", "UNKNOWN_ERROR"
5075
+ # resp.active_directory_status #=> String, one of "ACCESS_DENIED", "DETACHED", "JOINED", "JOINING", "NETWORK_ERROR", "TIMEOUT", "UNKNOWN_ERROR", "INSUFFICIENT_PERMISSIONS"
5076
5076
  #
5077
5077
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/JoinDomain AWS API Documentation
5078
5078
  #
@@ -5140,6 +5140,8 @@ module Aws::StorageGateway
5140
5140
  # * {Types::ListCacheReportsOutput#cache_report_list #cache_report_list} => Array<Types::CacheReportInfo>
5141
5141
  # * {Types::ListCacheReportsOutput#marker #marker} => String
5142
5142
  #
5143
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5144
+ #
5143
5145
  # @example Request syntax with placeholder values
5144
5146
  #
5145
5147
  # resp = client.list_cache_reports({
@@ -6482,7 +6484,8 @@ module Aws::StorageGateway
6482
6484
  # S3.
6483
6485
  #
6484
6486
  # @option params [required, String] :location_arn
6485
- # The ARN of the Amazon S3 bucket where the cache report will be saved.
6487
+ # The ARN of the Amazon S3 bucket where you want to save the cache
6488
+ # report.
6486
6489
  #
6487
6490
  # <note markdown="1"> We do not recommend saving the cache report to the same Amazon S3
6488
6491
  # bucket for which you are generating the report.
@@ -6492,8 +6495,8 @@ module Aws::StorageGateway
6492
6495
  # </note>
6493
6496
  #
6494
6497
  # @option params [required, String] :bucket_region
6495
- # The Amazon Web Services Region of the Amazon S3 bucket associated with
6496
- # the file share for which you want to generate the cache report.
6498
+ # The Amazon Web Services Region of the Amazon S3 bucket where you want
6499
+ # to save the cache report.
6497
6500
  #
6498
6501
  # @option params [String] :vpc_endpoint_dns_name
6499
6502
  # The DNS name of the VPC endpoint associated with the Amazon S3 where
@@ -7967,7 +7970,7 @@ module Aws::StorageGateway
7967
7970
  tracer: tracer
7968
7971
  )
7969
7972
  context[:gem_name] = 'aws-sdk-storagegateway'
7970
- context[:gem_version] = '1.106.0'
7973
+ context[:gem_version] = '1.107.0'
7971
7974
  Seahorse::Client::Request.new(handlers, context)
7972
7975
  end
7973
7976
 
@@ -2361,6 +2361,11 @@ module Aws::StorageGateway
2361
2361
  o.output = Shapes::ShapeRef.new(shape: ListCacheReportsOutput)
2362
2362
  o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
2363
2363
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2364
+ o[:pager] = Aws::Pager.new(
2365
+ tokens: {
2366
+ "marker" => "marker"
2367
+ }
2368
+ )
2364
2369
  end)
2365
2370
 
2366
2371
  api.add_operation(:list_file_shares, Seahorse::Model::Operation.new.tap do |o|
@@ -4627,6 +4627,10 @@ module Aws::StorageGateway
4627
4627
  #
4628
4628
  # * `JOINING`: Indicates that a `JoinDomain` operation is in progress.
4629
4629
  #
4630
+ # * `INSUFFICIENT_PERMISSIONS`: Indicates that the `JoinDomain`
4631
+ # operation failed because the specified user lacks the necessary
4632
+ # permissions to join the domain.
4633
+ #
4630
4634
  # * `NETWORK_ERROR`: Indicates that `JoinDomain` operation failed due
4631
4635
  # to a network or connectivity error.
4632
4636
  #
@@ -6387,8 +6391,8 @@ module Aws::StorageGateway
6387
6391
  # @return [String]
6388
6392
  #
6389
6393
  # @!attribute [rw] location_arn
6390
- # The ARN of the Amazon S3 bucket where the cache report will be
6391
- # saved.
6394
+ # The ARN of the Amazon S3 bucket where you want to save the cache
6395
+ # report.
6392
6396
  #
6393
6397
  # <note markdown="1"> We do not recommend saving the cache report to the same Amazon S3
6394
6398
  # bucket for which you are generating the report.
@@ -6399,8 +6403,8 @@ module Aws::StorageGateway
6399
6403
  # @return [String]
6400
6404
  #
6401
6405
  # @!attribute [rw] bucket_region
6402
- # The Amazon Web Services Region of the Amazon S3 bucket associated
6403
- # with the file share for which you want to generate the cache report.
6406
+ # The Amazon Web Services Region of the Amazon S3 bucket where you
6407
+ # want to save the cache report.
6404
6408
  # @return [String]
6405
6409
  #
6406
6410
  # @!attribute [rw] vpc_endpoint_dns_name
@@ -54,7 +54,7 @@ module Aws::StorageGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-storagegateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-storagegateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -752,7 +752,7 @@ module Aws
752
752
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSMBSettingsOutput]
753
753
  def gateway_arn: () -> ::String
754
754
  def domain_name: () -> ::String
755
- def active_directory_status: () -> ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
755
+ def active_directory_status: () -> ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR" | "INSUFFICIENT_PERMISSIONS")
756
756
  def smb_guest_password_set: () -> bool
757
757
  def smb_security_strategy: () -> ("ClientSpecified" | "MandatorySigning" | "MandatoryEncryption" | "MandatoryEncryptionNoAes128")
758
758
  def file_shares_visible: () -> bool
@@ -917,7 +917,7 @@ module Aws
917
917
  interface _JoinDomainResponseSuccess
918
918
  include ::Seahorse::Client::_ResponseSuccess[Types::JoinDomainOutput]
919
919
  def gateway_arn: () -> ::String
920
- def active_directory_status: () -> ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
920
+ def active_directory_status: () -> ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR" | "INSUFFICIENT_PERMISSIONS")
921
921
  end
922
922
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/StorageGateway/Client.html#join_domain-instance_method
923
923
  def join_domain: (
data/sig/types.rbs CHANGED
@@ -691,7 +691,7 @@ module Aws::StorageGateway
691
691
  class DescribeSMBSettingsOutput
692
692
  attr_accessor gateway_arn: ::String
693
693
  attr_accessor domain_name: ::String
694
- attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
694
+ attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR" | "INSUFFICIENT_PERMISSIONS")
695
695
  attr_accessor smb_guest_password_set: bool
696
696
  attr_accessor smb_security_strategy: ("ClientSpecified" | "MandatorySigning" | "MandatoryEncryption" | "MandatoryEncryptionNoAes128")
697
697
  attr_accessor file_shares_visible: bool
@@ -949,7 +949,7 @@ module Aws::StorageGateway
949
949
 
950
950
  class JoinDomainOutput
951
951
  attr_accessor gateway_arn: ::String
952
- attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
952
+ attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR" | "INSUFFICIENT_PERMISSIONS")
953
953
  SENSITIVE: []
954
954
  end
955
955
 
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.106.0
4
+ version: 1.107.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: 2025-02-27 00:00:00.000000000 Z
11
+ date: 2025-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core