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.
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::StorageGateway::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,191 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :activate_gateway
74
- Aws::StorageGateway::Endpoints::ActivateGateway.build(context)
75
- when :add_cache
76
- Aws::StorageGateway::Endpoints::AddCache.build(context)
77
- when :add_tags_to_resource
78
- Aws::StorageGateway::Endpoints::AddTagsToResource.build(context)
79
- when :add_upload_buffer
80
- Aws::StorageGateway::Endpoints::AddUploadBuffer.build(context)
81
- when :add_working_storage
82
- Aws::StorageGateway::Endpoints::AddWorkingStorage.build(context)
83
- when :assign_tape_pool
84
- Aws::StorageGateway::Endpoints::AssignTapePool.build(context)
85
- when :associate_file_system
86
- Aws::StorageGateway::Endpoints::AssociateFileSystem.build(context)
87
- when :attach_volume
88
- Aws::StorageGateway::Endpoints::AttachVolume.build(context)
89
- when :cancel_archival
90
- Aws::StorageGateway::Endpoints::CancelArchival.build(context)
91
- when :cancel_retrieval
92
- Aws::StorageGateway::Endpoints::CancelRetrieval.build(context)
93
- when :create_cached_iscsi_volume
94
- Aws::StorageGateway::Endpoints::CreateCachediSCSIVolume.build(context)
95
- when :create_nfs_file_share
96
- Aws::StorageGateway::Endpoints::CreateNFSFileShare.build(context)
97
- when :create_smb_file_share
98
- Aws::StorageGateway::Endpoints::CreateSMBFileShare.build(context)
99
- when :create_snapshot
100
- Aws::StorageGateway::Endpoints::CreateSnapshot.build(context)
101
- when :create_snapshot_from_volume_recovery_point
102
- Aws::StorageGateway::Endpoints::CreateSnapshotFromVolumeRecoveryPoint.build(context)
103
- when :create_stored_iscsi_volume
104
- Aws::StorageGateway::Endpoints::CreateStorediSCSIVolume.build(context)
105
- when :create_tape_pool
106
- Aws::StorageGateway::Endpoints::CreateTapePool.build(context)
107
- when :create_tape_with_barcode
108
- Aws::StorageGateway::Endpoints::CreateTapeWithBarcode.build(context)
109
- when :create_tapes
110
- Aws::StorageGateway::Endpoints::CreateTapes.build(context)
111
- when :delete_automatic_tape_creation_policy
112
- Aws::StorageGateway::Endpoints::DeleteAutomaticTapeCreationPolicy.build(context)
113
- when :delete_bandwidth_rate_limit
114
- Aws::StorageGateway::Endpoints::DeleteBandwidthRateLimit.build(context)
115
- when :delete_chap_credentials
116
- Aws::StorageGateway::Endpoints::DeleteChapCredentials.build(context)
117
- when :delete_file_share
118
- Aws::StorageGateway::Endpoints::DeleteFileShare.build(context)
119
- when :delete_gateway
120
- Aws::StorageGateway::Endpoints::DeleteGateway.build(context)
121
- when :delete_snapshot_schedule
122
- Aws::StorageGateway::Endpoints::DeleteSnapshotSchedule.build(context)
123
- when :delete_tape
124
- Aws::StorageGateway::Endpoints::DeleteTape.build(context)
125
- when :delete_tape_archive
126
- Aws::StorageGateway::Endpoints::DeleteTapeArchive.build(context)
127
- when :delete_tape_pool
128
- Aws::StorageGateway::Endpoints::DeleteTapePool.build(context)
129
- when :delete_volume
130
- Aws::StorageGateway::Endpoints::DeleteVolume.build(context)
131
- when :describe_availability_monitor_test
132
- Aws::StorageGateway::Endpoints::DescribeAvailabilityMonitorTest.build(context)
133
- when :describe_bandwidth_rate_limit
134
- Aws::StorageGateway::Endpoints::DescribeBandwidthRateLimit.build(context)
135
- when :describe_bandwidth_rate_limit_schedule
136
- Aws::StorageGateway::Endpoints::DescribeBandwidthRateLimitSchedule.build(context)
137
- when :describe_cache
138
- Aws::StorageGateway::Endpoints::DescribeCache.build(context)
139
- when :describe_cached_iscsi_volumes
140
- Aws::StorageGateway::Endpoints::DescribeCachediSCSIVolumes.build(context)
141
- when :describe_chap_credentials
142
- Aws::StorageGateway::Endpoints::DescribeChapCredentials.build(context)
143
- when :describe_file_system_associations
144
- Aws::StorageGateway::Endpoints::DescribeFileSystemAssociations.build(context)
145
- when :describe_gateway_information
146
- Aws::StorageGateway::Endpoints::DescribeGatewayInformation.build(context)
147
- when :describe_maintenance_start_time
148
- Aws::StorageGateway::Endpoints::DescribeMaintenanceStartTime.build(context)
149
- when :describe_nfs_file_shares
150
- Aws::StorageGateway::Endpoints::DescribeNFSFileShares.build(context)
151
- when :describe_smb_file_shares
152
- Aws::StorageGateway::Endpoints::DescribeSMBFileShares.build(context)
153
- when :describe_smb_settings
154
- Aws::StorageGateway::Endpoints::DescribeSMBSettings.build(context)
155
- when :describe_snapshot_schedule
156
- Aws::StorageGateway::Endpoints::DescribeSnapshotSchedule.build(context)
157
- when :describe_stored_iscsi_volumes
158
- Aws::StorageGateway::Endpoints::DescribeStorediSCSIVolumes.build(context)
159
- when :describe_tape_archives
160
- Aws::StorageGateway::Endpoints::DescribeTapeArchives.build(context)
161
- when :describe_tape_recovery_points
162
- Aws::StorageGateway::Endpoints::DescribeTapeRecoveryPoints.build(context)
163
- when :describe_tapes
164
- Aws::StorageGateway::Endpoints::DescribeTapes.build(context)
165
- when :describe_upload_buffer
166
- Aws::StorageGateway::Endpoints::DescribeUploadBuffer.build(context)
167
- when :describe_vtl_devices
168
- Aws::StorageGateway::Endpoints::DescribeVTLDevices.build(context)
169
- when :describe_working_storage
170
- Aws::StorageGateway::Endpoints::DescribeWorkingStorage.build(context)
171
- when :detach_volume
172
- Aws::StorageGateway::Endpoints::DetachVolume.build(context)
173
- when :disable_gateway
174
- Aws::StorageGateway::Endpoints::DisableGateway.build(context)
175
- when :disassociate_file_system
176
- Aws::StorageGateway::Endpoints::DisassociateFileSystem.build(context)
177
- when :join_domain
178
- Aws::StorageGateway::Endpoints::JoinDomain.build(context)
179
- when :list_automatic_tape_creation_policies
180
- Aws::StorageGateway::Endpoints::ListAutomaticTapeCreationPolicies.build(context)
181
- when :list_file_shares
182
- Aws::StorageGateway::Endpoints::ListFileShares.build(context)
183
- when :list_file_system_associations
184
- Aws::StorageGateway::Endpoints::ListFileSystemAssociations.build(context)
185
- when :list_gateways
186
- Aws::StorageGateway::Endpoints::ListGateways.build(context)
187
- when :list_local_disks
188
- Aws::StorageGateway::Endpoints::ListLocalDisks.build(context)
189
- when :list_tags_for_resource
190
- Aws::StorageGateway::Endpoints::ListTagsForResource.build(context)
191
- when :list_tape_pools
192
- Aws::StorageGateway::Endpoints::ListTapePools.build(context)
193
- when :list_tapes
194
- Aws::StorageGateway::Endpoints::ListTapes.build(context)
195
- when :list_volume_initiators
196
- Aws::StorageGateway::Endpoints::ListVolumeInitiators.build(context)
197
- when :list_volume_recovery_points
198
- Aws::StorageGateway::Endpoints::ListVolumeRecoveryPoints.build(context)
199
- when :list_volumes
200
- Aws::StorageGateway::Endpoints::ListVolumes.build(context)
201
- when :notify_when_uploaded
202
- Aws::StorageGateway::Endpoints::NotifyWhenUploaded.build(context)
203
- when :refresh_cache
204
- Aws::StorageGateway::Endpoints::RefreshCache.build(context)
205
- when :remove_tags_from_resource
206
- Aws::StorageGateway::Endpoints::RemoveTagsFromResource.build(context)
207
- when :reset_cache
208
- Aws::StorageGateway::Endpoints::ResetCache.build(context)
209
- when :retrieve_tape_archive
210
- Aws::StorageGateway::Endpoints::RetrieveTapeArchive.build(context)
211
- when :retrieve_tape_recovery_point
212
- Aws::StorageGateway::Endpoints::RetrieveTapeRecoveryPoint.build(context)
213
- when :set_local_console_password
214
- Aws::StorageGateway::Endpoints::SetLocalConsolePassword.build(context)
215
- when :set_smb_guest_password
216
- Aws::StorageGateway::Endpoints::SetSMBGuestPassword.build(context)
217
- when :shutdown_gateway
218
- Aws::StorageGateway::Endpoints::ShutdownGateway.build(context)
219
- when :start_availability_monitor_test
220
- Aws::StorageGateway::Endpoints::StartAvailabilityMonitorTest.build(context)
221
- when :start_gateway
222
- Aws::StorageGateway::Endpoints::StartGateway.build(context)
223
- when :update_automatic_tape_creation_policy
224
- Aws::StorageGateway::Endpoints::UpdateAutomaticTapeCreationPolicy.build(context)
225
- when :update_bandwidth_rate_limit
226
- Aws::StorageGateway::Endpoints::UpdateBandwidthRateLimit.build(context)
227
- when :update_bandwidth_rate_limit_schedule
228
- Aws::StorageGateway::Endpoints::UpdateBandwidthRateLimitSchedule.build(context)
229
- when :update_chap_credentials
230
- Aws::StorageGateway::Endpoints::UpdateChapCredentials.build(context)
231
- when :update_file_system_association
232
- Aws::StorageGateway::Endpoints::UpdateFileSystemAssociation.build(context)
233
- when :update_gateway_information
234
- Aws::StorageGateway::Endpoints::UpdateGatewayInformation.build(context)
235
- when :update_gateway_software_now
236
- Aws::StorageGateway::Endpoints::UpdateGatewaySoftwareNow.build(context)
237
- when :update_maintenance_start_time
238
- Aws::StorageGateway::Endpoints::UpdateMaintenanceStartTime.build(context)
239
- when :update_nfs_file_share
240
- Aws::StorageGateway::Endpoints::UpdateNFSFileShare.build(context)
241
- when :update_smb_file_share
242
- Aws::StorageGateway::Endpoints::UpdateSMBFileShare.build(context)
243
- when :update_smb_file_share_visibility
244
- Aws::StorageGateway::Endpoints::UpdateSMBFileShareVisibility.build(context)
245
- when :update_smb_local_groups
246
- Aws::StorageGateway::Endpoints::UpdateSMBLocalGroups.build(context)
247
- when :update_smb_security_strategy
248
- Aws::StorageGateway::Endpoints::UpdateSMBSecurityStrategy.build(context)
249
- when :update_snapshot_schedule
250
- Aws::StorageGateway::Endpoints::UpdateSnapshotSchedule.build(context)
251
- when :update_vtl_device_type
252
- Aws::StorageGateway::Endpoints::UpdateVTLDeviceType.build(context)
253
- end
254
- end
255
70
  end
