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

Update SDK models

parent f031610a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/no-default-features",
    "tests/webassembly",
    "tests/telemetry",
    "tests/no-default-features"
    "tests/telemetry"
]
members = [
    "sdk/accessanalyzer",
+39 −6
Original line number Diff line number Diff line
@@ -2044,6 +2044,12 @@
                    "traits": {
                        "smithy.api#enumValue": "GENERATED_TEST_CASES"
                    }
                },
                "POLICY_SCENARIOS": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "POLICY_SCENARIOS"
                    }
                }
            }
        },
@@ -2073,6 +2079,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.</p>"
                    }
                },
                "policyScenarios": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningPolicyScenarios",
                    "traits": {
                        "smithy.api#documentation": "<p>An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy. </p>"
                    }
                }
            },
            "traits": {
@@ -3268,17 +3280,17 @@
                        "smithy.api#required": {}
                    }
                },
                "ruleIds": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRuleIdList",
                "expectedResult": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningCheckResult",
                    "traits": {
                        "smithy.api#documentation": "<p>The list of rule identifiers that are expected to be triggered or evaluated by this test scenario.</p>",
                        "smithy.api#documentation": "<p>The expected outcome when this scenario is evaluated against the policy (e.g., PASS, FAIL, VIOLATION).</p>",
                        "smithy.api#required": {}
                    }
                },
                "expectedResult": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningCheckResult",
                "ruleIds": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRuleIdList",
                    "traits": {
                        "smithy.api#documentation": "<p>The expected outcome when this scenario is evaluated against the policy (e.g., PASS, FAIL, VIOLATION).</p>",
                        "smithy.api#documentation": "<p>The list of rule identifiers that are expected to be triggered or evaluated by this test scenario.</p>",
                        "smithy.api#required": {}
                    }
                }
@@ -3305,6 +3317,27 @@
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.bedrock#AutomatedReasoningPolicyScenarioList": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.bedrock#AutomatedReasoningPolicyScenario"
            }
        },
        "com.amazonaws.bedrock#AutomatedReasoningPolicyScenarios": {
            "type": "structure",
            "members": {
                "policyScenarios": {
                    "target": "com.amazonaws.bedrock#AutomatedReasoningPolicyScenarioList",
                    "traits": {
                        "smithy.api#documentation": "<p>Represents a collection of generated policy scenarios.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Contains a comprehensive entity encompassing all the scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.</p>"
            }
        },
        "com.amazonaws.bedrock#AutomatedReasoningPolicySummaries": {
            "type": "list",
            "member": {
+55 −2
Original line number Diff line number Diff line
@@ -1125,6 +1125,28 @@
                "smithy.api#documentation": "<p>The key-value pair that represents the attribute by which the <code>BillingGroupCostReportResults</code> are grouped. For example, if you want a service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair of <code>\"PRODUCT_NAME\"</code> and <code>\"S3\"</code>.</p>"
            }
        },
        "com.amazonaws.billingconductor#AttributeValue": {
            "type": "string",
            "traits": {
                "smithy.api#length": {
                    "min": 1,
                    "max": 128
                },
                "smithy.api#pattern": "^[a-zA-Z0-9]+$"
            }
        },
        "com.amazonaws.billingconductor#AttributeValueList": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.billingconductor#AttributeValue"
            },
            "traits": {
                "smithy.api#length": {
                    "min": 0,
                    "max": 1
                }
            }
        },
        "com.amazonaws.billingconductor#AttributesList": {
            "type": "list",
            "member": {
@@ -1691,6 +1713,12 @@
        "com.amazonaws.billingconductor#ComputationRuleEnum": {
            "type": "enum",
            "members": {
                "ITEMIZED": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "ITEMIZED"
                    }
                },
                "CONSOLIDATED": {
                    "target": "smithy.api#Unit",
                    "traits": {
@@ -3364,8 +3392,15 @@
                "Values": {
                    "target": "com.amazonaws.billingconductor#LineItemFilterValuesList",
                    "traits": {
                        "smithy.api#documentation": "<p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plans discounts.</p>",
                        "smithy.api#required": {}
                        "smithy.api#addedDefault": {},
                        "smithy.api#default": [],
                        "smithy.api#documentation": "<p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plans discounts.</p>"
                    }
                },
                "AttributeValues": {
                    "target": "com.amazonaws.billingconductor#AttributeValueList",
                    "traits": {
                        "smithy.api#documentation": "<p>The values of the line item filter. This specifies the values to filter on.</p>"
                    }
                }
            },
@@ -3381,6 +3416,12 @@
                    "traits": {
                        "smithy.api#enumValue": "LINE_ITEM_TYPE"
                    }
                },
                "SERVICE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SERVICE"
                    }
                }
            }
        },
@@ -4748,6 +4789,12 @@
                    "traits": {
                        "smithy.api#enumValue": "NOT_EQUAL"
                    }
                },
                "EQUAL": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "EQUAL"
                    }
                }
            }
        },
@@ -6725,6 +6772,12 @@
                        "smithy.api#enumValue": "ILLEGAL_BILLING_GROUP_TYPE"
                    }
                },
                "ILLEGAL_BILLING_GROUP_PRICING_PLAN": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "ILLEGAL_BILLING_GROUP_PRICING_PLAN"
                    }
                },
                "ILLEGAL_ENDED_BILLINGGROUP": {
                    "target": "smithy.api#Unit",
                    "traits": {
+3 −0
Original line number Diff line number Diff line
@@ -2904,12 +2904,15 @@
                "aws.auth#sigv4": {
                    "name": "monitoring"
                },
                "aws.protocols#awsJson1_0": {},
                "aws.protocols#awsQuery": {},
                "aws.protocols#awsQueryCompatible": {},
                "smithy.api#documentation": "<p>Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services)\n            resources and the applications you run on Amazon Web Services in real time. You can use\n                CloudWatch to collect and track metrics, which are the variables you want to\n            measure for your resources and applications.</p>\n         <p>CloudWatch alarms send notifications or automatically change the resources you are\n            monitoring based on rules that you define. For example, you can monitor the CPU usage\n            and disk reads and writes of your Amazon EC2 instances. Then, use this data to determine\n            whether you should launch additional instances to handle increased load. You can also\n            use this data to stop under-used instances to save money.</p>\n         <p>In addition to monitoring the built-in metrics that come with Amazon Web Services,\n            you can monitor your own custom metrics. With CloudWatch, you gain system-wide\n            visibility into resource utilization, application performance, and operational\n            health.</p>",
                "smithy.api#title": "Amazon CloudWatch",
                "smithy.api#xmlNamespace": {
                    "uri": "http://monitoring.amazonaws.com/doc/2010-08-01/"
                },
                "smithy.protocols#rpcv2Cbor": {},
                "smithy.rules#endpointRuleSet": {
                    "version": "1.0",
                    "parameters": {
+75 −27

File changed.

Preview size limit exceeded, changes collapsed.

Loading