@aws-sdk/client-devops-agent 3.1049.0 → 3.1051.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 GetAssociationCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves given associations configured for a specific AgentSpace.
32
+ * <p>Retrieves given associations configured for 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
@@ -135,6 +135,11 @@ declare const GetAssociationCommand_base: {
135
135
  * // ],
136
136
  * // customerEmail: "STRING_VALUE", // required
137
137
  * // },
138
+ * // mcpserversigv4: { // MCPServerSigV4Configuration
139
+ * // tools: [ // required
140
+ * // "STRING_VALUE",
141
+ * // ],
142
+ * // },
138
143
  * // },
139
144
  * // },
140
145
  * // };
@@ -148,33 +153,31 @@ declare const GetAssociationCommand_base: {
148
153
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
149
154
  *
150
155
  * @throws {@link InternalServerException} (server fault)
151
- * This exception is thrown when an unexpected error occurs in the processing of a request.
156
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
152
157
  *
153
158
  * @throws {@link ResourceNotFoundException} (client fault)
154
- * The requested resource could not be found.
159
+ * <p>The requested resource could not be found.</p>
155
160
  *
156
161
  * @throws {@link ThrottlingException} (client fault)
157
- * The request was throttled due to too many requests. Please slow down and try again.
162
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
158
163
  *
159
164
  * @throws {@link ValidationException} (client fault)
160
- * A standard error for input validation failures.
161
- * This should be thrown by services when a member of the input structure
162
- * falls outside of the modeled or documented constraints.
165
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
163
166
  *
164
167
  * @throws {@link AccessDeniedException} (client fault)
165
- * Access to the requested resource is denied due to insufficient permissions.
168
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
166
169
  *
167
170
  * @throws {@link ConflictException} (client fault)
168
- * The request conflicts with the current state of the resource.
171
+ * <p>The request conflicts with the current state of the resource.</p>
169
172
  *
170
173
  * @throws {@link ContentSizeExceededException} (client fault)
171
- * This exception is thrown when the content size exceeds the allowed limit.
174
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
172
175
  *
173
176
  * @throws {@link InvalidParameterException} (client fault)
174
- * One or more parameters provided in the request are invalid.
177
+ * <p>One or more parameters provided in the request are invalid.</p>
175
178
  *
176
179
  * @throws {@link ServiceQuotaExceededException} (client fault)
177
- * The request would exceed the service quota limit.
180
+ * <p>The request would exceed the service quota limit.</p>
178
181
  *
179
182
  * @throws {@link DevOpsAgentServiceException}
180
183
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetBacklogTaskCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Gets a backlog task for the specified agent space and task id
32
+ * <p>Gets a backlog task for the specified agent space and task id</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -81,33 +81,31 @@ declare const GetBacklogTaskCommand_base: {
81
81
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
82
82
  *
83
83
  * @throws {@link AccessDeniedException} (client fault)
84
- * Access to the requested resource is denied due to insufficient permissions.
84
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
85
85
  *
86
86
  * @throws {@link ConflictException} (client fault)
87
- * The request conflicts with the current state of the resource.
87
+ * <p>The request conflicts with the current state of the resource.</p>
88
88
  *
89
89
  * @throws {@link InternalServerException} (server fault)
90
- * This exception is thrown when an unexpected error occurs in the processing of a request.
90
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
91
91
  *
92
92
  * @throws {@link ResourceNotFoundException} (client fault)
93
- * The requested resource could not be found.
93
+ * <p>The requested resource could not be found.</p>
94
94
  *
95
95
  * @throws {@link ThrottlingException} (client fault)
96
- * The request was throttled due to too many requests. Please slow down and try again.
96
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
97
97
  *
98
98
  * @throws {@link ValidationException} (client fault)
99
- * A standard error for input validation failures.
100
- * This should be thrown by services when a member of the input structure
101
- * falls outside of the modeled or documented constraints.
99
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
102
100
  *
103
101
  * @throws {@link ContentSizeExceededException} (client fault)
104
- * This exception is thrown when the content size exceeds the allowed limit.
102
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
105
103
  *
106
104
  * @throws {@link InvalidParameterException} (client fault)
107
- * One or more parameters provided in the request are invalid.
105
+ * <p>One or more parameters provided in the request are invalid.</p>
108
106
  *
109
107
  * @throws {@link ServiceQuotaExceededException} (client fault)
110
- * The request would exceed the service quota limit.
108
+ * <p>The request would exceed the service quota limit.</p>
111
109
  *
112
110
  * @throws {@link DevOpsAgentServiceException}
113
111
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetOperatorAppCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Get the full auth configuration of operator including any enabled auth flow
32
+ * <p>Get the full auth configuration of operator including any enabled auth flow</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -75,33 +75,31 @@ declare const GetOperatorAppCommand_base: {
75
75
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
76
76
  *
77
77
  * @throws {@link InternalServerException} (server fault)
78
- * This exception is thrown when an unexpected error occurs in the processing of a request.
78
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
79
79
  *
80
80
  * @throws {@link ThrottlingException} (client fault)
81
- * The request was throttled due to too many requests. Please slow down and try again.
81
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * A standard error for input validation failures.
85
- * This should be thrown by services when a member of the input structure
86
- * falls outside of the modeled or documented constraints.
84
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
87
85
  *
88
86
  * @throws {@link AccessDeniedException} (client fault)
89
- * Access to the requested resource is denied due to insufficient permissions.
87
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
90
88
  *
91
89
  * @throws {@link ConflictException} (client fault)
92
- * The request conflicts with the current state of the resource.
90
+ * <p>The request conflicts with the current state of the resource.</p>
93
91
  *
94
92
  * @throws {@link ContentSizeExceededException} (client fault)
95
- * This exception is thrown when the content size exceeds the allowed limit.
93
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
96
94
  *
97
95
  * @throws {@link InvalidParameterException} (client fault)
98
- * One or more parameters provided in the request are invalid.
96
+ * <p>One or more parameters provided in the request are invalid.</p>
99
97
  *
100
98
  * @throws {@link ResourceNotFoundException} (client fault)
101
- * The requested resource could not be found.
99
+ * <p>The requested resource could not be found.</p>
102
100
  *
103
101
  * @throws {@link ServiceQuotaExceededException} (client fault)
104
- * The request would exceed the service quota limit.
102
+ * <p>The request would exceed the service quota limit.</p>
105
103
  *
106
104
  * @throws {@link DevOpsAgentServiceException}
107
105
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetRecommendationCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves a specific recommendation by its ID
32
+ * <p>Retrieves a specific recommendation by its ID</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -60,6 +60,8 @@ declare const GetRecommendationCommand_base: {
60
60
  * // priority: "HIGH" || "MEDIUM" || "LOW", // required
61
61
  * // goalVersion: Number("long"),
62
62
  * // additionalContext: "STRING_VALUE",
63
+ * // rankPosition: Number("int"),
64
+ * // rankedAt: new Date("TIMESTAMP"),
63
65
  * // createdAt: new Date("TIMESTAMP"), // required
64
66
  * // updatedAt: new Date("TIMESTAMP"), // required
65
67
  * // version: Number("long"), // required
@@ -75,33 +77,31 @@ declare const GetRecommendationCommand_base: {
75
77
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
76
78
  *
77
79
  * @throws {@link AccessDeniedException} (client fault)
78
- * Access to the requested resource is denied due to insufficient permissions.
80
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
79
81
  *
80
82
  * @throws {@link InternalServerException} (server fault)
81
- * This exception is thrown when an unexpected error occurs in the processing of a request.
83
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
82
84
  *
83
85
  * @throws {@link ResourceNotFoundException} (client fault)
84
- * The requested resource could not be found.
86
+ * <p>The requested resource could not be found.</p>
85
87
  *
86
88
  * @throws {@link ThrottlingException} (client fault)
87
- * The request was throttled due to too many requests. Please slow down and try again.
89
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
88
90
  *
89
91
  * @throws {@link ValidationException} (client fault)
90
- * A standard error for input validation failures.
91
- * This should be thrown by services when a member of the input structure
92
- * falls outside of the modeled or documented constraints.
92
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
93
93
  *
94
94
  * @throws {@link ConflictException} (client fault)
95
- * The request conflicts with the current state of the resource.
95
+ * <p>The request conflicts with the current state of the resource.</p>
96
96
  *
97
97
  * @throws {@link ContentSizeExceededException} (client fault)
98
- * This exception is thrown when the content size exceeds the allowed limit.
98
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
99
99
  *
100
100
  * @throws {@link InvalidParameterException} (client fault)
101
- * One or more parameters provided in the request are invalid.
101
+ * <p>One or more parameters provided in the request are invalid.</p>
102
102
  *
103
103
  * @throws {@link ServiceQuotaExceededException} (client fault)
104
- * The request would exceed the service quota limit.
104
+ * <p>The request would exceed the service quota limit.</p>
105
105
  *
106
106
  * @throws {@link DevOpsAgentServiceException}
107
107
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const GetServiceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves given service by it's unique identifier
32
+ * <p>Retrieves given service by it's unique identifier</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -46,7 +46,7 @@ declare const GetServiceCommand_base: {
46
46
  * // { // GetServiceOutput
47
47
  * // service: { // RegisteredService
48
48
  * // serviceId: "STRING_VALUE", // required
49
- * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
49
+ * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
50
50
  * // name: "STRING_VALUE",
51
51
  * // accessibleResources: [ // DocumentList
52
52
  * // "DOCUMENT_VALUE",
@@ -115,6 +115,17 @@ declare const GetServiceCommand_base: {
115
115
  * // "STRING_VALUE",
116
116
  * // ],
117
117
  * // },
118
+ * // mcpserversigv4: { // RegisteredMCPServerSigV4Details
119
+ * // name: "STRING_VALUE", // required
120
+ * // endpoint: "STRING_VALUE", // required
121
+ * // description: "STRING_VALUE",
122
+ * // region: "STRING_VALUE", // required
123
+ * // service: "STRING_VALUE", // required
124
+ * // roleArn: "STRING_VALUE", // required
125
+ * // customHeaders: { // CustomHeaders
126
+ * // "<keys>": "STRING_VALUE",
127
+ * // },
128
+ * // },
118
129
  * // },
119
130
  * // kmsKeyArn: "STRING_VALUE",
120
131
  * // privateConnectionName: "STRING_VALUE",
@@ -133,33 +144,31 @@ declare const GetServiceCommand_base: {
133
144
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
134
145
  *
135
146
  * @throws {@link InternalServerException} (server fault)
136
- * This exception is thrown when an unexpected error occurs in the processing of a request.
147
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
137
148
  *
138
149
  * @throws {@link ResourceNotFoundException} (client fault)
139
- * The requested resource could not be found.
150
+ * <p>The requested resource could not be found.</p>
140
151
  *
141
152
  * @throws {@link ThrottlingException} (client fault)
142
- * The request was throttled due to too many requests. Please slow down and try again.
153
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
143
154
  *
144
155
  * @throws {@link ValidationException} (client fault)
145
- * A standard error for input validation failures.
146
- * This should be thrown by services when a member of the input structure
147
- * falls outside of the modeled or documented constraints.
156
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
148
157
  *
149
158
  * @throws {@link AccessDeniedException} (client fault)
150
- * Access to the requested resource is denied due to insufficient permissions.
159
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
151
160
  *
152
161
  * @throws {@link ConflictException} (client fault)
153
- * The request conflicts with the current state of the resource.
162
+ * <p>The request conflicts with the current state of the resource.</p>
154
163
  *
155
164
  * @throws {@link ContentSizeExceededException} (client fault)
156
- * This exception is thrown when the content size exceeds the allowed limit.
165
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
157
166
  *
158
167
  * @throws {@link InvalidParameterException} (client fault)
159
- * One or more parameters provided in the request are invalid.
168
+ * <p>One or more parameters provided in the request are invalid.</p>
160
169
  *
161
170
  * @throws {@link ServiceQuotaExceededException} (client fault)
162
- * The request would exceed the service quota limit.
171
+ * <p>The request would exceed the service quota limit.</p>
163
172
  *
164
173
  * @throws {@link DevOpsAgentServiceException}
165
174
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListAgentSpacesCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists all AgentSpaces with optional pagination.
32
+ * <p>Lists all AgentSpaces with optional pagination.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -68,33 +68,31 @@ declare const ListAgentSpacesCommand_base: {
68
68
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
69
69
  *
70
70
  * @throws {@link InternalServerException} (server fault)
71
- * This exception is thrown when an unexpected error occurs in the processing of a request.
71
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
72
72
  *
73
73
  * @throws {@link ThrottlingException} (client fault)
74
- * The request was throttled due to too many requests. Please slow down and try again.
74
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
75
75
  *
76
76
  * @throws {@link ValidationException} (client fault)
77
- * A standard error for input validation failures.
78
- * This should be thrown by services when a member of the input structure
79
- * falls outside of the modeled or documented constraints.
77
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
80
78
  *
81
79
  * @throws {@link AccessDeniedException} (client fault)
82
- * Access to the requested resource is denied due to insufficient permissions.
80
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
83
81
  *
84
82
  * @throws {@link ConflictException} (client fault)
85
- * The request conflicts with the current state of the resource.
83
+ * <p>The request conflicts with the current state of the resource.</p>
86
84
  *
87
85
  * @throws {@link ContentSizeExceededException} (client fault)
88
- * This exception is thrown when the content size exceeds the allowed limit.
86
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
89
87
  *
90
88
  * @throws {@link InvalidParameterException} (client fault)
91
- * One or more parameters provided in the request are invalid.
89
+ * <p>One or more parameters provided in the request are invalid.</p>
92
90
  *
93
91
  * @throws {@link ResourceNotFoundException} (client fault)
94
- * The requested resource could not be found.
92
+ * <p>The requested resource could not be found.</p>
95
93
  *
96
94
  * @throws {@link ServiceQuotaExceededException} (client fault)
97
- * The request would exceed the service quota limit.
95
+ * <p>The request would exceed the service quota limit.</p>
98
96
  *
99
97
  * @throws {@link DevOpsAgentServiceException}
100
98
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListAssociationsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List all associations for given AgentSpace
32
+ * <p>List all associations for 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
@@ -139,6 +139,11 @@ declare const ListAssociationsCommand_base: {
139
139
  * // ],
140
140
  * // customerEmail: "STRING_VALUE", // required
141
141
  * // },
142
+ * // mcpserversigv4: { // MCPServerSigV4Configuration
143
+ * // tools: [ // required
144
+ * // "STRING_VALUE",
145
+ * // ],
146
+ * // },
142
147
  * // },
143
148
  * // },
144
149
  * // ],
@@ -153,33 +158,31 @@ declare const ListAssociationsCommand_base: {
153
158
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
154
159
  *
155
160
  * @throws {@link InternalServerException} (server fault)
156
- * This exception is thrown when an unexpected error occurs in the processing of a request.
161
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
157
162
  *
158
163
  * @throws {@link ResourceNotFoundException} (client fault)
159
- * The requested resource could not be found.
164
+ * <p>The requested resource could not be found.</p>
160
165
  *
161
166
  * @throws {@link ThrottlingException} (client fault)
162
- * The request was throttled due to too many requests. Please slow down and try again.
167
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
163
168
  *
164
169
  * @throws {@link ValidationException} (client fault)
165
- * A standard error for input validation failures.
166
- * This should be thrown by services when a member of the input structure
167
- * falls outside of the modeled or documented constraints.
170
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
168
171
  *
169
172
  * @throws {@link AccessDeniedException} (client fault)
170
- * Access to the requested resource is denied due to insufficient permissions.
173
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
171
174
  *
172
175
  * @throws {@link ConflictException} (client fault)
173
- * The request conflicts with the current state of the resource.
176
+ * <p>The request conflicts with the current state of the resource.</p>
174
177
  *
175
178
  * @throws {@link ContentSizeExceededException} (client fault)
176
- * This exception is thrown when the content size exceeds the allowed limit.
179
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
177
180
  *
178
181
  * @throws {@link InvalidParameterException} (client fault)
179
- * One or more parameters provided in the request are invalid.
182
+ * <p>One or more parameters provided in the request are invalid.</p>
180
183
  *
181
184
  * @throws {@link ServiceQuotaExceededException} (client fault)
182
- * The request would exceed the service quota limit.
185
+ * <p>The request would exceed the service quota limit.</p>
183
186
  *
184
187
  * @throws {@link DevOpsAgentServiceException}
185
188
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListBacklogTasksCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists backlog tasks in the specified agent space with optional filtering and sorting
32
+ * <p>Lists backlog tasks in the specified agent space with optional filtering and sorting</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -101,33 +101,31 @@ declare const ListBacklogTasksCommand_base: {
101
101
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
102
102
  *
103
103
  * @throws {@link AccessDeniedException} (client fault)
104
- * Access to the requested resource is denied due to insufficient permissions.
104
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
105
105
  *
106
106
  * @throws {@link InternalServerException} (server fault)
107
- * This exception is thrown when an unexpected error occurs in the processing of a request.
107
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
108
108
  *
109
109
  * @throws {@link ThrottlingException} (client fault)
110
- * The request was throttled due to too many requests. Please slow down and try again.
110
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
111
111
  *
112
112
  * @throws {@link ValidationException} (client fault)
113
- * A standard error for input validation failures.
114
- * This should be thrown by services when a member of the input structure
115
- * falls outside of the modeled or documented constraints.
113
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
116
114
  *
117
115
  * @throws {@link ConflictException} (client fault)
118
- * The request conflicts with the current state of the resource.
116
+ * <p>The request conflicts with the current state of the resource.</p>
119
117
  *
120
118
  * @throws {@link ContentSizeExceededException} (client fault)
121
- * This exception is thrown when the content size exceeds the allowed limit.
119
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
122
120
  *
123
121
  * @throws {@link InvalidParameterException} (client fault)
124
- * One or more parameters provided in the request are invalid.
122
+ * <p>One or more parameters provided in the request are invalid.</p>
125
123
  *
126
124
  * @throws {@link ResourceNotFoundException} (client fault)
127
- * The requested resource could not be found.
125
+ * <p>The requested resource could not be found.</p>
128
126
  *
129
127
  * @throws {@link ServiceQuotaExceededException} (client fault)
130
- * The request would exceed the service quota limit.
128
+ * <p>The request would exceed the service quota limit.</p>
131
129
  *
132
130
  * @throws {@link DevOpsAgentServiceException}
133
131
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListChatsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Retrieves a paginated list of the user's recent chat executions
32
+ * <p>Retrieves a paginated list of the user's recent chat executions</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 ListChatsCommand_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>
@@ -29,7 +29,7 @@ declare const ListExecutionsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List executions
32
+ * <p>List executions</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -72,33 +72,31 @@ declare const ListExecutionsCommand_base: {
72
72
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
73
73
  *
74
74
  * @throws {@link AccessDeniedException} (client fault)
75
- * Access to the requested resource is denied due to insufficient permissions.
75
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
76
76
  *
77
77
  * @throws {@link ConflictException} (client fault)
78
- * The request conflicts with the current state of the resource.
78
+ * <p>The request conflicts with the current state of the resource.</p>
79
79
  *
80
80
  * @throws {@link InternalServerException} (server fault)
81
- * This exception is thrown when an unexpected error occurs in the processing of a request.
81
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
82
82
  *
83
83
  * @throws {@link ThrottlingException} (client fault)
84
- * The request was throttled due to too many requests. Please slow down and try again.
84
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
85
85
  *
86
86
  * @throws {@link ValidationException} (client fault)
87
- * A standard error for input validation failures.
88
- * This should be thrown by services when a member of the input structure
89
- * falls outside of the modeled or documented constraints.
87
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
90
88
  *
91
89
  * @throws {@link ContentSizeExceededException} (client fault)
92
- * This exception is thrown when the content size exceeds the allowed limit.
90
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
93
91
  *
94
92
  * @throws {@link InvalidParameterException} (client fault)
95
- * One or more parameters provided in the request are invalid.
93
+ * <p>One or more parameters provided in the request are invalid.</p>
96
94
  *
97
95
  * @throws {@link ResourceNotFoundException} (client fault)
98
- * The requested resource could not be found.
96
+ * <p>The requested resource could not be found.</p>
99
97
  *
100
98
  * @throws {@link ServiceQuotaExceededException} (client fault)
101
- * The request would exceed the service quota limit.
99
+ * <p>The request would exceed the service quota limit.</p>
102
100
  *
103
101
  * @throws {@link DevOpsAgentServiceException}
104
102
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListGoalsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists goals in the specified agent space with optional filtering
32
+ * <p>Lists goals in the specified agent space with optional filtering</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,33 +83,31 @@ declare const ListGoalsCommand_base: {
83
83
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
84
84
  *
85
85
  * @throws {@link AccessDeniedException} (client fault)
86
- * Access to the requested resource is denied due to insufficient permissions.
86
+ * <p>Access to the requested resource is denied due to insufficient permissions.</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 ConflictException} (client fault)
100
- * The request conflicts with the current state of the resource.
98
+ * <p>The request conflicts with the current state of the resource.</p>
101
99
  *
102
100
  * @throws {@link ContentSizeExceededException} (client fault)
103
- * This exception is thrown when the content size exceeds the allowed limit.
101
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
104
102
  *
105
103
  * @throws {@link InvalidParameterException} (client fault)
106
- * One or more parameters provided in the request are invalid.
104
+ * <p>One or more parameters provided in the request are invalid.</p>
107
105
  *
108
106
  * @throws {@link ResourceNotFoundException} (client fault)
109
- * The requested resource could not be found.
107
+ * <p>The requested resource could not be found.</p>
110
108
  *
111
109
  * @throws {@link ServiceQuotaExceededException} (client fault)
112
- * The request would exceed the service quota limit.
110
+ * <p>The request would exceed the service quota limit.</p>
113
111
  *
114
112
  * @throws {@link DevOpsAgentServiceException}
115
113
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>