256
71
 
257
72
  def add_handlers(handlers, _config)
@@ -80,8 +80,17 @@ module Aws::StorageGateway
80
80
  # specified is critical to all later functions of the gateway and
81
81
  # cannot be changed after activation. The default value is `CACHED`.
82
82
  #
83
+ # Amazon FSx File Gateway is no longer available to new customers.
84
+ # Existing customers of FSx File Gateway can continue to use the
85
+ # service normally. For capabilities similar to FSx File Gateway,
86
+ # visit [this blog post][1].
87
+ #
83
88
  # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3` \|
84
89
  # `FILE_FSX_SMB`
90
+ #
91
+ #
92
+ #
93
+ # [1]: https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/
85
94
  # @return [String]
86
95
  #
87
96
  # @!attribute [rw] tape_drive_type
@@ -602,6 +611,10 @@ module Aws::StorageGateway
602
611
  # one or more days of the week, during which bandwidth rate limits are
603
612
  # specified for uploading, downloading, or both.
604
613
  #
614
+ # <note markdown="1"> FSx File Gateway does not support this feature.
615
+ #
616
+ # </note>
617
+ #
605
618
  # @!attribute [rw] start_hour_of_day
606
619
  # The hour of the day to start the bandwidth rate limit interval.
607
620
  # @return [Integer]
