@aws-sdk/client-fms 3.288.0 → 3.290.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 (39) hide show
  1. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +24 -0
  2. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +18 -0
  3. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +24 -0
  4. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +18 -0
  5. package/dist-types/commands/DeleteAppsListCommand.d.ts +15 -0
  6. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +15 -0
  7. package/dist-types/commands/DeletePolicyCommand.d.ts +24 -0
  8. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +15 -0
  9. package/dist-types/commands/DeleteResourceSetCommand.d.ts +18 -0
  10. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +15 -0
  11. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +18 -0
  12. package/dist-types/commands/GetAdminAccountCommand.d.ts +15 -0
  13. package/dist-types/commands/GetAppsListCommand.d.ts +15 -0
  14. package/dist-types/commands/GetComplianceDetailCommand.d.ts +18 -0
  15. package/dist-types/commands/GetNotificationChannelCommand.d.ts +15 -0
  16. package/dist-types/commands/GetPolicyCommand.d.ts +18 -0
  17. package/dist-types/commands/GetProtectionStatusCommand.d.ts +11 -0
  18. package/dist-types/commands/GetProtocolsListCommand.d.ts +15 -0
  19. package/dist-types/commands/GetResourceSetCommand.d.ts +18 -0
  20. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +18 -0
  21. package/dist-types/commands/GetViolationDetailsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListAppsListsCommand.d.ts +21 -0
  23. package/dist-types/commands/ListComplianceStatusCommand.d.ts +8 -0
  24. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +15 -0
  25. package/dist-types/commands/ListMemberAccountsCommand.d.ts +8 -0
  26. package/dist-types/commands/ListPoliciesCommand.d.ts +21 -0
  27. package/dist-types/commands/ListProtocolsListsCommand.d.ts +15 -0
  28. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +18 -0
  29. package/dist-types/commands/ListResourceSetsCommand.d.ts +15 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -0
  31. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +18 -0
  32. package/dist-types/commands/PutAppsListCommand.d.ts +24 -0
  33. package/dist-types/commands/PutNotificationChannelCommand.d.ts +15 -0
  34. package/dist-types/commands/PutPolicyCommand.d.ts +27 -0
  35. package/dist-types/commands/PutProtocolsListCommand.d.ts +24 -0
  36. package/dist-types/commands/PutResourceSetCommand.d.ts +21 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +24 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +18 -0
  39. package/package.json +29 -29
@@ -32,6 +32,30 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
32
32
  * @see {@link AssociateAdminAccountCommandOutput} for command's `response` shape.
33
33
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalErrorException} (client fault)
36
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
37
+ * your request.</p>
38
+ *
39
+ * @throws {@link InvalidInputException} (client fault)
40
+ * <p>The parameters of the request were invalid.</p>
41
+ *
42
+ * @throws {@link InvalidOperationException} (client fault)
43
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
44
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
45
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
46
+ * that's disabled by default, and that you need to enable for the Firewall Manager
47
+ * administrator account and for Organizations before you can access it.</p>
48
+ *
49
+ * @throws {@link LimitExceededException} (client fault)
50
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
51
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
52
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
53
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>The specified resource was not found.</p>
57
+ *
58
+ *
35
59
  */
36
60
  export declare class AssociateAdminAccountCommand extends $Command<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
37
61
  readonly input: AssociateAdminAccountCommandInput;
