@aws-sdk/client-securityhub 3.939.0 → 3.943.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 +8 -8
  2. package/dist-cjs/index.js +97 -50
  3. package/dist-es/SecurityHub.js +2 -2
  4. package/dist-es/commands/{ConnectorRegistrationsV2Command.js → RegisterConnectorV2Command.js} +5 -5
  5. package/dist-es/commands/index.js +1 -1
  6. package/dist-es/models/enums.js +9 -0
  7. package/dist-es/models/errors.js +16 -0
  8. package/dist-es/schemas/schemas_0.js +57 -37
  9. package/dist-types/SecurityHub.d.ts +7 -7
  10. package/dist-types/SecurityHubClient.d.ts +3 -3
  11. package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +1 -1
  12. package/dist-types/commands/CreateAggregatorV2Command.d.ts +4 -1
  13. package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +8 -5
  14. package/dist-types/commands/CreateConnectorV2Command.d.ts +7 -4
  15. package/dist-types/commands/CreateTicketV2Command.d.ts +2 -1
  16. package/dist-types/commands/DeleteAggregatorV2Command.d.ts +1 -1
  17. package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +1 -1
  18. package/dist-types/commands/DeleteConnectorV2Command.d.ts +1 -1
  19. package/dist-types/commands/DescribeProductsV2Command.d.ts +1 -1
  20. package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +1 -1
  21. package/dist-types/commands/DisableSecurityHubV2Command.d.ts +1 -1
  22. package/dist-types/commands/EnableSecurityHubV2Command.d.ts +1 -1
  23. package/dist-types/commands/GetAggregatorV2Command.d.ts +1 -1
  24. package/dist-types/commands/GetAutomationRuleV2Command.d.ts +5 -5
  25. package/dist-types/commands/GetConnectorV2Command.d.ts +2 -2
  26. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +6 -6
  27. package/dist-types/commands/GetFindingsTrendsV2Command.d.ts +1 -1
  28. package/dist-types/commands/GetFindingsV2Command.d.ts +5 -5
  29. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +1 -1
  30. package/dist-types/commands/GetResourcesTrendsV2Command.d.ts +1 -1
  31. package/dist-types/commands/GetResourcesV2Command.d.ts +1 -1
  32. package/dist-types/commands/ListAggregatorsV2Command.d.ts +1 -1
  33. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +1 -1
  34. package/dist-types/commands/ListConnectorsV2Command.d.ts +1 -1
  35. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/{ConnectorRegistrationsV2Command.d.ts → RegisterConnectorV2Command.d.ts} +23 -23
  38. package/dist-types/commands/UpdateAggregatorV2Command.d.ts +1 -1
  39. package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +5 -5
  40. package/dist-types/commands/UpdateConnectorV2Command.d.ts +5 -3
  41. package/dist-types/commands/index.d.ts +1 -1
  42. package/dist-types/models/enums.d.ts +17 -0
  43. package/dist-types/models/errors.d.ts +14 -0
  44. package/dist-types/models/models_0.d.ts +5 -5
  45. package/dist-types/models/models_2.d.ts +45 -43
  46. package/dist-types/models/models_3.d.ts +51 -30
  47. package/dist-types/schemas/schemas_0.d.ts +6 -5
  48. package/dist-types/ts3.4/SecurityHub.d.ts +17 -17
  49. package/dist-types/ts3.4/SecurityHubClient.d.ts +6 -6
  50. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/RegisterConnectorV2Command.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/enums.d.ts +11 -0
  55. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  56. package/dist-types/ts3.4/models/models_2.d.ts +16 -13
  57. package/dist-types/ts3.4/models/models_3.d.ts +20 -11
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -5
  59. package/package.json +5 -5
  60. package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +0 -51
@@ -12,7 +12,6 @@ export * from "./BatchUpdateAutomationRulesCommand";
12
12
  export * from "./BatchUpdateFindingsCommand";
13
13
  export * from "./BatchUpdateFindingsV2Command";
14
14
  export * from "./BatchUpdateStandardsControlAssociationsCommand";
15
- export * from "./ConnectorRegistrationsV2Command";
16
15
  export * from "./CreateActionTargetCommand";
17
16
  export * from "./CreateAggregatorV2Command";
18
17
  export * from "./CreateAutomationRuleCommand";
