@aws-sdk/client-cloudformation 3.41.0 → 3.46.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +11 -11
  3. package/dist-cjs/endpoints.js +1 -0
  4. package/dist-cjs/models/models_0.js +10 -4
  5. package/dist-cjs/protocols/Aws_query.js +48 -0
  6. package/dist-cjs/runtimeConfig.js +0 -2
  7. package/dist-es/endpoints.js +1 -0
  8. package/dist-es/models/models_0.js +4 -0
  9. package/dist-es/protocols/Aws_query.js +51 -0
  10. package/dist-es/runtimeConfig.js +0 -2
  11. package/dist-types/CloudFormation.d.ts +114 -117
  12. package/dist-types/CloudFormationClient.d.ts +11 -11
  13. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  14. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +5 -6
  15. package/dist-types/commands/CreateChangeSetCommand.d.ts +8 -7
  16. package/dist-types/commands/CreateStackCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -1
  18. package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteStackCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeStackEventsCommand.d.ts +3 -2
  22. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  24. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +8 -9
  26. package/dist-types/commands/DescribeStacksCommand.d.ts +3 -4
  27. package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -6
  28. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
  29. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -3
  30. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -2
  31. package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  32. package/dist-types/commands/GetTemplateCommand.d.ts +4 -4
  33. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -2
  34. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -8
  35. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -2
  36. package/dist-types/commands/ListStackInstancesCommand.d.ts +2 -3
  37. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -2
  38. package/dist-types/commands/RollbackStackCommand.d.ts +8 -3
  39. package/dist-types/commands/SignalResourceCommand.d.ts +3 -4
  40. package/dist-types/commands/UpdateStackCommand.d.ts +4 -4
  41. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -6
  42. package/dist-types/commands/UpdateStackSetCommand.d.ts +2 -2
  43. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
  44. package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
  45. package/dist-types/models/models_0.d.ts +657 -635
  46. package/dist-types/ts3.4/models/models_0.d.ts +22 -1
  47. package/package.json +37 -44
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
12
+
13
+
14
+ ### Features
15
+
16
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
17
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
18
+
19
+
20
+
21
+
22
+
23
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
24
+
25
+
26
+ ### Features
27
+
28
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
29
+
30
+
31
+
32
+
33
+
34
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
35
+
36
+
37
+ ### Features
38
+
39
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
40
+
41
+
42
+
43
+
44
+
45
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
46
+
47
+ **Note:** Version bump only for package @aws-sdk/client-cloudformation
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
54
 
8
55
 
package/README.md CHANGED
@@ -9,20 +9,20 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
9
9
 
10
10
  <fullname>AWS CloudFormation</fullname>
11
11
 
12
- <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments
13
- predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such
14
- as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification
15
- Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly
16
- scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
17
- infrastructure.</p>
12
+ <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
13
+ deployments predictably and repeatedly. You can use CloudFormation to leverage
14
+ Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block
15
+ Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to
16
+ build highly-reliable, highly scalable, cost-effective applications without creating or
17
+ configuring the underlying Amazon Web Services infrastructure.</p>
18
18
  <p>With CloudFormation, you declare all of your resources and dependencies in a
19
19
  template file. The template defines a collection of resources as a single unit called a
20
- stack. CloudFormation creates and deletes all member resources of the stack together
21
- and manages all dependencies between the resources for you.</p>
20
+ stack. CloudFormation creates and deletes all member resources of the stack
21
+ together and manages all dependencies between the resources for you.</p>
22
22
  <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
23
- <p>CloudFormation makes use of other Amazon Web Services products. If you need additional
24
- technical information about a specific Amazon Web Services product, you can find the product's technical
25
- documentation at <a href="https://docs.aws.amazon.com/">
23
+ <p>CloudFormation makes use of other Amazon Web Services products. If you need
24
+ additional technical information about a specific Amazon Web Services product, you can find
25
+ the product's technical documentation at <a href="https://docs.aws.amazon.com/">
26
26
  <code>docs.aws.amazon.com</code>
