@aws-sdk/client-connecthealth 3.1036.0 → 3.1037.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.
@@ -291,7 +291,7 @@ export interface ClinicalNoteGenerationSettingsResponse {
291
291
  noteTemplateSettings?: NoteTemplateSettingsResponse | undefined;
292
292
  }
293
293
  /**
294
- * <p>Input configuration for creating a Pulse web application. Used only in CreateDomain operation input.</p>
294
+ * <p>Input configuration for creating a web application. Used only in CreateDomain operation input.</p>
295
295
  * @public
296
296
  */
297
297
  export interface CreateWebAppConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connecthealth",
3
3
  "description": "AWS SDK for JavaScript Connecthealth Client for Node.js, Browser and React Native",
4
- "version": "3.1036.0",
4
+ "version": "3.1037.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-connecthealth",