@@ -636,7 +649,7 @@ module Aws::StorageGateway
636
649
  #
637
650
  # <note markdown="1"> For Tape Gateway and Volume Gateway, the minimum value is `51200`.
638
651
  #
639
- # For S3 File Gateway and FSx File Gateway, the minimum value is
652
+ # This field is required for S3 File Gateway, and the minimum value is
640
653
  # `104857600`.
641
654
  #
642
655
  # </note>
@@ -646,6 +659,10 @@ module Aws::StorageGateway
646
659
  # The average download rate limit component of the bandwidth rate
647
660
  # limit interval, in bits per second. This field does not appear in
648
661
  # the response if the download rate limit is not set.
662
+ #
663
+ # <note markdown="1"> S3 File Gateway does not support this feature.
664
+ #
665
+ # </note>
649
666
  # @return [Integer]
650
667
  #
651
668
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/BandwidthRateLimitInterval AWS API Documentation
@@ -1106,7 +1123,7 @@ module Aws::StorageGateway
1106
1123
  #
1107
1124
  # Bucket ARN:
1108
1125
  #
1109
- # `arn:aws:s3:::my-bucket/prefix/`
1126
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
1110
1127
  #
1111
1128
  # Access point ARN:
1112
1129
  #
@@ -1212,6 +1229,9 @@ module Aws::StorageGateway
1212
1229
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1213
1230
  # `LocationARN`, or if an access point or access point alias is used.
