@aws-sdk/client-cloudformation 3.345.0 → 3.347.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 (93) hide show
  1. package/README.md +39 -20
  2. package/dist-cjs/CloudFormation.js +6 -0
  3. package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
  4. package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +35 -30
  8. package/dist-cjs/protocols/Aws_query.js +174 -3
  9. package/dist-es/CloudFormation.js +6 -0
  10. package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
  11. package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
  12. package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +31 -26
  15. package/dist-es/protocols/Aws_query.js +165 -0
  16. package/dist-types/CloudFormation.d.ts +29 -13
  17. package/dist-types/CloudFormationClient.d.ts +13 -15
  18. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
  24. package/dist-types/commands/CreateStackCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
  26. package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
  27. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
  28. package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
  29. package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
  30. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
  32. package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
  33. package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
  34. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  36. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
  38. package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
  39. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
  40. package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
  41. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
  42. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
  44. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
  45. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
  50. package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
  51. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
  52. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
  53. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
  54. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
  55. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
  57. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
  58. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
  59. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListExportsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListImportsCommand.d.ts +2 -2
  62. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
  63. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
  65. package/dist-types/commands/ListStacksCommand.d.ts +3 -4
  66. package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
  67. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
  68. package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
  69. package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
  70. package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
  71. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
  72. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
  74. package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  75. package/dist-types/commands/TestTypeCommand.d.ts +11 -10
  76. package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
  77. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
  78. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
  79. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
  80. package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
  81. package/dist-types/commands/index.d.ts +3 -0
  82. package/dist-types/index.d.ts +8 -13
  83. package/dist-types/models/models_0.d.ts +2198 -2448
  84. package/dist-types/protocols/Aws_query.d.ts +27 -0
  85. package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
  86. package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
  90. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +33 -16
  92. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  93. package/package.json +29 -29
@@ -4,6 +4,16 @@ import { XMLParser } from "fast-xml-parser";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { CloudFormationServiceException as __BaseException } from "../models/CloudFormationServiceException";
6
6
  import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, CreatedButModifiedException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
7
+ export const se_ActivateOrganizationsAccessCommand = async (input, context) => {
8
+ const headers = SHARED_HEADERS;
9
+ let body;
10
+ body = buildFormUrlencodedString({
11
+ ...se_ActivateOrganizationsAccessInput(input, context),
12
+ Action: "ActivateOrganizationsAccess",
13
+ Version: "2010-05-15",
14
+ });
15
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
16
+ };
7
17
  export const se_ActivateTypeCommand = async (input, context) => {
8
18
  const headers = SHARED_HEADERS;
9
19
  let body;
@@ -84,6 +94,16 @@ export const se_CreateStackSetCommand = async (input, context) => {
84
94
  });
85
95
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
86
96
  };
97
+ export const se_DeactivateOrganizationsAccessCommand = async (input, context) => {
98
+ const headers = SHARED_HEADERS;
99
+ let body;
100
+ body = buildFormUrlencodedString({
101
+ ...se_DeactivateOrganizationsAccessInput(input, context),
102
+ Action: "DeactivateOrganizationsAccess",
103
+ Version: "2010-05-15",
104
+ });
105
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
106
+ };
87
107
  export const se_DeactivateTypeCommand = async (input, context) => {
88
108
  const headers = SHARED_HEADERS;
89
109
  let body;
@@ -174,6 +194,16 @@ export const se_DescribeChangeSetHooksCommand = async (input, context) => {
174
194
  });
175
195
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
176
196
  };
197
+ export const se_DescribeOrganizationsAccessCommand = async (input, context) => {
198
+ const headers = SHARED_HEADERS;
199
+ let body;
200
+ body = buildFormUrlencodedString({
201
+ ...se_DescribeOrganizationsAccessInput(input, context),
202
+ Action: "DescribeOrganizationsAccess",
203
+ Version: "2010-05-15",
204
+ });
205
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
206
+ };
177
207
  export const se_DescribePublisherCommand = async (input, context) => {
178
208
  const headers = SHARED_HEADERS;
179
209
  let body;
@@ -664,6 +694,41 @@ export const se_ValidateTemplateCommand = async (input, context) => {
664
694
  });
665
695
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
666
696
  };
