File tree Expand file tree Collapse file tree 18 files changed +27
-27
lines changed Expand file tree Collapse file tree 18 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export type MemberCreateParams =
99
99
| MemberCreateParams . IAMCreateMemberWithRoles
100
100
| MemberCreateParams . IAMCreateMemberWithPolicies ;
101
101
102
- export namespace MemberCreateParams {
102
+ export declare namespace MemberCreateParams {
103
103
export interface IAMCreateMemberWithRoles {
104
104
/**
105
105
* Path param: Account identifier tag.
@@ -190,7 +190,7 @@ export type MemberUpdateParams =
190
190
| MemberUpdateParams . IAMUpdateMemberWithRoles
191
191
| MemberUpdateParams . IAMUpdateMemberWithPolicies ;
192
192
193
- export namespace MemberUpdateParams {
193
+ export declare namespace MemberUpdateParams {
194
194
export interface IAMUpdateMemberWithRoles {
195
195
/**
196
196
* Path param: Account identifier tag.
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export type AIRunParams =
241
241
| AIRunParams . Summarization
242
242
| AIRunParams . ImageToText ;
243
243
244
- export namespace AIRunParams {
244
+ export declare namespace AIRunParams {
245
245
export interface TextClassification {
246
246
/**
247
247
* Path param:
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ export type BotManagementUpdateParams =
511
511
| BotManagementUpdateParams . SuperBotFightModeLikelyConfiguration
512
512
| BotManagementUpdateParams . SubscriptionConfiguration ;
513
513
514
- export namespace BotManagementUpdateParams {
514
+ export declare namespace BotManagementUpdateParams {
515
515
export interface BotFightModeConfiguration {
516
516
/**
517
517
* Path param: Identifier
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export type CachePurgeParams =
150
150
| CachePurgeParams . CachePurgeSingleFile
151
151
| CachePurgeParams . CachePurgeSingleFileWithURLAndHeaders ;
152
152
153
- export namespace CachePurgeParams {
153
+ export declare namespace CachePurgeParams {
154
154
export interface CachePurgeFlexPurgeByTags {
155
155
/**
156
156
* Path param:
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ export type DatabaseImportParams =
442
442
| DatabaseImportParams . Variant1
443
443
| DatabaseImportParams . Variant2 ;
444
444
445
- export namespace DatabaseImportParams {
445
+ export declare namespace DatabaseImportParams {
446
446
export interface Variant0 {
447
447
/**
448
448
* Path param: Account identifier tag.
Original file line number Diff line number Diff line change @@ -4889,7 +4889,7 @@ export type RecordCreateParams =
4889
4889
| RecordCreateParams . TXTRecord
4890
4890
| RecordCreateParams . URIRecord ;
4891
4891
4892
- export namespace RecordCreateParams {
4892
+ export declare namespace RecordCreateParams {
4893
4893
export interface ARecord {
4894
4894
/**
4895
4895
* Path param: Identifier
@@ -6861,7 +6861,7 @@ export type RecordUpdateParams =
6861
6861
| RecordUpdateParams . TXTRecord
6862
6862
| RecordUpdateParams . URIRecord ;
6863
6863
6864
- export namespace RecordUpdateParams {
6864
+ export declare namespace RecordUpdateParams {
6865
6865
export interface ARecord {
6866
6866
/**
6867
6867
* Path param: Identifier
@@ -9091,7 +9091,7 @@ export type RecordEditParams =
9091
9091
| RecordEditParams . TXTRecord
9092
9092
| RecordEditParams . URIRecord ;
9093
9093
9094
- export namespace RecordEditParams {
9094
+ export declare namespace RecordEditParams {
9095
9095
export interface ARecord {
9096
9096
/**
9097
9097
* Path param: Identifier
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export type TrustedDomainCreateParams =
252
252
| TrustedDomainCreateParams . EmailSecurityCreateTrustedDomain
253
253
| TrustedDomainCreateParams . Variant1 ;
254
254
255
- export namespace TrustedDomainCreateParams {
255
+ export declare namespace TrustedDomainCreateParams {
256
256
export interface EmailSecurityCreateTrustedDomain {
257
257
/**
258
258
* Path param: Account Identifier
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ export interface AppDeleteResponse {
223
223
224
224
export type AppCreateParams = AppCreateParams . Hostnames | AppCreateParams . Subnets ;
225
225
226
- export namespace AppCreateParams {
226
+ export declare namespace AppCreateParams {
227
227
export interface Hostnames {
228
228
/**
229
229
* Path param: Identifier
@@ -255,7 +255,7 @@ export type AppUpdateParams =
255
255
| AppUpdateParams . UpdateAppHostnames
256
256
| AppUpdateParams . UpdateAppSubnets ;
257
257
258
- export namespace AppUpdateParams {
258
+ export declare namespace AppUpdateParams {
259
259
export interface UpdateAppName {
260
260
/**
261
261
* Path param: Identifier
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ export type PCAPCreateParams =
395
395
| PCAPCreateParams . MagicVisibilityPCAPsPCAPsRequestSimple
396
396
| PCAPCreateParams . MagicVisibilityPCAPsPCAPsRequestFull ;
397
397
398
- export namespace PCAPCreateParams {
398
+ export declare namespace PCAPCreateParams {
399
399
export interface MagicVisibilityPCAPsPCAPsRequestSimple {
400
400
/**
401
401
* Path param: Identifier
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export type ConsumerCreateParams =
190
190
| ConsumerCreateParams . MqWorkerConsumer
191
191
| ConsumerCreateParams . MqHTTPConsumer ;
192
192
193
- export namespace ConsumerCreateParams {
193
+ export declare namespace ConsumerCreateParams {
194
194
export interface MqWorkerConsumer {
195
195
/**
196
196
* Path param: A Resource identifier.
@@ -293,7 +293,7 @@ export type ConsumerUpdateParams =
293
293
| ConsumerUpdateParams . MqWorkerConsumer
294
294
| ConsumerUpdateParams . MqHTTPConsumer ;
295
295
296
- export namespace ConsumerUpdateParams {
296
+ export declare namespace ConsumerUpdateParams {
297
297
export interface MqWorkerConsumer {
298
298
/**
299
299
* Path param: A Resource identifier.
You can’t perform that action at this time.
0 commit comments