aws-sdk-cloudformation 1.69.0 → 1.70.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: 8f171000a56e0e515c21168045fdb6331451db5602f0764df109bbe4ad96b113
4
- data.tar.gz: ad1ff0f52c3a88d36e65c221c0b77c58d16f006cd37ca59ad2b7646c25b93e7a
3
+ metadata.gz: 4cc20892317dc3a305234fb88c976d4dfb5a5001483b1d663229d77c17f56b04
4
+ data.tar.gz: 8ae7f8414a3c31e0d35aa7fa332635f0836ffeed8dd63737393732bc224de5e1
5
5
  SHA512:
6
- metadata.gz: f40d12ddc008c11582e7dadececca40c6402c3bf588987800472b74b5593db16d48276d0c8e6b465c3ab9f8a08689c5b313d4846dfd5dfe3cbb8ec5269e9bfb7
7
- data.tar.gz: d6a56ec2bd835870aa076dfeae25c02d40b5913e77151eea8adc73a93d16e1e5be1069ed2d12533a04ca74cb71cf2d07a17743b462c5dc76a26997e99061bab3
6
+ metadata.gz: 5729c3c85480ff0f73a4c031545eb1f69c78a7ee45c83fe513f16b4dceacf2d327f8e181cee899d5aaae9aedc4b8882b6b8f10f5922182bd91fbf54984496077
7
+ data.tar.gz: f19f260d37be5048c81543cf87aa91b261ae557401101ff290b1ee18277fa4e43b668cca930c16ad439e2900469bb41fbaf72f97bc78474d3d010f6c21791bb4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2022-07-06)
5
+ ------------------
6
+
7
+ * Feature - My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
8
+
4
9
  1.69.0 (2022-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -1433,6 +1433,7 @@ module Aws::CloudFormation
1433
1433
  # accounts: ["Account"],
1434
1434
  # accounts_url: "AccountsUrl",
1435
1435
  # organizational_unit_ids: ["OrganizationalUnitId"],
1436
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1436
1437
  # },
1437
1438
  # regions: ["Region"], # required
1438
1439
  # parameter_overrides: [
@@ -1990,6 +1991,7 @@ module Aws::CloudFormation
1990
1991
  # accounts: ["Account"],
1991
1992
  # accounts_url: "AccountsUrl",
1992
1993
  # organizational_unit_ids: ["OrganizationalUnitId"],
1994
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1993
1995
  # },
1994
1996
  # regions: ["Region"], # required
1995
1997
  # operation_preferences: {
@@ -3026,6 +3028,7 @@ module Aws::CloudFormation
3026
3028
  # resp.stack_set_operation.deployment_targets.accounts_url #=> String
3027
3029
  # resp.stack_set_operation.deployment_targets.organizational_unit_ids #=> Array
3028
3030
  # resp.stack_set_operation.deployment_targets.organizational_unit_ids[0] #=> String
3031
+ # resp.stack_set_operation.deployment_targets.account_filter_type #=> String, one of "NONE", "INTERSECTION", "DIFFERENCE", "UNION"
3029
3032
  # resp.stack_set_operation.stack_set_drift_detection_details.drift_status #=> String, one of "DRIFTED", "IN_SYNC", "NOT_CHECKED"
3030
3033
  # resp.stack_set_operation.stack_set_drift_detection_details.drift_detection_status #=> String, one of "COMPLETED", "FAILED", "PARTIAL_SUCCESS", "IN_PROGRESS", "STOPPED"
3031
3034
  # resp.stack_set_operation.stack_set_drift_detection_details.last_drift_check_timestamp #=> Time
@@ -6229,6 +6232,7 @@ module Aws::CloudFormation
6229
6232
  # accounts: ["Account"],
6230
6233
  # accounts_url: "AccountsUrl",
6231
6234
  # organizational_unit_ids: ["OrganizationalUnitId"],
6235
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
6232
6236
  # },
6233
6237
  # regions: ["Region"], # required
6234
6238
  # parameter_overrides: [
@@ -6626,6 +6630,7 @@ module Aws::CloudFormation
6626
6630
  # accounts: ["Account"],
6627
6631
  # accounts_url: "AccountsUrl",
6628
6632
  # organizational_unit_ids: ["OrganizationalUnitId"],
6633
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
6629
6634
  # },
6630
6635
  # permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
6631
6636
  # auto_deployment: {
@@ -6780,7 +6785,7 @@ module Aws::CloudFormation
6780
6785
  params: params,
6781
6786
  config: config)
6782
6787
  context[:gem_name] = 'aws-sdk-cloudformation'
6783
- context[:gem_version] = '1.69.0'
6788
+ context[:gem_version] = '1.70.0'
6784
6789
  Seahorse::Client::Request.new(handlers, context)
6785
6790
  end
6786
6791
 
@@ -15,6 +15,7 @@ module Aws::CloudFormation
15
15
 
16
16
  AcceptTermsAndConditions = Shapes::BooleanShape.new(name: 'AcceptTermsAndConditions')
17
17
  Account = Shapes::StringShape.new(name: 'Account')
18
+ AccountFilterType = Shapes::StringShape.new(name: 'AccountFilterType')
18
19
  AccountGateResult = Shapes::StructureShape.new(name: 'AccountGateResult')
19
20
  AccountGateStatus = Shapes::StringShape.new(name: 'AccountGateStatus')
20
21
  AccountGateStatusReason = Shapes::StringShape.new(name: 'AccountGateStatusReason')
@@ -705,6 +706,7 @@ module Aws::CloudFormation
705
706
  DeploymentTargets.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
706
707
  DeploymentTargets.add_member(:accounts_url, Shapes::ShapeRef.new(shape: AccountsUrl, location_name: "AccountsUrl"))
707
708
  DeploymentTargets.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
709
+ DeploymentTargets.add_member(:account_filter_type, Shapes::ShapeRef.new(shape: AccountFilterType, location_name: "AccountFilterType"))
708
710
  DeploymentTargets.struct_class = Types::DeploymentTargets
709
711
 
710
712
  DeregisterTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
@@ -1413,6 +1413,7 @@ module Aws::CloudFormation
1413
1413
  # accounts: ["Account"],
1414
1414
  # accounts_url: "AccountsUrl",
1415
1415
  # organizational_unit_ids: ["OrganizationalUnitId"],
1416
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
1416
1417
  # },
1417
1418
  # regions: ["Region"], # required
1418
1419
  # parameter_overrides: [
@@ -2072,6 +2073,7 @@ module Aws::CloudFormation
2072
2073
  # accounts: ["Account"],
2073
2074
  # accounts_url: "AccountsUrl",
2074
2075
  # organizational_unit_ids: ["OrganizationalUnitId"],
2076
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
2075
2077
  # },
2076
2078
  # regions: ["Region"], # required
2077
2079
  # operation_preferences: {
@@ -2262,6 +2264,7 @@ module Aws::CloudFormation
2262
2264
  # accounts: ["Account"],
2263
2265
  # accounts_url: "AccountsUrl",
2264
2266
  # organizational_unit_ids: ["OrganizationalUnitId"],
2267
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
2265
2268
  # }
2266
2269
  #
2267
2270
  # @!attribute [rw] accounts
@@ -2278,12 +2281,39 @@ module Aws::CloudFormation
2278
2281
  # StackSets deploys.
2279
2282
  # @return [Array<String>]
2280
2283
  #
2284
+ # @!attribute [rw] account_filter_type
2285
+ # Limit deployment targets to individual accounts or include
2286
+ # additional accounts with provided OUs.
2287
+ #
2288
+ # The following is a list of possible values for the
2289
+ # `AccountFilterType` operation.
2290
+ #
2291
+ # * `INTERSECTION`\: StackSets deploys to the accounts specified in
2292
+ # `Accounts` parameter.
2293
+ #
2294
+ # * `DIFFERENCE`\: StackSets excludes the accounts specified in
2295
+ # `Accounts` parameter. This enables user to avoid certain accounts
2296
+ # within an OU such as suspended accounts.
2297
+ #
2298
+ # * `UNION`\: (default value) StackSets includes additional accounts
2299
+ # deployment targets.
2300
+ #
2301
+ # This is the default value if `AccountFilterType` is not provided.
2302
+ # This enables user to update an entire OU and individual accounts
2303
+ # from a different OU in one request, which used to be two separate
2304
+ # requests.
2305
+ #
2306
+ # * `NONE`\: Deploys to all the accounts in specified organizational
2307
+ # units (OU).
2308
+ # @return [String]
2309
+ #
2281
2310
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeploymentTargets AWS API Documentation
2282
2311
  #
2283
2312
  class DeploymentTargets < Struct.new(
2284
2313
  :accounts,
2285
2314
  :accounts_url,
2286
- :organizational_unit_ids)
2315
+ :organizational_unit_ids,
2316
+ :account_filter_type)
2287
2317
  SENSITIVE = []
2288
2318
  include Aws::Structure
2289
2319
  end
@@ -9915,6 +9945,7 @@ module Aws::CloudFormation
9915
9945
  # accounts: ["Account"],
9916
9946
  # accounts_url: "AccountsUrl",
9917
9947
  # organizational_unit_ids: ["OrganizationalUnitId"],
9948
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
9918
9949
  # },
9919
9950
  # regions: ["Region"], # required
9920
9951
  # parameter_overrides: [
@@ -10135,6 +10166,7 @@ module Aws::CloudFormation
10135
10166
  # accounts: ["Account"],
10136
10167
  # accounts_url: "AccountsUrl",
10137
10168
  # organizational_unit_ids: ["OrganizationalUnitId"],
10169
+ # account_filter_type: "NONE", # accepts NONE, INTERSECTION, DIFFERENCE, UNION
10138
10170
  # },
10139
10171
  # permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
10140
10172
  # auto_deployment: {
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFormation
55
55
 
56
- GEM_VERSION = '1.69.0'
56
+ GEM_VERSION = '1.70.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core