Unverified Commit 895b8c00 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Prep for release (#1386)

* Version bump

* Update SDK models

* Revert the S3 model since checksum support hasn't landed yet
parent d50093bb
Loading
Loading
Loading
Loading
+108 −1
Original line number Diff line number Diff line
@@ -2014,6 +2014,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteBackupSelectionInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2063,6 +2066,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteBackupVaultInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2094,6 +2100,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteBackupVaultAccessPolicyInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2149,6 +2158,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteBackupVaultLockConfigurationInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2194,6 +2206,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteBackupVaultNotificationsInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2236,6 +2251,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteFrameworkInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#ConflictException"
@@ -2280,6 +2298,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteRecoveryPointInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -2336,6 +2357,9 @@
            "input": {
                "target": "com.amazonaws.backup#DeleteReportPlanInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#ConflictException"
@@ -3411,6 +3435,9 @@
            "input": {
                "target": "com.amazonaws.backup#DisassociateRecoveryPointInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -3585,7 +3612,7 @@
                "ControlScope": {
                    "target": "com.amazonaws.backup#ControlScope",
                    "traits": {
                        "smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n         examples of control scopes are: a specific backup plan, all backup plans with a specific\n         tag, or all backup plans. For more information, see <code>ControlScope</code>.</p>"
                        "smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n         examples of control scopes are: a specific backup plan, all backup plans with a specific\n         tag, or all backup plans. For more information, see <a href=\"aws-backup/latest/devguide/API_ControlScope.html\">\n               <code>ControlScope</code>.</a>\n         </p>"
                    }
                }
            },
@@ -4156,6 +4183,9 @@
        },
        "com.amazonaws.backup#GetSupportedResourceTypes": {
            "type": "operation",
            "input": {
                "target": "smithy.api#Unit"
            },
            "output": {
                "target": "com.amazonaws.backup#GetSupportedResourceTypesOutput"
            },
@@ -4363,6 +4393,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupJobs",
                    "pageSize": "MaxResults"
                }
            }
@@ -4432,6 +4463,20 @@
                        "smithy.api#documentation": "<p>The account ID to list the jobs from. Returns only backup jobs associated with the\n         specified account ID.</p>\n         <p>If used from an Organizations management account, passing <code>*</code> returns\n         all jobs across the organization.</p>",
                        "smithy.api#httpQuery": "accountId"
                    }
                },
                "ByCompleteAfter": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only backup jobs completed after a date expressed in Unix format and Coordinated\n         Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeAfter"
                    }
                },
                "ByCompleteBefore": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only backup jobs completed before a date expressed in Unix format and\n         Coordinated Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeBefore"
                    }
                }
            }
        },
@@ -4484,6 +4529,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupPlanTemplatesList",
                    "pageSize": "MaxResults"
                }
            }
@@ -4557,6 +4603,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupPlanVersionsList",
                    "pageSize": "MaxResults"
                }
            }
@@ -4638,6 +4685,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupPlansList",
                    "pageSize": "MaxResults"
                }
            }
@@ -4718,6 +4766,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupSelectionsList",
                    "pageSize": "MaxResults"
                }
            }
@@ -4799,6 +4848,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "BackupVaultList",
                    "pageSize": "MaxResults"
                }
            }
@@ -4865,6 +4915,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "CopyJobs",
                    "pageSize": "MaxResults"
                }
            }
@@ -4934,6 +4985,20 @@
                        "smithy.api#documentation": "<p>The account ID to list the jobs from. Returns only copy jobs associated with the\n         specified account ID.</p>",
                        "smithy.api#httpQuery": "accountId"
                    }
                },
                "ByCompleteBefore": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated\n         Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeBefore"
                    }
                },
                "ByCompleteAfter": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated\n         Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeAfter"
                    }
                }
            }
        },
@@ -5053,6 +5118,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "Results",
                    "pageSize": "MaxResults"
                }
            }
@@ -5126,6 +5192,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "RecoveryPoints",
                    "pageSize": "MaxResults"
                }
            }
@@ -5242,6 +5309,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "RecoveryPoints",
                    "pageSize": "MaxResults"
                }
            }
@@ -5483,6 +5551,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "RestoreJobs",
                    "pageSize": "MaxResults"
                }
            }
@@ -5531,6 +5600,20 @@
                        "smithy.api#documentation": "<p>Returns only restore jobs associated with the specified job status.</p>",
                        "smithy.api#httpQuery": "status"
                    }
                },
                "ByCompleteBefore": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only copy jobs completed before a date expressed in Unix format and Coordinated\n         Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeBefore"
                    }
                },
                "ByCompleteAfter": {
                    "target": "com.amazonaws.backup#timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>Returns only copy jobs completed after a date expressed in Unix format and Coordinated\n         Universal Time (UTC).</p>",
                        "smithy.api#httpQuery": "completeAfter"
                    }
                }
            }
        },
@@ -5749,6 +5832,9 @@
            "input": {
                "target": "com.amazonaws.backup#PutBackupVaultAccessPolicyInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -5797,6 +5883,9 @@
            "input": {
                "target": "com.amazonaws.backup#PutBackupVaultLockConfigurationInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -5860,6 +5949,9 @@
            "input": {
                "target": "com.amazonaws.backup#PutBackupVaultNotificationsInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -6958,6 +7050,9 @@
            "input": {
                "target": "com.amazonaws.backup#StopBackupJobInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -7033,6 +7128,9 @@
            "input": {
                "target": "com.amazonaws.backup#TagResourceInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -7100,6 +7198,9 @@
            "input": {
                "target": "com.amazonaws.backup#UntagResourceInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -7332,6 +7433,9 @@
            "input": {
                "target": "com.amazonaws.backup#UpdateGlobalSettingsInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
@@ -7462,6 +7566,9 @@
            "input": {
                "target": "com.amazonaws.backup#UpdateRegionSettingsInput"
            },
            "output": {
                "target": "smithy.api#Unit"
            },
            "errors": [
                {
                    "target": "com.amazonaws.backup#InvalidParameterValueException"
+1276 −0

File added.

Preview size limit exceeded, changes collapsed.

+18 −36
Original line number Diff line number Diff line
{
    "smithy": "1.0",
    "metadata": {
        "suppressions": [
            {
                "id": "HttpMethodSemantics",
                "namespace": "*"
            },
            {
                "id": "HttpResponseCodeSemantics",
                "namespace": "*"
            },
            {
                "id": "PaginatedTrait",
                "namespace": "*"
            },
            {
                "id": "HttpHeaderTrait",
                "namespace": "*"
            },
            {
                "id": "HttpUriConflict",
                "namespace": "*"
            },
            {
                "id": "Service",
                "namespace": "*"
            }
        ]
    },
    "shapes": {
        "com.amazonaws.cloudcontrol#AlreadyExistsException": {
            "type": "structure",
@@ -119,9 +91,7 @@
            "traits": {
                "aws.api#service": {
                    "sdkId": "CloudControl",
                    "arnNamespace": "cloudcontrolapi",
                    "cloudFormationName": "CloudControl",
                    "cloudTrailEventSource": "cloudcontrol.amazonaws.com",
                    "cloudTrailEventSource": "cloudcontrolapi.amazonaws.com",
                    "endpointPrefix": "cloudcontrolapi"
                },
                "aws.auth#sigv4": {
@@ -439,7 +409,8 @@
                "smithy.api#length": {
                    "min": 1,
                    "max": 1024
                }
                },
                "smithy.api#pattern": "^.+$"
            }
        },
        "com.amazonaws.cloudcontrol#GeneralServiceException": {
@@ -815,7 +786,8 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "pageSize": "MaxResults"
                    "pageSize": "MaxResults",
                    "items": "ResourceRequestStatusSummaries"
                }
            }
        },
@@ -857,6 +829,9 @@
                        "smithy.api#documentation": "<p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.cloudcontrol#ListResources": {
@@ -925,7 +900,8 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "pageSize": "MaxResults"
                    "pageSize": "MaxResults",
                    "items": "ResourceDescriptions"
                }
            }
        },
@@ -992,6 +968,9 @@
                        "smithy.api#documentation": "<p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.cloudcontrol#MaxResults": {
@@ -1134,6 +1113,7 @@
                    "min": 1,
                    "max": 65536
                },
                "smithy.api#pattern": "^[\\s\\S]*$",
                "smithy.api#sensitive": {}
            }
        },
@@ -1227,8 +1207,9 @@
            "traits": {
                "smithy.api#length": {
                    "min": 1,
                    "max": 16384
                    "max": 65536
                },
                "smithy.api#pattern": "^[\\s\\S]*$",
                "smithy.api#sensitive": {}
            }
        },
@@ -1395,7 +1376,8 @@
                "smithy.api#length": {
                    "min": 0,
                    "max": 1024
                }
                },
                "smithy.api#pattern": "^[\\s\\S]*$"
            }
        },
        "com.amazonaws.cloudcontrol#ThrottlingException": {
+48 −10
Original line number Diff line number Diff line
@@ -414,7 +414,13 @@
                "AnalysisTypes": {
                    "target": "com.amazonaws.codegurureviewer#AnalysisTypes",
                    "traits": {
                        "smithy.api#documentation": "<p>They types of analysis performed during a repository analysis or a pull request review. You can specify either \n         <code>Security</code>, <code>CodeQuality</code>, or both.</p>"
                        "smithy.api#documentation": "<p>The types of analysis performed during a repository analysis or a pull request review. You can specify either \n         <code>Security</code>, <code>CodeQuality</code>, or both.</p>"
                    }
                },
                "ConfigFileState": {
                    "target": "com.amazonaws.codegurureviewer#ConfigFileState",
                    "traits": {
                        "smithy.api#documentation": "<p>The state of the <code>aws-codeguru-reviewer.yml</code> configuration file that allows\n         the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn't exist, or exists\n         with errors at the root directory of your repository.</p>"
                    }
                }
            },
@@ -571,6 +577,25 @@
                }
            }
        },
        "com.amazonaws.codegurureviewer#ConfigFileState": {
            "type": "string",
            "traits": {
                "smithy.api#enum": [
                    {
                        "value": "Present",
                        "name": "PRESENT"
                    },
                    {
                        "value": "Absent",
                        "name": "ABSENT"
                    },
                    {
                        "value": "PresentWithErrors",
                        "name": "PRESENT_WITH_ERRORS"
                    }
                ]
            }
        },
        "com.amazonaws.codegurureviewer#ConflictException": {
            "type": "structure",
            "members": {
@@ -1167,6 +1192,12 @@
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.codegurureviewer#LinesOfCodeCount": {
            "type": "long",
            "traits": {
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.codegurureviewer#ListCodeReviews": {
            "type": "operation",
            "input": {
@@ -1497,6 +1528,7 @@
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "RepositoryAssociationSummaries",
                    "pageSize": "MaxResults"
                }
            }
@@ -1637,19 +1669,19 @@
                }
            }
        },
        "com.amazonaws.codegurureviewer#MeteredLinesOfCodeCount": {
            "type": "long",
            "traits": {
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.codegurureviewer#Metrics": {
            "type": "structure",
            "members": {
                "MeteredLinesOfCodeCount": {
                    "target": "com.amazonaws.codegurureviewer#MeteredLinesOfCodeCount",
                    "target": "com.amazonaws.codegurureviewer#LinesOfCodeCount",
                    "traits": {
                        "smithy.api#documentation": "<p>\n            <code>MeteredLinesOfCodeCount</code> is the number of lines of code in the repository where the code review happened. \n         This does not include non-code lines such as comments and blank lines.\n      </p>"
                    }
                },
                "SuppressedLinesOfCodeCount": {
                    "target": "com.amazonaws.codegurureviewer#LinesOfCodeCount",
                    "traits": {
                        "smithy.api#documentation": "<p>\n            <code>MeteredLinesOfCode</code> is the number of lines of code in the repository where the code review happened. \n         This does not include non-code lines such as comments and blank lines.\n      </p>"
                        "smithy.api#documentation": "<p>\n            <code>SuppressedLinesOfCodeCount</code> is the number of lines of code in the repository\n         where the code review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the\n         analysis is based on the <code>excludeFiles</code> variable in the\n            <code>aws-codeguru-reviewer.yml</code> file. This number does not include non-code lines\n         such as comments and blank lines. </p>"
                    }
                },
                "FindingsCount": {
@@ -1667,11 +1699,17 @@
            "type": "structure",
            "members": {
                "MeteredLinesOfCodeCount": {
                    "target": "com.amazonaws.codegurureviewer#MeteredLinesOfCodeCount",
                    "target": "com.amazonaws.codegurureviewer#LinesOfCodeCount",
                    "traits": {
                        "smithy.api#documentation": "<p>\n         Lines of code metered in the code review. For the initial code review pull request and all subsequent revisions, \n         this includes all lines of code in the files added to the pull request. In subsequent revisions, for files that already \n         existed in the pull request, this includes only the changed lines of code. In both cases, this does not include non-code lines such as comments \n         and import statements. For example, if you submit a pull request containing 5 files, each with 500 lines of code, and in \n         a subsequent revision you added a new file with 200 lines of code, and also modified a total of 25 lines across the initial 5 files, \n         <code>MeteredLinesOfCodeCount</code> includes the first 5 files (5 * 500 = 2,500 lines), the new file (200 lines) and the 25 changed lines of\n         code for a total of 2,725 lines of code.\n      </p>"
                    }
                },
                "SuppressedLinesOfCodeCount": {
                    "target": "com.amazonaws.codegurureviewer#LinesOfCodeCount",
                    "traits": {
                        "smithy.api#documentation": "<p>Lines of code suppressed in the code review based on the <code>excludeFiles</code>\n         element in the <code>aws-codeguru-reviewer.yml</code> file. For full repository analyses,\n         this number includes all lines of code in the files that are suppressed. For pull requests,\n         this number only includes the <i>changed</i> lines of code that are\n         suppressed. In both cases, this number does not include non-code lines such as comments and\n         import statements. For example, if you initiate a full repository analysis on a repository\n         containing 5 files, each file with 100 lines of code, and 2 files are listed as excluded in\n         the <code>aws-codeguru-reviewer.yml</code> file, then\n            <code>SuppressedLinesOfCodeCount</code> returns 200 (2 * 100) as the total number of\n         lines of code suppressed. However, if you submit a pull request for the same repository,\n         then  <code>SuppressedLinesOfCodeCount</code> only includes the lines in the 2 files\n         that changed. If only 1 of the 2 files changed in the pull request, then\n            <code>SuppressedLinesOfCodeCount</code>  returns 100 (1 * 100) as the total number of\n         lines of code suppressed.</p>"
                    }
                },
                "FindingsCount": {
                    "target": "com.amazonaws.codegurureviewer#FindingsCount",
                    "traits": {
+3 −3

File changed.

Preview size limit exceeded, changes collapsed.

Loading