1214
1231
  #
1232
+ # A valid NFS file share name can only contain the following
1233
+ # characters: `a`-`z`, `A`-`Z`, `0`-`9`, `-`, `.`, and `_`.
1234
+ #
1215
1235
  # </note>
1216
1236
  # @return [String]
1217
1237
  #
@@ -1390,7 +1410,7 @@ module Aws::StorageGateway
1390
1410
  #
1391
1411
  # Bucket ARN:
1392
1412
  #
1393
- # `arn:aws:s3:::my-bucket/prefix/`
1413
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
1394
1414
  #
1395
1415
  # Access point ARN:
1396
1416
  #
@@ -1543,6 +1563,10 @@ module Aws::StorageGateway
1543
1563
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1544
1564
  # `LocationARN`, or if an access point or access point alias is used.
1545
1565
  #
1566
+ # A valid SMB file share name cannot contain the following characters:
1567
+ # `[`,`]`,`#`,`;`,`<`,`>`,`:`,`"`,``,`/`,`|`,`?`,`*`,`+`, or ASCII
1568
+ # control characters `1-31`.
1569
+ #
1546
1570
  # </note>
1547
1571
  # @return [String]
1548
1572
  #
@@ -2884,6 +2908,15 @@ module Aws::StorageGateway
2884
2908
  #
2885
2909
  # @!attribute [rw] gateway_type
2886
2910
  # The type of the gateway.
2911
+ #
2912
+ # Amazon FSx File Gateway is no longer available to new customers.
2913
+ # Existing customers of FSx File Gateway can continue to use the
2914
+ # service normally. For capabilities similar to FSx File Gateway,
2915
+ # visit [this blog post][1].
2916
+ #
2917
+ #
2918
+ #
2919
+ # [1]: https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/
2887
2920
  # @return [String]
2888
2921
  #
2889
2922
  # @!attribute [rw] next_update_availability_date
@@ -4147,6 +4180,15 @@ module Aws::StorageGateway
4147
4180
  #
4148
4181
  # @!attribute [rw] gateway_type
4149
4182
  # The type of the gateway.
4183
+ #
4184
+ # Amazon FSx File Gateway is no longer available to new customers.
4185
+ # Existing customers of FSx File Gateway can continue to use the
4186
+ # service normally. For capabilities similar to FSx File Gateway,
4187
+ # visit [this blog post][1].
4188
+ #
4189
+ #
4190
+ #
4191
+ # [1]: https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/
4150
4192
  # @return [String]
4151
4193
  #
4152
4194
  # @!attribute [rw] gateway_operational_state
@@ -5005,7 +5047,7 @@ module Aws::StorageGateway
5005
5047
  #
5006
5048
  # Bucket ARN:
5007
5049
  #
5008
- # `arn:aws:s3:::my-bucket/prefix/`
5050
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
5009
5051
  #
5010
5052
  # Access point ARN:
5011
5053
  #
@@ -5599,7 +5641,7 @@ module Aws::StorageGateway
5599
5641
  #
5600
5642
  # Bucket ARN:
5601
5643
  #
5602
- # `arn:aws:s3:::my-bucket/prefix/`
5644
+ # `arn:aws:s3:::amzn-s3-demo-bucket/prefix/`
5603
5645
  #
5604
5646
  # Access point ARN:
5605
5647
  #
@@ -7089,6 +7131,9 @@ module Aws::StorageGateway
7089
7131
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
7090
7132
  # `LocationARN`, or if an access point or access point alias is used.
7091
7133
  #
7134
+ # A valid NFS file share name can only contain the following
7135
+ # characters: `a`-`z`, `A`-`Z`, `0`-`9`, `-`, `.`, and `_`.
7136
+ #
7092
7137
  # </note>
7093
7138
  # @return [String]
7094
7139
  #
@@ -7328,6 +7373,10 @@ module Aws::StorageGateway
7328
7373
  # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
7329
7374
  # `LocationARN`, or if an access point or access point alias is used.
7330
7375
  #
7376
+ # A valid SMB file share name cannot contain the following characters:
7377
+ # `[`,`]`,`#`,`;`,`<`,`>`,`:`,`"`,``,`/`,`|`,`?`,`*`,`+`, or ASCII
7378
+ # control characters `1-31`.
7379
+ #
7331
7380
  # </note>
7332
7381
  # @return [String]
7333
7382
  #
@@ -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.98.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
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.98.0
4
+ version: 1.100.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: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement