aws-sdk-storagegateway 1.98.0 → 1.100.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: 62c2a048983a081467cb3dc09524dc8906b83a627dd3ee1c13e003b2903ee129
4
- data.tar.gz: 49428e5c7a9b5b2529c966bd2450503744eed8609a9e27933fb172baf9b14e90
3
+ metadata.gz: 48d495bf22d45081d22c6dc5fbe791311e9afa6d156c861256bba16f90cee305
4
+ data.tar.gz: dc82ca87b7b1eb06849430a093539eae3f74ef046f150f2598107b3789652de8
5
5
  SHA512:
6
- metadata.gz: 025b23b13e0cd7351b68144e4c73fdedaa0b3b72ced4cf7031fdbb4456bb8c34318fd5e88205edaddba110b34e555f34925d9f0d8b80ec2697fb498da2a3bb22
7
- data.tar.gz: 649ea1e7c55b8299ed35371513b716fa61da06766f9f70783c2649e6b3a319a108c77e0302ea1a8893900c59b60d35d5edc804658871055415aa361957bfed99
6
+ metadata.gz: 3273f5c44885a70dcbfcbd412e4364f350655318b3ad5464b4667fa4c4eade20b3ebbd7d1b631bc8a1d3ac4dce3ee85b44cc3eed47901f0d42af95245913c343
7
+ data.tar.gz: c6a00ae6bb916ce22c1d8e4fc1ab5c375f90e84e3d28ddb43338a89c0feff35666f0ba76ea7ddd4b725aedf0e12a669f4bce7399bc916a73d67606ec1bd04d8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-10-28)
5
+ ------------------
6
+
7
+ * Feature - Documentation update: Amazon FSx File Gateway will no longer be available to new customers.
8
+
9
+ 1.99.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.98.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -516,9 +516,18 @@ module Aws::StorageGateway
516
516
  # specified is critical to all later functions of the gateway and cannot
517
517
  # be changed after activation. The default value is `CACHED`.
518
518
  #
519
+ # Amazon FSx File Gateway is no longer available to new customers.
520
+ # Existing customers of FSx File Gateway can continue to use the service
521
+ # normally. For capabilities similar to FSx File Gateway, visit [this
522
+ # blog post][1].
523
+ #
519
524
  # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3` \|
520
525
  # `FILE_FSX_SMB`
521
526
  #
527
+ #
528
+ #
529
+ # [1]: https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/
530
+ #
522
531
  # @option params [String] :tape_drive_type
523
532
  # The value that indicates the type of tape drive to use for tape
524
533
  # gateway. This field is optional.
@@ -1428,7 +1437,7 @@ module Aws::StorageGateway
1428
1437
  #
1429
1438
  # Bucket ARN:
1430
1439
  #
1431
- # `arn:aws:s3:::my-bucket/prefix/`
1440
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
1432
1441
  #
1433
1442
  # Access point ARN:
1434
1443
  #
@@ -1521,6 +1530,9 @@ module Aws::StorageGateway
1521
1530
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1522
1531
  # `LocationARN`, or if an access point or access point alias is used.
1523
1532
  #
1533
+ # A valid NFS file share name can only contain the following characters:
1534
+ # `a`-`z`, `A`-`Z`, `0`-`9`, `-`, `.`, and `_`.
1535
+ #
1524
1536
  # </note>
1525
1537
  #
1526
1538
  # @option params [Types::CacheAttributes] :cache_attributes
@@ -1721,7 +1733,7 @@ module Aws::StorageGateway
1721
1733
  #
1722
1734
  # Bucket ARN:
1723
1735
  #
1724
- # `arn:aws:s3:::my-bucket/prefix/`
1736
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
1725
1737
  #
1726
1738
  # Access point ARN:
1727
1739
  #
@@ -1855,6 +1867,10 @@ module Aws::StorageGateway
1855
1867
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1856
1868
  # `LocationARN`, or if an access point or access point alias is used.
1857
1869
  #
1870
+ # A valid SMB file share name cannot contain the following characters:
1871
+ # `[`,`]`,`#`,`;`,`<`,`>`,`:`,`"`,``,`/`,`|`,`?`,`*`,`+`, or ASCII
1872
+ # control characters `1-31`.
1873
+ #
1858
1874
  # </note>
1859
1875
  #
1860
1876
  # @option params [Types::CacheAttributes] :cache_attributes
@@ -6916,6 +6932,9 @@ module Aws::StorageGateway
6916
6932
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
6917
6933
  # `LocationARN`, or if an access point or access point alias is used.
6918
6934
  #
6935
+ # A valid NFS file share name can only contain the following characters:
6936
+ # `a`-`z`, `A`-`Z`, `0`-`9`, `-`, `.`, and `_`.
6937
+ #
6919
6938
  # </note>
6920
6939
  #
6921
6940
  # @option params [Types::CacheAttributes] :cache_attributes
@@ -7163,6 +7182,10 @@ module Aws::StorageGateway
7163
7182
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
7164
7183
  # `LocationARN`, or if an access point or access point alias is used.
7165
7184
  #
7185
+ # A valid SMB file share name cannot contain the following characters:
7186
+ # `[`,`]`,`#`,`;`,`<`,`>`,`:`,`"`,``,`/`,`|`,`?`,`*`,`+`, or ASCII
7187
+ # control characters `1-31`.
7188
+ #
7166
7189
  # </note>
7167
7190
  #
7168
7191
  # @option params [Types::CacheAttributes] :cache_attributes
@@ -7557,7 +7580,7 @@ module Aws::StorageGateway
7557
7580
  tracer: tracer
7558
7581
  )
7559
7582
  context[:gem_name] = 'aws-sdk-storagegateway'
7560
- context[:gem_version] = '1.98.0'
7583
+ context[:gem_version] = '1.100.0'
7561
7584
  Seahorse::Client::Request.new(handlers, context)
7562
7585
  end
7563
7586
 
@@ -52,15 +52,18 @@ module Aws::StorageGateway
52
52
  self[:region] = options[:region]
53
53
  self[:use_dual_stack] = options[:use_dual_stack]
54
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
- if self[:use_dual_stack].nil?
56
- raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
57
- end
58
55
  self[:use_fips] = options[:use_fips]
59
56
  self[:use_fips] = false if self[:use_fips].nil?
60
- if self[:use_fips].nil?
61
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
62
- end
63
57
  self[:endpoint] = options[:endpoint]
64
58
  end
59
+
60
+ def self.create(config, options={})
61
+ new({
62
+ region: config.region,
63
+ use_dual_stack: config.use_dualstack_endpoint,
64
+ use_fips: config.use_fips_endpoint,
65
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
66
+ }.merge(options))
67
+ end
65
68
  end
66
69
  end