@aws-sdk/client-cost-optimization-hub 3.507.0 → 3.511.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.
package/dist-cjs/index.js CHANGED
@@ -687,6 +687,7 @@ var de_LambdaFunctionConfiguration = /* @__PURE__ */ __name((output, context) =>
687
687
  }, "de_LambdaFunctionConfiguration");
688
688
  var de_ListEnrollmentStatusesResponse = /* @__PURE__ */ __name((output, context) => {
689
689
  return (0, import_smithy_client.take)(output, {
690
+ includeMemberAccounts: import_smithy_client.expectBoolean,
690
691
  items: (_) => de_AccountEnrollmentStatuses(_, context),
691
692
  nextToken: import_smithy_client.expectString
692
693
  });
@@ -349,6 +349,7 @@ const de_LambdaFunctionConfiguration = (output, context) => {
349
349
  };
350
350
  const de_ListEnrollmentStatusesResponse = (output, context) => {
351
351
  return take(output, {
352
+ includeMemberAccounts: __expectBoolean,
352
353
  items: (_) => de_AccountEnrollmentStatuses(_, context),
353
354
  nextToken: __expectString,
354
355
  });
@@ -51,6 +51,7 @@ declare const ListEnrollmentStatusesCommand_base: {
51
51
  * // createdTimestamp: new Date("TIMESTAMP"),
52
52
  * // },
53
53
  * // ],
54
+ * // includeMemberAccounts: true || false,
54
55
  * // nextToken: "STRING_VALUE",
55
56
  * // };
56
57
  *
@@ -1728,7 +1728,7 @@ export interface ListEnrollmentStatusesRequest {
1728
1728
  includeOrganizationInfo?: boolean;
1729
1729
  /**
1730
1730
  * @public
1731
- * <p>The enrollment status of a specific account ID in the organization.</p>
1731
+ * <p>The account ID of a member account in the organization.</p>
1732
1732
  */
1733
1733
  accountId?: string;
1734
1734
  /**
@@ -1748,9 +1748,16 @@ export interface ListEnrollmentStatusesRequest {
1748
1748
  export interface ListEnrollmentStatusesResponse {
1749
1749
  /**
1750
1750
  * @public
1751
- * <p>The account enrollment statuses.</p>
1751
+ * <p>The enrollment status of a specific account ID, including creation and last updated
1752
+ * timestamps.</p>
1752
1753
  */
1753
1754
  items?: AccountEnrollmentStatus[];
1755
+ /**
1756
+ * @public
1757
+ * <p>The enrollment status of all member accounts in the organization if the account is the
1758
+ * management account.</p>
1759
+ */
1760
+ includeMemberAccounts?: boolean;
1754
1761
  /**
1755
1762
  * @public
1756
1763
  * <p>The token to retrieve the next set of results.</p>
@@ -641,6 +641,7 @@ export interface ListEnrollmentStatusesRequest {
641
641
  }
642
642
  export interface ListEnrollmentStatusesResponse {
643
643
  items?: AccountEnrollmentStatus[];
644
+ includeMemberAccounts?: boolean;
644
645
  nextToken?: string;
645
646
  }
646
647
  export interface Filter {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-optimization-hub",
3
3
  "description": "AWS SDK for JavaScript Cost Optimization Hub Client for Node.js, Browser and React Native",
4
- "version": "3.507.0",
4
+ "version": "3.511.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cost-optimization-hub",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.507.0",
24
- "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.507.0",
26
- "@aws-sdk/middleware-host-header": "3.502.0",
27
- "@aws-sdk/middleware-logger": "3.502.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.502.0",
29
- "@aws-sdk/middleware-signing": "3.502.0",
30
- "@aws-sdk/middleware-user-agent": "3.502.0",
31
- "@aws-sdk/region-config-resolver": "3.502.0",
32
- "@aws-sdk/types": "3.502.0",
33
- "@aws-sdk/util-endpoints": "3.502.0",
34
- "@aws-sdk/util-user-agent-browser": "3.502.0",
35
- "@aws-sdk/util-user-agent-node": "3.502.0",
23
+ "@aws-sdk/client-sts": "3.511.0",
24
+ "@aws-sdk/core": "3.511.0",
25
+ "@aws-sdk/credential-provider-node": "3.511.0",
26
+ "@aws-sdk/middleware-host-header": "3.511.0",
27
+ "@aws-sdk/middleware-logger": "3.511.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.511.0",
29
+ "@aws-sdk/middleware-signing": "3.511.0",
30
+ "@aws-sdk/middleware-user-agent": "3.511.0",
31
+ "@aws-sdk/region-config-resolver": "3.511.0",
32
+ "@aws-sdk/types": "3.511.0",
33
+ "@aws-sdk/util-endpoints": "3.511.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.511.0",
35
+ "@aws-sdk/util-user-agent-node": "3.511.0",
36
36
  "@smithy/config-resolver": "^2.1.1",
37
37
  "@smithy/core": "^1.3.1",
38
38
  "@smithy/fetch-http-handler": "^2.4.1",