@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 ListJournalRecordsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List journal records for a specific execution
32
+ * <p>List journal records for a specific execution</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 ListJournalRecordsCommand_base: {
75
75
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
76
76
  *
77
77
  * @throws {@link AccessDeniedException} (client fault)
78
- * Access to the requested resource is denied due to insufficient permissions.
78
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
79
79
  *
80
80
  * @throws {@link ConflictException} (client fault)
81
- * The request conflicts with the current state of the resource.
81
+ * <p>The request conflicts with the current state of the resource.</p>
82
82
  *
83
83
  * @throws {@link InternalServerException} (server fault)
84
- * This exception is thrown when an unexpected error occurs in the processing of a request.
84
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
85
85
  *
86
86
  * @throws {@link ThrottlingException} (client fault)
87
- * The request was throttled due to too many requests. Please slow down and try again.
87
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
88
88
  *
89
89
  * @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.
90
+ * <p>The input fails to satisfy the constraints specified by the service.</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 ListPendingMessagesCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List pending messages for a specific execution.
32
+ * <p>List pending messages for a specific execution.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -78,33 +78,31 @@ declare const ListPendingMessagesCommand_base: {
78
78
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
79
79
  *
80
80
  * @throws {@link AccessDeniedException} (client fault)
81
- * Access to the requested resource is denied due to insufficient permissions.
81
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
82
82
  *
83
83
  * @throws {@link InternalServerException} (server fault)
84
- * This exception is thrown when an unexpected error occurs in the processing of a request.
84
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
85
85
  *
86
86
  * @throws {@link ResourceNotFoundException} (client fault)
87
- * The requested resource could not be found.
87
+ * <p>The requested resource could not be found.</p>
88
88
  *
89
89
  * @throws {@link ThrottlingException} (client fault)
90
- * The request was throttled due to too many requests. Please slow down and try again.
90
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
91
91
  *
92
92
  * @throws {@link ValidationException} (client fault)
93
- * A standard error for input validation failures.
94
- * This should be thrown by services when a member of the input structure
95
- * falls outside of the modeled or documented constraints.
93
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
96
94
  *
97
95
  * @throws {@link ConflictException} (client fault)
98
- * The request conflicts with the current state of the resource.
96
+ * <p>The request conflicts with the current state of the resource.</p>
99
97
  *
100
98
  * @throws {@link ContentSizeExceededException} (client fault)
101
- * This exception is thrown when the content size exceeds the allowed limit.
99
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
102
100
  *
103
101
  * @throws {@link InvalidParameterException} (client fault)
104
- * One or more parameters provided in the request are invalid.
102
+ * <p>One or more parameters provided in the request are invalid.</p>
105
103
  *
106
104
  * @throws {@link ServiceQuotaExceededException} (client fault)
107
- * The request would exceed the service quota limit.
105
+ * <p>The request would exceed the service quota limit.</p>
108
106
  *
109
107
  * @throws {@link DevOpsAgentServiceException}
110
108
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListPrivateConnectionsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists all Private Connections in the caller's account.
32
+ * <p>Lists all Private Connections in the caller's 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
@@ -65,33 +65,31 @@ declare const ListPrivateConnectionsCommand_base: {
65
65
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
66
66
  *
67
67
  * @throws {@link AccessDeniedException} (client fault)
68
- * Access to the requested resource is denied due to insufficient permissions.
68
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
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 ConflictException} (client fault)
82
- * The request conflicts with the current state of the resource.
80
+ * <p>The request conflicts with the current state of the resource.</p>
83
81
  *
84
82
  * @throws {@link ContentSizeExceededException} (client fault)
85
- * This exception is thrown when the content size exceeds the allowed limit.
83
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
86
84
  *
87
85
  * @throws {@link InvalidParameterException} (client fault)
88
- * One or more parameters provided in the request are invalid.
86
+ * <p>One or more parameters provided in the request are invalid.</p>
89
87
  *
90
88
  * @throws {@link ResourceNotFoundException} (client fault)
91
- * The requested resource could not be found.
89
+ * <p>The requested resource could not be found.</p>
92
90
  *
93
91
  * @throws {@link ServiceQuotaExceededException} (client fault)
94
- * The request would exceed the service quota limit.
92
+ * <p>The request would exceed the service quota limit.</p>
95
93
  *
96
94
  * @throws {@link DevOpsAgentServiceException}
97
95
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListRecommendationsCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists recommendations for the specified agent space
32
+ * <p>Lists recommendations for 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
@@ -65,6 +65,8 @@ declare const ListRecommendationsCommand_base: {
65
65
  * // priority: "HIGH" || "MEDIUM" || "LOW", // required
66
66
  * // goalVersion: Number("long"),
67
67
  * // additionalContext: "STRING_VALUE",
68
+ * // rankPosition: Number("int"),
69
+ * // rankedAt: new Date("TIMESTAMP"),
68
70
  * // createdAt: new Date("TIMESTAMP"), // required
69
71
  * // updatedAt: new Date("TIMESTAMP"), // required
70
72
  * // version: Number("long"), // required
@@ -82,33 +84,31 @@ declare const ListRecommendationsCommand_base: {
82
84
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
83
85
  *
84
86
  * @throws {@link AccessDeniedException} (client fault)
85
- * 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>
86
88
  *
87
89
  * @throws {@link InternalServerException} (server fault)
88
- * 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>
89
91
  *
90
92
  * @throws {@link ThrottlingException} (client fault)
91
- * The request was throttled due to too many requests. Please slow down and try again.
93
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
92
94
  *
93
95
  * @throws {@link ValidationException} (client fault)
94
- * A standard error for input validation failures.
95
- * This should be thrown by services when a member of the input structure
96
- * falls outside of the modeled or documented constraints.
96
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
97
97
  *
98
98
  * @throws {@link ConflictException} (client fault)
99
- * The request conflicts with the current state of the resource.
99
+ * <p>The request conflicts with the current state of the resource.</p>
100
100
  *
101
101
  * @throws {@link ContentSizeExceededException} (client fault)
102
- * 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>
103
103
  *
104
104
  * @throws {@link InvalidParameterException} (client fault)
105
- * One or more parameters provided in the request are invalid.
105
+ * <p>One or more parameters provided in the request are invalid.</p>
106
106
  *
107
107
  * @throws {@link ResourceNotFoundException} (client fault)
108
- * The requested resource could not be found.
108
+ * <p>The requested resource could not be found.</p>
109
109
  *
110
110
  * @throws {@link ServiceQuotaExceededException} (client fault)
111
- * The request would exceed the service quota limit.
111
+ * <p>The request would exceed the service quota limit.</p>
112
112
  *
113
113
  * @throws {@link DevOpsAgentServiceException}
114
114
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListServicesCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List a list of registered service on the account level.
32
+ * <p>List a list of registered service on the account level.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -41,7 +41,7 @@ declare const ListServicesCommand_base: {
41
41
  * const input = { // ListServicesInput
42
42
  * maxResults: Number("int"),
43
43
  * nextToken: "STRING_VALUE",
44
- * filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity",
44
+ * filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4",
45
45
  * };
46
46
  * const command = new ListServicesCommand(input);
47
47
  * const response = await client.send(command);
@@ -50,7 +50,7 @@ declare const ListServicesCommand_base: {
50
50
  * // services: [ // RegisteredServicesList // required
51
51
  * // { // RegisteredService
52
52
  * // serviceId: "STRING_VALUE", // required
53
- * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
53
+ * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
54
54
  * // name: "STRING_VALUE",
55
55
  * // accessibleResources: [ // DocumentList
56
56
  * // "DOCUMENT_VALUE",
@@ -119,6 +119,17 @@ declare const ListServicesCommand_base: {
119
119
  * // "STRING_VALUE",
120
120
  * // ],
121
121
  * // },
122
+ * // mcpserversigv4: { // RegisteredMCPServerSigV4Details
123
+ * // name: "STRING_VALUE", // required
124
+ * // endpoint: "STRING_VALUE", // required
125
+ * // description: "STRING_VALUE",
126
+ * // region: "STRING_VALUE", // required
127
+ * // service: "STRING_VALUE", // required
128
+ * // roleArn: "STRING_VALUE", // required
129
+ * // customHeaders: { // CustomHeaders
130
+ * // "<keys>": "STRING_VALUE",
131
+ * // },
132
+ * // },
122
133
  * // },
123
134
  * // kmsKeyArn: "STRING_VALUE",
124
135
  * // privateConnectionName: "STRING_VALUE",
@@ -135,33 +146,31 @@ declare const ListServicesCommand_base: {
135
146
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
136
147
  *
137
148
  * @throws {@link InternalServerException} (server fault)
138
- * This exception is thrown when an unexpected error occurs in the processing of a request.
149
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
139
150
  *
140
151
  * @throws {@link ThrottlingException} (client fault)
141
- * The request was throttled due to too many requests. Please slow down and try again.
152
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
142
153
  *
143
154
  * @throws {@link ValidationException} (client fault)
144
- * A standard error for input validation failures.
145
- * This should be thrown by services when a member of the input structure
146
- * falls outside of the modeled or documented constraints.
155
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
147
156
  *
148
157
  * @throws {@link AccessDeniedException} (client fault)
149
- * Access to the requested resource is denied due to insufficient permissions.
158
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
150
159
  *
151
160
  * @throws {@link ConflictException} (client fault)
152
- * The request conflicts with the current state of the resource.
161
+ * <p>The request conflicts with the current state of the resource.</p>
153
162
  *
154
163
  * @throws {@link ContentSizeExceededException} (client fault)
155
- * This exception is thrown when the content size exceeds the allowed limit.
164
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
156
165
  *
157
166
  * @throws {@link InvalidParameterException} (client fault)
158
- * One or more parameters provided in the request are invalid.
167
+ * <p>One or more parameters provided in the request are invalid.</p>
159
168
  *
160
169
  * @throws {@link ResourceNotFoundException} (client fault)
161
- * The requested resource could not be found.
170
+ * <p>The requested resource could not be found.</p>
162
171
  *
163
172
  * @throws {@link ServiceQuotaExceededException} (client fault)
164
- * The request would exceed the service quota limit.
173
+ * <p>The request would exceed the service quota limit.</p>
165
174
  *
166
175
  * @throws {@link DevOpsAgentServiceException}
167
176
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const ListTagsForResourceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Lists tags for the specified AWS DevOps Agent resource.
32
+ * <p>Lists tags for the specified AWS DevOps Agent 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
@@ -58,33 +58,31 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
59
59
  *
60
60
  * @throws {@link AccessDeniedException} (client fault)
61
- * Access to the requested resource is denied due to insufficient permissions.
61
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
62
62
  *
63
63
  * @throws {@link InternalServerException} (server fault)
64
- * This exception is thrown when an unexpected error occurs in the processing of a request.
64
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
65
65
  *
66
66
  * @throws {@link ResourceNotFoundException} (client fault)
67
- * The requested resource could not be found.
67
+ * <p>The requested resource could not be found.</p>
68
68
  *
69
69
  * @throws {@link ValidationException} (client fault)
70
- * A standard error for input validation failures.
71
- * This should be thrown by services when a member of the input structure
72
- * falls outside of the modeled or documented constraints.
70
+ * <p>The input fails to satisfy the constraints specified by the service.</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 ThrottlingException} (client fault)
87
- * The request was throttled due to too many requests. Please slow down and try again.
85
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</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 ListWebhooksCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * List all webhooks for given Association
32
+ * <p>List all webhooks for given Association</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -63,33 +63,31 @@ declare const ListWebhooksCommand_base: {
63
63
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
64
64
  *
65
65
  * @throws {@link InternalServerException} (server fault)
66
- * This exception is thrown when an unexpected error occurs in the processing of a request.
66
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * The requested resource could not be found.
69
+ * <p>The requested resource could not be found.</p>
70
70
  *
71
71
  * @throws {@link ThrottlingException} (client fault)
72
- * The request was throttled due to too many requests. Please slow down and try again.
72
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
73
73
  *
74
74
  * @throws {@link ValidationException} (client fault)
75
- * A standard error for input validation failures.
76
- * This should be thrown by services when a member of the input structure
77
- * falls outside of the modeled or documented constraints.
75
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
78
76
  *
79
77
  * @throws {@link AccessDeniedException} (client fault)
80
- * Access to the requested resource is denied due to insufficient permissions.
78
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
81
79
  *
82
80
  * @throws {@link ConflictException} (client fault)
83
- * The request conflicts with the current state of the resource.
81
+ * <p>The request conflicts with the current state of the resource.</p>
84
82
  *
85
83
  * @throws {@link ContentSizeExceededException} (client fault)
86
- * This exception is thrown when the content size exceeds the allowed limit.
84
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
87
85
  *
88
86
  * @throws {@link InvalidParameterException} (client fault)
89
- * One or more parameters provided in the request are invalid.
87
+ * <p>One or more parameters provided in the request are invalid.</p>
90
88
  *
91
89
  * @throws {@link ServiceQuotaExceededException} (client fault)
92
- * The request would exceed the service quota limit.
90
+ * <p>The request would exceed the service quota limit.</p>
93
91
  *
94
92
  * @throws {@link DevOpsAgentServiceException}
95
93
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const RegisterServiceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * This operation registers the specified service
32
+ * <p>This operation registers the specified 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
@@ -39,7 +39,7 @@ declare const RegisterServiceCommand_base: {
39
39
  * const config = {}; // type is DevOpsAgentClientConfig
40
40
  * const client = new DevOpsAgentClient(config);
41
41
  * const input = { // RegisterServiceInput
42
- * service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
42
+ * service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
43
43
  * serviceDetails: { // ServiceDetails Union: only one key present
44
44
  * dynatrace: { // DynatraceServiceDetails
45
45
  * accountUrn: "STRING_VALUE", // required
@@ -258,6 +258,19 @@ declare const RegisterServiceCommand_base: {
258
258
  * "STRING_VALUE",
259
259
  * ],
260
260
  * },
261
+ * mcpserversigv4: { // MCPServerSigV4ServiceDetails
262
+ * name: "STRING_VALUE", // required
263
+ * endpoint: "STRING_VALUE", // required
264
+ * description: "STRING_VALUE",
265
+ * authorizationConfig: { // MCPServerSigV4AuthorizationConfig
266
+ * region: "STRING_VALUE", // required
267
+ * service: "STRING_VALUE", // required
268
+ * roleArn: "STRING_VALUE", // required
269
+ * customHeaders: { // CustomHeaders
270
+ * "<keys>": "STRING_VALUE",
271
+ * },
272
+ * },
273
+ * },
261
274
  * },
262
275
  * kmsKeyArn: "STRING_VALUE",
263
276
  * privateConnectionName: "STRING_VALUE",
@@ -290,33 +303,31 @@ declare const RegisterServiceCommand_base: {
290
303
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
291
304
  *
292
305
  * @throws {@link InternalServerException} (server fault)
293
- * This exception is thrown when an unexpected error occurs in the processing of a request.
306
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
294
307
  *
295
308
  * @throws {@link InvalidParameterException} (client fault)
296
- * One or more parameters provided in the request are invalid.
309
+ * <p>One or more parameters provided in the request are invalid.</p>
297
310
  *
298
311
  * @throws {@link ResourceNotFoundException} (client fault)
299
- * The requested resource could not be found.
312
+ * <p>The requested resource could not be found.</p>
300
313
  *
301
314
  * @throws {@link ValidationException} (client fault)
302
- * A standard error for input validation failures.
303
- * This should be thrown by services when a member of the input structure
304
- * falls outside of the modeled or documented constraints.
315
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
305
316
  *
306
317
  * @throws {@link AccessDeniedException} (client fault)
307
- * Access to the requested resource is denied due to insufficient permissions.
318
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
308
319
  *
309
320
  * @throws {@link ConflictException} (client fault)
310
- * The request conflicts with the current state of the resource.
321
+ * <p>The request conflicts with the current state of the resource.</p>
311
322
  *
312
323
  * @throws {@link ContentSizeExceededException} (client fault)
313
- * This exception is thrown when the content size exceeds the allowed limit.
324
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
314
325
  *
315
326
  * @throws {@link ServiceQuotaExceededException} (client fault)
316
- * The request would exceed the service quota limit.
327
+ * <p>The request would exceed the service quota limit.</p>
317
328
  *
318
329
  * @throws {@link ThrottlingException} (client fault)
319
- * The request was throttled due to too many requests. Please slow down and try again.
330
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
320
331
  *
321
332
  * @throws {@link DevOpsAgentServiceException}
322
333
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const SendMessageCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Sends a chat message and streams the response for the specified agent space execution
32
+ * <p>Sends a chat message and streams the response for the specified agent space execution</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -119,33 +119,31 @@ declare const SendMessageCommand_base: {
119
119
  * @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
120
120
  *
121
121
  * @throws {@link AccessDeniedException} (client fault)
122
- * Access to the requested resource is denied due to insufficient permissions.
122
+ * <p>Access to the requested resource is denied due to insufficient permissions.</p>
123
123
  *
124
124
  * @throws {@link InternalServerException} (server fault)
125
- * This exception is thrown when an unexpected error occurs in the processing of a request.
125
+ * <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
126
126
  *
127
127
  * @throws {@link ResourceNotFoundException} (client fault)
128
- * The requested resource could not be found.
128
+ * <p>The requested resource could not be found.</p>
129
129
  *
130
130
  * @throws {@link ServiceQuotaExceededException} (client fault)
131
- * The request would exceed the service quota limit.
131
+ * <p>The request would exceed the service quota limit.</p>
132
132
  *
133
133
  * @throws {@link ThrottlingException} (client fault)
134
- * The request was throttled due to too many requests. Please slow down and try again.
134
+ * <p>The request was throttled due to too many requests. Please slow down and try again.</p>
135
135
  *
136
136
  * @throws {@link ValidationException} (client fault)
137
- * A standard error for input validation failures.
138
- * This should be thrown by services when a member of the input structure
139
- * falls outside of the modeled or documented constraints.
137
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
140
138
  *
141
139
  * @throws {@link ConflictException} (client fault)
142
- * The request conflicts with the current state of the resource.
140
+ * <p>The request conflicts with the current state of the resource.</p>
143
141
  *
144
142
  * @throws {@link ContentSizeExceededException} (client fault)
145
- * This exception is thrown when the content size exceeds the allowed limit.
143
+ * <p>This exception is thrown when the content size exceeds the allowed limit.</p>
146
144
  *
147
145
  * @throws {@link InvalidParameterException} (client fault)
148
- * One or more parameters provided in the request are invalid.
146
+ * <p>One or more parameters provided in the request are invalid.</p>
149
147
  *
150
148
  * @throws {@link DevOpsAgentServiceException}
151
149
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
@@ -29,7 +29,7 @@ declare const TagResourceCommand_base: {
29
29
  };
30
30
  };
31
31
  /**
32
- * Adds or overwrites tags for the specified AWS DevOps Agent resource.
32
+ * <p>Adds or overwrites tags for the specified AWS DevOps Agent 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
@@ -57,33 +57,31 @@ declare const TagResourceCommand_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 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 ConflictException} (client fault)
74
- * The request conflicts with the current state of the resource.
72
+ * <p>The request conflicts with the current state of the resource.</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 ThrottlingException} (client fault)
86
- * 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>
87
85
  *
88
86
  * @throws {@link DevOpsAgentServiceException}
89
87
  * <p>Base exception class for all service exceptions from DevOpsAgent service.</p>