@aws-sdk/client-workspaces 3.1060.0 → 3.1062.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.
@@ -29,9 +29,9 @@ declare const CreateConnectClientAddInCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * <p>Creates a client-add-in for Amazon Connect within a directory. You can create only
33
- * one Amazon Connect client add-in within a directory.</p>
34
- * <p>This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.</p>
32
+ * <p>Creates a client-add-in for Connect Customer within a directory. You can create only
33
+ * one Connect Customer client add-in within a directory.</p>
34
+ * <p>This client add-in allows WorkSpaces users to seamlessly connect to Connect Customer.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -29,7 +29,7 @@ declare const DeleteConnectClientAddInCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * <p>Deletes a client-add-in for Amazon Connect that is configured within a
32
+ * <p>Deletes a client-add-in for Connect Customer that is configured within a
33
33
  * directory.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ declare const DescribeConnectClientAddInsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * <p>Retrieves a list of Amazon Connect client add-ins that have been created.</p>
32
+ * <p>Retrieves a list of Connect Customer client add-ins that have been created.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,8 +29,8 @@ declare const UpdateConnectClientAddInCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * <p>Updates a Amazon Connect client add-in. Use this action to update the name and
33
- * endpoint URL of a Amazon Connect client add-in.</p>
32
+ * <p>Updates a Connect Customer client add-in. Use this action to update the name and
33
+ * endpoint URL of a Connect Customer client add-in.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -622,7 +622,7 @@ export interface ClientPropertiesResult {
622
622
  ClientProperties?: ClientProperties | undefined;
623
623
  }
624
624
  /**
625
- * <p>Describes an Amazon Connect client add-in.</p>
625
+ * <p>Describes an Connect Customer client add-in.</p>
626
626
  * @public
627
627
  */
628
628
  export interface ConnectClientAddIn {
@@ -828,7 +828,7 @@ export interface CreateConnectClientAddInRequest {
828
828
  */
829
829
  Name: string | undefined;
830
830
  /**
831
- * <p>The endpoint URL of the Amazon Connect client add-in.</p>
831
+ * <p>The endpoint URL of the Connect Customer client add-in.</p>
832
832
  * @public
833
833
  */
834
834
  URL: string | undefined;
@@ -5367,7 +5367,7 @@ export interface UpdateConnectClientAddInRequest {
5367
5367
  */
5368
5368
  Name?: string | undefined;
5369
5369
  /**
5370
- * <p>The endpoint URL of the Amazon Connect client add-in.</p>
5370
+ * <p>The endpoint URL of the Connect Customer client add-in.</p>
5371
5371
  * @public
5372
5372
  */
5373
5373
  URL?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces",
3
3
  "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4
- "version": "3.1060.0",
4
+ "version": "3.1062.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-workspaces",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "^3.974.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.50",
27
+ "@aws-sdk/credential-provider-node": "^3.972.51",
28
28
  "@aws-sdk/types": "^3.973.10",
29
29
  "@smithy/core": "^3.24.6",
30
30
  "@smithy/fetch-http-handler": "^5.4.6",