@aws-sdk/client-artifact 3.598.0 → 3.601.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.
@@ -356,6 +356,7 @@ const de_ReportsList = (output, context) => {
356
356
  };
357
357
  const de_ReportSummary = (output, context) => {
358
358
  return (0, smithy_client_1.take)(output, {
359
+ acceptanceType: smithy_client_1.expectString,
359
360
  arn: smithy_client_1.expectString,
360
361
  category: smithy_client_1.expectString,
361
362
  companyName: smithy_client_1.expectString,
@@ -341,6 +341,7 @@ const de_ReportsList = (output, context) => {
341
341
  };
342
342
  const de_ReportSummary = (output, context) => {
343
343
  return take(output, {
344
+ acceptanceType: __expectString,
344
345
  arn: __expectString,
345
346
  category: __expectString,
346
347
  companyName: __expectString,
@@ -57,6 +57,7 @@ declare const ListReportsCommand_base: {
57
57
  * // companyName: "STRING_VALUE",
58
58
  * // productName: "STRING_VALUE",
59
59
  * // statusMessage: "STRING_VALUE",
60
+ * // acceptanceType: "STRING_VALUE",
60
61
  * // },
61
62
  * // ],
62
63
  * // nextToken: "STRING_VALUE",
@@ -587,6 +587,11 @@ export interface ReportSummary {
587
587
  * @public
588
588
  */
589
589
  statusMessage?: string;
590
+ /**
591
+ * <p>Acceptance type for report.</p>
592
+ * @public
593
+ */
594
+ acceptanceType?: AcceptanceType;
590
595
  }
591
596
  /**
592
597
  * @public
@@ -180,6 +180,7 @@ export interface ReportSummary {
180
180
  companyName?: string;
181
181
  productName?: string;
182
182
  statusMessage?: string;
183
+ acceptanceType?: AcceptanceType;
183
184
  }
184
185
  export interface ListReportsResponse {
185
186
  reports?: ReportSummary[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-artifact",
3
3
  "description": "AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native",
4
- "version": "3.598.0",
4
+ "version": "3.601.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.598.0",
24
- "@aws-sdk/client-sts": "3.598.0",
23
+ "@aws-sdk/client-sso-oidc": "3.600.0",
24
+ "@aws-sdk/client-sts": "3.600.0",
25
25
  "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.598.0",
26
+ "@aws-sdk/credential-provider-node": "3.600.0",
27
27
  "@aws-sdk/middleware-host-header": "3.598.0",
28
28
  "@aws-sdk/middleware-logger": "3.598.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.598.0",