@@ -29,6 +29,24 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
29
29
  * @see {@link AssociateThirdPartyFirewallCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: AssociateThirdPartyFirewallCommandInput;
@@ -29,6 +29,30 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
29
29
  * @see {@link BatchAssociateResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
48
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
49
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
50
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class BatchAssociateResourceCommand extends $Command<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig> {
34
58
  readonly input: BatchAssociateResourceCommandInput;
@@ -29,6 +29,24 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
29
29
  * @see {@link BatchDisassociateResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class BatchDisassociateResourceCommand extends $Command<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: BatchDisassociateResourceCommandInput;
@@ -29,6 +29,21 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteAppsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class DeleteAppsListCommand extends $Command<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: DeleteAppsListCommandInput;
@@ -30,6 +30,21 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer
30
30
  * @see {@link DeleteNotificationChannelCommandOutput} for command's `response` shape.
31
31
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalErrorException} (client fault)
34
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
35
+ * your request.</p>
36
+ *
37
+ * @throws {@link InvalidOperationException} (client fault)
38
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
39
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
40
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
41
+ * that's disabled by default, and that you need to enable for the Firewall Manager
42
+ * administrator account and for Organizations before you can access it.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource was not found.</p>
46
+ *
47
+ *
33
48
  */
34
49
  export declare class DeleteNotificationChannelCommand extends $Command<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig> {
35
50
  readonly input: DeleteNotificationChannelCommandInput;
@@ -29,6 +29,30 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
48
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
49
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
50
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig> {
34
58
  readonly input: DeletePolicyCommandInput;
@@ -29,6 +29,21 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteProtocolsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class DeleteProtocolsListCommand extends $Command<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: DeleteProtocolsListCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteResourceSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DeleteResourceSetCommand extends $Command<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: DeleteResourceSetCommandInput;
@@ -31,6 +31,21 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer
31
31
  * @see {@link DisassociateAdminAccountCommandOutput} for command's `response` shape.
32
32
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalErrorException} (client fault)
35
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
36
+ * your request.</p>
37
+ *
38
+ * @throws {@link InvalidOperationException} (client fault)
39
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
40
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
41
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
42
+ * that's disabled by default, and that you need to enable for the Firewall Manager
43
+ * administrator account and for Organizations before you can access it.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The specified resource was not found.</p>
47
+ *
48
+ *
34
49
  */
35
50
  export declare class DisassociateAdminAccountCommand extends $Command<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
36
51
  readonly input: DisassociateAdminAccountCommandInput;
@@ -29,6 +29,24 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
29
29
  * @see {@link DisassociateThirdPartyFirewallCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DisassociateThirdPartyFirewallCommand extends $Command<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: DisassociateThirdPartyFirewallCommandInput;
@@ -30,6 +30,21 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _
30
30
  * @see {@link GetAdminAccountCommandOutput} for command's `response` shape.
31
31
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalErrorException} (client fault)
34
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
35
+ * your request.</p>
36
+ *
37
+ * @throws {@link InvalidOperationException} (client fault)
38
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
39
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
40
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
41
+ * that's disabled by default, and that you need to enable for the Firewall Manager
42
+ * administrator account and for Organizations before you can access it.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource was not found.</p>
46
+ *
47
+ *
33
48
  */
34
49
  export declare class GetAdminAccountCommand extends $Command<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig> {
35
50
  readonly input: GetAdminAccountCommandInput;
@@ -29,6 +29,21 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat
29
29
  * @see {@link GetAppsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class GetAppsListCommand extends $Command<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: GetAppsListCommandInput;
@@ -52,6 +52,24 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes
52
52
  * @see {@link GetComplianceDetailCommandOutput} for command's `response` shape.
53
53
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
54
54
  *
55
+ * @throws {@link InternalErrorException} (client fault)
56
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
57
+ * your request.</p>
58
+ *
59
+ * @throws {@link InvalidInputException} (client fault)
60
+ * <p>The parameters of the request were invalid.</p>
61
+ *
62
+ * @throws {@link InvalidOperationException} (client fault)
63
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
64
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
65
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
66
+ * that's disabled by default, and that you need to enable for the Firewall Manager
67
+ * administrator account and for Organizations before you can access it.</p>
68
+ *
69
+ * @throws {@link ResourceNotFoundException} (client fault)
70
+ * <p>The specified resource was not found.</p>
71
+ *
72
+ *
55
73
  */
56
74
  export declare class GetComplianceDetailCommand extends $Command<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig> {
57
75
  readonly input: GetComplianceDetailCommandInput;
@@ -31,6 +31,21 @@ export interface GetNotificationChannelCommandOutput extends GetNotificationChan
31
31
  * @see {@link GetNotificationChannelCommandOutput} for command's `response` shape.
32
32
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalErrorException} (client fault)
35
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
36
+ * your request.</p>
37
+ *
38
+ * @throws {@link InvalidOperationException} (client fault)
39
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
40
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
41
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
42
+ * that's disabled by default, and that you need to enable for the Firewall Manager
43
+ * administrator account and for Organizations before you can access it.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The specified resource was not found.</p>
47
+ *
48
+ *
34
49
  */
35
50
  export declare class GetNotificationChannelCommand extends $Command<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig> {
36
51
  readonly input: GetNotificationChannelCommandInput;
@@ -29,6 +29,24 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
29
29
  * @see {@link GetPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link InvalidTypeException} (client fault)
44
+ * <p>The value of the <code>Type</code> parameter is invalid.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: GetPolicyCommandInput;
@@ -30,6 +30,17 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes
30
30
  * @see {@link GetProtectionStatusCommandOutput} for command's `response` shape.
31
31
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalErrorException} (client fault)
34
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
35
+ * your request.</p>
36
+ *
37
+ * @throws {@link InvalidInputException} (client fault)
38
+ * <p>The parameters of the request were invalid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class GetProtectionStatusCommand extends $Command<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig> {
35
46
  readonly input: GetProtectionStatusCommandInput;
@@ -29,6 +29,21 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse,
29
29
  * @see {@link GetProtocolsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class GetProtocolsListCommand extends $Command<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: GetProtocolsListCommandInput;
@@ -29,6 +29,24 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
29
29
  * @see {@link GetResourceSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetResourceSetCommand extends $Command<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: GetResourceSetCommandInput;
@@ -29,6 +29,24 @@ export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends Get
29
29
  * @see {@link GetThirdPartyFirewallAssociationStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetThirdPartyFirewallAssociationStatusCommand extends $Command<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: GetThirdPartyFirewallAssociationStatusCommandInput;
@@ -29,6 +29,17 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
29
29
  * @see {@link GetViolationDetailsCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class GetViolationDetailsCommand extends $Command<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig> {
34
45
  readonly input: GetViolationDetailsCommandInput;
@@ -29,6 +29,27 @@ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __Met
29
29
  * @see {@link ListAppsListsCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
45
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
46
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
47
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The specified resource was not found.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class ListAppsListsCommand extends $Command<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig> {
34
55
  readonly input: ListAppsListsCommandInput;
@@ -31,6 +31,14 @@ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusR
31
31
  * @see {@link ListComplianceStatusCommandOutput} for command's `response` shape.
32
32
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalErrorException} (client fault)
35
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
36
+ * your request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class ListComplianceStatusCommand extends $Command<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig> {
36
44
  readonly input: ListComplianceStatusCommandInput;
@@ -29,6 +29,21 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso
29
29
  * @see {@link ListDiscoveredResourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListDiscoveredResourcesCommand extends $Command<ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: ListDiscoveredResourcesCommandInput;
@@ -32,6 +32,14 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsRespo
32
32
  * @see {@link ListMemberAccountsCommandOutput} for command's `response` shape.
33
33
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalErrorException} (client fault)
36
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
37
+ * your request.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
35
43
  */
36
44
  export declare class ListMemberAccountsCommand extends $Command<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig> {
37
45
  readonly input: ListMemberAccountsCommandInput;
@@ -29,6 +29,27 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
29
29
  * @see {@link ListPoliciesCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
45
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
46
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
47
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The specified resource was not found.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig> {
34
55
  readonly input: ListPoliciesCommandInput;
@@ -29,6 +29,21 @@ export interface ListProtocolsListsCommandOutput extends ListProtocolsListsRespo
29
29
  * @see {@link ListProtocolsListsCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidOperationException} (client fault)
37
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
38
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
39
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
40
+ * that's disabled by default, and that you need to enable for the Firewall Manager
41
+ * administrator account and for Organizations before you can access it.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListProtocolsListsCommand extends $Command<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: ListProtocolsListsCommandInput;
@@ -29,6 +29,24 @@ export interface ListResourceSetResourcesCommandOutput extends ListResourceSetRe
29
29
  * @see {@link ListResourceSetResourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListResourceSetResourcesCommand extends $Command<ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: ListResourceSetResourcesCommandInput;
@@ -29,6 +29,21 @@ export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse,
29
29
  * @see {@link ListResourceSetsCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListResourceSetsCommand extends $Command<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, FMSClientResolvedConfig> {
34
49
  readonly input: ListResourceSetsCommandInput;
@@ -29,6 +29,24 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,24 @@ export interface ListThirdPartyFirewallFirewallPoliciesCommandOutput extends Lis
29
29
  * @see {@link ListThirdPartyFirewallFirewallPoliciesCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: ListThirdPartyFirewallFirewallPoliciesCommandInput;
@@ -29,6 +29,30 @@ export interface PutAppsListCommandOutput extends PutAppsListResponse, __Metadat
29
29
  * @see {@link PutAppsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
48
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
49
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
50
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class PutAppsListCommand extends $Command<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig> {
34
58
  readonly input: PutAppsListCommandInput;
@@ -33,6 +33,21 @@ export interface PutNotificationChannelCommandOutput extends __MetadataBearer {
33
33
  * @see {@link PutNotificationChannelCommandOutput} for command's `response` shape.
34
34
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalErrorException} (client fault)
37
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
38
+ * your request.</p>
39
+ *
40
+ * @throws {@link InvalidOperationException} (client fault)
41
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
42
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
43
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
44
+ * that's disabled by default, and that you need to enable for the Firewall Manager
45
+ * administrator account and for Organizations before you can access it.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The specified resource was not found.</p>
49
+ *
50
+ *
36
51
  */
37
52
  export declare class PutNotificationChannelCommand extends $Command<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig> {
38
53
  readonly input: PutNotificationChannelCommandInput;
@@ -61,6 +61,33 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
61
61
  * @see {@link PutPolicyCommandOutput} for command's `response` shape.
62
62
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
63
63
  *
64
+ * @throws {@link InternalErrorException} (client fault)
65
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
66
+ * your request.</p>
67
+ *
68
+ * @throws {@link InvalidInputException} (client fault)
69
+ * <p>The parameters of the request were invalid.</p>
70
+ *
71
+ * @throws {@link InvalidOperationException} (client fault)
72
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
73
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
74
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
75
+ * that's disabled by default, and that you need to enable for the Firewall Manager
76
+ * administrator account and for Organizations before you can access it.</p>
77
+ *
78
+ * @throws {@link InvalidTypeException} (client fault)
79
+ * <p>The value of the <code>Type</code> parameter is invalid.</p>
80
+ *
81
+ * @throws {@link LimitExceededException} (client fault)
82
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
83
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
84
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
85
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
86
+ *
87
+ * @throws {@link ResourceNotFoundException} (client fault)
88
+ * <p>The specified resource was not found.</p>
89
+ *
90
+ *
64
91
  */
65
92
  export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig> {
66
93
  readonly input: PutPolicyCommandInput;
@@ -29,6 +29,30 @@ export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse,
29
29
  * @see {@link PutProtocolsListCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
48
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
49
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
50
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class PutProtocolsListCommand extends $Command<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig> {
34
58
  readonly input: PutProtocolsListCommandInput;
@@ -30,6 +30,27 @@ export interface PutResourceSetCommandOutput extends PutResourceSetResponse, __M
30
30
  * @see {@link PutResourceSetCommandOutput} for command's `response` shape.
31
31
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalErrorException} (client fault)
34
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
35
+ * your request.</p>
36
+ *
37
+ * @throws {@link InvalidInputException} (client fault)
38
+ * <p>The parameters of the request were invalid.</p>
39
+ *
40
+ * @throws {@link InvalidOperationException} (client fault)
41
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
42
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
43
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
44
+ * that's disabled by default, and that you need to enable for the Firewall Manager
45
+ * administrator account and for Organizations before you can access it.</p>
46
+ *
47
+ * @throws {@link LimitExceededException} (client fault)
48
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
49
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
50
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
51
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class PutResourceSetCommand extends $Command<PutResourceSetCommandInput, PutResourceSetCommandOutput, FMSClientResolvedConfig> {
35
56
  readonly input: PutResourceSetCommandInput;
@@ -29,6 +29,30 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>The operation exceeds a resource limit, for example, the maximum number of
48
+ * <code>policy</code> objects that you can create for an Amazon Web Services account. For more information,
49
+ * see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html">Firewall
50
+ * Manager Limits</a> in the <i>WAF Developer Guide</i>.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig> {
34
58
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,24 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link FMSClientResolvedConfig | config} for FMSClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalErrorException} (client fault)
33
+ * <p>The operation failed because of a system problem, even though the request was valid. Retry
34
+ * your request.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The parameters of the request were invalid.</p>
38
+ *
39
+ * @throws {@link InvalidOperationException} (client fault)
40
+ * <p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have
41
+ * submitted an <code>AssociateAdminAccount</code> request for an account ID that
42
+ * was already set as the Firewall Manager administrator. Or you might have tried to access a Region
43
+ * that's disabled by default, and that you need to enable for the Firewall Manager
44
+ * administrator account and for Organizations before you can access it.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig> {
34
52
  readonly input: UntagResourceCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fms",
3
3
  "description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },