@aws-sdk/client-fms 3.651.1 → 3.654.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 (85) hide show
  1. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAppsListCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +11 -0
  7. package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteResourceSetCommand.d.ts +11 -0
  10. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +11 -0
  11. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +11 -0
  12. package/dist-types/commands/GetAdminAccountCommand.d.ts +11 -0
  13. package/dist-types/commands/GetAdminScopeCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAppsListCommand.d.ts +11 -0
  15. package/dist-types/commands/GetComplianceDetailCommand.d.ts +11 -0
  16. package/dist-types/commands/GetNotificationChannelCommand.d.ts +11 -0
  17. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  18. package/dist-types/commands/GetProtectionStatusCommand.d.ts +11 -0
  19. package/dist-types/commands/GetProtocolsListCommand.d.ts +11 -0
  20. package/dist-types/commands/GetResourceSetCommand.d.ts +11 -0
  21. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +11 -0
  22. package/dist-types/commands/GetViolationDetailsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +11 -0
  24. package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +11 -0
  25. package/dist-types/commands/ListAppsListsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListComplianceStatusCommand.d.ts +11 -0
  27. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListMemberAccountsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
  30. package/dist-types/commands/ListProtocolsListsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListResourceSetsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +11 -0
  35. package/dist-types/commands/PutAdminAccountCommand.d.ts +11 -0
  36. package/dist-types/commands/PutAppsListCommand.d.ts +11 -0
  37. package/dist-types/commands/PutNotificationChannelCommand.d.ts +11 -0
  38. package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
  39. package/dist-types/commands/PutProtocolsListCommand.d.ts +11 -0
  40. package/dist-types/commands/PutResourceSetCommand.d.ts +11 -0
  41. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  43. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/BatchAssociateResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/BatchDisassociateResourceCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetAdminScopeCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListAdminAccountsForOrganizationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListAdminsManagingAccountCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/ListResourceSetResourcesCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/PutAdminAccountCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/PutResourceSetCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  85. package/package.json +35 -35
