@aws-sdk/client-wafv2 3.651.1 → 3.658.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 (109) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +11 -0
  2. package/dist-types/commands/CheckCapacityCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAPIKeyCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateWebACLCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteIPSetCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteWebACLCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/DisassociateWebACLCommand.d.ts +11 -0
  20. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +11 -0
  21. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +11 -0
  22. package/dist-types/commands/GetIPSetCommand.d.ts +11 -0
  23. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +11 -0
  24. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +11 -0
  25. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +11 -0
  26. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +11 -0
  27. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +11 -0
  28. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +11 -0
  29. package/dist-types/commands/GetRuleGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/GetSampledRequestsCommand.d.ts +11 -0
  31. package/dist-types/commands/GetWebACLCommand.d.ts +11 -0
  32. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAPIKeysCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListIPSetsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +11 -0
  42. package/dist-types/commands/ListRuleGroupsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/ListWebACLsCommand.d.ts +11 -0
  45. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +11 -0
  46. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +11 -0
  47. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +11 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateIPSetCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateWebACLCommand.d.ts +11 -0
  55. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +12 -1
  109. package/package.json +35 -35
@@ -125,4 +125,15 @@ declare const AssociateWebACLCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class AssociateWebACLCommand extends AssociateWebACLCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: AssociateWebACLRequest;
132
+ output: {};
133
+ };
134
+ sdk: {
135
+ input: AssociateWebACLCommandInput;
136
+ output: AssociateWebACLCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -1079,4 +1079,15 @@ declare const CheckCapacityCommand_base: {
1079
1079
  * @public
1080
1080
  */
1081
1081
  export declare class CheckCapacityCommand extends CheckCapacityCommand_base {
1082
+ /** @internal type navigation helper, not in runtime. */
1083
+ protected static __types: {
1084
+ api: {
1085
+ input: CheckCapacityRequest;
1086
+ output: CheckCapacityResponse;
1087
+ };
1088
+ sdk: {
1089
+ input: CheckCapacityCommandInput;
1090
+ output: CheckCapacityCommandOutput;
1091
+ };
1092
+ };
1082
1093
  }
@@ -99,4 +99,15 @@ declare const CreateAPIKeyCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class CreateAPIKeyCommand extends CreateAPIKeyCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: CreateAPIKeyRequest;
106
+ output: CreateAPIKeyResponse;
107
+ };
108
+ sdk: {
109
+ input: CreateAPIKeyCommandInput;
110
+ output: CreateAPIKeyCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -128,4 +128,15 @@ declare const CreateIPSetCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class CreateIPSetCommand extends CreateIPSetCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CreateIPSetRequest;
135
+ output: CreateIPSetResponse;
136
+ };
137
+ sdk: {
138
+ input: CreateIPSetCommandInput;
139
+ output: CreateIPSetCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -127,4 +127,15 @@ declare const CreateRegexPatternSetCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: CreateRegexPatternSetRequest;
134
+ output: CreateRegexPatternSetResponse;
135
+ };
136
+ sdk: {
137
+ input: CreateRegexPatternSetCommandInput;
138
+ output: CreateRegexPatternSetCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -1102,4 +1102,15 @@ declare const CreateRuleGroupCommand_base: {
1102
1102
  * @public
1103
1103
  */
1104
1104
  export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
1105
+ /** @internal type navigation helper, not in runtime. */
1106
+ protected static __types: {
1107
+ api: {
1108
+ input: CreateRuleGroupRequest;
1109
+ output: CreateRuleGroupResponse;
1110
+ };
1111
+ sdk: {
1112
+ input: CreateRuleGroupCommandInput;
1113
+ output: CreateRuleGroupCommandOutput;
1114
+ };
1115
+ };
1105
1116
  }
@@ -1131,4 +1131,15 @@ declare const CreateWebACLCommand_base: {
1131
1131
  * @public
1132
1132
  */
1133
1133
  export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
1134
+ /** @internal type navigation helper, not in runtime. */
1135
+ protected static __types: {
1136
+ api: {
1137
+ input: CreateWebACLRequest;
1138
+ output: CreateWebACLResponse;
1139
+ };
1140
+ sdk: {
1141
+ input: CreateWebACLCommandInput;
1142
+ output: CreateWebACLCommandOutput;
1143
+ };
1144
+ };
1134
1145
  }
@@ -96,4 +96,15 @@ declare const DeleteAPIKeyCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteAPIKeyRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteAPIKeyCommandInput;
107
+ output: DeleteAPIKeyCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -99,4 +99,15 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DeleteFirewallManagerRuleGroupsRequest;
106
+ output: DeleteFirewallManagerRuleGroupsResponse;
107
+ };
108
+ sdk: {
109
+ input: DeleteFirewallManagerRuleGroupsCommandInput;
110
+ output: DeleteFirewallManagerRuleGroupsCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -108,4 +108,15 @@ declare const DeleteIPSetCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteIPSetRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteIPSetCommandInput;
119
+ output: DeleteIPSetCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -96,4 +96,15 @@ declare const DeleteLoggingConfigurationCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteLoggingConfigurationRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteLoggingConfigurationCommandInput;
107
+ output: DeleteLoggingConfigurationCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -87,4 +87,15 @@ declare const DeletePermissionPolicyCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DeletePermissionPolicyRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: DeletePermissionPolicyCommandInput;
98
+ output: DeletePermissionPolicyCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -108,4 +108,15 @@ declare const DeleteRegexPatternSetCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteRegexPatternSetRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteRegexPatternSetCommandInput;
119
+ output: DeleteRegexPatternSetCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -108,4 +108,15 @@ declare const DeleteRuleGroupCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteRuleGroupRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteRuleGroupCommandInput;
119
+ output: DeleteRuleGroupCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -142,4 +142,15 @@ declare const DeleteWebACLCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: DeleteWebACLRequest;
149
+ output: {};
150
+ };
151
+ sdk: {
152
+ input: DeleteWebACLCommandInput;
153
+ output: DeleteWebACLCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -97,4 +97,15 @@ declare const DescribeAllManagedProductsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeAllManagedProductsRequest;
104
+ output: DescribeAllManagedProductsResponse;
105
+ };
106
+ sdk: {
107
+ input: DescribeAllManagedProductsCommandInput;
108
+ output: DescribeAllManagedProductsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -98,4 +98,15 @@ declare const DescribeManagedProductsByVendorCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DescribeManagedProductsByVendorRequest;
105
+ output: DescribeManagedProductsByVendorResponse;
106
+ };
107
+ sdk: {
108
+ input: DescribeManagedProductsByVendorCommandInput;
109
+ output: DescribeManagedProductsByVendorCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -175,4 +175,15 @@ declare const DescribeManagedRuleGroupCommand_base: {
175
175
  * @public
176
176
  */
177
177
  export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: DescribeManagedRuleGroupRequest;
182
+ output: DescribeManagedRuleGroupResponse;
183
+ };
184
+ sdk: {
185
+ input: DescribeManagedRuleGroupCommandInput;
186
+ output: DescribeManagedRuleGroupCommandOutput;
187
+ };
188
+ };
178
189
  }
