Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 31, 2023
1 parent 99861c0 commit abf753d
Show file tree
Hide file tree
Showing 6 changed files with 981 additions and 382 deletions.
639 changes: 351 additions & 288 deletions codegen/sdk-codegen/aws-models/amplify.json

Large diffs are not rendered by default.

70 changes: 50 additions & 20 deletions codegen/sdk-codegen/aws-models/application-insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@
"traits": {
"smithy.api#documentation": "<p> The method used by Application Insights to onboard your resources. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand All @@ -268,6 +274,9 @@
"target": "com.amazonaws.applicationinsights#ApplicationInfo"
}
},
"com.amazonaws.applicationinsights#AttachMissingPermission": {
"type": "boolean"
},
"com.amazonaws.applicationinsights#AutoConfigEnabled": {
"type": "boolean"
},
Expand Down Expand Up @@ -572,6 +581,12 @@
"traits": {
"smithy.api#documentation": "<p>Application Insights can create applications based on a resource group or on an account.\n To create an account-based application using all of the resources in the account, set this\n parameter to <code>ACCOUNT_BASED</code>. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1067,6 +1082,12 @@
"smithy.api#required": {}
}
},
"WorkloadName": {
"target": "com.amazonaws.applicationinsights#WorkloadName",
"traits": {
"smithy.api#documentation": "<p>The name of the workload.</p>"
}
},
"RecommendationType": {
"target": "com.amazonaws.applicationinsights#RecommendationType",
"traits": {
Expand Down Expand Up @@ -1719,7 +1740,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -1762,7 +1782,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -1775,7 +1796,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -1789,7 +1809,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -1812,7 +1831,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -1847,7 +1865,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -1858,14 +1875,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -1879,14 +1898,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -1895,11 +1912,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -1910,14 +1927,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -1931,7 +1950,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -1951,7 +1969,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -1962,14 +1979,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -1980,9 +1999,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down Expand Up @@ -4694,6 +4715,12 @@
"traits": {
"smithy.api#documentation": "<p> Turns auto-configuration on or off. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4752,6 +4779,9 @@
{
"target": "com.amazonaws.applicationinsights#InternalServerException"
},
{
"target": "com.amazonaws.applicationinsights#ResourceInUseException"
},
{
"target": "com.amazonaws.applicationinsights#ResourceNotFoundException"
},
Expand Down
Loading

0 comments on commit abf753d

Please sign in to comment.