@@ -89,6 +88,7 @@ export * from "./ListOrganizationAdminAccountsCommand";
89
88
  export * from "./ListSecurityControlDefinitionsCommand";
90
89
  export * from "./ListStandardsControlAssociationsCommand";
91
90
  export * from "./ListTagsForResourceCommand";
91
+ export * from "./RegisterConnectorV2Command";
92
92
  export * from "./StartConfigurationPolicyAssociationCommand";
93
93
  export * from "./StartConfigurationPolicyDisassociationCommand";
94
94
  export * from "./TagResourceCommand";
@@ -332,6 +332,8 @@ export declare const OcsfNumberField: {
332
332
  readonly RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count";
333
333
  readonly SEVERITY_ID: "severity_id";
334
334
  readonly STATUS_ID: "status_id";
335
+ readonly VENDOR_ATTRIBUTES_SEVERITY_ID: "vendor_attributes.severity_id";
336
+ readonly VULNERABILITIES_CVE_CVSS_BASE_SCORE: "vulnerabilities.cve.cvss.base_score";
335
337
  };
336
338
  export type OcsfNumberField =
337
339
  (typeof OcsfNumberField)[keyof typeof OcsfNumberField];
@@ -368,6 +370,7 @@ export declare const OcsfStringField: {
368
370
  readonly FINDING_INFO_DESC: "finding_info.desc";
369
371
  readonly FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid";
370
372
  readonly FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title";
373
+ readonly FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category";
371
374
  readonly FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid";
372
375
  readonly FINDING_INFO_SRC_URL: "finding_info.src_url";
373
376
  readonly FINDING_INFO_TITLE: "finding_info.title";
@@ -399,6 +402,7 @@ export declare const OcsfStringField: {
399
402
  readonly RESOURCES_VPC_UID: "resources.vpc_uid";
400
403
  readonly SEVERITY: "severity";
401
404
  readonly STATUS: "status";
405
+ readonly VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity";
402
406
  readonly VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path";
403
407
  readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
404
408
  readonly VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score";
@@ -434,6 +438,11 @@ export declare const ControlFindingGenerator: {
434
438
  };
435
439
  export type ControlFindingGenerator =
436
440
  (typeof ControlFindingGenerator)[keyof typeof ControlFindingGenerator];
441
+ export declare const TicketCreationMode: {
442
+ readonly DRYRUN: "DRYRUN";
443
+ };
444
+ export type TicketCreationMode =
445
+ (typeof TicketCreationMode)[keyof typeof TicketCreationMode];
437
446
  export declare const SecurityControlProperty: {
438
447
  readonly Parameters: "Parameters";
439
448
  };
@@ -509,6 +518,7 @@ export declare const GroupByField: {
509
518
  readonly COMPLIANCE_STANDARDS: "compliance.standards";
510
519
  readonly COMPLIANCE_STATUS: "compliance.status";
511
520
  readonly FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name";
521
+ readonly FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category";
512
522
  readonly FINDING_INFO_TITLE: "finding_info.title";
513
523
  readonly FINDING_INFO_TYPES: "finding_info.types";
514
524
  readonly METADATA_PRODUCT_NAME: "metadata.product.name";
@@ -517,6 +527,7 @@ export declare const GroupByField: {
517
527
  readonly RESOURCES_UID: "resources.uid";
518
528
  readonly SEVERITY: "severity";
519
529
  readonly STATUS: "status";
530
+ readonly VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity";
520
531
  readonly VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name";
521
532
  readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
522
533
  };
@@ -95,6 +95,15 @@ export declare class ResourceConflictException extends __BaseException {
95
95
  opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
96
96
  );
97
97
  }
98
+ export declare class ServiceQuotaExceededException extends __BaseException {
99
+ readonly name: "ServiceQuotaExceededException";
100
+ readonly $fault: "client";
101
+ Message?: string | undefined;
102
+ Code?: string | undefined;
103
+ constructor(
104
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
105
+ );
106
+ }
98
107
  export declare class ResourceInUseException extends __BaseException {
99
108
  readonly name: "ResourceInUseException";
100
109
  readonly $fault: "client";
@@ -45,6 +45,7 @@ import {
45
45
  TargetType,
46
46
  ThreatIntelIndicatorCategory,
47
47
  ThreatIntelIndicatorType,
48
+ TicketCreationMode,
48
49
  UnprocessedErrorCode,
49
50
  UpdateStatus,
50
51
  VerificationState,
@@ -1267,14 +1268,6 @@ export interface ConfigurationPolicySummary {
1267
1268
  UpdatedAt?: Date | undefined;
1268
1269
  ServiceEnabled?: boolean | undefined;
1269
1270
  }
1270
- export interface ConnectorRegistrationsV2Request {
1271
- AuthCode: string | undefined;
1272
- AuthState: string | undefined;
1273
- }
1274
- export interface ConnectorRegistrationsV2Response {
1275
- ConnectorArn?: string | undefined;
1276
- ConnectorId: string | undefined;
1277
- }
1278
1271
  export interface ProviderSummary {
1279
1272
  ProviderName?: ConnectorProviderName | undefined;
1280
1273
  ConnectorStatus?: ConnectorStatus | undefined;
@@ -1375,8 +1368,7 @@ export interface JiraCloudProviderConfiguration {
1375
1368
  }
1376
1369
  export interface ServiceNowProviderConfiguration {
1377
1370
  InstanceName: string | undefined;
1378
- ClientId: string | undefined;
1379
- ClientSecret: string | undefined;
1371
+ SecretArn: string | undefined;
1380
1372
  }
1381
1373
  export type ProviderConfiguration =
1382
1374
  | ProviderConfiguration.JiraCloudMember
@@ -1413,9 +1405,10 @@ export interface CreateConnectorV2Request {
1413
1405
  ClientToken?: string | undefined;
1414
1406
  }
1415
1407
  export interface CreateConnectorV2Response {
1416
- ConnectorArn?: string | undefined;
1408
+ ConnectorArn: string | undefined;
1417
1409
  ConnectorId: string | undefined;
1418
1410
  AuthUrl?: string | undefined;
1411
+ ConnectorStatus?: ConnectorStatus | undefined;
1419
1412
  }
1420
1413
  export interface CreateFindingAggregatorRequest {
1421
1414
  RegionLinkingMode: string | undefined;
@@ -1449,6 +1442,7 @@ export interface CreateTicketV2Request {
1449
1442
  ConnectorId: string | undefined;
1450
1443
  FindingMetadataUid: string | undefined;
1451
1444
  ClientToken?: string | undefined;
1445
+ Mode?: TicketCreationMode | undefined;
1452
1446
  }
1453
1447
  export interface CreateTicketV2Response {
1454
1448
  TicketId: string | undefined;
@@ -1750,7 +1744,7 @@ export interface JiraCloudDetail {
1750
1744
  }
1751
1745
  export interface ServiceNowDetail {
1752
1746
  InstanceName?: string | undefined;
1753
- ClientId?: string | undefined;
1747
+ SecretArn: string | undefined;
1754
1748
  AuthStatus: ConnectorAuthStatus | undefined;
1755
1749
  }
1756
1750
  export type ProviderDetail =
@@ -2027,7 +2021,7 @@ export interface InviteMembersResponse {
2027
2021
  UnprocessedAccounts?: Result[] | undefined;
2028
2022
  }
2029
2023
  export interface JiraCloudUpdateConfiguration {
2030
- ProjectKey: string | undefined;
2024
+ ProjectKey?: string | undefined;
2031
2025
  }
2032
2026
  export interface ListAggregatorsV2Request {
2033
2027
  NextToken?: string | undefined;
@@ -2150,3 +2144,12 @@ export interface StandardsControlAssociationSummary {
2150
2144
  StandardsControlTitle?: string | undefined;
2151
2145
  StandardsControlDescription?: string | undefined;
2152
2146
  }
2147
+ export interface ListStandardsControlAssociationsResponse {
2148
+ StandardsControlAssociationSummaries:
2149
+ | StandardsControlAssociationSummary[]
2150
+ | undefined;
2151
+ NextToken?: string | undefined;
2152
+ }
2153
+ export interface ListTagsForResourceRequest {
2154
+ ResourceArn: string | undefined;
2155
+ }
@@ -32,38 +32,48 @@ import {
32
32
  ResourcesStringFilter,
33
33
  ResourcesTrendsStringFilter,
34
34
  SortCriterion,
35
- StandardsControlAssociationSummary,
36
35
  Target,
37
36
  } from "./models_2";
38
- export interface ListStandardsControlAssociationsResponse {
39
- StandardsControlAssociationSummaries:
40
- | StandardsControlAssociationSummary[]
41
- | undefined;
42
- NextToken?: string | undefined;
43
- }
44
- export interface ListTagsForResourceRequest {
45
- ResourceArn: string | undefined;
46
- }
47
37
  export interface ListTagsForResourceResponse {
48
38
  Tags?: Record<string, string> | undefined;
49
39
  }
40
+ export interface ServiceNowUpdateConfiguration {
41
+ SecretArn?: string | undefined;
42
+ }
50
43
  export type ProviderUpdateConfiguration =
51
44
  | ProviderUpdateConfiguration.JiraCloudMember
45
+ | ProviderUpdateConfiguration.ServiceNowMember
52
46
  | ProviderUpdateConfiguration.$UnknownMember;
53
47
  export declare namespace ProviderUpdateConfiguration {
54
48
  interface JiraCloudMember {
55
49
  JiraCloud: JiraCloudUpdateConfiguration;
50
+ ServiceNow?: never;
51
+ $unknown?: never;
52
+ }
53
+ interface ServiceNowMember {
54
+ JiraCloud?: never;
55
+ ServiceNow: ServiceNowUpdateConfiguration;
56
56
  $unknown?: never;
57
57
  }
58
58
  interface $UnknownMember {
59
59
  JiraCloud?: never;
60
+ ServiceNow?: never;
60
61
  $unknown: [string, any];
61
62
  }
62
63
  interface Visitor<T> {
63
64
  JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
65
+ ServiceNow: (value: ServiceNowUpdateConfiguration) => T;
64
66
  _: (name: string, value: any) => T;
65
67
  }
66
68
  }
69
+ export interface RegisterConnectorV2Request {
70
+ AuthCode: string | undefined;
71
+ AuthState: string | undefined;
72
+ }
73
+ export interface RegisterConnectorV2Response {
74
+ ConnectorArn?: string | undefined;
75
+ ConnectorId: string | undefined;
76
+ }
67
77
  export interface StartConfigurationPolicyAssociationRequest {
68
78
  ConfigurationPolicyIdentifier: string | undefined;
69
79
  Target: Target | undefined;
@@ -128,7 +138,6 @@ export interface UpdateConfigurationPolicyResponse {
128
138
  }
129
139
  export interface UpdateConnectorV2Request {
130
140
  ConnectorId: string | undefined;
131
- ClientSecret?: string | undefined;
132
141
  Description?: string | undefined;
133
142
  Provider?: ProviderUpdateConfiguration | undefined;
134
143
  }
@@ -3,10 +3,8 @@ import {
3
3
  StaticListSchema,
4
4
  StaticMapSchema,
5
5
  StaticOperationSchema,
6
- StaticSimpleSchema,
7
6
  StaticStructureSchema,
8
7
  } from "@smithy/types";
9
- export declare var SensitiveNonEmptyString: StaticSimpleSchema;
10
8
  export declare var AcceptAdministratorInvitationRequest: StaticStructureSchema;
11
9
  export declare var AcceptAdministratorInvitationResponse: StaticStructureSchema;
12
10
  export declare var AcceptInvitationRequest: StaticStructureSchema;
@@ -578,8 +576,6 @@ export declare var ConfigurationPolicyAssociation: StaticStructureSchema;
578
576
  export declare var ConfigurationPolicyAssociationSummary: StaticStructureSchema;
579
577
  export declare var ConfigurationPolicySummary: StaticStructureSchema;
580
578
  export declare var ConflictException: StaticErrorSchema;
581
- export declare var ConnectorRegistrationsV2Request: StaticStructureSchema;
582
- export declare var ConnectorRegistrationsV2Response: StaticStructureSchema;
583
579
  export declare var ConnectorSummary: StaticStructureSchema;
584
580
  export declare var ContainerDetails: StaticStructureSchema;
585
581
  export declare var Country: StaticStructureSchema;
@@ -830,6 +826,8 @@ export declare var ProviderSummary: StaticStructureSchema;
830
826
  export declare var Range: StaticStructureSchema;
831
827
  export declare var Recommendation: StaticStructureSchema;
832
828
  export declare var _Record: StaticStructureSchema;
829
+ export declare var RegisterConnectorV2Request: StaticStructureSchema;
830
+ export declare var RegisterConnectorV2Response: StaticStructureSchema;
833
831
  export declare var RelatedFinding: StaticStructureSchema;
834
832
  export declare var Remediation: StaticStructureSchema;
835
833
  export declare var Resource: StaticStructureSchema;
@@ -886,6 +884,8 @@ export declare var SensitiveDataResult: StaticStructureSchema;
886
884
  export declare var Sequence: StaticStructureSchema;
887
885
  export declare var ServiceNowDetail: StaticStructureSchema;
888
886
  export declare var ServiceNowProviderConfiguration: StaticStructureSchema;
887
+ export declare var ServiceNowUpdateConfiguration: StaticStructureSchema;
888
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
889
889
  export declare var Severity: StaticStructureSchema;
890
890
  export declare var SeverityTrendsCount: StaticStructureSchema;
891
891
  export declare var SeverityUpdate: StaticStructureSchema;
@@ -1300,7 +1300,6 @@ export declare var BatchUpdateAutomationRules: StaticOperationSchema;
1300
1300
  export declare var BatchUpdateFindings: StaticOperationSchema;
1301
1301
  export declare var BatchUpdateFindingsV2: StaticOperationSchema;
1302
1302
  export declare var BatchUpdateStandardsControlAssociations: StaticOperationSchema;
1303
- export declare var ConnectorRegistrationsV2: StaticOperationSchema;
1304
1303
  export declare var CreateActionTarget: StaticOperationSchema;
1305
1304
  export declare var CreateAggregatorV2: StaticOperationSchema;
1306
1305
  export declare var CreateAutomationRule: StaticOperationSchema;
@@ -1377,6 +1376,7 @@ export declare var ListOrganizationAdminAccounts: StaticOperationSchema;
1377
1376
  export declare var ListSecurityControlDefinitions: StaticOperationSchema;
1378
1377
  export declare var ListStandardsControlAssociations: StaticOperationSchema;
1379
1378
  export declare var ListTagsForResource: StaticOperationSchema;
1379
+ export declare var RegisterConnectorV2: StaticOperationSchema;
1380
1380
  export declare var StartConfigurationPolicyAssociation: StaticOperationSchema;
1381
1381
  export declare var StartConfigurationPolicyDisassociation: StaticOperationSchema;
1382
1382
  export declare var TagResource: StaticOperationSchema;
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.939.0",
4
+ "version": "3.943.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,17 +20,17 @@
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.936.0",
24
- "@aws-sdk/credential-provider-node": "3.939.0",
23
+ "@aws-sdk/core": "3.943.0",
24
+ "@aws-sdk/credential-provider-node": "3.943.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
- "@aws-sdk/middleware-user-agent": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.943.0",
29
29
  "@aws-sdk/region-config-resolver": "3.936.0",
30
30
  "@aws-sdk/types": "3.936.0",
31
31
  "@aws-sdk/util-endpoints": "3.936.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.936.0",
33
- "@aws-sdk/util-user-agent-node": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.943.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectorRegistrationsV2Request,
5
- ConnectorRegistrationsV2Response,
6
- } from "../models/models_2";
7
- import {
8
- SecurityHubClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityHubClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface ConnectorRegistrationsV2CommandInput
15
- extends ConnectorRegistrationsV2Request {}
16
- export interface ConnectorRegistrationsV2CommandOutput
17
- extends ConnectorRegistrationsV2Response,
18
- __MetadataBearer {}
19
- declare const ConnectorRegistrationsV2Command_base: {
20
- new (
21
- input: ConnectorRegistrationsV2CommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- ConnectorRegistrationsV2CommandInput,
24
- ConnectorRegistrationsV2CommandOutput,
25
- SecurityHubClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: ConnectorRegistrationsV2CommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- ConnectorRegistrationsV2CommandInput,
33
- ConnectorRegistrationsV2CommandOutput,
34
- SecurityHubClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class ConnectorRegistrationsV2Command extends ConnectorRegistrationsV2Command_base {
41
- protected static __types: {
42
- api: {
43
- input: ConnectorRegistrationsV2Request;
44
- output: ConnectorRegistrationsV2Response;
45
- };
46
- sdk: {
47
- input: ConnectorRegistrationsV2CommandInput;
48
- output: ConnectorRegistrationsV2CommandOutput;
49
- };
50
- };
51
- }