27
27
  </a>.</p>
28
28
 
@@ -81,6 +81,7 @@ const partitionHash = {
81
81
  "ap-south-1",
82
82
  "ap-southeast-1",
83
83
  "ap-southeast-2",
84
+ "ap-southeast-3",
84
85
  "ca-central-1",
85
86
  "eu-central-1",
86
87
  "eu-north-1",
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LimitExceededException = exports.InsufficientCapabilitiesException = exports.CreateChangeSetOutput = exports.CreateChangeSetInput = exports.Tag = exports.RollbackConfiguration = exports.RollbackTrigger = exports.ResourceToImport = exports.Parameter = exports.ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackInput = exports.ChangeSetType = exports.ChangeSetSummary = exports.ExecutionStatus = exports.ChangeSetStatus = exports.ChangeSetNotFoundException = exports.Change = exports.ChangeType = exports.ResourceChange = exports.Replacement = exports.ModuleInfo = exports.ResourceChangeDetail = exports.ResourceTargetDefinition = exports.RequiresRecreation = exports.ResourceAttribute = exports.EvaluationType = exports.ChangeSource = exports.ChangeAction = exports.Category = exports.Capability = exports.TokenAlreadyExistsException = exports.CancelUpdateStackInput = exports.CallAs = exports.TypeConfigurationNotFoundException = exports.BatchDescribeTypeConfigurationsOutput = exports.TypeConfigurationDetails = exports.BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsInput = exports.TypeConfigurationIdentifier = exports.AutoDeployment = exports.AlreadyExistsException = exports.TypeNotFoundException = exports.CFNRegistryException = exports.ActivateTypeOutput = exports.ActivateTypeInput = exports.VersionBump = exports.ThirdPartyType = exports.LoggingConfig = exports.AccountLimit = exports.AccountGateResult = void 0;
4
- exports.DescribeStackInstanceOutput = exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
5
- exports.TemplateStage = exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = void 0;
6
- exports.InvalidStateTransitionException = exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = void 0;
7
- exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
4
+ exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.ManagedExecution = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
5
+ exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = exports.DescribeStackInstanceOutput = void 0;
6
+ exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = exports.TemplateStage = void 0;
7
+ exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = exports.InvalidStateTransitionException = void 0;
8
8
  var AccountGateResult;
9
9
  (function (AccountGateResult) {
10
10
  AccountGateResult.filterSensitiveLog = (obj) => ({
@@ -398,6 +398,12 @@ var CreatedButModifiedException;
398
398
  ...obj,
399
399
  });
400
400
  })(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
401
+ var ManagedExecution;
402
+ (function (ManagedExecution) {
403
+ ManagedExecution.filterSensitiveLog = (obj) => ({
404
+ ...obj,
405
+ });
406
+ })(ManagedExecution = exports.ManagedExecution || (exports.ManagedExecution = {}));
401
407
  var CreateStackSetInput;
402
408
  (function (CreateStackSetInput) {
403
409
  CreateStackSetInput.filterSensitiveLog = (obj) => ({
@@ -4791,6 +4791,13 @@ const serializeAws_queryCreateStackSetInput = (input, context) => {
4791
4791
  if (input.ClientRequestToken !== undefined && input.ClientRequestToken !== null) {
4792
4792
  entries["ClientRequestToken"] = input.ClientRequestToken;
4793
4793
  }
4794
+ if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
4795
+ const memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
4796
+ Object.entries(memberEntries).forEach(([key, value]) => {
4797
+ const loc = `ManagedExecution.${key}`;
4798
+ entries[loc] = value;
4799
+ });
4800
+ }
4794
4801
  return entries;
4795
4802
  };
4796
4803
  const serializeAws_queryDeactivateTypeInput = (input, context) => {
@@ -5226,6 +5233,16 @@ const serializeAws_queryImportStacksToStackSetInput = (input, context) => {
5226
5233
  entries[loc] = value;
5227
5234
  });
5228
5235
  }
5236
+ if (input.StackIdsUrl !== undefined && input.StackIdsUrl !== null) {
5237
+ entries["StackIdsUrl"] = input.StackIdsUrl;
5238
+ }
5239
+ if (input.OrganizationalUnitIds !== undefined && input.OrganizationalUnitIds !== null) {
5240
+ const memberEntries = serializeAws_queryOrganizationalUnitIdList(input.OrganizationalUnitIds, context);
5241
+ Object.entries(memberEntries).forEach(([key, value]) => {
5242
+ const loc = `OrganizationalUnitIds.${key}`;
5243
+ entries[loc] = value;
5244
+ });
5245
+ }
5229
5246
  if (input.OperationPreferences !== undefined && input.OperationPreferences !== null) {
5230
5247
  const memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
5231
5248
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -5473,6 +5490,13 @@ const serializeAws_queryLogicalResourceIds = (input, context) => {
5473
5490
  }
5474
5491
  return entries;
5475
5492
  };
5493
+ const serializeAws_queryManagedExecution = (input, context) => {
5494
+ const entries = {};
5495
+ if (input.Active !== undefined && input.Active !== null) {
5496
+ entries["Active"] = input.Active;
5497
+ }
5498
+ return entries;
5499
+ };
5476
5500
  const serializeAws_queryNotificationARNs = (input, context) => {
5477
5501
  const entries = {};
5478
5502
  let counter = 1;
@@ -6225,6 +6249,13 @@ const serializeAws_queryUpdateStackSetInput = (input, context) => {
6225
6249
  if (input.CallAs !== undefined && input.CallAs !== null) {
6226
6250
  entries["CallAs"] = input.CallAs;
6227
6251
  }
6252
+ if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
6253
+ const memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
6254
+ Object.entries(memberEntries).forEach(([key, value]) => {
6255
+ const loc = `ManagedExecution.${key}`;
6256
+ entries[loc] = value;
6257
+ });
6258
+ }
6228
6259
  return entries;
6229
6260
  };
6230
6261
  const serializeAws_queryUpdateTerminationProtectionInput = (input, context) => {
@@ -7430,6 +7461,15 @@ const deserializeAws_queryLogicalResourceIds = (output, context) => {
7430
7461
  return smithy_client_1.expectString(entry);
7431
7462
  });
7432
7463
  };
7464
+ const deserializeAws_queryManagedExecution = (output, context) => {
7465
+ const contents = {
7466
+ Active: undefined,
7467
+ };
7468
+ if (output["Active"] !== undefined) {
7469
+ contents.Active = smithy_client_1.parseBoolean(output["Active"]);
7470
+ }
7471
+ return contents;
7472
+ };
7433
7473
  const deserializeAws_queryModuleInfo = (output, context) => {
7434
7474
  const contents = {
7435
7475
  TypeHierarchy: undefined,
@@ -8584,6 +8624,7 @@ const deserializeAws_queryStackSet = (output, context) => {
8584
8624
  AutoDeployment: undefined,
8585
8625
  PermissionModel: undefined,
8586
8626
  OrganizationalUnitIds: undefined,
8627
+ ManagedExecution: undefined,
8587
8628
  };
8588
8629
  if (output["StackSetName"] !== undefined) {
8589
8630
  contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
@@ -8642,6 +8683,9 @@ const deserializeAws_queryStackSet = (output, context) => {
8642
8683
  if (output["OrganizationalUnitIds"] !== undefined && output["OrganizationalUnitIds"]["member"] !== undefined) {
8643
8684
  contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList(smithy_client_1.getArrayIfSingleItem(output["OrganizationalUnitIds"]["member"]), context);
8644
8685
  }
8686
+ if (output["ManagedExecution"] !== undefined) {
8687
+ contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
8688
+ }
8645
8689
  return contents;
8646
8690
  };
8647
8691
  const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
@@ -8878,6 +8922,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
8878
8922
  PermissionModel: undefined,
8879
8923
  DriftStatus: undefined,
8880
8924
  LastDriftCheckTimestamp: undefined,
8925
+ ManagedExecution: undefined,
8881
8926
  };
8882
8927
  if (output["StackSetName"] !== undefined) {
8883
8928
  contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
@@ -8903,6 +8948,9 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
8903
8948
  if (output["LastDriftCheckTimestamp"] !== undefined) {
8904
8949
  contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
8905
8950
  }
8951
+ if (output["ManagedExecution"] !== undefined) {
8952
+ contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
8953
+ }
8906
8954
  return contents;
8907
8955
  };
8908
8956
  const deserializeAws_queryStackSummaries = (output, context) => {
@@ -15,10 +15,8 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
15
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
- const smithy_client_1 = require("@aws-sdk/smithy-client");
19
18
  const getRuntimeConfig = (config) => {
20
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
- smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
20
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
21
  return {
24
22
  ...clientSharedValues,
@@ -79,6 +79,7 @@ var partitionHash = {
79
79
  "ap-south-1",
80
80
  "ap-southeast-1",
81
81
  "ap-southeast-2",
82
+ "ap-southeast-3",
82
83
  "ca-central-1",
83
84
  "eu-central-1",
84
85
  "eu-north-1",
@@ -298,6 +298,10 @@ export var CreatedButModifiedException;
298
298
  (function (CreatedButModifiedException) {
299
299
  CreatedButModifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
300
  })(CreatedButModifiedException || (CreatedButModifiedException = {}));
301
+ export var ManagedExecution;
302
+ (function (ManagedExecution) {
303
+ ManagedExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
+ })(ManagedExecution || (ManagedExecution = {}));
301
305
  export var CreateStackSetInput;
302
306
  (function (CreateStackSetInput) {
303
307
  CreateStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -5108,6 +5108,14 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
5108
5108
  if (input.ClientRequestToken !== undefined && input.ClientRequestToken !== null) {
5109
5109
  entries["ClientRequestToken"] = input.ClientRequestToken;
5110
5110
  }
5111
+ if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
5112
+ var memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
5113
+ Object.entries(memberEntries).forEach(function (_a) {
5114
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5115
+ var loc = "ManagedExecution." + key;
5116
+ entries[loc] = value;
5117
+ });
5118
+ }
5111
5119
  return entries;
5112
5120
  };
5113
5121
  var serializeAws_queryDeactivateTypeInput = function (input, context) {
@@ -5555,6 +5563,17 @@ var serializeAws_queryImportStacksToStackSetInput = function (input, context) {
5555
5563
  entries[loc] = value;
5556
5564
  });
5557
5565
  }
5566
+ if (input.StackIdsUrl !== undefined && input.StackIdsUrl !== null) {
5567
+ entries["StackIdsUrl"] = input.StackIdsUrl;
5568
+ }
5569
+ if (input.OrganizationalUnitIds !== undefined && input.OrganizationalUnitIds !== null) {
5570
+ var memberEntries = serializeAws_queryOrganizationalUnitIdList(input.OrganizationalUnitIds, context);
5571
+ Object.entries(memberEntries).forEach(function (_a) {
5572
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5573
+ var loc = "OrganizationalUnitIds." + key;
5574
+ entries[loc] = value;
5575
+ });
5576
+ }
5558
5577
  if (input.OperationPreferences !== undefined && input.OperationPreferences !== null) {
5559
5578
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
5560
5579
  Object.entries(memberEntries).forEach(function (_a) {
@@ -5817,6 +5836,13 @@ var serializeAws_queryLogicalResourceIds = function (input, context) {
5817
5836
  }
5818
5837
  return entries;
5819
5838
  };
5839
+ var serializeAws_queryManagedExecution = function (input, context) {
5840
+ var entries = {};
5841
+ if (input.Active !== undefined && input.Active !== null) {
5842
+ entries["Active"] = input.Active;
5843
+ }
5844
+ return entries;
5845
+ };
5820
5846
  var serializeAws_queryNotificationARNs = function (input, context) {
5821
5847
  var e_4, _a;
5822
5848
  var entries = {};
@@ -6763,6 +6789,14 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6763
6789
  if (input.CallAs !== undefined && input.CallAs !== null) {
6764
6790
  entries["CallAs"] = input.CallAs;
6765
6791
  }
6792
+ if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
6793
+ var memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
6794
+ Object.entries(memberEntries).forEach(function (_a) {
6795
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
6796
+ var loc = "ManagedExecution." + key;
6797
+ entries[loc] = value;
6798
+ });
6799
+ }
6766
6800
  return entries;
6767
6801
  };
6768
6802
  var serializeAws_queryUpdateTerminationProtectionInput = function (input, context) {
@@ -7968,6 +8002,15 @@ var deserializeAws_queryLogicalResourceIds = function (output, context) {
7968
8002
  return __expectString(entry);
7969
8003
  });
7970
8004
  };
8005
+ var deserializeAws_queryManagedExecution = function (output, context) {
8006
+ var contents = {
8007
+ Active: undefined,
8008
+ };
8009
+ if (output["Active"] !== undefined) {
8010
+ contents.Active = __parseBoolean(output["Active"]);
8011
+ }
8012
+ return contents;
8013
+ };
7971
8014
  var deserializeAws_queryModuleInfo = function (output, context) {
7972
8015
  var contents = {
7973
8016
  TypeHierarchy: undefined,
@@ -9122,6 +9165,7 @@ var deserializeAws_queryStackSet = function (output, context) {
9122
9165
  AutoDeployment: undefined,
9123
9166
  PermissionModel: undefined,
9124
9167
  OrganizationalUnitIds: undefined,
9168
+ ManagedExecution: undefined,
9125
9169
  };
9126
9170
  if (output["StackSetName"] !== undefined) {
9127
9171
  contents.StackSetName = __expectString(output["StackSetName"]);
@@ -9180,6 +9224,9 @@ var deserializeAws_queryStackSet = function (output, context) {
9180
9224
  if (output["OrganizationalUnitIds"] !== undefined && output["OrganizationalUnitIds"]["member"] !== undefined) {
9181
9225
  contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList(__getArrayIfSingleItem(output["OrganizationalUnitIds"]["member"]), context);
9182
9226
  }
9227
+ if (output["ManagedExecution"] !== undefined) {
9228
+ contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
9229
+ }
9183
9230
  return contents;
9184
9231
  };
9185
9232
  var deserializeAws_queryStackSetDriftDetectionDetails = function (output, context) {
@@ -9416,6 +9463,7 @@ var deserializeAws_queryStackSetSummary = function (output, context) {
9416
9463
  PermissionModel: undefined,
9417
9464
  DriftStatus: undefined,
9418
9465
  LastDriftCheckTimestamp: undefined,
9466
+ ManagedExecution: undefined,
9419
9467
  };
9420
9468
  if (output["StackSetName"] !== undefined) {
9421
9469
  contents.StackSetName = __expectString(output["StackSetName"]);
@@ -9441,6 +9489,9 @@ var deserializeAws_queryStackSetSummary = function (output, context) {
9441
9489
  if (output["LastDriftCheckTimestamp"] !== undefined) {
9442
9490
  contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
9443
9491
  }
9492
+ if (output["ManagedExecution"] !== undefined) {
9493
+ contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
9494
+ }
9444
9495
  return contents;
9445
9496
  };
9446
9497
  var deserializeAws_queryStackSummaries = function (output, context) {
@@ -12,10 +12,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
15
  export var getRuntimeConfig = function (config) {
17
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
- emitWarningIfUnsupportedVersion(process.version);
19
17
  var clientSharedValues = getSharedRuntimeConfig(config);
20
18
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
19
  };