Unverified Commit 5c0baa79 authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

update smoketest models (#3732)

Updates the smithy-rs models to the latest versions.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 84fbadc8
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ dependencies = [

[[package]]
name = "aws-runtime"
version = "1.2.3"
version = "1.3.1"
dependencies = [
 "aws-credential-types",
 "aws-sigv4",
@@ -172,7 +172,7 @@ dependencies = [

[[package]]
name = "aws-sigv4"
version = "1.2.2"
version = "1.2.3"
dependencies = [
 "aws-credential-types",
 "aws-smithy-http",
@@ -202,7 +202,7 @@ dependencies = [

[[package]]
name = "aws-smithy-http"
version = "0.60.8"
version = "0.60.9"
dependencies = [
 "aws-smithy-runtime-api",
 "aws-smithy-types",
@@ -249,7 +249,7 @@ dependencies = [

[[package]]
name = "aws-smithy-runtime"
version = "1.6.0"
version = "1.6.1"
dependencies = [
 "aws-smithy-async",
 "aws-smithy-http",
@@ -279,7 +279,7 @@ dependencies = [

[[package]]
name = "aws-smithy-runtime-api"
version = "1.7.0"
version = "1.7.1"
dependencies = [
 "aws-smithy-async",
 "aws-smithy-types",
@@ -322,13 +322,12 @@ dependencies = [

[[package]]
name = "aws-types"
version = "1.3.1"
version = "1.3.3"
dependencies = [
 "aws-credential-types",
 "aws-smithy-async",
 "aws-smithy-runtime-api",
 "aws-smithy-types",
 "http 0.2.12",
 "rustc_version",
 "tracing",
]
+1386 −129

File changed.

Preview size limit exceeded, changes collapsed.

+150 −2
Original line number Diff line number Diff line
@@ -550,6 +550,9 @@
                        "smithy.api#timestampFormat": "date-time"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateAccessTokenResponse": {
@@ -584,6 +587,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateDevEnvironment": {
@@ -676,9 +682,12 @@
                "vpcConnectionName": {
                    "target": "com.amazonaws.codecatalyst#NameString",
                    "traits": {
                        "smithy.api#documentation": "<p>The name of the connection to use connect to a Amazon VPC.</p>"
                        "smithy.api#documentation": "<p>The name of the connection that will be used to connect to Amazon VPC, if any.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateDevEnvironmentResponse": {
@@ -712,6 +721,9 @@
                        "smithy.api#documentation": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateProject": {
@@ -756,6 +768,9 @@
                        "smithy.api#documentation": "<p>The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateProjectResponse": {
@@ -787,6 +802,9 @@
                        "smithy.api#documentation": "<p>The description of the project.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateSourceRepository": {
@@ -867,6 +885,9 @@
                        "smithy.api#documentation": "<p>The commit ID in an existing branch from which you want to create the new branch.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateSourceRepositoryBranchResponse": {
@@ -897,6 +918,9 @@
                        "smithy.api#documentation": "<p>The commit ID of the tip of the newly created branch.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#CreateSourceRepositoryRequest": {
@@ -1061,6 +1085,9 @@
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#DeleteDevEnvironmentResponse": {
@@ -1088,6 +1115,9 @@
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#DeleteProject": {
@@ -1936,6 +1966,9 @@
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetDevEnvironmentResponse": {
@@ -2044,6 +2077,9 @@
                        "smithy.api#documentation": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetProject": {
@@ -2084,6 +2120,9 @@
                        "smithy.api#resourceIdentifier": "projectName"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetProjectResponse": {
@@ -2114,6 +2153,9 @@
                        "smithy.api#documentation": "<p>The description of the project.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSourceRepository": {
@@ -2179,6 +2221,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSourceRepositoryCloneUrlsResponse": {
@@ -2191,6 +2236,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSourceRepositoryRequest": {
@@ -2305,6 +2353,9 @@
                        "smithy.api#resourceIdentifier": "spaceName"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSpaceResponse": {
@@ -2336,6 +2387,9 @@
                        "smithy.api#documentation": "<p>The description of the space.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSubscription": {
@@ -2367,6 +2421,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetSubscriptionResponse": {
@@ -2383,7 +2440,23 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The display name of the Amazon Web Services account used for billing for the space.</p>"
                    }
                },
                "pendingSubscriptionType": {
                    "target": "smithy.api#String",
                    "traits": {
                        "smithy.api#documentation": "<p>The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies\n    only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality\n    are applied immediately. For more information, see <a href=\"https://codecatalyst.aws/explore/pricing\">Pricing</a>.</p>"
                    }
                },
                "pendingSubscriptionStartTime": {
                    "target": "com.amazonaws.codecatalyst#Timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>",
                        "smithy.api#timestampFormat": "date-time"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetUserDetails": {
@@ -2427,9 +2500,12 @@
                            "min": 3,
                            "max": 100
                        },
                        "smithy.api#pattern": "^[a-zA-Z0-9]{3,100}$"
                        "smithy.api#pattern": "^[a-zA-Z0-9_.-]{3,100}$"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#GetUserDetailsResponse": {
@@ -2465,6 +2541,9 @@
                        "smithy.api#documentation": "<p/>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#GetWorkflow": {
@@ -3084,6 +3163,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListDevEnvironmentsResponse": {
@@ -3102,6 +3184,9 @@
                        "smithy.api#documentation": "<p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListEventLogs": {
@@ -3181,6 +3266,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListEventLogsResponse": {
@@ -3199,6 +3287,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListProjects": {
@@ -3262,6 +3353,9 @@
                        "smithy.api#documentation": "<p>Information about filters to apply to narrow the results returned in the list.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListProjectsResponse": {
@@ -3279,6 +3373,9 @@
                        "smithy.api#documentation": "<p>Information about the projects.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSourceRepositories": {
@@ -3392,6 +3489,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSourceRepositoriesResponse": {
@@ -3409,6 +3509,9 @@
                        "smithy.api#documentation": "<p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSourceRepositoryBranches": {
@@ -3521,6 +3624,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSourceRepositoryBranchesResponse": {
@@ -3539,6 +3645,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSpaces": {
@@ -3577,6 +3686,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#ListSpacesResponse": {
@@ -3594,6 +3706,9 @@
                        "smithy.api#documentation": "<p>Information about the spaces. </p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#ListWorkflowRuns": {
@@ -4345,6 +4460,9 @@
                        "smithy.api#documentation": "<p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#StartDevEnvironmentResponse": {
@@ -4379,6 +4497,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#StartDevEnvironmentSession": {
@@ -4432,6 +4553,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#StartDevEnvironmentSessionResponse": {
@@ -4475,6 +4599,9 @@
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#StartWorkflowRun": {
@@ -4635,6 +4762,9 @@
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#StopDevEnvironmentResponse": {
@@ -4669,6 +4799,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#StopDevEnvironmentSession": {
@@ -4729,6 +4862,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#StopDevEnvironmentSessionResponse": {
@@ -4767,6 +4903,9 @@
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#StringList": {
@@ -4890,6 +5029,9 @@
                        "smithy.api#documentation": "<p>A user-specified idempotency token.  Idempotency ensures that an API request completes only once. \n       With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.codecatalyst#UpdateDevEnvironmentResponse": {
@@ -4953,6 +5095,9 @@
                        "smithy.api#documentation": "<p>A user-specified idempotency token.  Idempotency ensures that an API request completes only once. \n       With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#UpdateProject": {
@@ -5209,6 +5354,9 @@
                        }
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.codecatalyst#Workflow": {
+276 −26

File changed.

Preview size limit exceeded, changes collapsed.

+657 −100

File changed.

Preview size limit exceeded, changes collapsed.

Loading