aws-sdk-s3control 1.95.0 → 1.97.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f47b829ab548ba548a8d3b4102ac3e9558038cf76b37dd0eb2d7f40f4c8ea367
4
- data.tar.gz: d60683e808443c7eaa1e1f57bff8889e7cbb6d5c0099edaae476695e94c2268d
3
+ metadata.gz: 30ffdf89bc69e79f0d7fddaca467179bb9b41a866926c48a865e4c3eb41c7560
4
+ data.tar.gz: 1da95e12ac5c767c2c35594a29e8bee214119ff9c2cdb891e751e4d63429a4c5
5
5
  SHA512:
6
- metadata.gz: c564a6ed2666b8ef63bf10c88d83bfd49314d2d5732b938ff6de93c3b40c3fe8126430087214e64885d385ebe46c78bfe88e24809fb66f3aa1689456bb1c443c
7
- data.tar.gz: 2a8c9344c587c18e50fa147958d0ce1ba79156a1adf6931f774b49f90f7dd83ada03150e6e3d0d6c565c4dfba72488ece8082933b520b3861ddcc3c8e7dac925
6
+ metadata.gz: 8fa6e239ea7d19dc49ef04fa9043e811833bbb4c429c51f9f7620a576987c3707f01ca6bb7d6fb3797380cea78cb5261b657272d0b25785d0fb64d4ced831a39
7
+ data.tar.gz: b963e8468cfef67f547253ba099dcc633ebfe37d39155e1cecf4a0f92208dd394051a2bb49edbf4ab9432e7287d4aaaa7883ac14632c4a8c20ed41244afebd14
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.96.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
13
+
4
14
  1.95.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.97.0
@@ -6584,20 +6584,17 @@ module Aws::S3Control
6584
6584
  # Restrictions][8].
6585
6585
  #
6586
6586
  # ^
6587
- #
6588
6587
  # * Error code: `MalformedXMLError`
6589
6588
  #
6590
6589
  # * Description: The XML provided does not match the schema.
6591
6590
  #
6592
6591
  # ^
6593
- #
6594
6592
  # * Error code: `OperationAbortedError `
6595
6593
  #
6596
6594
  # * Description: A conflicting conditional action is currently in
6597
6595
  # progress against this resource. Try again.
6598
6596
  #
6599
6597
  # ^
6600
- #
6601
6598
  # * Error code: `InternalError`
6602
6599
  #
6603
6600
  # * Description: The service was unable to apply the provided tag to
@@ -7723,7 +7720,7 @@ module Aws::S3Control
7723
7720
  tracer: tracer
7724
7721
  )
7725
7722
  context[:gem_name] = 'aws-sdk-s3control'
7726
- context[:gem_version] = '1.95.0'
7723
+ context[:gem_version] = '1.97.0'
7727
7724
  Seahorse::Client::Request.new(handlers, context)
7728
7725
  end
7729
7726
 
@@ -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: "StorageLensConfigurationList"))
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: "StorageLensGroupList"))
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
- # Servicesservices.
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
- # Servicesservices.
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
- # Servicesservice principals and authorized users within this account.
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
@@ -54,7 +54,7 @@ module Aws::S3Control
54
54
  autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-s3control/endpoints'
56
56
 
57
- GEM_VERSION = '1.95.0'
57
+ GEM_VERSION = '1.97.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-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.97.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core