697
+ export const de_ActivateOrganizationsAccessCommand = async (output, context) => {
698
+ if (output.statusCode >= 300) {
699
+ return de_ActivateOrganizationsAccessCommandError(output, context);
700
+ }
701
+ const data = await parseBody(output.body, context);
702
+ let contents = {};
703
+ contents = de_ActivateOrganizationsAccessOutput(data.ActivateOrganizationsAccessResult, context);
704
+ const response = {
705
+ $metadata: deserializeMetadata(output),
706
+ ...contents,
707
+ };
708
+ return response;
709
+ };
710
+ const de_ActivateOrganizationsAccessCommandError = async (output, context) => {
711
+ const parsedOutput = {
712
+ ...output,
713
+ body: await parseErrorBody(output.body, context),
714
+ };
715
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
716
+ switch (errorCode) {
717
+ case "InvalidOperationException":
718
+ case "com.amazonaws.cloudformation#InvalidOperationException":
719
+ throw await de_InvalidOperationExceptionRes(parsedOutput, context);
720
+ case "OperationNotFoundException":
721
+ case "com.amazonaws.cloudformation#OperationNotFoundException":
722
+ throw await de_OperationNotFoundExceptionRes(parsedOutput, context);
723
+ default:
724
+ const parsedBody = parsedOutput.body;
725
+ return throwDefaultError({
726
+ output,
727
+ parsedBody: parsedBody.Error,
728
+ errorCode,
729
+ });
730
+ }
731
+ };
667
732
  export const de_ActivateTypeCommand = async (output, context) => {
668
733
  if (output.statusCode >= 300) {
669
734
  return de_ActivateTypeCommandError(output, context);
@@ -959,6 +1024,41 @@ const de_CreateStackSetCommandError = async (output, context) => {
959
1024
  });
960
1025
  }
961
1026
  };
1027
+ export const de_DeactivateOrganizationsAccessCommand = async (output, context) => {
1028
+ if (output.statusCode >= 300) {
1029
+ return de_DeactivateOrganizationsAccessCommandError(output, context);
1030
+ }
1031
+ const data = await parseBody(output.body, context);
1032
+ let contents = {};
1033
+ contents = de_DeactivateOrganizationsAccessOutput(data.DeactivateOrganizationsAccessResult, context);
1034
+ const response = {
1035
+ $metadata: deserializeMetadata(output),
1036
+ ...contents,
1037
+ };
1038
+ return response;
1039
+ };
1040
+ const de_DeactivateOrganizationsAccessCommandError = async (output, context) => {
1041
+ const parsedOutput = {
1042
+ ...output,
1043
+ body: await parseErrorBody(output.body, context),
1044
+ };
1045
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1046
+ switch (errorCode) {
1047
+ case "InvalidOperationException":
1048
+ case "com.amazonaws.cloudformation#InvalidOperationException":
1049
+ throw await de_InvalidOperationExceptionRes(parsedOutput, context);
1050
+ case "OperationNotFoundException":
1051
+ case "com.amazonaws.cloudformation#OperationNotFoundException":
1052
+ throw await de_OperationNotFoundExceptionRes(parsedOutput, context);
1053
+ default:
1054
+ const parsedBody = parsedOutput.body;
1055
+ return throwDefaultError({
1056
+ output,
1057
+ parsedBody: parsedBody.Error,
1058
+ errorCode,
1059
+ });
1060
+ }
1061
+ };
962
1062
  export const de_DeactivateTypeCommand = async (output, context) => {
963
1063
  if (output.statusCode >= 300) {
964
1064
  return de_DeactivateTypeCommandError(output, context);
@@ -1259,6 +1359,41 @@ const de_DescribeChangeSetHooksCommandError = async (output, context) => {
1259
1359
  });
1260
1360
  }
1261
1361
  };
