@aws-sdk/client-securityhub 3.934.0 → 3.936.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 (83) hide show
  1. package/dist-cjs/index.js +474 -476
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +458 -0
  4. package/dist-es/models/errors.js +193 -0
  5. package/dist-es/models/models_0.js +1 -178
  6. package/dist-es/models/models_1.js +1 -48
  7. package/dist-es/models/models_2.js +1 -359
  8. package/dist-es/models/models_3.js +1 -68
  9. package/dist-es/schemas/schemas_0.js +1 -1
  10. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +2 -1
  11. package/dist-types/commands/GetFindingsV2Command.d.ts +2 -1
  12. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  14. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  15. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  16. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  17. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +2 -1
  18. package/dist-types/commands/GetResourcesV2Command.d.ts +2 -1
  19. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  20. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  21. package/dist-types/commands/ListAggregatorsV2Command.d.ts +1 -1
  22. package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
  23. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +1 -1
  24. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListConnectorsV2Command.d.ts +1 -1
  27. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  28. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  36. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/index.d.ts +6 -1
  39. package/dist-types/models/enums.d.ts +994 -0
  40. package/dist-types/models/errors.d.ts +179 -0
  41. package/dist-types/models/models_0.d.ts +903 -305
  42. package/dist-types/models/models_1.d.ts +5669 -5639
  43. package/dist-types/models/models_2.d.ts +5423 -5594
  44. package/dist-types/models/models_3.d.ts +3 -1634
  45. package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/index.d.ts +6 -1
  74. package/dist-types/ts3.4/models/enums.d.ts +574 -0
  75. package/dist-types/ts3.4/models/errors.d.ts +106 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +209 -164
  77. package/dist-types/ts3.4/models/models_1.d.ts +205 -260
  78. package/dist-types/ts3.4/models/models_2.d.ts +398 -582
  79. package/dist-types/ts3.4/models/models_3.d.ts +13 -439
  80. package/package.json +19 -19
  81. package/dist-es/models/index.js +0 -4
  82. package/dist-types/models/index.d.ts +0 -4
  83. package/dist-types/ts3.4/models/index.d.ts +0 -4
