File tree Expand file tree Collapse file tree 4 files changed +317
-224
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 4 files changed +317
-224
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const resolveClientEndpointParameters = <T>(
24
24
} ;
25
25
26
26
export interface EndpointParameters extends __EndpointParameters {
27
- Region ? : string ;
27
+ Region : string ;
28
28
UseDualStack ?: boolean ;
29
29
UseFIPS ?: boolean ;
30
30
Endpoint ?: string ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const ruleSet: RuleSetObject = {
6
6
parameters : {
7
7
Region : {
8
8
builtIn : "AWS::Region" ,
9
- required : false ,
9
+ required : true ,
10
10
documentation : "The AWS region used to dispatch the request." ,
11
11
type : "String" ,
12
12
} ,
@@ -58,15 +58,6 @@ export const ruleSet: RuleSetObject = {
58
58
} ,
59
59
] ,
60
60
} ,
61
- {
62
- fn : "parseURL" ,
63
- argv : [
64
- {
65
- ref : "Endpoint" ,
66
- } ,
67
- ] ,
68
- assign : "url" ,
69
- } ,
70
61
] ,
71
62
type : "tree" ,
72
63
rules : [
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ export class ResourceNotFoundException extends __BaseException {
237
237
}
238
238
239
239
export enum ThirdPartyFirewall {
240
+ FORTIGATE_CLOUD_NATIVE_FIREWALL = "FORTIGATE_CLOUD_NATIVE_FIREWALL" ,
240
241
PALO_ALTO_NETWORKS_CLOUD_NGFW = "PALO_ALTO_NETWORKS_CLOUD_NGFW" ,
241
242
}
242
243
You can’t perform that action at this time.
0 commit comments