@@ -98,4 +98,15 @@ declare const DisassociateWebACLCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DisassociateWebACLRequest;
105
+ output: {};
106
+ };
107
+ sdk: {
108
+ input: DisassociateWebACLCommandInput;
109
+ output: DisassociateWebACLCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -94,4 +94,15 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GenerateMobileSdkReleaseUrlRequest;
101
+ output: GenerateMobileSdkReleaseUrlResponse;
102
+ };
103
+ sdk: {
104
+ input: GenerateMobileSdkReleaseUrlCommandInput;
105
+ output: GenerateMobileSdkReleaseUrlCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -102,4 +102,15 @@ declare const GetDecryptedAPIKeyCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetDecryptedAPIKeyRequest;
109
+ output: GetDecryptedAPIKeyResponse;
110
+ };
111
+ sdk: {
112
+ input: GetDecryptedAPIKeyCommandInput;
113
+ output: GetDecryptedAPIKeyCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -103,4 +103,15 @@ declare const GetIPSetCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetIPSetCommand extends GetIPSetCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetIPSetRequest;
110
+ output: GetIPSetResponse;
111
+ };
112
+ sdk: {
113
+ input: GetIPSetCommandInput;
114
+ output: GetIPSetCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -180,4 +180,15 @@ declare const GetLoggingConfigurationCommand_base: {
180
180
  * @public
181
181
  */
182
182
  export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {
183
+ /** @internal type navigation helper, not in runtime. */
184
+ protected static __types: {
185
+ api: {
186
+ input: GetLoggingConfigurationRequest;
187
+ output: GetLoggingConfigurationResponse;
188
+ };
189
+ sdk: {
190
+ input: GetLoggingConfigurationCommandInput;
191
+ output: GetLoggingConfigurationCommandOutput;
192
+ };
193
+ };
183
194
  }
@@ -115,4 +115,15 @@ declare const GetManagedRuleSetCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetManagedRuleSetRequest;
122
+ output: GetManagedRuleSetResponse;
123
+ };
124
+ sdk: {
125
+ input: GetManagedRuleSetCommandInput;
126
+ output: GetManagedRuleSetCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -105,4 +105,15 @@ declare const GetMobileSdkReleaseCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class GetMobileSdkReleaseCommand extends GetMobileSdkReleaseCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: GetMobileSdkReleaseRequest;
112
+ output: GetMobileSdkReleaseResponse;
113
+ };
114
+ sdk: {
115
+ input: GetMobileSdkReleaseCommandInput;
116
+ output: GetMobileSdkReleaseCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -89,4 +89,15 @@ declare const GetPermissionPolicyCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetPermissionPolicyCommand extends GetPermissionPolicyCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetPermissionPolicyRequest;
96
+ output: GetPermissionPolicyResponse;
97
+ };
98
+ sdk: {
99
+ input: GetPermissionPolicyCommandInput;
100
+ output: GetPermissionPolicyCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -126,4 +126,15 @@ declare const GetRateBasedStatementManagedKeysCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class GetRateBasedStatementManagedKeysCommand extends GetRateBasedStatementManagedKeysCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: GetRateBasedStatementManagedKeysRequest;
133
+ output: GetRateBasedStatementManagedKeysResponse;
134
+ };
135
+ sdk: {
136
+ input: GetRateBasedStatementManagedKeysCommandInput;
137
+ output: GetRateBasedStatementManagedKeysCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -104,4 +104,15 @@ declare const GetRegexPatternSetCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetRegexPatternSetCommand extends GetRegexPatternSetCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetRegexPatternSetRequest;
111
+ output: GetRegexPatternSetResponse;
112
+ };
113
+ sdk: {
114
+ input: GetRegexPatternSetCommandInput;
115
+ output: GetRegexPatternSetCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -1074,4 +1074,15 @@ declare const GetRuleGroupCommand_base: {
1074
1074
  * @public
1075
1075
  */
1076
1076
  export declare class GetRuleGroupCommand extends GetRuleGroupCommand_base {
1077
+ /** @internal type navigation helper, not in runtime. */
1078
+ protected static __types: {
1079
+ api: {
1080
+ input: GetRuleGroupRequest;
1081
+ output: GetRuleGroupResponse;
1082
+ };
1083
+ sdk: {
1084
+ input: GetRuleGroupCommandInput;
1085
+ output: GetRuleGroupCommandOutput;
1086
+ };
1087
+ };
1077
1088
  }
@@ -152,4 +152,15 @@ declare const GetSampledRequestsCommand_base: {
152
152
  * @public
153
153
  */
154
154
  export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base {
155
+ /** @internal type navigation helper, not in runtime. */
156
+ protected static __types: {
157
+ api: {
158
+ input: GetSampledRequestsRequest;
159
+ output: GetSampledRequestsResponse;
160
+ };
161
+ sdk: {
162
+ input: GetSampledRequestsCommandInput;
163
+ output: GetSampledRequestsCommandOutput;
164
+ };
165
+ };
155
166
  }
@@ -1269,4 +1269,15 @@ declare const GetWebACLCommand_base: {
1269
1269
  * @public
1270
1270
  */
1271
1271
  export declare class GetWebACLCommand extends GetWebACLCommand_base {
1272
+ /** @internal type navigation helper, not in runtime. */
1273
+ protected static __types: {
1274
+ api: {
1275
+ input: GetWebACLRequest;
1276
+ output: GetWebACLResponse;
1277
+ };
1278
+ sdk: {
1279
+ input: GetWebACLCommandInput;
1280
+ output: GetWebACLCommandOutput;
1281
+ };
1282
+ };
1272
1283
  }
@@ -1282,4 +1282,15 @@ declare const GetWebACLForResourceCommand_base: {
1282
1282
  * @public
1283
1283
  */
1284
1284
  export declare class GetWebACLForResourceCommand extends GetWebACLForResourceCommand_base {
1285
+ /** @internal type navigation helper, not in runtime. */
1286
+ protected static __types: {
1287
+ api: {
1288
+ input: GetWebACLForResourceRequest;
1289
+ output: GetWebACLForResourceResponse;
1290
+ };
1291
+ sdk: {
1292
+ input: GetWebACLForResourceCommandInput;
1293
+ output: GetWebACLForResourceCommandOutput;
1294
+ };
1295
+ };
1285
1296
  }
@@ -105,4 +105,15 @@ declare const ListAPIKeysCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ListAPIKeysCommand extends ListAPIKeysCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ListAPIKeysRequest;
112
+ output: ListAPIKeysResponse;
113
+ };
114
+ sdk: {
115
+ input: ListAPIKeysCommandInput;
116
+ output: ListAPIKeysCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -102,4 +102,15 @@ declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListAvailableManagedRuleGroupVersionsCommand extends ListAvailableManagedRuleGroupVersionsCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListAvailableManagedRuleGroupVersionsRequest;
109
+ output: ListAvailableManagedRuleGroupVersionsResponse;
110
+ };
111
+ sdk: {
112
+ input: ListAvailableManagedRuleGroupVersionsCommandInput;
113
+ output: ListAvailableManagedRuleGroupVersionsCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -97,4 +97,15 @@ declare const ListAvailableManagedRuleGroupsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListAvailableManagedRuleGroupsCommand extends ListAvailableManagedRuleGroupsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListAvailableManagedRuleGroupsRequest;
104
+ output: ListAvailableManagedRuleGroupsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListAvailableManagedRuleGroupsCommandInput;
108
+ output: ListAvailableManagedRuleGroupsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -97,4 +97,15 @@ declare const ListIPSetsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListIPSetsCommand extends ListIPSetsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListIPSetsRequest;
104
+ output: ListIPSetsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListIPSetsCommandInput;
108
+ output: ListIPSetsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -178,4 +178,15 @@ declare const ListLoggingConfigurationsCommand_base: {
178
178
  * @public
179
179
  */
180
180
  export declare class ListLoggingConfigurationsCommand extends ListLoggingConfigurationsCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: ListLoggingConfigurationsRequest;
185
+ output: ListLoggingConfigurationsResponse;
186
+ };
187
+ sdk: {
188
+ input: ListLoggingConfigurationsCommandInput;
189
+ output: ListLoggingConfigurationsCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -101,4 +101,15 @@ declare const ListManagedRuleSetsCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListManagedRuleSetsCommand extends ListManagedRuleSetsCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListManagedRuleSetsRequest;
108
+ output: ListManagedRuleSetsResponse;
109
+ };
110
+ sdk: {
111
+ input: ListManagedRuleSetsCommandInput;
112
+ output: ListManagedRuleSetsCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -96,4 +96,15 @@ declare const ListMobileSdkReleasesCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListMobileSdkReleasesCommand extends ListMobileSdkReleasesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListMobileSdkReleasesRequest;
103
+ output: ListMobileSdkReleasesResponse;
104
+ };
105
+ sdk: {
106
+ input: ListMobileSdkReleasesCommandInput;
107
+ output: ListMobileSdkReleasesCommandOutput;
108
+ };
109
+ };
99
110
  }