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 Aug 30, 2023
1 parent 7c66caf commit fe0778d
Show file tree
Hide file tree
Showing 9 changed files with 15,089 additions and 964 deletions.
424 changes: 233 additions & 191 deletions codegen/sdk-codegen/aws-models/appflow.json

Large diffs are not rendered by default.

356 changes: 163 additions & 193 deletions codegen/sdk-codegen/aws-models/apprunner.json

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions codegen/sdk-codegen/aws-models/auditmanager.json

Large diffs are not rendered by default.

391 changes: 244 additions & 147 deletions codegen/sdk-codegen/aws-models/cleanrooms.json

Large diffs are not rendered by default.

299 changes: 283 additions & 16 deletions codegen/sdk-codegen/aws-models/datasync.json

Large diffs are not rendered by default.

8,032 changes: 8,032 additions & 0 deletions codegen/sdk-codegen/aws-models/neptunedata.json

Large diffs are not rendered by default.

374 changes: 172 additions & 202 deletions codegen/sdk-codegen/aws-models/network-firewall.json

Large diffs are not rendered by default.

5,686 changes: 5,686 additions & 0 deletions codegen/sdk-codegen/aws-models/pca-connector-ad.json

Large diffs are not rendered by default.

63 changes: 62 additions & 1 deletion codegen/sdk-codegen/aws-models/sagemaker.json
Expand Up @@ -4256,6 +4256,12 @@
"traits": {
"smithy.api#documentation": "<p>The workspace settings for the SageMaker Canvas application.</p>"
}
},
"IdentityProviderOAuthSettings": {
"target": "com.amazonaws.sagemaker#IdentityProviderOAuthSettings",
"traits": {
"smithy.api#documentation": "<p>The settings for connecting to an external data source with OAuth.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -11606,6 +11612,23 @@
"smithy.api#documentation": "<p>Describes the location of the channel data.</p>"
}
},
"com.amazonaws.sagemaker#DataSourceName": {
"type": "enum",
"members": {
"SalesforceGenie": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SalesforceGenie"
}
},
"Snowflake": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Snowflake"
}
}
}
},
"com.amazonaws.sagemaker#Database": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -27263,6 +27286,44 @@
}
}
},
"com.amazonaws.sagemaker#IdentityProviderOAuthSetting": {
"type": "structure",
"members": {
"DataSourceName": {
"target": "com.amazonaws.sagemaker#DataSourceName",
"traits": {
"smithy.api#documentation": "<p>The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.</p>"
}
},
"Status": {
"target": "com.amazonaws.sagemaker#FeatureStatus",
"traits": {
"smithy.api#documentation": "<p>Describes whether OAuth for a data source is enabled or disabled in the Canvas\n application.</p>"
}
},
"SecretArn": {
"target": "com.amazonaws.sagemaker#SecretArn",
"traits": {
"smithy.api#documentation": "<p>The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your\n identity provider, such as the client ID and secret, authorization URL, and token URL. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The Amazon SageMaker Canvas app setting where you configure OAuth for connecting to an external\n data source, such as Snowflake.</p>"
}
},
"com.amazonaws.sagemaker#IdentityProviderOAuthSettings": {
"type": "list",
"member": {
"target": "com.amazonaws.sagemaker#IdentityProviderOAuthSetting"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.sagemaker#Image": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -47147,7 +47208,7 @@
"JobDurationInSeconds": {
"target": "com.amazonaws.sagemaker#JobDurationInSeconds",
"traits": {
"smithy.api#documentation": "<p>Specifies the maximum duration of the job, in seconds. The maximum value is 7200.</p>"
"smithy.api#documentation": "<p>Specifies the maximum duration of the job, in seconds. The maximum value is 18,000 seconds.</p>"
}
},
"TrafficPattern": {
Expand Down

0 comments on commit fe0778d

Please sign in to comment.