@aws-sdk/client-fms 3.650.0 → 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
@@ -79,4 +79,15 @@ declare const AssociateAdminAccountCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: AssociateAdminAccountRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: AssociateAdminAccountCommandInput;
90
+ output: AssociateAdminAccountCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -74,4 +74,15 @@ declare const AssociateThirdPartyFirewallCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: AssociateThirdPartyFirewallRequest;
81
+ output: AssociateThirdPartyFirewallResponse;
82
+ };
83
+ sdk: {
84
+ input: AssociateThirdPartyFirewallCommandInput;
85
+ output: AssociateThirdPartyFirewallCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -89,4 +89,15 @@ declare const BatchAssociateResourceCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: BatchAssociateResourceRequest;
96
+ output: BatchAssociateResourceResponse;
97
+ };
98
+ sdk: {
99
+ input: BatchAssociateResourceCommandInput;
100
+ output: BatchAssociateResourceCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -83,4 +83,15 @@ declare const BatchDisassociateResourceCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: BatchDisassociateResourceRequest;
90
+ output: BatchDisassociateResourceResponse;
91
+ };
92
+ sdk: {
93
+ input: BatchDisassociateResourceCommandInput;
94
+ output: BatchDisassociateResourceCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -69,4 +69,15 @@ declare const DeleteAppsListCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteAppsListRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteAppsListCommandInput;
80
+ output: DeleteAppsListCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -68,4 +68,15 @@ declare const DeleteNotificationChannelCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: {};
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteNotificationChannelCommandInput;
79
+ output: DeleteNotificationChannelCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -79,4 +79,15 @@ declare const DeletePolicyCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeletePolicyRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeletePolicyCommandInput;
90
+ output: DeletePolicyCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -69,4 +69,15 @@ declare const DeleteProtocolsListCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteProtocolsListRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteProtocolsListCommandInput;
80
+ output: DeleteProtocolsListCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -72,4 +72,15 @@ declare const DeleteResourceSetCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteResourceSetRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteResourceSetCommandInput;
83
+ output: DeleteResourceSetCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -68,4 +68,15 @@ declare const DisassociateAdminAccountCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: {};
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DisassociateAdminAccountCommandInput;
79
+ output: DisassociateAdminAccountCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -74,4 +74,15 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DisassociateThirdPartyFirewallRequest;
81
+ output: DisassociateThirdPartyFirewallResponse;
82
+ };
83
+ sdk: {
84
+ input: DisassociateThirdPartyFirewallCommandInput;
85
+ output: DisassociateThirdPartyFirewallCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const GetAdminAccountCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: {};
78
+ output: GetAdminAccountResponse;
79
+ };
80
+ sdk: {
81
+ input: GetAdminAccountCommandInput;
82
+ output: GetAdminAccountCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -108,4 +108,15 @@ declare const GetAdminScopeCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: GetAdminScopeRequest;
115
+ output: GetAdminScopeResponse;
116
+ };
117
+ sdk: {
118
+ input: GetAdminScopeCommandInput;
119
+ output: GetAdminScopeCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -95,4 +95,15 @@ declare const GetAppsListCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class GetAppsListCommand extends GetAppsListCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: GetAppsListRequest;
102
+ output: GetAppsListResponse;
103
+ };
104
+ sdk: {
105
+ input: GetAppsListCommandInput;
106
+ output: GetAppsListCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -96,4 +96,15 @@ declare const GetComplianceDetailCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetComplianceDetailRequest;
103
+ output: GetComplianceDetailResponse;
104
+ };
105
+ sdk: {
106
+ input: GetComplianceDetailCommandInput;
107
+ output: GetComplianceDetailCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -72,4 +72,15 @@ declare const GetNotificationChannelCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: {};
79
+ output: GetNotificationChannelResponse;
80
+ };
81
+ sdk: {
82
+ input: GetNotificationChannelCommandInput;
83
+ output: GetNotificationChannelCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -159,4 +159,15 @@ declare const GetPolicyCommand_base: {
159
159
  * @public
160
160
  */
161
161
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: GetPolicyRequest;
166
+ output: GetPolicyResponse;
167
+ };
168
+ sdk: {
169
+ input: GetPolicyCommandInput;
170
+ output: GetPolicyCommandOutput;
171
+ };
172
+ };
162
173
  }
