@aws-sdk/client-datasync 3.899.0 → 3.900.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
@@ -524,6 +524,7 @@ var ReportLevel = {
524
524
  };
525
525
  var EndpointType = {
526
526
  FIPS: "FIPS",
527
+ FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK",
527
528
  PRIVATE_LINK: "PRIVATE_LINK",
528
529
  PUBLIC: "PUBLIC"
529
530
  };
@@ -191,6 +191,7 @@ export const ReportLevel = {
191
191
  };
192
192
  export const EndpointType = {
193
193
  FIPS: "FIPS",
194
+ FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK",
194
195
  PRIVATE_LINK: "PRIVATE_LINK",
195
196
  PUBLIC: "PUBLIC",
196
197
  };
@@ -48,7 +48,7 @@ declare const DescribeAgentCommand_base: {
48
48
  * // Status: "ONLINE" || "OFFLINE",
49
49
  * // LastConnectionTime: new Date("TIMESTAMP"),
50
50
  * // CreationTime: new Date("TIMESTAMP"),
51
- * // EndpointType: "PUBLIC" || "PRIVATE_LINK" || "FIPS",
51
+ * // EndpointType: "PUBLIC" || "PRIVATE_LINK" || "FIPS" || "FIPS_PRIVATE_LINK",
52
52
  * // PrivateLinkConfig: { // PrivateLinkConfig
53
53
  * // VpcEndpointId: "STRING_VALUE",
54
54
  * // PrivateLinkEndpoint: "STRING_VALUE",
@@ -2692,6 +2692,7 @@ export interface DescribeAgentRequest {
2692
2692
  */
2693
2693
  export declare const EndpointType: {
2694
2694
  readonly FIPS: "FIPS";
2695
+ readonly FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK";
2695
2696
  readonly PRIVATE_LINK: "PRIVATE_LINK";
2696
2697
  readonly PUBLIC: "PUBLIC";
2697
2698
  };
@@ -542,6 +542,7 @@ export interface DescribeAgentRequest {
542
542
  }
543
543
  export declare const EndpointType: {
544
544
  readonly FIPS: "FIPS";
545
+ readonly FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK";
545
546
  readonly PRIVATE_LINK: "PRIVATE_LINK";
546
547
  readonly PUBLIC: "PUBLIC";
547
548
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.899.0",
4
+ "version": "3.900.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-datasync",