@@ -1,38 +1,17 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { DocumentType as __DocumentType } from "@smithy/types";
3
1
  import {
4
- AdminAccount,
5
- AggregatorV2,
6
2
  AllowedOperators,
7
- AssociationFilters,
8
- AssociationStatus,
9
- AssociationType,
10
3
  AutoEnableStandards,
11
- AutomationRulesActionV2,
12
- AutomationRulesMetadata,
13
- AutomationRulesMetadataV2,
14
- ConfigurationPolicyAssociationStatus,
15
- DateFilter,
16
- MapFilter,
17
- NoteUpdate,
18
- NumberFilter,
19
- RuleStatusV2,
20
- StringFilter,
21
- } from "./models_0";
22
- import { RecordState } from "./models_1";
23
- import {
24
- AwsSecurityFindingFilters,
25
- ConfigurationOptions,
26
- ConfigurationPolicyAssociationSummary,
27
- ConfigurationPolicySummary,
28
- ConnectorProviderName,
29
- ConnectorStatus,
30
- ConnectorSummary,
31
4
  ControlFindingGenerator,
32
5
  ControlStatus,
33
- FindingAggregator,
34
6
  GroupByField,
35
- Invitation,
7
+ RecordState,
8
+ ResourceGroupByField,
9
+ RuleStatusV2,
10
+ SortOrder,
11
+ } from "./enums";
12
+ import { AutomationRulesActionV2, NoteUpdate } from "./models_0";
13
+ import {
14
+ AwsSecurityFindingFilters,
36
15
  OcsfBooleanFilter,
37
16
  OcsfDateFilter,
38
17
  OcsfIpFilter,
@@ -42,418 +21,13 @@ import {
42
21
  OrganizationConfiguration,
43
22
  ParameterConfiguration,
44
23
  Policy,
45
- Result,
46
- SecurityControlProperty,
47
- SecurityHubFeature,
48
- SeverityRating,
24
+ ProviderUpdateConfiguration,
25
+ ResourcesDateFilter,
26
+ ResourcesMapFilter,
27
+ ResourcesNumberFilter,
28
+ ResourcesStringFilter,
49
29
  SortCriterion,
50
- SortOrder,
51
- Target,
52
- TargetType,
53
30
  } from "./models_2";
54
- import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
55
- export interface GroupByValue {
56
- FieldValue?: string | undefined;
57
- Count?: number | undefined;
58
- }
59
- export interface GroupByResult {
60
- GroupByField?: string | undefined;
61
- GroupByValues?: GroupByValue[] | undefined;
62
- }
63
- export interface GetFindingStatisticsV2Response {
64
- GroupByResults?: GroupByResult[] | undefined;
65
- }
66
- export interface GetFindingsV2Response {
67
- Findings?: __DocumentType[] | undefined;
68
- NextToken?: string | undefined;
69
- }
70
- export interface GetInsightResultsRequest {
71
- InsightArn: string | undefined;
72
- }
73
- export interface InsightResultValue {
74
- GroupByAttributeValue: string | undefined;
75
- Count: number | undefined;
76
- }
77
- export interface InsightResults {
78
- InsightArn: string | undefined;
79
- GroupByAttribute: string | undefined;
80
- ResultValues: InsightResultValue[] | undefined;
81
- }
82
- export interface GetInsightResultsResponse {
83
- InsightResults: InsightResults | undefined;
84
- }
85
- export interface GetInsightsRequest {
86
- InsightArns?: string[] | undefined;
87
- NextToken?: string | undefined;
88
- MaxResults?: number | undefined;
89
- }
90
- export interface Insight {
91
- InsightArn: string | undefined;
92
- Name: string | undefined;
93
- Filters: AwsSecurityFindingFilters | undefined;
94
- GroupByAttribute: string | undefined;
95
- }
96
- export interface GetInsightsResponse {
97
- Insights: Insight[] | undefined;
98
- NextToken?: string | undefined;
99
- }
100
- export interface GetInvitationsCountRequest {}
101
- export interface GetInvitationsCountResponse {
102
- InvitationsCount?: number | undefined;
103
- }
104
- export interface GetMasterAccountRequest {}
105
- export interface GetMasterAccountResponse {
106
- Master?: Invitation | undefined;
107
- }
108
- export interface GetMembersRequest {
109
- AccountIds: string[] | undefined;
110
- }
111
- export interface Member {
112
- AccountId?: string | undefined;
113
- Email?: string | undefined;
114
- MasterId?: string | undefined;
115
- AdministratorId?: string | undefined;
116
- MemberStatus?: string | undefined;
117
- InvitedAt?: Date | undefined;
118
- UpdatedAt?: Date | undefined;
119
- }
120
- export interface GetMembersResponse {
121
- Members?: Member[] | undefined;
122
- UnprocessedAccounts?: Result[] | undefined;
123
- }
124
- export declare const ResourcesDateField: {
125
- readonly RESOURCE_CREATION_TIME_DT: "ResourceCreationTime";
126
- readonly RESOURCE_DETAIL_CAPTURE_TIME_DT: "ResourceDetailCaptureTime";
127
- };
128
- export type ResourcesDateField =
129
- (typeof ResourcesDateField)[keyof typeof ResourcesDateField];
130
- export interface ResourcesDateFilter {
131
- FieldName?: ResourcesDateField | undefined;
132
- Filter?: DateFilter | undefined;
133
- }
134
- export declare const ResourcesMapField: {
135
- readonly TAG: "ResourceTags";
136
- };
137
- export type ResourcesMapField =
138
- (typeof ResourcesMapField)[keyof typeof ResourcesMapField];
139
- export interface ResourcesMapFilter {
140
- FieldName?: ResourcesMapField | undefined;
141
- Filter?: MapFilter | undefined;
142
- }
143
- export declare const ResourcesNumberField: {
144
- readonly SEVERITY_CRITICAL: "FindingsSummary.Severities.Critical";
145
- readonly SEVERITY_FATAL: "FindingsSummary.Severities.Fatal";
146
- readonly SEVERITY_HIGH: "FindingsSummary.Severities.High";
147
- readonly SEVERITY_INFORMATIONAL: "FindingsSummary.Severities.Informational";
148
- readonly SEVERITY_LOW: "FindingsSummary.Severities.Low";
149
- readonly SEVERITY_MEDIUM: "FindingsSummary.Severities.Medium";
150
- readonly SEVERITY_OTHER: "FindingsSummary.Severities.Other";
151
- readonly SEVERITY_UNKNOWN: "FindingsSummary.Severities.Unknown";
152
- readonly TOTAL_FINDINGS: "FindingsSummary.TotalFindings";
153
- };
154
- export type ResourcesNumberField =
155
- (typeof ResourcesNumberField)[keyof typeof ResourcesNumberField];
156
- export interface ResourcesNumberFilter {
157
- FieldName?: ResourcesNumberField | undefined;
158
- Filter?: NumberFilter | undefined;
159
- }
160
- export declare const ResourcesStringField: {
161
- readonly ACCOUNT_ID: "AccountId";
162
- readonly FINDING_TYPE: "FindingsSummary.FindingType";
163
- readonly PRODUCT_NAME: "FindingsSummary.ProductName";
164
- readonly REGION: "Region";
165
- readonly RESOURCE_CATEGORY: "ResourceCategory";
166
- readonly RESOURCE_GUID: "ResourceGuid";
167
- readonly RESOURCE_ID: "ResourceId";
168
- readonly RESOURCE_NAME: "ResourceName";
169
- readonly RESOURCE_TYPE: "ResourceType";
170
- };
171
- export type ResourcesStringField =
172
- (typeof ResourcesStringField)[keyof typeof ResourcesStringField];
173
- export interface ResourcesStringFilter {
174
- FieldName?: ResourcesStringField | undefined;
175
- Filter?: StringFilter | undefined;
176
- }
177
- export declare const ResourceGroupByField: {
178
- readonly ACCOUNT_ID: "AccountId";
179
- readonly FINDING_TYPE: "FindingsSummary.FindingType";
180
- readonly REGION: "Region";
181
- readonly RESOURCE_CATEGORY: "ResourceCategory";
182
- readonly RESOURCE_NAME: "ResourceName";
183
- readonly RESOURCE_TYPE: "ResourceType";
184
- };
185
- export type ResourceGroupByField =
186
- (typeof ResourceGroupByField)[keyof typeof ResourceGroupByField];
187
- export interface GetResourcesStatisticsV2Response {
188
- GroupByResults: GroupByResult[] | undefined;
189
- }
190
- export interface ResourceSeverityBreakdown {
191
- Other?: number | undefined;
192
- Fatal?: number | undefined;
193
- Critical?: number | undefined;
194
- High?: number | undefined;
195
- Medium?: number | undefined;
196
- Low?: number | undefined;
197
- Informational?: number | undefined;
198
- Unknown?: number | undefined;
199
- }
200
- export interface ResourceFindingsSummary {
201
- FindingType: string | undefined;
202
- ProductName: string | undefined;
203
- TotalFindings: number | undefined;
204
- Severities?: ResourceSeverityBreakdown | undefined;
205
- }
206
- export declare const ResourceCategory: {
207
- readonly AI_ML: "AI/ML";
208
- readonly CODE: "Code";
209
- readonly COMPUTE: "Compute";
210
- readonly DATABASE: "Database";
211
- readonly IDENTITY: "Identity";
212
- readonly NETWORK: "Network";
213
- readonly OTHER: "Other";
214
- readonly STORAGE: "Storage";
215
- };
216
- export type ResourceCategory =
217
- (typeof ResourceCategory)[keyof typeof ResourceCategory];
218
- export interface ResourceTag {
219
- Key: string | undefined;
220
- Value: string | undefined;
221
- }
222
- export interface ResourceResult {
223
- ResourceGuid?: string | undefined;
224
- ResourceId: string | undefined;
225
- AccountId: string | undefined;
226
- Region: string | undefined;
227
- ResourceCategory?: ResourceCategory | undefined;
228
- ResourceType?: string | undefined;
229
- ResourceName?: string | undefined;
230
- ResourceCreationTimeDt?: string | undefined;
231
- ResourceDetailCaptureTimeDt: string | undefined;
232
- FindingsSummary?: ResourceFindingsSummary[] | undefined;
233
- ResourceTags?: ResourceTag[] | undefined;
234
- ResourceConfig: __DocumentType | undefined;
235
- }
236
- export interface GetResourcesV2Response {
237
- Resources: ResourceResult[] | undefined;
238
- NextToken?: string | undefined;
239
- }
240
- export interface GetSecurityControlDefinitionRequest {
241
- SecurityControlId: string | undefined;
242
- }
243
- export declare const RegionAvailabilityStatus: {
244
- readonly AVAILABLE: "AVAILABLE";
245
- readonly UNAVAILABLE: "UNAVAILABLE";
246
- };
247
- export type RegionAvailabilityStatus =
248
- (typeof RegionAvailabilityStatus)[keyof typeof RegionAvailabilityStatus];
249
- export interface ParameterDefinition {
250
- Description: string | undefined;
251
- ConfigurationOptions: ConfigurationOptions | undefined;
252
- }
253
- export interface SecurityControlDefinition {
254
- SecurityControlId: string | undefined;
255
- Title: string | undefined;
256
- Description: string | undefined;
257
- RemediationUrl: string | undefined;
258
- SeverityRating: SeverityRating | undefined;
259
- CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
260
- CustomizableProperties?: SecurityControlProperty[] | undefined;
261
- ParameterDefinitions?: Record<string, ParameterDefinition> | undefined;
262
- }
263
- export interface GetSecurityControlDefinitionResponse {
264
- SecurityControlDefinition: SecurityControlDefinition | undefined;
265
- }
266
- export interface InviteMembersRequest {
267
- AccountIds: string[] | undefined;
268
- }
269
- export interface InviteMembersResponse {
270
- UnprocessedAccounts?: Result[] | undefined;
271
- }
272
- export interface JiraCloudUpdateConfiguration {
273
- ProjectKey: string | undefined;
274
- }
275
- export interface ListAggregatorsV2Request {
276
- NextToken?: string | undefined;
277
- MaxResults?: number | undefined;
278
- }
279
- export interface ListAggregatorsV2Response {
280
- AggregatorsV2?: AggregatorV2[] | undefined;
281
- NextToken?: string | undefined;
282
- }
283
- export interface ListAutomationRulesRequest {
284
- NextToken?: string | undefined;
285
- MaxResults?: number | undefined;
286
- }
287
- export interface ListAutomationRulesResponse {
288
- AutomationRulesMetadata?: AutomationRulesMetadata[] | undefined;
289
- NextToken?: string | undefined;
290
- }
291
- export interface ListAutomationRulesV2Request {
292
- NextToken?: string | undefined;
293
- MaxResults?: number | undefined;
294
- }
295
- export interface ListAutomationRulesV2Response {
296
- Rules?: AutomationRulesMetadataV2[] | undefined;
297
- NextToken?: string | undefined;
298
- }
299
- export interface ListConfigurationPoliciesRequest {
300
- NextToken?: string | undefined;
301
- MaxResults?: number | undefined;
302
- }
303
- export interface ListConfigurationPoliciesResponse {
304
- ConfigurationPolicySummaries?: ConfigurationPolicySummary[] | undefined;
305
- NextToken?: string | undefined;
306
- }
307
- export interface ListConfigurationPolicyAssociationsRequest {
308
- NextToken?: string | undefined;
309
- MaxResults?: number | undefined;
310
- Filters?: AssociationFilters | undefined;
311
- }
312
- export interface ListConfigurationPolicyAssociationsResponse {
313
- ConfigurationPolicyAssociationSummaries?:
314
- | ConfigurationPolicyAssociationSummary[]
315
- | undefined;
316
- NextToken?: string | undefined;
317
- }
318
- export interface ListConnectorsV2Request {
319
- NextToken?: string | undefined;
320
- MaxResults?: number | undefined;
321
- ProviderName?: ConnectorProviderName | undefined;
322
- ConnectorStatus?: ConnectorStatus | undefined;
323
- }
324
- export interface ListConnectorsV2Response {
325
- NextToken?: string | undefined;
326
- Connectors: ConnectorSummary[] | undefined;
327
- }
328
- export interface ListEnabledProductsForImportRequest {
329
- NextToken?: string | undefined;
330
- MaxResults?: number | undefined;
331
- }
332
- export interface ListEnabledProductsForImportResponse {
333
- ProductSubscriptions?: string[] | undefined;
334
- NextToken?: string | undefined;
335
- }
336
- export interface ListFindingAggregatorsRequest {
337
- NextToken?: string | undefined;
338
- MaxResults?: number | undefined;
339
- }
340
- export interface ListFindingAggregatorsResponse {
341
- FindingAggregators?: FindingAggregator[] | undefined;
342
- NextToken?: string | undefined;
343
- }
344
- export interface ListInvitationsRequest {
345
- MaxResults?: number | undefined;
346
- NextToken?: string | undefined;
347
- }
348
- export interface ListInvitationsResponse {
349
- Invitations?: Invitation[] | undefined;
350
- NextToken?: string | undefined;
351
- }
352
- export interface ListMembersRequest {
353
- OnlyAssociated?: boolean | undefined;
354
- MaxResults?: number | undefined;
355
- NextToken?: string | undefined;
356
- }
357
- export interface ListMembersResponse {
358
- Members?: Member[] | undefined;
359
- NextToken?: string | undefined;
360
- }
361
- export interface ListOrganizationAdminAccountsRequest {
362
- MaxResults?: number | undefined;
363
- NextToken?: string | undefined;
364
- Feature?: SecurityHubFeature | undefined;
365
- }
366
- export interface ListOrganizationAdminAccountsResponse {
367
- AdminAccounts?: AdminAccount[] | undefined;
368
- NextToken?: string | undefined;
369
- Feature?: SecurityHubFeature | undefined;
370
- }
371
- export interface ListSecurityControlDefinitionsRequest {
372
- StandardsArn?: string | undefined;
373
- NextToken?: string | undefined;
374
- MaxResults?: number | undefined;
375
- }
376
- export interface ListSecurityControlDefinitionsResponse {
377
- SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
378
- NextToken?: string | undefined;
379
- }
380
- export interface ListStandardsControlAssociationsRequest {
381
- SecurityControlId: string | undefined;
382
- NextToken?: string | undefined;
383
- MaxResults?: number | undefined;
384
- }
385
- export interface StandardsControlAssociationSummary {
386
- StandardsArn: string | undefined;
387
- SecurityControlId: string | undefined;
388
- SecurityControlArn: string | undefined;
389
- AssociationStatus: AssociationStatus | undefined;
390
- RelatedRequirements?: string[] | undefined;
391
- UpdatedAt?: Date | undefined;
392
- UpdatedReason?: string | undefined;
393
- StandardsControlTitle?: string | undefined;
394
- StandardsControlDescription?: string | undefined;
395
- }
396
- export interface ListStandardsControlAssociationsResponse {
397
- StandardsControlAssociationSummaries:
398
- | StandardsControlAssociationSummary[]
399
- | undefined;
400
- NextToken?: string | undefined;
401
- }
402
- export interface ListTagsForResourceRequest {
403
- ResourceArn: string | undefined;
404
- }
405
- export interface ListTagsForResourceResponse {
406
- Tags?: Record<string, string> | undefined;
407
- }
408
- export type ProviderUpdateConfiguration =
409
- | ProviderUpdateConfiguration.JiraCloudMember
410
- | ProviderUpdateConfiguration.$UnknownMember;
411
- export declare namespace ProviderUpdateConfiguration {
412
- interface JiraCloudMember {
413
- JiraCloud: JiraCloudUpdateConfiguration;
414
- $unknown?: never;
415
- }
416
- interface $UnknownMember {
417
- JiraCloud?: never;
418
- $unknown: [string, any];
419
- }
420
- interface Visitor<T> {
421
- JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
422
- _: (name: string, value: any) => T;
423
- }
424
- }
425
- export declare class ResourceInUseException extends __BaseException {
426
- readonly name: "ResourceInUseException";
427
- readonly $fault: "client";
428
- Message?: string | undefined;
429
- Code?: string | undefined;
430
- constructor(
431
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
432
- );
433
- }
434
- export interface StartConfigurationPolicyAssociationRequest {
435
- ConfigurationPolicyIdentifier: string | undefined;
436
- Target: Target | undefined;
437
- }
438
- export interface StartConfigurationPolicyAssociationResponse {
439
- ConfigurationPolicyId?: string | undefined;
440
- TargetId?: string | undefined;
441
- TargetType?: TargetType | undefined;
442
- AssociationType?: AssociationType | undefined;
443
- UpdatedAt?: Date | undefined;
444
- AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
445
- AssociationStatusMessage?: string | undefined;
446
- }
447
- export interface StartConfigurationPolicyDisassociationRequest {
448
- Target?: Target | undefined;
449
- ConfigurationPolicyIdentifier: string | undefined;
450
- }
451
- export interface StartConfigurationPolicyDisassociationResponse {}
452
- export interface TagResourceRequest {
453
- ResourceArn: string | undefined;
454
- Tags: Record<string, string> | undefined;
455
- }
456
- export interface TagResourceResponse {}
457
31
  export interface UntagResourceRequest {
458
32
  ResourceArn: string | undefined;
459
33
  TagKeys: string[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securityhub",
3
3
  "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-securityhub",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1,4 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
3
- export * from "./models_2";
4
- export * from "./models_3";
@@ -1,4 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
3
- export * from "./models_2";
4
- export * from "./models_3";
@@ -1,4 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
3
- export * from "./models_2";
4
- export * from "./models_3";