@@ -76,4 +76,15 @@ declare const GetProtectionStatusCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetProtectionStatusRequest;
83
+ output: GetProtectionStatusResponse;
84
+ };
85
+ sdk: {
86
+ input: GetProtectionStatusCommandInput;
87
+ output: GetProtectionStatusCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -87,4 +87,15 @@ declare const GetProtocolsListCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetProtocolsListRequest;
94
+ output: GetProtocolsListResponse;
95
+ };
96
+ sdk: {
97
+ input: GetProtocolsListCommandInput;
98
+ output: GetProtocolsListCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -85,4 +85,15 @@ declare const GetResourceSetCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetResourceSetRequest;
92
+ output: GetResourceSetResponse;
93
+ };
94
+ sdk: {
95
+ input: GetResourceSetCommandInput;
96
+ output: GetResourceSetCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -75,4 +75,15 @@ declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetThirdPartyFirewallAssociationStatusCommand extends GetThirdPartyFirewallAssociationStatusCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetThirdPartyFirewallAssociationStatusRequest;
82
+ output: GetThirdPartyFirewallAssociationStatusResponse;
83
+ };
84
+ sdk: {
85
+ input: GetThirdPartyFirewallAssociationStatusCommandInput;
86
+ output: GetThirdPartyFirewallAssociationStatusCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -616,4 +616,15 @@ declare const GetViolationDetailsCommand_base: {
616
616
  * @public
617
617
  */
618
618
  export declare class GetViolationDetailsCommand extends GetViolationDetailsCommand_base {
619
+ /** @internal type navigation helper, not in runtime. */
620
+ protected static __types: {
621
+ api: {
622
+ input: GetViolationDetailsRequest;
623
+ output: GetViolationDetailsResponse;
624
+ };
625
+ sdk: {
626
+ input: GetViolationDetailsCommandInput;
627
+ output: GetViolationDetailsCommandOutput;
628
+ };
629
+ };
619
630
  }
@@ -86,4 +86,15 @@ declare const ListAdminAccountsForOrganizationCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListAdminAccountsForOrganizationCommand extends ListAdminAccountsForOrganizationCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListAdminAccountsForOrganizationRequest;
93
+ output: ListAdminAccountsForOrganizationResponse;
94
+ };
95
+ sdk: {
96
+ input: ListAdminAccountsForOrganizationCommandInput;
97
+ output: ListAdminAccountsForOrganizationCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -71,4 +71,15 @@ declare const ListAdminsManagingAccountCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListAdminsManagingAccountCommand extends ListAdminsManagingAccountCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListAdminsManagingAccountRequest;
78
+ output: ListAdminsManagingAccountResponse;
79
+ };
80
+ sdk: {
81
+ input: ListAdminsManagingAccountCommandInput;
82
+ output: ListAdminsManagingAccountCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -93,4 +93,15 @@ declare const ListAppsListsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListAppsListsCommand extends ListAppsListsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListAppsListsRequest;
100
+ output: ListAppsListsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListAppsListsCommandInput;
104
+ output: ListAppsListsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -87,4 +87,15 @@ declare const ListComplianceStatusCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListComplianceStatusCommand extends ListComplianceStatusCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListComplianceStatusRequest;
94
+ output: ListComplianceStatusResponse;
95
+ };
96
+ sdk: {
97
+ input: ListComplianceStatusCommandInput;
98
+ output: ListComplianceStatusCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -84,4 +84,15 @@ declare const ListDiscoveredResourcesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListDiscoveredResourcesRequest;
91
+ output: ListDiscoveredResourcesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListDiscoveredResourcesCommandInput;
95
+ output: ListDiscoveredResourcesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -70,4 +70,15 @@ declare const ListMemberAccountsCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListMemberAccountsCommand extends ListMemberAccountsCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListMemberAccountsRequest;
77
+ output: ListMemberAccountsResponse;
78
+ };
79
+ sdk: {
80
+ input: ListMemberAccountsCommandInput;
81
+ output: ListMemberAccountsCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -90,4 +90,15 @@ declare const ListPoliciesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListPoliciesRequest;
97
+ output: ListPoliciesResponse;
98
+ };
99
+ sdk: {
100
+ input: ListPoliciesCommandInput;
101
+ output: ListPoliciesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -83,4 +83,15 @@ declare const ListProtocolsListsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListProtocolsListsCommand extends ListProtocolsListsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListProtocolsListsRequest;
90
+ output: ListProtocolsListsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListProtocolsListsCommandInput;
94
+ output: ListProtocolsListsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -82,4 +82,15 @@ declare const ListResourceSetResourcesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListResourceSetResourcesCommand extends ListResourceSetResourcesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListResourceSetResourcesRequest;
89
+ output: ListResourceSetResourcesResponse;
90
+ };
91
+ sdk: {
92
+ input: ListResourceSetResourcesCommandInput;
93
+ output: ListResourceSetResourcesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -81,4 +81,15 @@ declare const ListResourceSetsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListResourceSetsRequest;
88
+ output: ListResourceSetsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListResourceSetsCommandInput;
92
+ output: ListResourceSetsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -79,4 +79,15 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListTagsForResourceRequest;
86
+ output: ListTagsForResourceResponse;
87
+ };
88
+ sdk: {
89
+ input: ListTagsForResourceCommandInput;
90
+ output: ListTagsForResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -82,4 +82,15 @@ declare const ListThirdPartyFirewallFirewallPoliciesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends ListThirdPartyFirewallFirewallPoliciesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListThirdPartyFirewallFirewallPoliciesRequest;
89
+ output: ListThirdPartyFirewallFirewallPoliciesResponse;
90
+ };
91
+ sdk: {
92
+ input: ListThirdPartyFirewallFirewallPoliciesCommandInput;
93
+ output: ListThirdPartyFirewallFirewallPoliciesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -104,4 +104,15 @@ declare const PutAdminAccountCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class PutAdminAccountCommand extends PutAdminAccountCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: PutAdminAccountRequest;
111
+ output: {};
112
+ };
113
+ sdk: {
114
+ input: PutAdminAccountCommandInput;
115
+ output: PutAdminAccountCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -131,4 +131,15 @@ declare const PutAppsListCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class PutAppsListCommand extends PutAppsListCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: PutAppsListRequest;
138
+ output: PutAppsListResponse;
139
+ };
140
+ sdk: {
141
+ input: PutAppsListCommandInput;
142
+ output: PutAppsListCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -73,4 +73,15 @@ declare const PutNotificationChannelCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class PutNotificationChannelCommand extends PutNotificationChannelCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: PutNotificationChannelRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: PutNotificationChannelCommandInput;
84
+ output: PutNotificationChannelCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -314,4 +314,15 @@ declare const PutPolicyCommand_base: {
314
314
  * @public
315
315
  */
316
316
  export declare class PutPolicyCommand extends PutPolicyCommand_base {
317
+ /** @internal type navigation helper, not in runtime. */
318
+ protected static __types: {
319
+ api: {
320
+ input: PutPolicyRequest;
321
+ output: PutPolicyResponse;
322
+ };
323
+ sdk: {
324
+ input: PutPolicyCommandInput;
325
+ output: PutPolicyCommandOutput;
326
+ };
327
+ };
317
328
  }
@@ -115,4 +115,15 @@ declare const PutProtocolsListCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class PutProtocolsListCommand extends PutProtocolsListCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: PutProtocolsListRequest;
122
+ output: PutProtocolsListResponse;
123
+ };
124
+ sdk: {
125
+ input: PutProtocolsListCommandInput;
126
+ output: PutProtocolsListCommandOutput;
127
+ };
128
+ };
118
129
  }