@aws-sdk/client-securityhub 3.774.0 → 3.777.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 (86) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SecurityHubClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +8 -5
  8. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -0
  9. package/dist-types/commands/BatchDeleteAutomationRulesCommand.d.ts +9 -9
  10. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +9 -9
  11. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +10 -10
  12. package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +49 -49
  13. package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +22 -22
  14. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +33 -33
  15. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +1 -50
  16. package/dist-types/commands/BatchImportFindingsCommand.d.ts +26 -26
  17. package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +10 -10
  18. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +30 -30
  19. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +20 -20
  20. package/dist-types/commands/CreateActionTargetCommand.d.ts +7 -7
  21. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +35 -35
  22. package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +37 -37
  23. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +9 -9
  24. package/dist-types/commands/CreateInsightCommand.d.ts +13 -13
  25. package/dist-types/commands/CreateMembersCommand.d.ts +7 -7
  26. package/dist-types/commands/DeclineInvitationsCommand.d.ts +5 -5
  27. package/dist-types/commands/DeleteActionTargetCommand.d.ts +5 -5
  28. package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +7 -4
  29. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -4
  30. package/dist-types/commands/DeleteInsightCommand.d.ts +5 -5
  31. package/dist-types/commands/DeleteInvitationsCommand.d.ts +5 -5
  32. package/dist-types/commands/DeleteMembersCommand.d.ts +5 -5
  33. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +8 -8
  34. package/dist-types/commands/DescribeHubCommand.d.ts +8 -8
  35. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +10 -10
  36. package/dist-types/commands/DescribeProductsCommand.d.ts +17 -17
  37. package/dist-types/commands/DescribeStandardsCommand.d.ts +21 -21
  38. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -46
  39. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +7 -4
  40. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +7 -4
  41. package/dist-types/commands/DisableSecurityHubCommand.d.ts +7 -4
  42. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +7 -4
  43. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -0
  44. package/dist-types/commands/DisassociateMembersCommand.d.ts +7 -4
  45. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +5 -5
  46. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -4
  47. package/dist-types/commands/EnableSecurityHubCommand.d.ts +9 -6
  48. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -19
  49. package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +12 -12
  50. package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +23 -23
  51. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +9 -9
  52. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +8 -8
  53. package/dist-types/commands/GetFindingHistoryCommand.d.ts +1 -42
  54. package/dist-types/commands/GetFindingsCommand.d.ts +63 -63
  55. package/dist-types/commands/GetInsightResultsCommand.d.ts +12 -12
  56. package/dist-types/commands/GetInsightsCommand.d.ts +15 -15
  57. package/dist-types/commands/GetInvitationsCountCommand.d.ts +7 -7
  58. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -0
  59. package/dist-types/commands/GetMembersCommand.d.ts +1 -37
  60. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +19 -19
  61. package/dist-types/commands/InviteMembersCommand.d.ts +5 -5
  62. package/dist-types/commands/ListAutomationRulesCommand.d.ts +23 -23
  63. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +13 -13
  64. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +15 -15
  65. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +5 -5
  66. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -6
  67. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -21
  68. package/dist-types/commands/ListMembersCommand.d.ts +1 -31
  69. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +7 -7
  70. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +28 -28
  71. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -44
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
  73. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +13 -13
  74. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +9 -6
  75. package/dist-types/commands/TagResourceCommand.d.ts +10 -7
  76. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  77. package/dist-types/commands/UpdateActionTargetCommand.d.ts +9 -6
  78. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +39 -39
  79. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +10 -10
  80. package/dist-types/commands/UpdateFindingsCommand.d.ts +1 -0
  81. package/dist-types/commands/UpdateInsightCommand.d.ts +15 -12
  82. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -7
  83. package/dist-types/commands/UpdateSecurityControlCommand.d.ts +13 -10
  84. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +8 -5
  85. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +9 -6
  86. package/package.json +33 -33
