@aws-sdk/client-connectcases 3.529.1 → 3.535.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.
Files changed (75) hide show
  1. package/dist-types/ConnectCases.d.ts +2 -1
  2. package/dist-types/ConnectCasesClient.d.ts +1 -1
  3. package/dist-types/commands/BatchGetFieldCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCaseCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateFieldCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLayoutCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRelatedItemCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  12. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCaseCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetDomainCommand.d.ts +2 -1
  16. package/dist-types/commands/GetLayoutCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  18. package/dist-types/commands/ListCasesForContactCommand.d.ts +2 -1
  19. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListFieldOptionsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListFieldsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListLayoutsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  25. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/SearchCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateCaseCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateFieldCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateLayoutCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +325 -325
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/ConnectCases.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -0
  51. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __Metadat
22
22
  }
23
23
  declare const UpdateFieldCommand_base: {
24
24
  new (input: UpdateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the properties of an existing field. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateFieldCommand_base: {
76
76
  * @throws {@link ConnectCasesServiceException}
77
77
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateFieldCommand extends UpdateFieldCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __Metad
22
22
  }
23
23
  declare const UpdateLayoutCommand_base: {
24
24
  new (input: UpdateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the attributes of an existing layout.</p>
30
30
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
31
31
  * HTTP body.</p>
@@ -119,6 +119,7 @@ declare const UpdateLayoutCommand_base: {
119
119
  * @throws {@link ConnectCasesServiceException}
120
120
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class UpdateLayoutCommand extends UpdateLayoutCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
22
22
  }
23
23
  declare const UpdateTemplateCommand_base: {
24
24
  new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the attributes of an existing template. The template attributes that can be
30
30
  * modified include <code>name</code>, <code>description</code>,
31
31
  * <code>layoutConfiguration</code>, <code>requiredFields</code>, and <code>status</code>. At
@@ -89,6 +89,7 @@ declare const UpdateTemplateCommand_base: {
89
89
  * @throws {@link ConnectCasesServiceException}
90
90
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
94
95
  }