Commit e168c85c authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update SDK models

parent 67c168bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/webassembly",
    "tests/no-default-features",
    "tests/telemetry"
    "tests/no-default-features"
]
members = [
    "sdk/accessanalyzer",
+48 −1
Original line number Diff line number Diff line
@@ -6597,6 +6597,10 @@
                                },
                                "CustomMessage": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                "DefineAuthChallenge": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                "InboundFederation": {
                                    "LambdaArn": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                    "LambdaVersion": "V1_0"
                                },
                                "PostAuthentication": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                "PostConfirmation": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                "PreAuthentication": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
@@ -6717,6 +6721,10 @@
                                        "LambdaVersion": "V1_0"
                                    },
                                    "DefineAuthChallenge": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                    "InboundFederation": {
                                        "LambdaArn": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                        "LambdaVersion": "V1_0"
                                    },
                                    "KMSKeyID": "arn:aws:kms:us-east-1:767671399759:key/4d43904c-8edf-4bb4-9fca-fb1a80e41cbe",
                                    "PostAuthentication": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
                                    "PostConfirmation": "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
@@ -11341,6 +11349,39 @@
        "com.amazonaws.cognitoidentityprovider#ImageUrlType": {
            "type": "string"
        },
        "com.amazonaws.cognitoidentityprovider#InboundFederationLambdaType": {
            "type": "structure",
            "members": {
                "LambdaVersion": {
                    "target": "com.amazonaws.cognitoidentityprovider#InboundFederationLambdaVersionType",
                    "traits": {
                        "smithy.api#documentation": "<p>The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.</p>\n         <p>You must use a <code>LambdaVersion</code> of <code>V1_0</code> with an inbound federation\n            function.</p>",
                        "smithy.api#required": {}
                    }
                },
                "LambdaArn": {
                    "target": "com.amazonaws.cognitoidentityprovider#ArnType",
                    "traits": {
                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>The properties of an inbound federation Lambda trigger.</p>"
            }
        },
        "com.amazonaws.cognitoidentityprovider#InboundFederationLambdaVersionType": {
            "type": "enum",
            "members": {
                "V1_0": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "V1_0"
                    }
                }
            }
        },
        "com.amazonaws.cognitoidentityprovider#InitiateAuth": {
            "type": "operation",
            "input": {
@@ -11774,6 +11815,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The ARN of an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys\">KMS key</a>. Amazon Cognito uses the key to encrypt codes and temporary passwords sent to\n            custom sender Lambda triggers.</p>"
                    }
                },
                "InboundFederation": {
                    "target": "com.amazonaws.cognitoidentityprovider#InboundFederationLambdaType",
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration of an inbound federation Lambda trigger. This trigger can transform federated user attributes during the authentication with external identity providers.</p>"
                    }
                }
            },
            "traits": {
+9 −0
Original line number Diff line number Diff line
@@ -9207,6 +9207,12 @@
                "RoutingCriteria": {
                    "target": "com.amazonaws.connect#RoutingCriteria"
                },
                "Tags": {
                    "target": "com.amazonaws.connect#ContactTagMap",
                    "traits": {
                        "smithy.api#documentation": "<p>Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.</p>"
                    }
                },
                "GlobalResiliencyMetadata": {
                    "target": "com.amazonaws.connect#GlobalResiliencyMetadata",
                    "traits": {
@@ -46244,6 +46250,9 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The list of active regions for contacts in ACGR instances.</p>"
                    }
                },
                "ContactTags": {
                    "target": "com.amazonaws.connect#ControlPlaneTagFilter"
                }
            },
            "traits": {
+21 −1
Original line number Diff line number Diff line
@@ -115638,7 +115638,13 @@
                "target": "com.amazonaws.ec2#SearchTransitGatewayRoutesResult"
            },
            "traits": {
                "smithy.api#documentation": "<p>Searches for routes in the specified transit gateway route table.</p>"
                "smithy.api#documentation": "<p>Searches for routes in the specified transit gateway route table.</p>",
                "smithy.api#paginated": {
                    "inputToken": "NextToken",
                    "outputToken": "NextToken",
                    "items": "Routes",
                    "pageSize": "MaxResults"
                }
            }
        },
        "com.amazonaws.ec2#SearchTransitGatewayRoutesRequest": {
@@ -115672,6 +115678,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, \n   and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. \n   Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
                    }
                },
                "NextToken": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
                        "smithy.api#documentation": "<p>The token for the next page of results.</p>"
                    }
                }
            },
            "traits": {
@@ -115696,6 +115708,14 @@
                        "smithy.api#documentation": "<p>Indicates whether there are additional routes available.</p>",
                        "smithy.api#xmlName": "additionalRoutesAvailable"
                    }
                },
                "NextToken": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
                        "aws.protocols#ec2QueryName": "NextToken",
                        "smithy.api#documentation": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
                        "smithy.api#xmlName": "nextToken"
                    }
                }
            },
            "traits": {
+70 −6
Original line number Diff line number Diff line
@@ -3784,6 +3784,12 @@
                        "smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
                    }
                },
                "LoggingConfig": {
                    "target": "com.amazonaws.lambda#EventSourceMappingLoggingConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
                    }
                },
                "ProvisionedPollerConfig": {
                    "target": "com.amazonaws.lambda#ProvisionedPollerConfig",
                    "traits": {
@@ -6056,6 +6062,12 @@
                        "smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
                    }
                },
                "LoggingConfig": {
                    "target": "com.amazonaws.lambda#EventSourceMappingLoggingConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
                    }
                },
                "ProvisionedPollerConfig": {
                    "target": "com.amazonaws.lambda#ProvisionedPollerConfig",
                    "traits": {
@@ -6067,6 +6079,20 @@
                "smithy.api#documentation": "<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
            }
        },
        "com.amazonaws.lambda#EventSourceMappingLoggingConfig": {
            "type": "structure",
            "members": {
                "SystemLogLevel": {
                    "target": "com.amazonaws.lambda#EventSourceMappingSystemLogLevel",
                    "traits": {
                        "smithy.api#documentation": "<p> The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\"> Event source mapping logging</a>. </p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping. </p>"
            }
        },
        "com.amazonaws.lambda#EventSourceMappingMetric": {
            "type": "enum",
            "members": {
@@ -6075,6 +6101,18 @@
                    "traits": {
                        "smithy.api#enumValue": "EventCount"
                    }
                },
                "ErrorCount": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "ErrorCount"
                    }
                },
                "KafkaMetrics": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "KafkaMetrics"
                    }
                }
            }
        },
@@ -6086,7 +6124,7 @@
            "traits": {
                "smithy.api#length": {
                    "min": 0,
                    "max": 1
                    "max": 3
                }
            }
        },
@@ -6096,7 +6134,7 @@
                "Metrics": {
                    "target": "com.amazonaws.lambda#EventSourceMappingMetricList",
                    "traits": {
                        "smithy.api#documentation": "<p> The metrics you want your event source mapping to produce. Include <code>EventCount</code> to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
                        "smithy.api#documentation": "<p> The metrics you want your event source mapping to produce, including <code>EventCount</code>, <code>ErrorCount</code>, <code>KafkaMetrics</code>. </p> <ul> <li> <p> <code>EventCount</code> to receive metrics related to the number of events processed by your event source mapping.</p> </li> <li> <p> <code>ErrorCount</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing.</p> </li> <li> <p> <code>KafkaMetrics</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.</p> </li> </ul> <p> For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
                    }
                }
            },
@@ -6104,6 +6142,29 @@
                "smithy.api#documentation": "<p>The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.</p>"
            }
        },
        "com.amazonaws.lambda#EventSourceMappingSystemLogLevel": {
            "type": "enum",
            "members": {
                "Debug": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "DEBUG"
                    }
                },
                "Info": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "INFO"
                    }
                },
                "Warn": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "WARN"
                    }
                }
            }
        },
        "com.amazonaws.lambda#EventSourceMappingsList": {
            "type": "list",
            "member": {
@@ -9636,8 +9697,8 @@
                "smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>",
                "smithy.api#examples": [
                    {
                        "title": "To get a provisioned concurrency configuration",
                        "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
                        "title": "To view a provisioned concurrency configuration",
                        "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
                        "input": {
                            "FunctionName": "my-function",
                            "Qualifier": "BLUE"
@@ -9651,8 +9712,8 @@
                        }
                    },
                    {
                        "title": "To view a provisioned concurrency configuration",
                        "documentation": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
                        "title": "To get a provisioned concurrency configuration",
                        "documentation": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
                        "input": {
                            "FunctionName": "my-function",
                            "Qualifier": "BLUE"
@@ -18342,6 +18403,9 @@
                        "smithy.api#documentation": "<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
                    }
                },
                "LoggingConfig": {
                    "target": "com.amazonaws.lambda#EventSourceMappingLoggingConfig"
                },
                "ProvisionedPollerConfig": {
                    "target": "com.amazonaws.lambda#ProvisionedPollerConfig",
                    "traits": {
Loading