Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/4ee0bc65-8d21-4518-b29f-47a838b95b34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "4ee0bc65-8d21-4518-b29f-47a838b95b34",
"type": "misc",
"description": "Bump **smithy-kotlin** and AWS service models to latest versions"
}
1 change: 1 addition & 0 deletions codegen/sdk/aws-models/alexa-for-business.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@
"arnNamespace": "a4b",
"cloudFormationName": "AlexaForBusiness",
"cloudTrailEventSource": "alexaforbusiness.amazonaws.com",
"docId": "alexaforbusiness-2017-11-09",
"endpointPrefix": "a4b"
},
"aws.auth#sigv4": {
Expand Down
1 change: 1 addition & 0 deletions codegen/sdk/aws-models/api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@
"arnNamespace": "apigateway",
"cloudFormationName": "ApiGateway",
"cloudTrailEventSource": "apigateway.amazonaws.com",
"docId": "apigateway-2015-07-09",
"endpointPrefix": "apigateway"
},
"aws.auth#sigv4": {
Expand Down
80 changes: 79 additions & 1 deletion codegen/sdk/aws-models/appflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,9 @@
"target": "com.amazonaws.appflow#CreateFlowResponse"
},
"errors": [
{
"target": "com.amazonaws.appflow#AccessDeniedException"
},
{
"target": "com.amazonaws.appflow#ConflictException"
},
Expand Down Expand Up @@ -4155,6 +4158,18 @@
"traits": {
"smithy.api#documentation": "<p> The number of records processed in the flow run. </p>"
}
},
"numParallelProcesses": {
"target": "com.amazonaws.appflow#Long",
"traits": {
"smithy.api#documentation": "<p>The number of processes that Amazon AppFlow ran at the same time when it retrieved\n your data.</p>"
}
},
"maxPageSize": {
"target": "com.amazonaws.appflow#Long",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records that Amazon AppFlow receives in each page of the\n response from your SAP application.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7594,7 +7609,7 @@
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single\n sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p>\n <p>Whether you need this option depends on the types of credentials that you applied to \n your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO\n can prevent Amazon AppFlow from connecting to your account with your username and\n password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect\n successfully. However, if your profile uses OAuth credentials, this parameter has no\n affect.</p>"
"smithy.api#documentation": "<p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single\n sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p>\n <p>Whether you need this option depends on the types of credentials that you applied to your\n SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO\n can prevent Amazon AppFlow from connecting to your account with your username and\n password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect\n successfully. However, if your profile uses OAuth credentials, this parameter has no\n affect.</p>"
}
}
},
Expand Down Expand Up @@ -7632,13 +7647,61 @@
"smithy.api#documentation": "<p>The properties that are applied when using SAPOData as a flow destination</p>"
}
},
"com.amazonaws.appflow#SAPODataMaxPageSize": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 10000
}
}
},
"com.amazonaws.appflow#SAPODataMaxParallelism": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 10
}
}
},
"com.amazonaws.appflow#SAPODataMetadata": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p> The connector metadata specific to SAPOData. </p>"
}
},
"com.amazonaws.appflow#SAPODataPaginationConfig": {
"type": "structure",
"members": {
"maxPageSize": {
"target": "com.amazonaws.appflow#SAPODataMaxPageSize",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records that Amazon AppFlow receives in each page of the\n response from your SAP application. For transfers of OData records, the maximum page size is\n 3,000. For transfers of data that comes from an ODP provider, the maximum page size\n is 10,000.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Sets the page size for each <i>concurrent process</i> that transfers OData\n records from your SAP instance. A concurrent process is query that retrieves a batch of\n records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in\n parallel to transfer data faster.</p>"
}
},
"com.amazonaws.appflow#SAPODataParallelismConfig": {
"type": "structure",
"members": {
"maxParallelism": {
"target": "com.amazonaws.appflow#SAPODataMaxParallelism",
"traits": {
"smithy.api#documentation": "<p>The maximum number of processes that Amazon AppFlow runs at the same time when it\n retrieves your data from your SAP application.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Sets the number of <i>concurrent processes</i> that transfer OData records\n from your SAP instance. A concurrent process is query that retrieves a batch of records as\n part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to\n transfer data faster.</p>"
}
},
"com.amazonaws.appflow#SAPODataSourceProperties": {
"type": "structure",
"members": {
Expand All @@ -7647,6 +7710,18 @@
"traits": {
"smithy.api#documentation": "<p> The object path specified in the SAPOData flow source. </p>"
}
},
"parallelismConfig": {
"target": "com.amazonaws.appflow#SAPODataParallelismConfig",
"traits": {
"smithy.api#documentation": "<p>Sets the number of concurrent processes that transfers OData records from your SAP\n instance.</p>"
}
},
"paginationConfig": {
"target": "com.amazonaws.appflow#SAPODataPaginationConfig",
"traits": {
"smithy.api#documentation": "<p>Sets the page size for each concurrent process that transfers OData records from your SAP\n instance.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -10928,6 +11003,9 @@
"target": "com.amazonaws.appflow#UpdateFlowResponse"
},
"errors": [
{
"target": "com.amazonaws.appflow#AccessDeniedException"
},
{
"target": "com.amazonaws.appflow#ConflictException"
},
Expand Down
1 change: 1 addition & 0 deletions codegen/sdk/aws-models/application-auto-scaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"arnNamespace": "application-autoscaling",
"cloudFormationName": "ApplicationAutoScaling",
"cloudTrailEventSource": "applicationautoscaling.amazonaws.com",
"docId": "application-autoscaling-2016-02-06",
"endpointPrefix": "application-autoscaling"
},
"aws.auth#sigv4": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"arnNamespace": "discovery",
"cloudFormationName": "ApplicationDiscoveryService",
"cloudTrailEventSource": "applicationdiscoveryservice.amazonaws.com",
"docId": "discovery-2015-11-01",
"endpointPrefix": "discovery"
},
"aws.auth#sigv4": {
Expand Down
1 change: 1 addition & 0 deletions codegen/sdk/aws-models/applicationcostprofiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"arnNamespace": "application-cost-profiler",
"cloudFormationName": "ApplicationCostProfiler",
"cloudTrailEventSource": "applicationcostprofiler.amazonaws.com",
"docId": "AWSApplicationCostProfiler-2020-09-10",
"endpointPrefix": "application-cost-profiler"
},
"aws.auth#sigv4": {
Expand Down
12 changes: 9 additions & 3 deletions codegen/sdk/aws-models/apprunner.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from\n certain third-party providers. You can share a connection across multiple services.</p>\n <p>A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you\n can use the connection.</p>"
"smithy.api#documentation": "<p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from\n certain third-party providers. You can share a connection across multiple services.</p>\n <p>A connection resource is needed to access GitHub and Bitbucket repositories. Both require\n a user interface approval process through the App Runner console before you can use the\n connection.</p>"
}
},
"com.amazonaws.apprunner#CreateConnectionRequest": {
Expand Down Expand Up @@ -4172,6 +4172,12 @@
"traits": {
"smithy.api#enumValue": "GITHUB"
}
},
"BITBUCKET": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "BITBUCKET"
}
}
}
},
Expand Down Expand Up @@ -4442,7 +4448,7 @@
"Status": {
"target": "com.amazonaws.apprunner#ServiceStatus",
"traits": {
"smithy.api#documentation": "<p>The current state of the App Runner service. These particular values mean the following.</p>\n <ul>\n <li>\n <p>\n <code>CREATE_FAILED</code> – The service failed to create. To troubleshoot this failure, read the failure events and logs, change any\n parameters that need to be fixed, and retry the call to create the service.</p>\n <p>The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure\n that all related resources are removed.</p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>The current state of the App Runner service. These particular values mean the following.</p>\n <ul>\n <li>\n <p>\n <code>CREATE_FAILED</code> – The service failed to create. The failed service isn't usable, and still counts towards your service quota. \n To troubleshoot this failure, read the failure events and logs, change any\n parameters that need to be fixed, and rebuild your service using <code>UpdateService</code>.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure\n that all related resources are removed.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -4648,7 +4654,7 @@
"Status": {
"target": "com.amazonaws.apprunner#ServiceStatus",
"traits": {
"smithy.api#documentation": "<p>The current state of the App Runner service. These particular values mean the following.</p>\n <ul>\n <li>\n <p>\n <code>CREATE_FAILED</code> – The service failed to create. Read the failure events and logs, change any parameters that need to be fixed,\n and retry the call to create the service.</p>\n <p>The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure\n that all related resources are removed.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>The current state of the App Runner service. These particular values mean the following.</p>\n <ul>\n <li>\n <p>\n <code>CREATE_FAILED</code> – The service failed to create. The failed service isn't usable, and still counts towards your service quota. \n To troubleshoot this failure, read the failure events and logs, change any\n parameters that need to be fixed, and rebuild your service using <code>UpdateService</code>.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure\n that all related resources are removed.</p>\n </li>\n </ul>"
}
}
},
Expand Down
Loading