aws-sdk-controltower 1.15.0 → 1.16.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: 3c1728f18bdd16af94e06cec74aa2ee78c5468923aa5f3972605b7333a639420
4
- data.tar.gz: 5c076357ca085f7e11a7175fcdc66b71166939e2b2e599566c27e9528ddc4fd6
3
+ metadata.gz: 13b5c999cec18f6434b3a700ce82749b22fa4af5c981c1a798a969b441fa8716
4
+ data.tar.gz: e5c919ce31deb4ec80faabf407eeefe64e2fb6078934103b1ef3d7de977f8e31
5
5
  SHA512:
6
- metadata.gz: 6f790d2e671a4598edf8cb813271bbb8bcd0d5f49a78be64e2c02873fa916e432eb9bf1da06250e88cc738fd89c180dc9071f79ce232a14809e490d164a475ee
7
- data.tar.gz: 7922f469996be18484dfae7bb44b5fc47e2238e95d538e924b444cbd7d833072dd7cdf140d1b6efe632167582598991aa3e570259ec4d46c37f6d1dd506421bb
6
+ metadata.gz: fb34b6580c25fd2dfc9be59a47347cc10c3aa20c2342ffb5d95b5e4085fac1d1b58f984ee4aa4cdf123a6e20772cb1623d758e00fca3ac9836500a95d82263db
7
+ data.tar.gz: 42c80fbcdffc50dac5f1fe0531cf2b47601b2257e7c21026d0d9130faf439b2012b2f43252b82c8e038cbbda9ea6f6a298e118ae67d84278603144c01e43553a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.15.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.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.15.0'
1098
+ context[:gem_version] = '1.16.0'
1097
1099
  Seahorse::Client::Request.new(handlers, context)
1098
1100
  end
1099
1101
 
@@ -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.15.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.15.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-28 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