aws-sdk-controltower 1.14.0 → 1.16.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: 573d52fdb4d2e41257388f874ba6fbdcd130dfd04fbec74df7a95d5d2c1e19d7
4
- data.tar.gz: 2f24b76751109439a2cee72646bdb8b98a07091d26ad09c3976f37de179ae3a1
3
+ metadata.gz: 13b5c999cec18f6434b3a700ce82749b22fa4af5c981c1a798a969b441fa8716
4
+ data.tar.gz: e5c919ce31deb4ec80faabf407eeefe64e2fb6078934103b1ef3d7de977f8e31
5
5
  SHA512:
6
- metadata.gz: 29ffd45b639cddbbf4ba47dd4041cc3bec4e8c2dbeed630650d0c90f4a8ec941d05bfb96fb4e986b2f8e7fd115930166ec06ebaab89cf4681ca7bc39ad19a5ee
7
- data.tar.gz: a7eac3ddc681b61a3a608654012ab2da9dae7f73c52d793907a8ebce36e1be8d75bfed3cc0fd66c8dc487ca880b9a444cc7e2bd53aadcab522627139b7a129ff
6
+ metadata.gz: fb34b6580c25fd2dfc9be59a47347cc10c3aa20c2342ffb5d95b5e4085fac1d1b58f984ee4aa4cdf123a6e20772cb1623d758e00fca3ac9836500a95d82263db
7
+ data.tar.gz: 42c80fbcdffc50dac5f1fe0531cf2b47601b2257e7c21026d0d9130faf439b2012b2f43252b82c8e038cbbda9ea6f6a298e118ae67d84278603144c01e43553a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2023-12-14)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Control Tower.
8
+
9
+ 1.15.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.14.0 (2023-11-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.0
@@ -393,8 +393,9 @@ module Aws::ControlTower
393
393
  # parameters specified in the manifest JSON file.
394
394
  #
395
395
  # @option params [required, Hash,Array,String,Numeric,Boolean] :manifest
396
- # The manifest.yaml file is a text file that describes your Amazon Web
397
- # Services resources. For examples, review [The manifest file][1].
396
+ # The manifest JSON file is a text file that describes your Amazon Web
397
+ # Services resources. For examples, review [Launch your landing
398
+ # zone][1].
398
399
  #
399
400
  # Document type used to carry open content
400
401
  # (Hash,Array,String,Numeric,Boolean). A document type value is
@@ -403,7 +404,7 @@ module Aws::ControlTower
403
404
  #
404
405
  #
405
406
  #
406
- # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file
407
+ # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch
407
408
  #
408
409
  # @option params [Hash<String,String>] :tags
409
410
  # Tags to be applied to the landing zone.
@@ -1039,8 +1040,9 @@ module Aws::ControlTower
1039
1040
  # The unique identifier of the landing zone.
1040
1041
  #
1041
1042
  # @option params [required, Hash,Array,String,Numeric,Boolean] :manifest
1042
- # The `manifest.yaml` file is a text file that describes your Amazon Web
1043
- # Services resources. For examples, review [The manifest file][1].
1043
+ # The manifest JSON file is a text file that describes your Amazon Web
1044
+ # Services resources. For examples, review [Launch your landing
1045
+ # zone][1].
1044
1046
  #
1045
1047
  # Document type used to carry open content
1046
1048
  # (Hash,Array,String,Numeric,Boolean). A document type value is
@@ -1049,7 +1051,7 @@ module Aws::ControlTower
1049
1051
  #
1050
1052
  #
1051
1053
  #
1052
- # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file
1054
+ # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch
1053
1055
  #
1054
1056
  # @option params [required, String] :version
1055
1057
  # The landing zone version, for example, 3.2.
@@ -1093,7 +1095,7 @@ module Aws::ControlTower
1093
1095
  params: params,
1094
1096
  config: config)
1095
1097
  context[:gem_name] = 'aws-sdk-controltower'
1096
- context[:gem_version] = '1.14.0'
1098
+ context[:gem_version] = '1.16.0'
1097
1099
  Seahorse::Client::Request.new(handlers, context)
1098
1100
  end
1099
1101
 
@@ -25,16 +25,17 @@ module Aws::ControlTower
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -72,12 +72,13 @@ module Aws::ControlTower
72
72
  end
73
73
 
74
74
  # @!attribute [rw] manifest
75
- # The manifest.yaml file is a text file that describes your Amazon Web
76
- # Services resources. For examples, review [The manifest file][1].
75
+ # The manifest JSON file is a text file that describes your Amazon Web
76
+ # Services resources. For examples, review [Launch your landing
77
+ # zone][1].
77
78
  #
78
79
  #
79
80
  #
80
- # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file
81
+ # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch
81
82
  # @return [Hash,Array,String,Numeric,Boolean]
82
83
  #
83
84
  # @!attribute [rw] tags
@@ -562,8 +563,8 @@ module Aws::ControlTower
562
563
  # @return [String]
563
564
  #
564
565
  # @!attribute [rw] manifest
565
- # The landing zone `manifest.yaml` text file that specifies the
566
- # landing zone configurations.
566
+ # The landing zone manifest JSON text file that specifies the landing
567
+ # zone configurations.
567
568
  # @return [Hash,Array,String,Numeric,Boolean]
568
569
  #
569
570
  # @!attribute [rw] status
@@ -968,12 +969,13 @@ module Aws::ControlTower
968
969
  # @return [String]
969
970
  #
970
971
  # @!attribute [rw] manifest
971
- # The `manifest.yaml` file is a text file that describes your Amazon
972
- # Web Services resources. For examples, review [The manifest file][1].
972
+ # The manifest JSON file is a text file that describes your Amazon Web
973
+ # Services resources. For examples, review [Launch your landing
974
+ # zone][1].
973
975
  #
974
976
  #
975
977
  #
976
- # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file
978
+ # [1]: https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch
977
979
  # @return [Hash,Array,String,Numeric,Boolean]
978
980
  #
979
981
  # @!attribute [rw] version
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-controltower/customizations'
52
52
  # @!group service
53
53
  module Aws::ControlTower
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controltower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.16.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: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core