aws-sdk-s3control 1.95.0 → 1.96.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +1 -1
- data/lib/aws-sdk-s3control/client_api.rb +3 -3
- data/lib/aws-sdk-s3control/types.rb +6 -5
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d745370b47ef345ac8875be0b8a63b6e25398c586c325a96a745767729825852
|
|
4
|
+
data.tar.gz: d08dd57d095fca3deb1351832dfa5270d023017d0a351af822a0f2b65a5b1266
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64ba931d82ec11a209b308d40cf090fa0ee70800d6387194772344e7e1c0a8fbfe6cb5ecd8fc0ba8bda2790baa54eaf14bddded348cbfaa189da3fb9001fcad2
|
|
7
|
+
data.tar.gz: 7cea83a623e985b4dc4c81630a4a09290e665efbfded38be7fcd35727ddfa25ffb6516c21f9856d0a7b06a496c77c9dc20a12cffba031112809095815313549a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
|
@@ -279,7 +279,7 @@ module Aws::S3Control
|
|
|
279
279
|
ListRegionalBucketsResult = Shapes::StructureShape.new(name: 'ListRegionalBucketsResult')
|
|
280
280
|
ListStorageLensConfigurationEntry = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationEntry')
|
|
281
281
|
ListStorageLensConfigurationsRequest = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationsRequest')
|
|
282
|
-
ListStorageLensConfigurationsResult = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationsResult')
|
|
282
|
+
ListStorageLensConfigurationsResult = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationsResult', locationName: "ListStorageLensConfigurationResult")
|
|
283
283
|
ListStorageLensGroupEntry = Shapes::StructureShape.new(name: 'ListStorageLensGroupEntry')
|
|
284
284
|
ListStorageLensGroupsRequest = Shapes::StructureShape.new(name: 'ListStorageLensGroupsRequest')
|
|
285
285
|
ListStorageLensGroupsResult = Shapes::StructureShape.new(name: 'ListStorageLensGroupsResult')
|
|
@@ -1426,7 +1426,7 @@ module Aws::S3Control
|
|
|
1426
1426
|
ListStorageLensConfigurationsRequest.struct_class = Types::ListStorageLensConfigurationsRequest
|
|
1427
1427
|
|
|
1428
1428
|
ListStorageLensConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "NextToken"))
|
|
1429
|
-
ListStorageLensConfigurationsResult.add_member(:storage_lens_configuration_list, Shapes::ShapeRef.new(shape: StorageLensConfigurationList, location_name: "
|
|
1429
|
+
ListStorageLensConfigurationsResult.add_member(:storage_lens_configuration_list, Shapes::ShapeRef.new(shape: StorageLensConfigurationList, location_name: "StorageLensConfiguration"))
|
|
1430
1430
|
ListStorageLensConfigurationsResult.struct_class = Types::ListStorageLensConfigurationsResult
|
|
1431
1431
|
|
|
1432
1432
|
ListStorageLensGroupEntry.add_member(:name, Shapes::ShapeRef.new(shape: StorageLensGroupName, required: true, location_name: "Name"))
|
|
@@ -1439,7 +1439,7 @@ module Aws::S3Control
|
|
|
1439
1439
|
ListStorageLensGroupsRequest.struct_class = Types::ListStorageLensGroupsRequest
|
|
1440
1440
|
|
|
1441
1441
|
ListStorageLensGroupsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "NextToken"))
|
|
1442
|
-
ListStorageLensGroupsResult.add_member(:storage_lens_group_list, Shapes::ShapeRef.new(shape: StorageLensGroupList, location_name: "
|
|
1442
|
+
ListStorageLensGroupsResult.add_member(:storage_lens_group_list, Shapes::ShapeRef.new(shape: StorageLensGroupList, location_name: "StorageLensGroup"))
|
|
1443
1443
|
ListStorageLensGroupsResult.struct_class = Types::ListStorageLensGroupsResult
|
|
1444
1444
|
|
|
1445
1445
|
ListTagsForResourceRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
|
@@ -93,8 +93,8 @@ module Aws::S3Control
|
|
|
93
93
|
# if one exists.
|
|
94
94
|
#
|
|
95
95
|
# <note markdown="1"> This element is empty if this access point is an Amazon S3 on
|
|
96
|
-
# Outposts access point that is used by other Amazon Web
|
|
97
|
-
#
|
|
96
|
+
# Outposts access point that is used by other Amazon Web Services
|
|
97
|
+
# services.
|
|
98
98
|
#
|
|
99
99
|
# </note>
|
|
100
100
|
# @return [Types::VpcConfiguration]
|
|
@@ -2766,8 +2766,8 @@ module Aws::S3Control
|
|
|
2766
2766
|
# specified access point.
|
|
2767
2767
|
#
|
|
2768
2768
|
# <note markdown="1"> This element is empty if this access point is an Amazon S3 on
|
|
2769
|
-
# Outposts access point that is used by other Amazon Web
|
|
2770
|
-
#
|
|
2769
|
+
# Outposts access point that is used by other Amazon Web Services
|
|
2770
|
+
# services.
|
|
2771
2771
|
#
|
|
2772
2772
|
# </note>
|
|
2773
2773
|
# @return [Types::VpcConfiguration]
|
|
@@ -5967,7 +5967,8 @@ module Aws::S3Control
|
|
|
5967
5967
|
# Specifies whether Amazon S3 should restrict public bucket policies
|
|
5968
5968
|
# for buckets in this account. Setting this element to `TRUE`
|
|
5969
5969
|
# restricts access to buckets with public policies to only Amazon Web
|
|
5970
|
-
#
|
|
5970
|
+
# Services service principals and authorized users within this
|
|
5971
|
+
# account.
|
|
5971
5972
|
#
|
|
5972
5973
|
# Enabling this setting doesn't affect previously stored bucket
|
|
5973
5974
|
# policies, except that public and cross-account access within any
|
data/lib/aws-sdk-s3control.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3control
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.96.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|