1362
+ export const de_DescribeOrganizationsAccessCommand = async (output, context) => {
1363
+ if (output.statusCode >= 300) {
1364
+ return de_DescribeOrganizationsAccessCommandError(output, context);
1365
+ }
1366
+ const data = await parseBody(output.body, context);
1367
+ let contents = {};
1368
+ contents = de_DescribeOrganizationsAccessOutput(data.DescribeOrganizationsAccessResult, context);
1369
+ const response = {
1370
+ $metadata: deserializeMetadata(output),
1371
+ ...contents,
1372
+ };
1373
+ return response;
1374
+ };
1375
+ const de_DescribeOrganizationsAccessCommandError = async (output, context) => {
1376
+ const parsedOutput = {
1377
+ ...output,
1378
+ body: await parseErrorBody(output.body, context),
1379
+ };
1380
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1381
+ switch (errorCode) {
1382
+ case "InvalidOperationException":
1383
+ case "com.amazonaws.cloudformation#InvalidOperationException":
1384
+ throw await de_InvalidOperationExceptionRes(parsedOutput, context);
1385
+ case "OperationNotFoundException":
1386
+ case "com.amazonaws.cloudformation#OperationNotFoundException":
1387
+ throw await de_OperationNotFoundExceptionRes(parsedOutput, context);
1388
+ default:
1389
+ const parsedBody = parsedOutput.body;
1390
+ return throwDefaultError({
1391
+ output,
1392
+ parsedBody: parsedBody.Error,
1393
+ errorCode,
1394
+ });
1395
+ }
1396
+ };
1262
1397
  export const de_DescribePublisherCommand = async (output, context) => {
1263
1398
  if (output.statusCode >= 300) {
1264
1399
  return de_DescribePublisherCommandError(output, context);
@@ -3010,6 +3145,10 @@ const se_AccountList = (input, context) => {
3010
3145
  }
3011
3146
  return entries;
3012
3147
  };
3148
+ const se_ActivateOrganizationsAccessInput = (input, context) => {
3149
+ const entries = {};
3150
+ return entries;
3151
+ };
3013
3152
  const se_ActivateTypeInput = (input, context) => {
3014
3153
  const entries = {};
3015
3154
  if (input.Type != null) {
@@ -3453,6 +3592,10 @@ const se_CreateStackSetInput = (input, context) => {
3453
3592
  }
3454
3593
  return entries;
3455
3594
  };
3595
+ const se_DeactivateOrganizationsAccessInput = (input, context) => {
3596
+ const entries = {};
3597
+ return entries;
3598
+ };
3456
3599
  const se_DeactivateTypeInput = (input, context) => {
3457
3600
  const entries = {};
3458
3601
  if (input.TypeName != null) {
@@ -3644,6 +3787,13 @@ const se_DescribeChangeSetInput = (input, context) => {
3644
3787
  }
3645
3788
  return entries;
3646
3789
  };
3790
+ const se_DescribeOrganizationsAccessInput = (input, context) => {
3791
+ const entries = {};
3792
+ if (input.CallAs != null) {
3793
+ entries["CallAs"] = input.CallAs;
3794
+ }
3795
+ return entries;
3796
+ };
3647
3797
  const se_DescribePublisherInput = (input, context) => {
3648
3798
  const entries = {};
3649
3799
  if (input.PublisherId != null) {
@@ -5100,6 +5250,10 @@ const de_AccountList = (output, context) => {
5100
5250
  return __expectString(entry);
5101
5251
  });
5102
5252
  };
5253
+ const de_ActivateOrganizationsAccessOutput = (output, context) => {
5254
+ const contents = {};
5255
+ return contents;
5256
+ };
5103
5257
  const de_ActivateTypeOutput = (output, context) => {
5104
5258
  const contents = {};
5105
5259
  if (output["Arn"] !== undefined) {
@@ -5356,6 +5510,10 @@ const de_CreateStackSetOutput = (output, context) => {
5356
5510
  }
5357
5511
  return contents;
5358
5512
  };
5513
+ const de_DeactivateOrganizationsAccessOutput = (output, context) => {
5514
+ const contents = {};
5515
+ return contents;
5516
+ };
5359
5517
  const de_DeactivateTypeOutput = (output, context) => {
5360
5518
  const contents = {};
5361
5519
  return contents;
@@ -5518,6 +5676,13 @@ const de_DescribeChangeSetOutput = (output, context) => {
5518
5676
  }
5519
5677
  return contents;
5520
5678
  };
5679
+ const de_DescribeOrganizationsAccessOutput = (output, context) => {
5680
+ const contents = {};
5681
+ if (output["Status"] !== undefined) {
5682
+ contents.Status = __expectString(output["Status"]);
5683
+ }
5684
+ return contents;
5685
+ };
5521
5686
  const de_DescribePublisherOutput = (output, context) => {
5522
5687
  const contents = {};
5523
5688
  if (output["PublisherId"] !== undefined) {
@@ -1,5 +1,6 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CloudFormationClient } from "./CloudFormationClient";
3
+ import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
3
4
  import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
4
5
  import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
5
6
  import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
@@ -8,6 +9,7 @@ import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./com
8
9
  import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
9
10
  import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
10
11
  import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
12
+ import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
11
13
  import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
12
14
  import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
13
15
  import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
@@ -17,6 +19,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
17
19
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
18
20
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
19
21
  import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
22
+ import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
20
23
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
21
24
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
22
25
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -67,6 +70,12 @@ import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./comma
67
70
  import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
68
71
  import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
69
72
  export interface CloudFormation {
73
+ /**
74
+ * @see {@link ActivateOrganizationsAccessCommand}
75
+ */
76
+ activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<ActivateOrganizationsAccessCommandOutput>;
77
+ activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void): void;
78
+ activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void): void;
70
79
  /**
71
80
  * @see {@link ActivateTypeCommand}
72
81
  */
@@ -115,6 +124,12 @@ export interface CloudFormation {
115
124
  createStackSet(args: CreateStackSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackSetCommandOutput>;
116
125
  createStackSet(args: CreateStackSetCommandInput, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
117
126
  createStackSet(args: CreateStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
127
+ /**
128
+ * @see {@link DeactivateOrganizationsAccessCommand}
129
+ */
130
+ deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateOrganizationsAccessCommandOutput>;
131
+ deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void): void;
132
+ deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void): void;
118
133
  /**
119
134
  * @see {@link DeactivateTypeCommand}
120
135
  */
@@ -169,6 +184,12 @@ export interface CloudFormation {
169
184
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
170
185
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
171
186
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
187
+ /**
188
+ * @see {@link DescribeOrganizationsAccessCommand}
189
+ */
190
+ describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationsAccessCommandOutput>;
191
+ describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void): void;
192
+ describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void): void;
172
193
  /**
173
194
  * @see {@link DescribePublisherCommand}
174
195
  */
@@ -467,20 +488,15 @@ export interface CloudFormation {
467
488
  /**
468
489
  * @public
469
490
  * <fullname>CloudFormation</fullname>
470
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
471
- * deployments predictably and repeatedly. You can use CloudFormation to leverage
472
- * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
473
- * Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
474
- * reliable, highly scalable, cost-effective applications without creating or configuring the
475
- * underlying Amazon Web Services infrastructure.</p>
476
- * <p>With CloudFormation, you declare all your resources and dependencies in a template
477
- * file. The template defines a collection of resources as a single unit called a stack.
478
- * CloudFormation creates and deletes all member resources of the stack together and
479
- * manages all dependencies between the resources for you.</p>
491
+ * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
492
+ * and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build
493
+ * highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
494
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
495
+ * defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
496
+ * resources of the stack together and manages all dependencies between the resources for you.</p>
480
497
  * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
481
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need
482
- * additional technical information about a specific Amazon Web Services product, you can find
483
- * the product's technical documentation at <a href="https://docs.aws.amazon.com/">
498
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
499
+ * about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">
484
500
  * <code>docs.aws.amazon.com</code>
485
501
  * </a>.</p>
486
502
  */
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
10
10
  import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
11
+ import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
11
12
  import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
12
13
  import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
13
14
  import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
@@ -16,6 +17,7 @@ import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./com
16
17
  import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
17
18
  import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
18
19
  import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
20
+ import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
19
21
  import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
20
22
  import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
21
23
  import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
@@ -25,6 +27,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
25
27
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
26
28
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
27
29
  import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
30
+ import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
28
31
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
29
32
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
30
33
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -79,11 +82,11 @@ export { __Client };
79
82
  /**
80
83
  * @public
81
84
  */
82
- export type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
85
+ export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
83
86
  /**
84
87
  * @public
85
88
  */
86
- export type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
89
+ export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
87
90
  /**
88
91
  * @public
89
92
  */
@@ -212,20 +215,15 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
212
215
  /**
213
216
  * @public
214
217
  * <fullname>CloudFormation</fullname>
215
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
216
- * deployments predictably and repeatedly. You can use CloudFormation to leverage
217
- * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
218
- * Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
219
- * reliable, highly scalable, cost-effective applications without creating or configuring the
220
- * underlying Amazon Web Services infrastructure.</p>
221
- * <p>With CloudFormation, you declare all your resources and dependencies in a template
222
- * file. The template defines a collection of resources as a single unit called a stack.
223
- * CloudFormation creates and deletes all member resources of the stack together and
224
- * manages all dependencies between the resources for you.</p>
218
+ * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
219
+ * and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build
220
+ * highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
221
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
222
+ * defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
223
+ * resources of the stack together and manages all dependencies between the resources for you.</p>
225
224
  * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
226
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need
227
- * additional technical information about a specific Amazon Web Services product, you can find
228
- * the product's technical documentation at <a href="https://docs.aws.amazon.com/">
225
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
226
+ * about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">
229
227
  * <code>docs.aws.amazon.com</code>
230
228
  * </a>.</p>
231
229
  */
@@ -0,0 +1,77 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
+ import { ActivateOrganizationsAccessInput, ActivateOrganizationsAccessOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ActivateOrganizationsAccessCommand}.
14
+ */
15
+ export interface ActivateOrganizationsAccessCommandInput extends ActivateOrganizationsAccessInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ActivateOrganizationsAccessCommand}.
21
+ */
22
+ export interface ActivateOrganizationsAccessCommandOutput extends ActivateOrganizationsAccessOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Activate trusted access with Organizations. With trusted access between StackSets
27
+ * and Organizations activated, the management account has permissions to create
28
+ * and manage StackSets for your organization.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { CloudFormationClient, ActivateOrganizationsAccessCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
33
+ * // const { CloudFormationClient, ActivateOrganizationsAccessCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
34
+ * const client = new CloudFormationClient(config);
35
+ * const input = {};
36
+ * const command = new ActivateOrganizationsAccessCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param ActivateOrganizationsAccessCommandInput - {@link ActivateOrganizationsAccessCommandInput}
43
+ * @returns {@link ActivateOrganizationsAccessCommandOutput}
44
+ * @see {@link ActivateOrganizationsAccessCommandInput} for command's `input` shape.
45
+ * @see {@link ActivateOrganizationsAccessCommandOutput} for command's `response` shape.
46
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
47
+ *
48
+ * @throws {@link InvalidOperationException} (client fault)
49
+ * <p>The specified operation isn't valid.</p>
50
+ *
51
+ * @throws {@link OperationNotFoundException} (client fault)
52
+ * <p>The specified ID refers to an operation that doesn't exist.</p>
53
+ *
54
+ * @throws {@link CloudFormationServiceException}
55
+ * <p>Base exception class for all service exceptions from CloudFormation service.</p>
56
+ *
57
+ */
58
+ export declare class ActivateOrganizationsAccessCommand extends $Command<ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig> {
59
+ readonly input: ActivateOrganizationsAccessCommandInput;
60
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
64
+ constructor(input: ActivateOrganizationsAccessCommandInput);
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
72
+ private serialize;
73
+ /**
74
+ * @internal
75
+ */
76
+ private deserialize;
77
+ }
@@ -23,12 +23,12 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Activates a public third-party extension, making it available for use in stack
27
- * templates. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using
28
- * public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
29
- * <p>Once you have activated a public third-party extension in your account and region, use
30
- * <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
31
- * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
26
+ * <p>Activates a public third-party extension, making it available for use in stack templates.
27
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
28
+ * extensions</a> in the <i>CloudFormation User Guide</i>.</p>
29
+ * <p>Once you have activated a public third-party extension in your account and Region, use
30
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
31
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -23,10 +23,10 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns configuration data for the specified CloudFormation extensions, from
27
- * the CloudFormation registry for the account and region.</p>
26
+ * <p>Returns configuration data for the specified CloudFormation extensions, from the
27
+ * CloudFormation registry for the account and Region.</p>
28
28
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
29
- * <i>CloudFormation User Guide</i>.</p>
29
+ * <i>CloudFormation User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -24,10 +24,9 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
24
24
  /**
25
25
  * @public
26
26
  * <p>Cancels an update on the specified stack. If the call completes successfully, the stack
27
- * rolls back the update and reverts to the previous stack configuration.</p>
27
+ * rolls back the update and reverts to the previous stack configuration.</p>
28
28
  * <note>
29
- * <p>You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code>
30
- * state.</p>
29
+ * <p>You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code> state.</p>
31
30
  * </note>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,15 +24,14 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
24
24
  /**
25
25
  * @public
26
26
  * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
27
- * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
28
- * of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
29
- * return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
30
- * then try to update the stack again.</p>
31
- * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after a failed stack update. For example, you
32
- * might have a stack that's rolling back to an old database instance that was deleted outside
33
- * of CloudFormation. Because CloudFormation doesn't know the database was deleted, it
34
- * assumes that the database instance still exists and attempts to roll back to it, causing
35
- * the update rollback to fail.</p>
27
+ * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of
28
+ * the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
29
+ * return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
30
+ * then try to update the stack again.</p>
31
+ * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after a failed stack update. For example, you might have a
32
+ * stack that's rolling back to an old database instance that was deleted outside of CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes
33
+ * that the database instance still exists and attempts to roll back to it, causing the update
34
+ * rollback to fail.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
38
37
  * ```javascript