Skip to content

Commit

Permalink
chore: bump models (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Apr 18, 2023
1 parent 5131808 commit 3900d73
Show file tree
Hide file tree
Showing 18 changed files with 8,151 additions and 3,471 deletions.
59 changes: 59 additions & 0 deletions codegen/sdk-codegen/aws-models/appflow.2020-08-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,16 @@
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#ClientToken": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[ -~]+$"
}
},
"com.amazonaws.appflow#ClusterIdentifier": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -2060,6 +2070,13 @@
"smithy.api#documentation": "<p> Defines the connector-specific configuration and credentials. </p>",
"smithy.api#required": {}
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>CreateConnectorProfile</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>CreateConnectorProfile</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -2181,6 +2198,13 @@
"traits": {
"smithy.api#documentation": "<p>Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's\n transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it\n stores metadata in a data catalog.</p>"
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>CreateFlow</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>CreateFlow</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -6776,6 +6800,13 @@
"traits": {
"smithy.api#documentation": "<p>The provisioning type of the connector. Currently the only supported value is\n LAMBDA.</p>"
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>RegisterConnector</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>RegisterConnector</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -9637,6 +9668,13 @@
"smithy.api#documentation": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens\n (-) only. </p>",
"smithy.api#required": {}
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>StartFlow</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs for\n flows that run on a schedule or based on an event. However, the error doesn't occur for flows\n that run on demand. You set the conditions that initiate your flow for the\n <code>triggerConfig</code> parameter.</p>\n <p>If you use a different value for <code>clientToken</code>, Amazon AppFlow considers\n it a new call to <code>StartFlow</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -10476,6 +10514,13 @@
"smithy.api#documentation": "<p> Defines the connector-specific profile configuration and credentials. </p>",
"smithy.api#required": {}
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>UpdateConnectorProfile</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>UpdateConnectorProfile</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -10560,6 +10605,13 @@
},
"connectorProvisioningConfig": {
"target": "com.amazonaws.appflow#ConnectorProvisioningConfig"
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>UpdateConnectorRegistration</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>UpdateConnectorRegistration</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -10668,6 +10720,13 @@
"traits": {
"smithy.api#documentation": "<p>Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's\n transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it\n stores metadata in a data catalog.</p>"
}
},
"clientToken": {
"target": "com.amazonaws.appflow#ClientToken",
"traits": {
"smithy.api#documentation": "<p>The <code>clientToken</code> parameter is an idempotency token. It ensures that your\n <code>UpdateFlow</code> request completes only once. You choose the value to\n pass. For example, if you don't receive a response from your request, you can safely retry the\n request with the same <code>clientToken</code> parameter value.</p>\n <p>If you omit a <code>clientToken</code> value, the Amazon Web Services SDK that you are\n using inserts a value for you. This way, the SDK can safely retry requests multiple times\n after a network error. You must provide your own value for other use cases.</p>\n <p>If you specify input parameters that differ from your first request, an error occurs. If\n you use a different value for <code>clientToken</code>, Amazon AppFlow considers it a new\n call to <code>UpdateFlow</code>. The token is active for 8 hours.</p>",
"smithy.api#idempotencyToken": {}
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit 3900d73

Please sign in to comment.