@aws-sdk/client-devops-agent 3.1049.0 → 3.1050.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 (60) hide show
  1. package/README.md +1 -10
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-cjs/schemas/schemas_0.js +51 -12
  4. package/dist-es/models/enums.js +2 -0
  5. package/dist-es/schemas/schemas_0.js +47 -9
  6. package/dist-types/DevOpsAgent.d.ts +1 -11
  7. package/dist-types/DevOpsAgentClient.d.ts +1 -11
  8. package/dist-types/commands/AssociateServiceCommand.d.ts +20 -12
  9. package/dist-types/commands/CreateAgentSpaceCommand.d.ts +10 -12
  10. package/dist-types/commands/CreateBacklogTaskCommand.d.ts +10 -12
  11. package/dist-types/commands/CreateChatCommand.d.ts +10 -12
  12. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +10 -12
  13. package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +10 -12
  14. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +10 -12
  15. package/dist-types/commands/DeregisterServiceCommand.d.ts +10 -12
  16. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +10 -12
  17. package/dist-types/commands/DisableOperatorAppCommand.d.ts +11 -13
  18. package/dist-types/commands/DisassociateServiceCommand.d.ts +10 -12
  19. package/dist-types/commands/EnableOperatorAppCommand.d.ts +11 -13
  20. package/dist-types/commands/GetAccountUsageCommand.d.ts +10 -12
  21. package/dist-types/commands/GetAgentSpaceCommand.d.ts +10 -12
  22. package/dist-types/commands/GetAssociationCommand.d.ts +15 -12
  23. package/dist-types/commands/GetBacklogTaskCommand.d.ts +10 -12
  24. package/dist-types/commands/GetOperatorAppCommand.d.ts +10 -12
  25. package/dist-types/commands/GetRecommendationCommand.d.ts +12 -12
  26. package/dist-types/commands/GetServiceCommand.d.ts +22 -13
  27. package/dist-types/commands/ListAgentSpacesCommand.d.ts +10 -12
  28. package/dist-types/commands/ListAssociationsCommand.d.ts +15 -12
  29. package/dist-types/commands/ListBacklogTasksCommand.d.ts +10 -12
  30. package/dist-types/commands/ListChatsCommand.d.ts +10 -12
  31. package/dist-types/commands/ListExecutionsCommand.d.ts +10 -12
  32. package/dist-types/commands/ListGoalsCommand.d.ts +10 -12
  33. package/dist-types/commands/ListJournalRecordsCommand.d.ts +10 -12
  34. package/dist-types/commands/ListPendingMessagesCommand.d.ts +10 -12
  35. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +10 -12
  36. package/dist-types/commands/ListRecommendationsCommand.d.ts +12 -12
  37. package/dist-types/commands/ListServicesCommand.d.ts +23 -14
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -12
  39. package/dist-types/commands/ListWebhooksCommand.d.ts +10 -12
  40. package/dist-types/commands/RegisterServiceCommand.d.ts +24 -13
  41. package/dist-types/commands/SendMessageCommand.d.ts +10 -12
  42. package/dist-types/commands/TagResourceCommand.d.ts +10 -12
  43. package/dist-types/commands/UntagResourceCommand.d.ts +10 -12
  44. package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +10 -12
  45. package/dist-types/commands/UpdateAssociationCommand.d.ts +20 -12
  46. package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +10 -12
  47. package/dist-types/commands/UpdateGoalCommand.d.ts +10 -12
  48. package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +10 -12
  49. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +10 -12
  50. package/dist-types/commands/UpdateRecommendationCommand.d.ts +12 -12
  51. package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +10 -12
  52. package/dist-types/index.d.ts +1 -11
  53. package/dist-types/models/enums.d.ts +87 -79
  54. package/dist-types/models/errors.d.ts +12 -15
  55. package/dist-types/models/models_0.d.ts +1021 -815
  56. package/dist-types/schemas/schemas_0.d.ts +4 -0
  57. package/dist-types/ts3.4/models/enums.d.ts +2 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +125 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  60. package/package.json +1 -1