@@ -105,4 +105,15 @@ declare const PutResourceSetCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class PutResourceSetCommand extends PutResourceSetCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: PutResourceSetRequest;
112
+ output: PutResourceSetResponse;
113
+ };
114
+ sdk: {
115
+ input: PutResourceSetCommandInput;
116
+ output: PutResourceSetCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -84,4 +84,15 @@ declare const TagResourceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class TagResourceCommand extends TagResourceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: TagResourceRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: TagResourceCommandInput;
95
+ output: TagResourceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UntagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UntagResourceCommandInput;
86
+ output: UntagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -32,4 +32,15 @@ declare const AssociateAdminAccountCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {}
35
+ export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: AssociateAdminAccountRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: AssociateAdminAccountCommandInput;
43
+ output: AssociateAdminAccountCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const AssociateThirdPartyFirewallCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {}
40
+ export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateThirdPartyFirewallRequest;
44
+ output: AssociateThirdPartyFirewallResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateThirdPartyFirewallCommandInput;
48
+ output: AssociateThirdPartyFirewallCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchAssociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {}
40
+ export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchAssociateResourceRequest;
44
+ output: BatchAssociateResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchAssociateResourceCommandInput;
48
+ output: BatchAssociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDisassociateResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {}
40
+ export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDisassociateResourceRequest;
44
+ output: BatchDisassociateResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDisassociateResourceCommandInput;
48
+ output: BatchDisassociateResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DeleteAppsListCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {}
34
+ export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAppsListRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAppsListCommandInput;
42
+ output: DeleteAppsListCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteNotificationChannelCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {}
36
+ export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteNotificationChannelCommandInput;
44
+ output: DeleteNotificationChannelCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeletePolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
34
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeletePolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeletePolicyCommandInput;
42
+ output: DeletePolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteProtocolsListCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {}
35
+ export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteProtocolsListRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteProtocolsListCommandInput;
43
+ output: DeleteProtocolsListCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteResourceSetCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {}
35
+ export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteResourceSetRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteResourceSetCommandInput;
43
+ output: DeleteResourceSetCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DisassociateAdminAccountCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {}
36
+ export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateAdminAccountCommandInput;
44
+ output: DisassociateAdminAccountCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {}
40
+ export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateThirdPartyFirewallRequest;
44
+ output: DisassociateThirdPartyFirewallResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateThirdPartyFirewallCommandInput;
48
+ output: DisassociateThirdPartyFirewallCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetAdminAccountCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {}
39
+ export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: {};
43
+ output: GetAdminAccountResponse;
44
+ };
45
+ sdk: {
46
+ input: GetAdminAccountCommandInput;
47
+ output: GetAdminAccountCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetAdminScopeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {}
39
+ export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetAdminScopeRequest;
43
+ output: GetAdminScopeResponse;
44
+ };
45
+ sdk: {
46
+ input: GetAdminScopeCommandInput;
47
+ output: GetAdminScopeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetAppsListCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAppsListCommand extends GetAppsListCommand_base {}
36
+ export declare class GetAppsListCommand extends GetAppsListCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAppsListRequest;
40
+ output: GetAppsListResponse;
41
+ };
42
+ sdk: {
43
+ input: GetAppsListCommandInput;
44
+ output: GetAppsListCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetComplianceDetailCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {}
40
+ export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetComplianceDetailRequest;
44
+ output: GetComplianceDetailResponse;
45
+ };
46
+ sdk: {
47
+ input: GetComplianceDetailCommandInput;
48
+ output: GetComplianceDetailCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetNotificationChannelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {}
40
+ export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetNotificationChannelResponse;
45
+ };
46
+ sdk: {
47
+ input: GetNotificationChannelCommandInput;
48
+ output: GetNotificationChannelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPolicyCommand extends GetPolicyCommand_base {}
36
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPolicyRequest;
40
+ output: GetPolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPolicyCommandInput;
44
+ output: GetPolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetProtectionStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {}
40
+ export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetProtectionStatusRequest;
44
+ output: GetProtectionStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetProtectionStatusCommandInput;
48
+ output: GetProtectionStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetProtocolsListCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {}
39
+ export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetProtocolsListRequest;
43
+ output: GetProtocolsListResponse;
44
+ };
45
+ sdk: {
46
+ input: GetProtocolsListCommandInput;
47
+ output: GetProtocolsListCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetResourceSetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetResourceSetCommand extends GetResourceSetCommand_base {}
39
+ export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetResourceSetRequest;
43
+ output: GetResourceSetResponse;
44
+ };
45
+ sdk: {
46
+ input: GetResourceSetCommandInput;
47
+ output: GetResourceSetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetThirdPartyFirewallAssociationStatusCommand extends GetThirdPartyFirewallAssociationStatusCommand_base {}
40
+ export declare class GetThirdPartyFirewallAssociationStatusCommand extends GetThirdPartyFirewallAssociationStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetThirdPartyFirewallAssociationStatusRequest;
44
+ output: GetThirdPartyFirewallAssociationStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetThirdPartyFirewallAssociationStatusCommandInput;
48
+ output: GetThirdPartyFirewallAssociationStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetViolationDetailsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetViolationDetailsCommand extends GetViolationDetailsCommand_base {}
40
+ export declare class GetViolationDetailsCommand extends GetViolationDetailsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetViolationDetailsRequest;
44
+ output: GetViolationDetailsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetViolationDetailsCommandInput;
48
+ output: GetViolationDetailsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAdminAccountsForOrganizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAdminAccountsForOrganizationCommand extends ListAdminAccountsForOrganizationCommand_base {}
40
+ export declare class ListAdminAccountsForOrganizationCommand extends ListAdminAccountsForOrganizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAdminAccountsForOrganizationRequest;
44
+ output: ListAdminAccountsForOrganizationResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAdminAccountsForOrganizationCommandInput;
48
+ output: ListAdminAccountsForOrganizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAdminsManagingAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAdminsManagingAccountCommand extends ListAdminsManagingAccountCommand_base {}
40
+ export declare class ListAdminsManagingAccountCommand extends ListAdminsManagingAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAdminsManagingAccountRequest;
44
+ output: ListAdminsManagingAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAdminsManagingAccountCommandInput;
48
+ output: ListAdminsManagingAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListAppsListsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListAppsListsCommand extends ListAppsListsCommand_base {}
39
+ export declare class ListAppsListsCommand extends ListAppsListsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAppsListsRequest;
43
+ output: ListAppsListsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListAppsListsCommandInput;
47
+ output: ListAppsListsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListComplianceStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListComplianceStatusCommand extends ListComplianceStatusCommand_base {}
40
+ export declare class ListComplianceStatusCommand extends ListComplianceStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListComplianceStatusRequest;
44
+ output: ListComplianceStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: ListComplianceStatusCommandInput;
48
+ output: ListComplianceStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDiscoveredResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {}
40
+ export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDiscoveredResourcesRequest;
44
+ output: ListDiscoveredResourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDiscoveredResourcesCommandInput;
48
+ output: ListDiscoveredResourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListMemberAccountsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListMemberAccountsCommand extends ListMemberAccountsCommand_base {}
40
+ export declare class ListMemberAccountsCommand extends ListMemberAccountsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMemberAccountsRequest;
44
+ output: ListMemberAccountsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListMemberAccountsCommandInput;
48
+ output: ListMemberAccountsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListPoliciesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
36
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListPoliciesRequest;
40
+ output: ListPoliciesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListPoliciesCommandInput;
44
+ output: ListPoliciesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListProtocolsListsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListProtocolsListsCommand extends ListProtocolsListsCommand_base {}
40
+ export declare class ListProtocolsListsCommand extends ListProtocolsListsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListProtocolsListsRequest;
44
+ output: ListProtocolsListsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListProtocolsListsCommandInput;
48
+ output: ListProtocolsListsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListResourceSetResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListResourceSetResourcesCommand extends ListResourceSetResourcesCommand_base {}
40
+ export declare class ListResourceSetResourcesCommand extends ListResourceSetResourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResourceSetResourcesRequest;
44
+ output: ListResourceSetResourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListResourceSetResourcesCommandInput;
48
+ output: ListResourceSetResourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListResourceSetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {}
39
+ export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListResourceSetsRequest;
43
+ output: ListResourceSetsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListResourceSetsCommandInput;
47
+ output: ListResourceSetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListThirdPartyFirewallFirewallPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends ListThirdPartyFirewallFirewallPoliciesCommand_base {}
40
+ export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends ListThirdPartyFirewallFirewallPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListThirdPartyFirewallFirewallPoliciesRequest;
44
+ output: ListThirdPartyFirewallFirewallPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListThirdPartyFirewallFirewallPoliciesCommandInput;
48
+ output: ListThirdPartyFirewallFirewallPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }