Unverified Commit 70c56afc authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Update models (#830)



* Update models

* Update aws/SDK_CHANGELOG.md

Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>

Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
parent caf52ee6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ vNext (Month Day, Year)
=======================
**New this week**
- :tada: Add support for AWS Glacier (smithy-rs#801)
- :tada: Add support for AWS Panorama
- :bug: Fix `native-tls` feature in `aws-config` (aws-sdk-rust#265, smithy-rs#803)
- Add example to aws-sig-auth for generating an IAM Token for RDS (smithy-rs#811, aws-sdk-rust#147)
- :bug: `hyper::Error(IncompleteMessage)` will now be retried (smithy-rs#815)
+32 −0
Original line number Diff line number Diff line
@@ -4420,6 +4420,35 @@
                "smithy.api#documentation": "<p> The properties that are applied when Amazon S3 is used as a destination. </p>"
            }
        },
        "com.amazonaws.appflow#S3InputFileType": {
            "type": "string",
            "traits": {
                "smithy.api#enum": [
                    {
                        "value": "CSV",
                        "name": "CSV"
                    },
                    {
                        "value": "JSON",
                        "name": "JSON"
                    }
                ]
            }
        },
        "com.amazonaws.appflow#S3InputFormatConfig": {
            "type": "structure",
            "members": {
                "s3InputFileType": {
                    "target": "com.amazonaws.appflow#S3InputFileType",
                    "traits": {
                        "smithy.api#documentation": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
            }
        },
        "com.amazonaws.appflow#S3Metadata": {
            "type": "structure",
            "members": {},
@@ -4465,6 +4494,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
                    }
                },
                "s3InputFormatConfig": {
                    "target": "com.amazonaws.appflow#S3InputFormatConfig"
                }
            },
            "traits": {
+125 −12
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "AccessDeniedException",
                    "httpResponseCode": 403
                },
                "smithy.api#documentation": "<p>\n            User does not have permissions to perform this action.\n         </p>",
                "smithy.api#error": "client",
                "smithy.api#httpError": 403
@@ -149,6 +153,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The issues on the user side that block Application Insights from successfully monitoring\n         an application. Example remarks include:</p>\n         <ul>\n            <li>\n               <p>“Configuring application, detected 1 Errors, 3 Warnings”</p>\n            </li>\n            <li>\n               <p>“Configuring application, detected 1 Unconfigured Components”</p>\n            </li>\n         </ul>"
                    }
                },
                "AutoConfigEnabled": {
                    "target": "com.amazonaws.applicationinsights#AutoConfigEnabled"
                },
                "DiscoveryType": {
                    "target": "com.amazonaws.applicationinsights#DiscoveryType"
                }
            },
            "traits": {
@@ -161,6 +171,18 @@
                "target": "com.amazonaws.applicationinsights#ApplicationInfo"
            }
        },
        "com.amazonaws.applicationinsights#AutoConfigEnabled": {
            "type": "boolean",
            "traits": {
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.applicationinsights#AutoCreate": {
            "type": "boolean",
            "traits": {
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.applicationinsights#BadRequestException": {
            "type": "structure",
            "members": {
@@ -169,6 +191,10 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "BadRequestException",
                    "httpResponseCode": 400
                },
                "smithy.api#documentation": "<p>The request is not understood by the server.</p>",
                "smithy.api#error": "client",
                "smithy.api#httpError": 400
@@ -231,7 +257,7 @@
                    "min": 1,
                    "max": 10000
                },
                "smithy.api#pattern": "[\\S\\s]+"
                "smithy.api#pattern": "^[\\S\\s]+$"
            }
        },
        "com.amazonaws.applicationinsights#ComponentName": {
@@ -241,7 +267,7 @@
                    "min": 1,
                    "max": 1011
                },
                "smithy.api#pattern": "(?:^[\\d\\w\\-_\\.+]*$)|(?:^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$)"
                "smithy.api#pattern": "^(?:^[\\d\\w\\-_\\.+]*$)|(?:^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$)$"
            }
        },
        "com.amazonaws.applicationinsights#ConfigurationEvent": {
@@ -386,8 +412,7 @@
                "ResourceGroupName": {
                    "target": "com.amazonaws.applicationinsights#ResourceGroupName",
                    "traits": {
                        "smithy.api#documentation": "<p>The name of the resource group.</p>",
                        "smithy.api#required": {}
                        "smithy.api#documentation": "<p>The name of the resource group.</p>"
                    }
                },
                "OpsCenterEnabled": {
@@ -413,6 +438,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>List of tags to add to the application.\n         tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum\n         length of a tag key is 128 characters. The maximum length of a tag value is 256\n         characters.</p>"
                    }
                },
                "AutoConfigEnabled": {
                    "target": "com.amazonaws.applicationinsights#AutoConfigEnabled"
                },
                "AutoCreate": {
                    "target": "com.amazonaws.applicationinsights#AutoCreate"
                }
            }
        },
@@ -1160,6 +1191,21 @@
                "target": "com.amazonaws.applicationinsights#WorkloadMetaData"
            }
        },
        "com.amazonaws.applicationinsights#DiscoveryType": {
            "type": "string",
            "traits": {
                "smithy.api#enum": [
                    {
                        "value": "RESOURCE_GROUP_BASED",
                        "name": "RESOURCE_GROUP_BASED"
                    },
                    {
                        "value": "ACCOUNT_BASED",
                        "name": "ACCOUNT_BASED"
                    }
                ]
            }
        },
        "com.amazonaws.applicationinsights#EC2WindowsBarleyService": {
            "type": "service",
            "version": "2018-11-25",
@@ -1357,11 +1403,18 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "InternalServerException",
                    "httpResponseCode": 500
                },
                "smithy.api#documentation": "<p>The server encountered an internal error and is unable to complete the request.</p>",
                "smithy.api#error": "server",
                "smithy.api#httpError": 500
            }
        },
        "com.amazonaws.applicationinsights#LastRecurrenceTime": {
            "type": "timestamp"
        },
        "com.amazonaws.applicationinsights#LifeCycle": {
            "type": "string"
        },
@@ -1798,6 +1851,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The token to request the next page of results.</p>"
                    }
                },
                "ComponentName": {
                    "target": "com.amazonaws.applicationinsights#ComponentName"
                }
            }
        },
@@ -1815,6 +1871,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The token used to retrieve the next page of results. This value is <code>null</code>\n         when there are no more results to return. </p>"
                    }
                },
                "ResourceGroupName": {
                    "target": "com.amazonaws.applicationinsights#ResourceGroupName"
                }
            }
        },
@@ -1928,7 +1987,7 @@
                    "min": 1,
                    "max": 50
                },
                "smithy.api#pattern": "[a-zA-Z0-9\\.\\-_]*"
                "smithy.api#pattern": "^[a-zA-Z0-9\\.\\-_]*$"
            }
        },
        "com.amazonaws.applicationinsights#LogPatternRank": {
@@ -1941,7 +2000,7 @@
                    "min": 1,
                    "max": 50
                },
                "smithy.api#pattern": "[\\S\\s]+"
                "smithy.api#pattern": "^[\\S\\s]+$"
            }
        },
        "com.amazonaws.applicationinsights#LogPatternSetList": {
@@ -1957,7 +2016,7 @@
                    "min": 1,
                    "max": 30
                },
                "smithy.api#pattern": "[a-zA-Z0-9\\.\\-_]*"
                "smithy.api#pattern": "^[a-zA-Z0-9\\.\\-_]*$"
            }
        },
        "com.amazonaws.applicationinsights#LogText": {
@@ -2276,7 +2335,7 @@
                    "min": 38,
                    "max": 38
                },
                "smithy.api#pattern": "o-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}"
                "smithy.api#pattern": "^o-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
            }
        },
        "com.amazonaws.applicationinsights#ObservationList": {
@@ -2323,7 +2382,7 @@
                    "min": 1,
                    "max": 1024
                },
                "smithy.api#pattern": ".+"
                "smithy.api#pattern": "^.+$"
            }
        },
        "com.amazonaws.applicationinsights#Problem": {
@@ -2388,6 +2447,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>Feedback provided by the user about the problem.</p>"
                    }
                },
                "RecurringCount": {
                    "target": "com.amazonaws.applicationinsights#RecurringCount"
                },
                "LastRecurrenceTime": {
                    "target": "com.amazonaws.applicationinsights#LastRecurrenceTime"
                }
            },
            "traits": {
@@ -2401,7 +2466,7 @@
                    "min": 38,
                    "max": 38
                },
                "smithy.api#pattern": "p-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}"
                "smithy.api#pattern": "^p-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
            }
        },
        "com.amazonaws.applicationinsights#ProblemList": {
@@ -2416,6 +2481,12 @@
        "com.amazonaws.applicationinsights#RdsEventMessage": {
            "type": "string"
        },
        "com.amazonaws.applicationinsights#RecurringCount": {
            "type": "long",
            "traits": {
                "smithy.api#box": {}
            }
        },
        "com.amazonaws.applicationinsights#RelatedObservations": {
            "type": "structure",
            "members": {
@@ -2456,7 +2527,7 @@
                    "min": 1,
                    "max": 256
                },
                "smithy.api#pattern": "[a-zA-Z0-9\\.\\-_]*"
                "smithy.api#pattern": "^[a-zA-Z0-9\\.\\-_]*$"
            }
        },
        "com.amazonaws.applicationinsights#ResourceInUseException": {
@@ -2467,6 +2538,10 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "ResourceInUseException",
                    "httpResponseCode": 400
                },
                "smithy.api#documentation": "<p>The resource is already created or in use.</p>",
                "smithy.api#error": "client",
                "smithy.api#httpError": 400
@@ -2486,6 +2561,10 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "ResourceNotFoundException",
                    "httpResponseCode": 404
                },
                "smithy.api#documentation": "<p>The resource does not exist in the customer account.</p>",
                "smithy.api#error": "client",
                "smithy.api#httpError": 404
@@ -2498,7 +2577,7 @@
                    "min": 1,
                    "max": 50
                },
                "smithy.api#pattern": "[0-9a-zA-Z:_]*"
                "smithy.api#pattern": "^[0-9a-zA-Z:_]*$"
            }
        },
        "com.amazonaws.applicationinsights#S3EventName": {
@@ -2559,6 +2638,10 @@
                    {
                        "value": "PENDING",
                        "name": "PENDING"
                    },
                    {
                        "value": "RECURRING",
                        "name": "RECURRING"
                    }
                ]
            }
@@ -2739,6 +2822,26 @@
                    {
                        "value": "ORACLE",
                        "name": "ORACLE"
                    },
                    {
                        "value": "SAP_HANA",
                        "name": "SAP_HANA"
                    },
                    {
                        "value": "SAP_HANA_MULTI_NODE",
                        "name": "SAP_HANA_MULTI_NODE"
                    },
                    {
                        "value": "SAP_HANA_SINGLE_NODE",
                        "name": "SAP_HANA_SINGLE_NODE"
                    },
                    {
                        "value": "SAP_HANA_HIGH_AVAILABILITY",
                        "name": "SAP_HANA_HIGH_AVAILABILITY"
                    },
                    {
                        "value": "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE",
                        "name": "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
                    }
                ],
                "smithy.api#length": {
@@ -2871,6 +2974,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p>\n         Disassociates the SNS topic from the opsItem created for detected problems.</p>"
                    }
                },
                "AutoConfigEnabled": {
                    "target": "com.amazonaws.applicationinsights#AutoConfigEnabled"
                }
            }
        },
@@ -2968,6 +3074,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration settings of the component. The value is the escaped JSON of the configuration. For\n         more information about the JSON format, see <a href=\"https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html\">Working with JSON</a>.\n         You can send a request to <code>DescribeComponentConfigurationRecommendation</code> to see the recommended configuration for a component. For the complete\n         format of the component configuration file, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html\">Component Configuration</a>.</p>"
                    }
                },
                "AutoConfigEnabled": {
                    "target": "com.amazonaws.applicationinsights#AutoConfigEnabled"
                }
            }
        },
@@ -3099,6 +3208,10 @@
                }
            },
            "traits": {
                "aws.protocols#awsQueryError": {
                    "code": "ValidationException",
                    "httpResponseCode": 400
                },
                "smithy.api#documentation": "<p>The parameter is not valid.</p>",
                "smithy.api#error": "client",
                "smithy.api#httpError": 400
+1028 −540

File changed.

Preview size limit exceeded, changes collapsed.

+626 −39

File changed.

Preview size limit exceeded, changes collapsed.

Loading