@@ -29,7 +29,7 @@ declare const CreateChatCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Creates a new chat execution in the specified agent space
32
+ * <p>Creates a new chat execution in the specified agent space</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -59,33 +59,31 @@ declare const CreateChatCommand_base: {
59
59
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
60
60
  *
61
61
  * @throws {@link InternalServerException} (server fault)
62
- * This exception is thrown when an unexpected error occurs in the processing of a request.
62
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
63
63
  *
64
64
  * @throws {@link ResourceNotFoundException} (client fault)
65
- * The requested resource could not be found.
65
+ * <p>The requested resource could not be found.</p>
66
66
  *
67
67
  * @throws {@link ThrottlingException} (client fault)
68
- * The request was throttled due to too many requests. Please slow down and try again.
68
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * A standard error for input validation failures.
72
- * This should be thrown by services when a member of the input structure
73
- * falls outside of the modeled or documented constraints.
71
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
74
72
  *
75
73
  * @throws {@link AccessDeniedException} (client fault)
76
- * Access to the requested resource is denied due to insufficient permissions.
74
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
77
75
  *
78
76
  * @throws {@link ConflictException} (client fault)
79
- * The request conflicts with the current state of the resource.
77
+ * <p>The request conflicts with the current state of the resource.</p>
80
78
  *
81
79
  * @throws {@link ContentSizeExceededException} (client fault)
82
- * This exception is thrown when the content size exceeds the allowed limit.
80
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
83
81
  *
84
82
  * @throws {@link InvalidParameterException} (client fault)
85
- * One or more parameters provided in the request are invalid.
83
+ * <p>One or more parameters provided in the request are invalid.</p>
86
84
  *
87
85
  * @throws {@link ServiceQuotaExceededException} (client fault)
88
- * The request would exceed the service quota limit.
86
+ * <p>The request would exceed the service quota limit.</p>
89
87
  *
90
88
  * @throws {@link DevOpsAgentServiceException}
91
89
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const CreatePrivateConnectionCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Creates a Private Connection to a target resource.
32
+ * <p>Creates a Private Connection to a target resource.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -91,33 +91,31 @@ declare const CreatePrivateConnectionCommand_base: {
91
91
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
92
92
  *
93
93
  * @throws {@link AccessDeniedException} (client fault)
94
- * Access to the requested resource is denied due to insufficient permissions.
94
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
95
95
  *
96
96
  * @throws {@link InternalServerException} (server fault)
97
- * This exception is thrown when an unexpected error occurs in the processing of a request.
97
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
98
98
  *
99
99
  * @throws {@link ThrottlingException} (client fault)
100
- * The request was throttled due to too many requests. Please slow down and try again.
100
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
101
101
  *
102
102
  * @throws {@link ValidationException} (client fault)
103
- * A standard error for input validation failures.
104
- * This should be thrown by services when a member of the input structure
105
- * falls outside of the modeled or documented constraints.
103
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
106
104
  *
107
105
  * @throws {@link ConflictException} (client fault)
108
- * The request conflicts with the current state of the resource.
106
+ * <p>The request conflicts with the current state of the resource.</p>
109
107
  *
110
108
  * @throws {@link ContentSizeExceededException} (client fault)
111
- * This exception is thrown when the content size exceeds the allowed limit.
109
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
112
110
  *
113
111
  * @throws {@link InvalidParameterException} (client fault)
114
- * One or more parameters provided in the request are invalid.
112
+ * <p>One or more parameters provided in the request are invalid.</p>
115
113
  *
116
114
  * @throws {@link ResourceNotFoundException} (client fault)
117
- * The requested resource could not be found.
115
+ * <p>The requested resource could not be found.</p>
118
116
  *
119
117
  * @throws {@link ServiceQuotaExceededException} (client fault)
120
- * The request would exceed the service quota limit.
118
+ * <p>The request would exceed the service quota limit.</p>
121
119
  *
122
120
  * @throws {@link DevOpsAgentServiceException}
123
121
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DeleteAgentSpaceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
32
+ * <p>Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -54,33 +54,31 @@ declare const DeleteAgentSpaceCommand_base: {
54
54
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
55
55
  *
56
56
  * @throws {@link ConflictException} (client fault)
57
- * The request conflicts with the current state of the resource.
57
+ * <p>The request conflicts with the current state of the resource.</p>
58
58
  *
59
59
  * @throws {@link InternalServerException} (server fault)
60
- * This exception is thrown when an unexpected error occurs in the processing of a request.
60
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
61
61
  *
62
62
  * @throws {@link ResourceNotFoundException} (client fault)
63
- * The requested resource could not be found.
63
+ * <p>The requested resource could not be found.</p>
64
64
  *
65
65
  * @throws {@link ThrottlingException} (client fault)
66
- * The request was throttled due to too many requests. Please slow down and try again.
66
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
67
67
  *
68
68
  * @throws {@link ValidationException} (client fault)
69
- * A standard error for input validation failures.
70
- * This should be thrown by services when a member of the input structure
71
- * falls outside of the modeled or documented constraints.
69
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
72
70
  *
73
71
  * @throws {@link AccessDeniedException} (client fault)
74
- * Access to the requested resource is denied due to insufficient permissions.
72
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
75
73
  *
76
74
  * @throws {@link ContentSizeExceededException} (client fault)
77
- * This exception is thrown when the content size exceeds the allowed limit.
75
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
78
76
  *
79
77
  * @throws {@link InvalidParameterException} (client fault)
80
- * One or more parameters provided in the request are invalid.
78
+ * <p>One or more parameters provided in the request are invalid.</p>
81
79
  *
82
80
  * @throws {@link ServiceQuotaExceededException} (client fault)
83
- * The request would exceed the service quota limit.
81
+ * <p>The request would exceed the service quota limit.</p>
84
82
  *
85
83
  * @throws {@link DevOpsAgentServiceException}
86
84
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DeletePrivateConnectionCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.
32
+ * <p>Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -57,33 +57,31 @@ declare const DeletePrivateConnectionCommand_base: {
57
57
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
- * Access to the requested resource is denied due to insufficient permissions.
60
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
61
61
  *
62
62
  * @throws {@link InternalServerException} (server fault)
63
- * This exception is thrown when an unexpected error occurs in the processing of a request.
63
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
64
64
  *
65
65
  * @throws {@link ResourceNotFoundException} (client fault)
66
- * The requested resource could not be found.
66
+ * <p>The requested resource could not be found.</p>
67
67
  *
68
68
  * @throws {@link ThrottlingException} (client fault)
69
- * The request was throttled due to too many requests. Please slow down and try again.
69
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
70
70
  *
71
71
  * @throws {@link ValidationException} (client fault)
72
- * A standard error for input validation failures.
73
- * This should be thrown by services when a member of the input structure
74
- * falls outside of the modeled or documented constraints.
72
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
75
73
  *
76
74
  * @throws {@link ConflictException} (client fault)
77
- * The request conflicts with the current state of the resource.
75
+ * <p>The request conflicts with the current state of the resource.</p>
78
76
  *
79
77
  * @throws {@link ContentSizeExceededException} (client fault)
80
- * This exception is thrown when the content size exceeds the allowed limit.
78
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
81
79
  *
82
80
  * @throws {@link InvalidParameterException} (client fault)
83
- * One or more parameters provided in the request are invalid.
81
+ * <p>One or more parameters provided in the request are invalid.</p>
84
82
  *
85
83
  * @throws {@link ServiceQuotaExceededException} (client fault)
86
- * The request would exceed the service quota limit.
84
+ * <p>The request would exceed the service quota limit.</p>
87
85
  *
88
86
  * @throws {@link DevOpsAgentServiceException}
89
87
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DeregisterServiceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Deregister a service
32
+ * <p>Deregister a service</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -54,33 +54,31 @@ declare const DeregisterServiceCommand_base: {
54
54
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
55
55
  *
56
56
  * @throws {@link ConflictException} (client fault)
57
- * The request conflicts with the current state of the resource.
57
+ * <p>The request conflicts with the current state of the resource.</p>
58
58
  *
59
59
  * @throws {@link InternalServerException} (server fault)
60
- * This exception is thrown when an unexpected error occurs in the processing of a request.
60
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
61
61
  *
62
62
  * @throws {@link ResourceNotFoundException} (client fault)
63
- * The requested resource could not be found.
63
+ * <p>The requested resource could not be found.</p>
64
64
  *
65
65
  * @throws {@link ThrottlingException} (client fault)
66
- * The request was throttled due to too many requests. Please slow down and try again.
66
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
67
67
  *
68
68
  * @throws {@link ValidationException} (client fault)
69
- * A standard error for input validation failures.
70
- * This should be thrown by services when a member of the input structure
71
- * falls outside of the modeled or documented constraints.
69
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
72
70
  *
73
71
  * @throws {@link AccessDeniedException} (client fault)
74
- * Access to the requested resource is denied due to insufficient permissions.
72
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
75
73
  *
76
74
  * @throws {@link ContentSizeExceededException} (client fault)
77
- * This exception is thrown when the content size exceeds the allowed limit.
75
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
78
76
  *
79
77
  * @throws {@link InvalidParameterException} (client fault)
80
- * One or more parameters provided in the request are invalid.
78
+ * <p>One or more parameters provided in the request are invalid.</p>
81
79
  *
82
80
  * @throws {@link ServiceQuotaExceededException} (client fault)
83
- * The request would exceed the service quota limit.
81
+ * <p>The request would exceed the service quota limit.</p>
84
82
  *
85
83
  * @throws {@link DevOpsAgentServiceException}
86
84
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DescribePrivateConnectionCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves details of an existing Private Connection.
32
+ * <p>Retrieves details of an existing Private Connection.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -66,33 +66,31 @@ declare const DescribePrivateConnectionCommand_base: {
66
66
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
67
67
  *
68
68
  * @throws {@link AccessDeniedException} (client fault)
69
- * Access to the requested resource is denied due to insufficient permissions.
69
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
70
70
  *
71
71
  * @throws {@link InternalServerException} (server fault)
72
- * This exception is thrown when an unexpected error occurs in the processing of a request.
72
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
73
73
  *
74
74
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * The requested resource could not be found.
75
+ * <p>The requested resource could not be found.</p>
76
76
  *
77
77
  * @throws {@link ThrottlingException} (client fault)
78
- * The request was throttled due to too many requests. Please slow down and try again.
78
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * A standard error for input validation failures.
82
- * This should be thrown by services when a member of the input structure
83
- * falls outside of the modeled or documented constraints.
81
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
84
82
  *
85
83
  * @throws {@link ConflictException} (client fault)
86
- * The request conflicts with the current state of the resource.
84
+ * <p>The request conflicts with the current state of the resource.</p>
87
85
  *
88
86
  * @throws {@link ContentSizeExceededException} (client fault)
89
- * This exception is thrown when the content size exceeds the allowed limit.
87
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
90
88
  *
91
89
  * @throws {@link InvalidParameterException} (client fault)
92
- * One or more parameters provided in the request are invalid.
90
+ * <p>One or more parameters provided in the request are invalid.</p>
93
91
  *
94
92
  * @throws {@link ServiceQuotaExceededException} (client fault)
95
- * The request would exceed the service quota limit.
93
+ * <p>The request would exceed the service quota limit.</p>
96
94
  *
97
95
  * @throws {@link DevOpsAgentServiceException}
98
96
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DisableOperatorAppCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Disable the Operator App for the specified AgentSpace
32
+ * <p>Disable the Operator App for the specified AgentSpace</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -55,36 +55,34 @@ declare const DisableOperatorAppCommand_base: {
55
55
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
56
56
  *
57
57
  * @throws {@link IdentityCenterServiceException} (client fault)
58
- * Calls to the customer Identity Center have failed
58
+ * <p>Calls to the customer Identity Center have failed</p>
59
59
  *
60
60
  * @throws {@link InternalServerException} (server fault)
61
- * This exception is thrown when an unexpected error occurs in the processing of a request.
61
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
62
62
  *
63
63
  * @throws {@link ThrottlingException} (client fault)
64
- * The request was throttled due to too many requests. Please slow down and try again.
64
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
65
65
  *
66
66
  * @throws {@link ValidationException} (client fault)
67
- * A standard error for input validation failures.
68
- * This should be thrown by services when a member of the input structure
69
- * falls outside of the modeled or documented constraints.
67
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
70
68
  *
71
69
  * @throws {@link AccessDeniedException} (client fault)
72
- * Access to the requested resource is denied due to insufficient permissions.
70
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
73
71
  *
74
72
  * @throws {@link ConflictException} (client fault)
75
- * The request conflicts with the current state of the resource.
73
+ * <p>The request conflicts with the current state of the resource.</p>
76
74
  *
77
75
  * @throws {@link ContentSizeExceededException} (client fault)
78
- * This exception is thrown when the content size exceeds the allowed limit.
76
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
79
77
  *
80
78
  * @throws {@link InvalidParameterException} (client fault)
81
- * One or more parameters provided in the request are invalid.
79
+ * <p>One or more parameters provided in the request are invalid.</p>
82
80
  *
83
81
  * @throws {@link ResourceNotFoundException} (client fault)
84
- * The requested resource could not be found.
82
+ * <p>The requested resource could not be found.</p>
85
83
  *
86
84
  * @throws {@link ServiceQuotaExceededException} (client fault)
87
- * The request would exceed the service quota limit.
85
+ * <p>The request would exceed the service quota limit.</p>
88
86
  *
89
87
  * @throws {@link DevOpsAgentServiceException}
90
88
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const DisassociateServiceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
32
+ * <p>Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -55,33 +55,31 @@ declare const DisassociateServiceCommand_base: {
55
55
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
56
56
  *
57
57
  * @throws {@link InternalServerException} (server fault)
58
- * This exception is thrown when an unexpected error occurs in the processing of a request.
58
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
59
59
  *
60
60
  * @throws {@link ResourceNotFoundException} (client fault)
61
- * The requested resource could not be found.
61
+ * <p>The requested resource could not be found.</p>
62
62
  *
63
63
  * @throws {@link ThrottlingException} (client fault)
64
- * The request was throttled due to too many requests. Please slow down and try again.
64
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
65
65
  *
66
66
  * @throws {@link ValidationException} (client fault)
67
- * A standard error for input validation failures.
68
- * This should be thrown by services when a member of the input structure
69
- * falls outside of the modeled or documented constraints.
67
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
70
68
  *
71
69
  * @throws {@link AccessDeniedException} (client fault)
72
- * Access to the requested resource is denied due to insufficient permissions.
70
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
73
71
  *
74
72
  * @throws {@link ConflictException} (client fault)
75
- * The request conflicts with the current state of the resource.
73
+ * <p>The request conflicts with the current state of the resource.</p>
76
74
  *
77
75
  * @throws {@link ContentSizeExceededException} (client fault)
78
- * This exception is thrown when the content size exceeds the allowed limit.
76
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
79
77
  *
80
78
  * @throws {@link InvalidParameterException} (client fault)
81
- * One or more parameters provided in the request are invalid.
79
+ * <p>One or more parameters provided in the request are invalid.</p>
82
80
  *
83
81
  * @throws {@link ServiceQuotaExceededException} (client fault)
84
- * The request would exceed the service quota limit.
82
+ * <p>The request would exceed the service quota limit.</p>
85
83
  *
86
84
  * @throws {@link DevOpsAgentServiceException}
87
85
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const EnableOperatorAppCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Enable the Operator App to access the given AgentSpace
32
+ * <p>Enable the Operator App to access the given AgentSpace</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -83,36 +83,34 @@ declare const EnableOperatorAppCommand_base: {
83
83
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
84
84
  *
85
85
  * @throws {@link IdentityCenterServiceException} (client fault)
86
- * Calls to the customer Identity Center have failed
86
+ * <p>Calls to the customer Identity Center have failed</p>
87
87
  *
88
88
  * @throws {@link InternalServerException} (server fault)
89
- * This exception is thrown when an unexpected error occurs in the processing of a request.
89
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
90
90
  *
91
91
  * @throws {@link ThrottlingException} (client fault)
92
- * The request was throttled due to too many requests. Please slow down and try again.
92
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
93
93
  *
94
94
  * @throws {@link ValidationException} (client fault)
95
- * A standard error for input validation failures.
96
- * This should be thrown by services when a member of the input structure
97
- * falls outside of the modeled or documented constraints.
95
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
98
96
  *
99
97
  * @throws {@link AccessDeniedException} (client fault)
100
- * Access to the requested resource is denied due to insufficient permissions.
98
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
101
99
  *
102
100
  * @throws {@link ConflictException} (client fault)
103
- * The request conflicts with the current state of the resource.
101
+ * <p>The request conflicts with the current state of the resource.</p>
104
102
  *
105
103
  * @throws {@link ContentSizeExceededException} (client fault)
106
- * This exception is thrown when the content size exceeds the allowed limit.
104
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
107
105
  *
108
106
  * @throws {@link InvalidParameterException} (client fault)
109
- * One or more parameters provided in the request are invalid.
107
+ * <p>One or more parameters provided in the request are invalid.</p>
110
108
  *
111
109
  * @throws {@link ResourceNotFoundException} (client fault)
112
- * The requested resource could not be found.
110
+ * <p>The requested resource could not be found.</p>
113
111
  *
114
112
  * @throws {@link ServiceQuotaExceededException} (client fault)
115
- * The request would exceed the service quota limit.
113
+ * <p>The request would exceed the service quota limit.</p>
116
114
  *
117
115
  * @throws {@link DevOpsAgentServiceException}
118
116
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetAccountUsageCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves monthly account usage metrics and limits for the AWS account.
32
+ * <p>Retrieves monthly account usage metrics and limits for the AWS account.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -71,33 +71,31 @@ declare const GetAccountUsageCommand_base: {
71
71
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
72
72
  *
73
73
  * @throws {@link AccessDeniedException} (client fault)
74
- * Access to the requested resource is denied due to insufficient permissions.
74
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
75
75
  *
76
76
  * @throws {@link InternalServerException} (server fault)
77
- * This exception is thrown when an unexpected error occurs in the processing of a request.
77
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
78
78
  *
79
79
  * @throws {@link ResourceNotFoundException} (client fault)
80
- * The requested resource could not be found.
80
+ * <p>The requested resource could not be found.</p>
81
81
  *
82
82
  * @throws {@link ThrottlingException} (client fault)
83
- * The request was throttled due to too many requests. Please slow down and try again.
83
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
84
84
  *
85
85
  * @throws {@link ValidationException} (client fault)
86
- * A standard error for input validation failures.
87
- * This should be thrown by services when a member of the input structure
88
- * falls outside of the modeled or documented constraints.
86
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
89
87
  *
90
88
  * @throws {@link ConflictException} (client fault)
91
- * The request conflicts with the current state of the resource.
89
+ * <p>The request conflicts with the current state of the resource.</p>
92
90
  *
93
91
  * @throws {@link ContentSizeExceededException} (client fault)
94
- * This exception is thrown when the content size exceeds the allowed limit.
92
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
95
93
  *
96
94
  * @throws {@link InvalidParameterException} (client fault)
97
- * One or more parameters provided in the request are invalid.
95
+ * <p>One or more parameters provided in the request are invalid.</p>
98
96
  *
99
97
  * @throws {@link ServiceQuotaExceededException} (client fault)
100
- * The request would exceed the service quota limit.
98
+ * <p>The request would exceed the service quota limit.</p>
101
99
  *
102
100
  * @throws {@link DevOpsAgentServiceException}
103
101
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetAgentSpaceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves detailed information about a specific AgentSpace.
32
+ * <p>Retrieves detailed information about a specific AgentSpace.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -67,33 +67,31 @@ declare const GetAgentSpaceCommand_base: {
67
67
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
68
68
  *
69
69
  * @throws {@link InternalServerException} (server fault)
70
- * This exception is thrown when an unexpected error occurs in the processing of a request.
70
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
73
- * The requested resource could not be found.
73
+ * <p>The requested resource could not be found.</p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
- * The request was throttled due to too many requests. Please slow down and try again.
76
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * A standard error for input validation failures.
80
- * This should be thrown by services when a member of the input structure
81
- * falls outside of the modeled or documented constraints.
79
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
82
80
  *
83
81
  * @throws {@link AccessDeniedException} (client fault)
84
- * Access to the requested resource is denied due to insufficient permissions.
82
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
85
83
  *
86
84
  * @throws {@link ConflictException} (client fault)
87
- * The request conflicts with the current state of the resource.
85
+ * <p>The request conflicts with the current state of the resource.</p>
88
86
  *
89
87
  * @throws {@link ContentSizeExceededException} (client fault)
90
- * This exception is thrown when the content size exceeds the allowed limit.
88
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
91
89
  *
92
90
  * @throws {@link InvalidParameterException} (client fault)
93
- * One or more parameters provided in the request are invalid.
91
+ * <p>One or more parameters provided in the request are invalid.</p>
94
92
  *
95
93
  * @throws {@link ServiceQuotaExceededException} (client fault)
96
- * The request would exceed the service quota limit.
94
+ * <p>The request would exceed the service quota limit.</p>
97
95
  *
98
96
  * @throws {@link DevOpsAgentServiceException}
99
97
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>