@@ -172,87 +172,87 @@ declare const UpdateConfigurationPolicyCommand_base: {
172
172
  * @throws {@link SecurityHubServiceException}
173
173
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
174
174
  *
175
- * @public
175
+ *
176
176
  * @example To update a configuration policy
177
177
  * ```javascript
178
178
  * // This operation updates the specified configuration policy.
179
179
  * const input = {
180
- * "ConfigurationPolicy": {
181
- * "SecurityHub": {
182
- * "EnabledStandardIdentifiers": [
180
+ * ConfigurationPolicy: {
181
+ * SecurityHub: {
182
+ * EnabledStandardIdentifiers: [
183
183
  * "arn:aws:securityhub:us-east-1::standards/aws-foundational-security-best-practices/v/1.0.0",
184
184
  * "arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0"
185
185
  * ],
186
- * "SecurityControlsConfiguration": {
187
- * "DisabledSecurityControlIdentifiers": [
186
+ * SecurityControlsConfiguration: {
187
+ * DisabledSecurityControlIdentifiers: [
188
188
  * "CloudWatch.1",
189
189
  * "CloudWatch.2"
190
190
  * ],
191
- * "SecurityControlCustomParameters": [
191
+ * SecurityControlCustomParameters: [
192
192
  * {
193
- * "Parameters": {
194
- * "daysToExpiration": {
195
- * "Value": {
196
- * "Integer": 21
193
+ * Parameters: {
194
+ * daysToExpiration: {
195
+ * Value: {
196
+ * Integer: 21
197
197
  * },
198
- * "ValueType": "CUSTOM"
198
+ * ValueType: "CUSTOM"
199
199
  * }
200
200
  * },
201
- * "SecurityControlId": "ACM.1"
201
+ * SecurityControlId: "ACM.1"
202
202
  * }
203
203
  * ]
204
204
  * },
205
- * "ServiceEnabled": true
205
+ * ServiceEnabled: true
206
206
  * }
207
207
  * },
208
- * "Description": "Updated configuration policy for testing FSBP and CIS",
209
- * "Identifier": "arn:aws:securityhub:us-east-1:123456789012:configuration-policy/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
210
- * "Name": "TestConfigurationPolicy",
211
- * "UpdatedReason": "Enabling ACM.2"
208
+ * Description: "Updated configuration policy for testing FSBP and CIS",
209
+ * Identifier: "arn:aws:securityhub:us-east-1:123456789012:configuration-policy/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
210
+ * Name: "TestConfigurationPolicy",
211
+ * UpdatedReason: "Enabling ACM.2"
212
212
  * };
213
213
  * const command = new UpdateConfigurationPolicyCommand(input);
214
214
  * const response = await client.send(command);
215
- * /* response ==
215
+ * /* response is
216
216
  * {
217
- * "Arn": "arn:aws:securityhub:us-east-1:123456789012:configuration-policy/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
218
- * "ConfigurationPolicy": {
219
- * "SecurityHub": {
220
- * "EnabledStandardIdentifiers": [
217
+ * Arn: "arn:aws:securityhub:us-east-1:123456789012:configuration-policy/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
218
+ * ConfigurationPolicy: {
219
+ * SecurityHub: {
220
+ * EnabledStandardIdentifiers: [
221
221
  * "arn:aws:securityhub:us-east-1::standards/aws-foundational-security-best-practices/v/1.0.0",
222
222
  * "arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0"
223
223
  * ],
224
- * "SecurityControlsConfiguration": {
225
- * "DisabledSecurityControlIdentifiers": [
224
+ * SecurityControlsConfiguration: {
225
+ * DisabledSecurityControlIdentifiers: [
226
226
  * "CloudWatch.1",
227
227
  * "CloudWatch.2"
228
228
  * ],
229
- * "SecurityControlCustomParameters": [
229
+ * SecurityControlCustomParameters: [
230
230
  * {
231
- * "Parameters": {
232
- * "daysToExpiration": {
233
- * "Value": {
234
- * "Integer": 21
231
+ * Parameters: {
232
+ * daysToExpiration: {
233
+ * Value: {
234
+ * Integer: 21
235
235
  * },
236
- * "ValueType": "CUSTOM"
236
+ * ValueType: "CUSTOM"
237
237
  * }
238
238
  * },
239
- * "SecurityControlId": "ACM.1"
239
+ * SecurityControlId: "ACM.1"
240
240
  * }
241
241
  * ]
242
242
  * },
243
- * "ServiceEnabled": true
243
+ * ServiceEnabled: true
244
244
  * }
245
245
  * },
246
- * "CreatedAt": "2023-01-11T06:17:17.154Z",
247
- * "Description": "Updated configuration policy for testing FSBP and CIS",
248
- * "Id": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
249
- * "Name": "TestConfigurationPolicy",
250
- * "UpdatedAt": "2023-01-12T06:17:17.154Z"
246
+ * CreatedAt: "2023-01-11T06:17:17.154Z",
247
+ * Description: "Updated configuration policy for testing FSBP and CIS",
248
+ * Id: "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
249
+ * Name: "TestConfigurationPolicy",
250
+ * UpdatedAt: "2023-01-12T06:17:17.154Z"
251
251
  * }
252
252
  * *\/
253
- * // example id: to-update-a-configuration-policy-1695174120555
254
253
  * ```
255
254
  *
255
+ * @public
256
256
  */
257
257
  export declare class UpdateConfigurationPolicyCommand extends UpdateConfigurationPolicyCommand_base {
258
258
  /** @internal type navigation helper, not in runtime. */
@@ -89,34 +89,34 @@ declare const UpdateFindingAggregatorCommand_base: {
89
89
  * @throws {@link SecurityHubServiceException}
90
90
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
91
91
  *
92
- * @public
92
+ *
93
93
  * @example To update cross-Region aggregation settings
94
94
  * ```javascript
95
95
  * // The following example updates the cross-Region aggregation configuration. You use this operation to change the list of linked Regions and the treatment of new Regions. However, you cannot use this operation to change the aggregation Region.
96
96
  * const input = {
97
- * "FindingAggregatorArn": "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
98
- * "RegionLinkingMode": "SPECIFIED_REGIONS",
99
- * "Regions": [
97
+ * FindingAggregatorArn: "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
98
+ * RegionLinkingMode: "SPECIFIED_REGIONS",
99
+ * Regions: [
100
100
  * "us-west-1",
101
101
  * "us-west-2"
102
102
  * ]
103
103
  * };
104
104
  * const command = new UpdateFindingAggregatorCommand(input);
105
105
  * const response = await client.send(command);
106
- * /* response ==
106
+ * /* response is
107
107
  * {
108
- * "FindingAggregationRegion": "us-east-1",
109
- * "FindingAggregatorArn": "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
110
- * "RegionLinkingMode": "SPECIFIED_REGIONS",
111
- * "Regions": [
108
+ * FindingAggregationRegion: "us-east-1",
109
+ * FindingAggregatorArn: "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
110
+ * RegionLinkingMode: "SPECIFIED_REGIONS",
111
+ * Regions: [
112
112
  * "us-west-1",
113
113
  * "us-west-2"
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: to-update-cross-region-aggregation-settings-1678815536396
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class UpdateFindingAggregatorCommand extends UpdateFindingAggregatorCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */
@@ -349,6 +349,7 @@ declare const UpdateFindingsCommand_base: {
349
349
  * @throws {@link SecurityHubServiceException}
350
350
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
351
351
  *
352
+ *
352
353
  * @public
353
354
  */
354
355
  export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {
@@ -339,33 +339,36 @@ declare const UpdateInsightCommand_base: {
339
339
  * @throws {@link SecurityHubServiceException}
340
340
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
341
341
  *
342
- * @public
342
+ *
343
343
  * @example To update an insight
344
344
  * ```javascript
345
345
  * // The following example updates the specified Security Hub insight.
346
346
  * const input = {
347
- * "Filters": {
348
- * "ResourceType": [
347
+ * Filters: {
348
+ * ResourceType: [
349
349
  * {
350
- * "Comparison": "EQUALS",
351
- * "Value": "AwsIamRole"
350
+ * Comparison: "EQUALS",
351
+ * Value: "AwsIamRole"
352
352
  * }
353
353
  * ],
354
- * "SeverityLabel": [
354
+ * SeverityLabel: [
355
355
  * {
356
- * "Comparison": "EQUALS",
357
- * "Value": "HIGH"
356
+ * Comparison: "EQUALS",
357
+ * Value: "HIGH"
358
358
  * }
359
359
  * ]
360
360
  * },
361
- * "InsightArn": "arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
362
- * "Name": "High severity role findings"
361
+ * InsightArn: "arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
362
+ * Name: "High severity role findings"
363
363
  * };
364
364
  * const command = new UpdateInsightCommand(input);
365
- * await client.send(command);
366
- * // example id: to-update-an-insight-1678816280498
365
+ * const response = await client.send(command);
366
+ * /* response is
367
+ * { /* metadata only *\/ }
368
+ * *\/
367
369
  * ```
368
370
  *
371
+ * @public
369
372
  */
370
373
  export declare class UpdateInsightCommand extends UpdateInsightCommand_base {
371
374
  /** @internal type navigation helper, not in runtime. */
@@ -82,22 +82,25 @@ declare const UpdateOrganizationConfigurationCommand_base: {
82
82
  * @throws {@link SecurityHubServiceException}
83
83
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example To update organization configuration
87
87
  * ```javascript
88
88
  * // This operation updates the way your organization is configured in Security Hub. Only a Security Hub administrator account can invoke this operation.
89
89
  * const input = {
90
- * "AutoEnable": false,
91
- * "AutoEnableStandards": "NONE",
92
- * "OrganizationConfiguration": {
93
- * "ConfigurationType": "CENTRAL"
90
+ * AutoEnable: false,
91
+ * AutoEnableStandards: "NONE",
92
+ * OrganizationConfiguration: {
93
+ * ConfigurationType: "CENTRAL"
94
94
  * }
95
95
  * };
96
96
  * const command = new UpdateOrganizationConfigurationCommand(input);
97
- * await client.send(command);
98
- * // example id: to-update-organization-configuration-1678911630846
97
+ * const response = await client.send(command);
98
+ * /* response is
99
+ * { /* metadata only *\/ }
100
+ * *\/
99
101
  * ```
100
102
  *
103
+ * @public
101
104
  */
102
105
  export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
103
106
  /** @internal type navigation helper, not in runtime. */
@@ -102,27 +102,30 @@ declare const UpdateSecurityControlCommand_base: {
102
102
  * @throws {@link SecurityHubServiceException}
103
103
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
104
104
  *
105
- * @public
105
+ *
106
106
  * @example To update security control properties
107
107
  * ```javascript
108
108
  * // The following example updates the specified security control. Specifically, this example updates control parameters.
109
109
  * const input = {
110
- * "LastUpdateReason": "Comply with internal requirements",
111
- * "Parameters": {
112
- * "maxCredentialUsageAge": {
113
- * "Value": {
114
- * "Integer": 15
110
+ * LastUpdateReason: "Comply with internal requirements",
111
+ * Parameters: {
112
+ * maxCredentialUsageAge: {
113
+ * Value: {
114
+ * Integer: 15
115
115
  * },
116
- * "ValueType": "CUSTOM"
116
+ * ValueType: "CUSTOM"
117
117
  * }
118
118
  * },
119
- * "SecurityControlId": "ACM.1"
119
+ * SecurityControlId: "ACM.1"
120
120
  * };
121
121
  * const command = new UpdateSecurityControlCommand(input);
122
- * await client.send(command);
123
- * // example id: to-update-security-control-properties-1699282942434
122
+ * const response = await client.send(command);
123
+ * /* response is
124
+ * { /* empty *\/ }
125
+ * *\/
124
126
  * ```
125
127
  *
128
+ * @public
126
129
  */
127
130
  export declare class UpdateSecurityControlCommand extends UpdateSecurityControlCommand_base {
128
131
  /** @internal type navigation helper, not in runtime. */
@@ -73,19 +73,22 @@ declare const UpdateSecurityHubConfigurationCommand_base: {
73
73
  * @throws {@link SecurityHubServiceException}
74
74
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
75
75
  *
76
- * @public
76
+ *
77
77
  * @example To update Security Hub settings
78
78
  * ```javascript
79
79
  * // The following example updates Security Hub settings to turn on consolidated control findings, and to automatically enable new controls in enabled standards.
80
80
  * const input = {
81
- * "AutoEnableControls": true,
82
- * "ControlFindingGenerator": "SECURITY_CONTROL"
81
+ * AutoEnableControls: true,
82
+ * ControlFindingGenerator: "SECURITY_CONTROL"
83
83
  * };
84
84
  * const command = new UpdateSecurityHubConfigurationCommand(input);
85
- * await client.send(command);
86
- * // example id: to-update-security-hub-settings-1678912194496
85
+ * const response = await client.send(command);
86
+ * /* response is
87
+ * { /* metadata only *\/ }
88
+ * *\/
87
89
  * ```
88
90
  *
91
+ * @public
89
92
  */
90
93
  export declare class UpdateSecurityHubConfigurationCommand extends UpdateSecurityHubConfigurationCommand_base {
91
94
  /** @internal type navigation helper, not in runtime. */
@@ -72,20 +72,23 @@ declare const UpdateStandardsControlCommand_base: {
72
72
  * @throws {@link SecurityHubServiceException}
73
73
  * <p>Base exception class for all service exceptions from SecurityHub service.</p>
74
74
  *
75
- * @public
75
+ *
76
76
  * @example To update the enablement status of a standard control
77
77
  * ```javascript
78
78
  * // The following example disables the specified control in the specified security standard.
79
79
  * const input = {
80
- * "ControlStatus": "DISABLED",
81
- * "DisabledReason": "Not applicable to my service",
82
- * "StandardsControlArn": "arn:aws:securityhub:us-west-1:123456789012:control/pci-dss/v/3.2.1/PCI.AutoScaling.1"
80
+ * ControlStatus: "DISABLED",
81
+ * DisabledReason: "Not applicable to my service",
82
+ * StandardsControlArn: "arn:aws:securityhub:us-west-1:123456789012:control/pci-dss/v/3.2.1/PCI.AutoScaling.1"
83
83
  * };
84
84
  * const command = new UpdateStandardsControlCommand(input);
85
- * await client.send(command);
86
- * // example id: to-update-the-enablement-status-of-a-standard-control-1678912506444
85
+ * const response = await client.send(command);
86
+ * /* response is
87
+ * { /* metadata only *\/ }
88
+ * *\/
87
89
  * ```
88
90
  *
91
+ * @public
89
92
  */
90
93
  export declare class UpdateStandardsControlCommand extends UpdateStandardsControlCommand_base {
91
94
  /** @internal type navigation helper, not in runtime. */
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.774.0",
4
+ "version": "3.777.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,41 +20,41 @@
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.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "tslib": "^2.6.2"
60
60
  },