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 Jun 6, 2024
1 parent 54e19df commit bd7f14e
Show file tree
Hide file tree
Showing 9 changed files with 1,747 additions and 307 deletions.
350 changes: 312 additions & 38 deletions codegen/sdk-codegen/aws-models/account.json

Large diffs are not rendered by default.

137 changes: 120 additions & 17 deletions codegen/sdk-codegen/aws-models/firehose.json

Large diffs are not rendered by default.

150 changes: 129 additions & 21 deletions codegen/sdk-codegen/aws-models/fsx.json

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -33556,6 +33556,12 @@
"traits": {
"smithy.api#documentation": "<p>A <code>TableIdentifier</code> structure that describes a target table for resource linking.</p>"
}
},
"ViewDefinition": {
"target": "com.amazonaws.glue#ViewDefinitionInput",
"traits": {
"smithy.api#documentation": "<p>A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -36700,6 +36706,19 @@
"traits": {
"smithy.api#documentation": "<p>The version ID at which to update the table contents. </p>"
}
},
"ViewUpdateAction": {
"target": "com.amazonaws.glue#ViewUpdateAction",
"traits": {
"smithy.api#documentation": "<p>The operation to be performed when updating the view.</p>"
}
},
"Force": {
"target": "com.amazonaws.glue#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -37206,6 +37225,38 @@
"smithy.api#documentation": "<p>A structure containing details for representations.</p>"
}
},
"com.amazonaws.glue#ViewDefinitionInput": {
"type": "structure",
"members": {
"IsProtected": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
"smithy.api#documentation": "<p>You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.</p>"
}
},
"Definer": {
"target": "com.amazonaws.glue#ArnString",
"traits": {
"smithy.api#documentation": "<p>The definer of a view in SQL.</p>"
}
},
"Representations": {
"target": "com.amazonaws.glue#ViewRepresentationInputList",
"traits": {
"smithy.api#documentation": "<p>A list of structures that contains the dialect of the view, and the query that defines the view.</p>"
}
},
"SubObjects": {
"target": "com.amazonaws.glue#ViewSubObjectsList",
"traits": {
"smithy.api#documentation": "<p>A list of base table ARNs that make up the view.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A structure containing details for creating or updating an Glue view.</p>"
}
},
"com.amazonaws.glue#ViewDialect": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -37265,6 +37316,12 @@
"smithy.api#documentation": "<p>The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform <code>ViewOriginalText</code> to <code>ViewExpandedText</code>. For example:</p>\n <ul>\n <li>\n <p>Fully qualified identifiers: <code>SELECT * from table1 -> SELECT * from db1.table1</code>\n </p>\n </li>\n </ul>"
}
},
"ValidationConnection": {
"target": "com.amazonaws.glue#NameString",
"traits": {
"smithy.api#documentation": "<p>The name of the connection to be used to validate the specific representation of the view.</p>"
}
},
"IsStale": {
"target": "com.amazonaws.glue#NullableBoolean",
"traits": {
Expand All @@ -37276,6 +37333,56 @@
"smithy.api#documentation": "<p>A structure that contains the dialect of the view, and the query that defines the view.</p>"
}
},
"com.amazonaws.glue#ViewRepresentationInput": {
"type": "structure",
"members": {
"Dialect": {
"target": "com.amazonaws.glue#ViewDialect",
"traits": {
"smithy.api#documentation": "<p>A parameter that specifies the engine type of a specific representation.</p>"
}
},
"DialectVersion": {
"target": "com.amazonaws.glue#ViewDialectVersionString",
"traits": {
"smithy.api#documentation": "<p>A parameter that specifies the version of the engine of a specific representation.</p>"
}
},
"ViewOriginalText": {
"target": "com.amazonaws.glue#ViewTextString",
"traits": {
"smithy.api#documentation": "<p>A string that represents the original SQL query that describes the view.</p>"
}
},
"ValidationConnection": {
"target": "com.amazonaws.glue#NameString",
"traits": {
"smithy.api#documentation": "<p>The name of the connection to be used to validate the specific representation of the view.</p>"
}
},
"ViewExpandedText": {
"target": "com.amazonaws.glue#ViewTextString",
"traits": {
"smithy.api#documentation": "<p>A string that represents the SQL query that describes the view with expanded resource ARNs</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A structure containing details of a representation to update or create a Lake Formation view.</p>"
}
},
"com.amazonaws.glue#ViewRepresentationInputList": {
"type": "list",
"member": {
"target": "com.amazonaws.glue#ViewRepresentationInput"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 10
}
}
},
"com.amazonaws.glue#ViewRepresentationList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -37309,6 +37416,35 @@
}
}
},
"com.amazonaws.glue#ViewUpdateAction": {
"type": "enum",
"members": {
"ADD": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ADD"
}
},
"REPLACE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "REPLACE"
}
},
"ADD_OR_REPLACE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ADD_OR_REPLACE"
}
},
"DROP": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DROP"
}
}
}
},
"com.amazonaws.glue#WorkerType": {
"type": "enum",
"members": {
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/iot-wireless.json
Original file line number Diff line number Diff line change
Expand Up @@ -4479,6 +4479,12 @@
"traits": {
"smithy.api#enumValue": "Successful"
}
},
"Device_exist_in_conflict_fuota_task": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Device_exist_in_conflict_fuota_task"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit bd7f14e

Please sign in to comment.