Skip to content

Commit

Permalink
feat(client-medialive): Updates to Event Signaling and Management (ES…
Browse files Browse the repository at this point in the history
…AM) API and documentation.
  • Loading branch information
awstools committed Dec 2, 2022
1 parent 3bdfef6 commit a684000
Show file tree
Hide file tree
Showing 3 changed files with 5,700 additions and 4,204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const resolveClientEndpointParameters = <T>(
};

export interface EndpointParameters extends __EndpointParameters {
Region?: string;
Region: string;
UseDualStack?: boolean;
UseFIPS?: boolean;
Endpoint?: string;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-medialive/src/endpoint/ruleset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const ruleSet: RuleSetObject = {
parameters: {
Region: {
builtIn: "AWS::Region",
required: false,
required: true,
documentation: "The AWS region used to dispatch the request.",
type: "String",
},
Expand Down

0 comments on commit a684000

Please sign in to comment.