Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 9, 2023
1 parent 8627ae4 commit 9736f00
Show file tree
Hide file tree
Showing 9 changed files with 5,335 additions and 2,910 deletions.
1,442 changes: 1,133 additions & 309 deletions codegen/sdk-codegen/aws-models/chime-sdk-meetings.json

Large diffs are not rendered by default.

1,131 changes: 391 additions & 740 deletions codegen/sdk-codegen/aws-models/emr-containers.json

Large diffs are not rendered by default.

701 changes: 690 additions & 11 deletions codegen/sdk-codegen/aws-models/evidently.json

Large diffs are not rendered by default.

564 changes: 393 additions & 171 deletions codegen/sdk-codegen/aws-models/lex-models-v2.json

Large diffs are not rendered by default.

1,453 changes: 1,245 additions & 208 deletions codegen/sdk-codegen/aws-models/lex-runtime-v2.json

Large diffs are not rendered by default.

1,220 changes: 679 additions & 541 deletions codegen/sdk-codegen/aws-models/lightsail.json

Large diffs are not rendered by default.

23 changes: 9 additions & 14 deletions codegen/sdk-codegen/aws-models/migration-hub-refactor-spaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all\n Refactor Spaces applications, services, and routes created within the environment. They are referred\n to as the <i>environment owner</i>. The environment owner has cross-account\n visibility and control of Refactor Spaces resources that are added to the environment by other\n accounts that the environment is shared with. When creating an environment, Refactor Spaces\n provisions a transit gateway in your account.</p>",
"smithy.api#documentation": "<p>Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all\n Refactor Spaces applications, services, and routes created within the environment. They are referred\n to as the <i>environment owner</i>. The environment owner has cross-account\n visibility and control of Refactor Spaces resources that are added to the environment by other\n accounts that the environment is shared with.</p>\n <p>When creating an environment with \n a network fabric type of <code>TRANSIT_GATEWAY</code>, \n Refactor Spaces provisions a transit gateway in your account.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/environments",
Expand Down Expand Up @@ -3298,6 +3298,10 @@
{
"value": "TRANSIT_GATEWAY",
"name": "TRANSIT_GATEWAY"
},
{
"value": "NONE",
"name": "NONE"
}
]
}
Expand Down Expand Up @@ -3551,7 +3555,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -3600,15 +3604,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -3865,9 +3860,9 @@
}
},
"params": {
"UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -3877,9 +3872,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"UseFIPS": true,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"Endpoint": "https://example.com"
}
},
Expand All @@ -3889,9 +3884,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"Endpoint": "https://example.com"
}
}
Expand Down
Loading

0 comments on commit 9736f00

Please sign in to comment.