Skip to content

Commit 12319c7

Browse files
authored
model sync (#1275)
1 parent e65213a commit 12319c7

18 files changed

+4465
-100
lines changed

codegen/sdk/aws-models/application-insights.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@
256256
"traits": {
257257
"smithy.api#documentation": "<p> The method used by Application Insights to onboard your resources. </p>"
258258
}
259+
},
260+
"AttachMissingPermission": {
261+
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
262+
"traits": {
263+
"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>"
264+
}
259265
}
260266
},
261267
"traits": {
@@ -268,6 +274,9 @@
268274
"target": "com.amazonaws.applicationinsights#ApplicationInfo"
269275
}
270276
},
277+
"com.amazonaws.applicationinsights#AttachMissingPermission": {
278+
"type": "boolean"
279+
},
271280
"com.amazonaws.applicationinsights#AutoConfigEnabled": {
272281
"type": "boolean"
273282
},
@@ -572,6 +581,12 @@
572581
"traits": {
573582
"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>"
574583
}
584+
},
585+
"AttachMissingPermission": {
586+
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
587+
"traits": {
588+
"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>"
589+
}
575590
}
576591
},
577592
"traits": {
@@ -1067,6 +1082,12 @@
10671082
"smithy.api#required": {}
10681083
}
10691084
},
1085+
"WorkloadName": {
1086+
"target": "com.amazonaws.applicationinsights#WorkloadName",
1087+
"traits": {
1088+
"smithy.api#documentation": "<p>The name of the workload.</p>"
1089+
}
1090+
},
10701091
"RecommendationType": {
10711092
"target": "com.amazonaws.applicationinsights#RecommendationType",
10721093
"traits": {
@@ -4694,6 +4715,12 @@
46944715
"traits": {
46954716
"smithy.api#documentation": "<p> Turns auto-configuration on or off. </p>"
46964717
}
4718+
},
4719+
"AttachMissingPermission": {
4720+
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
4721+
"traits": {
4722+
"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>"
4723+
}
46974724
}
46984725
},
46994726
"traits": {
@@ -4752,6 +4779,9 @@
47524779
{
47534780
"target": "com.amazonaws.applicationinsights#InternalServerException"
47544781
},
4782+
{
4783+
"target": "com.amazonaws.applicationinsights#ResourceInUseException"
4784+
},
47554785
{
47564786
"target": "com.amazonaws.applicationinsights#ResourceNotFoundException"
47574787
},

codegen/sdk/aws-models/codestar-notifications.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"traits": {
40-
"smithy.api#documentation": "<p>AWS CodeStar Notifications can't create the notification rule because you do not have sufficient\n permissions.</p>",
40+
"smithy.api#documentation": "<p>CodeStar Notifications can't create the notification rule because you do not have sufficient\n permissions.</p>",
4141
"smithy.api#error": "client",
4242
"smithy.api#httpError": 403
4343
}
@@ -108,7 +108,7 @@
108108
"name": "codestar-notifications"
109109
},
110110
"aws.protocols#restJson1": {},
111-
"smithy.api#documentation": "<p>This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the\n operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API\n to work with the following objects:</p>\n <p>Notification rules, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>CreateNotificationRule</a>, which creates a notification rule for a\n resource in your account. </p>\n </li>\n <li>\n <p>\n <a>DeleteNotificationRule</a>, which deletes a notification rule. </p>\n </li>\n <li>\n <p>\n <a>DescribeNotificationRule</a>, which provides information about a notification rule. </p>\n </li>\n <li>\n <p>\n <a>ListNotificationRules</a>, which lists the notification rules associated with\n your account. </p>\n </li>\n <li>\n <p>\n <a>UpdateNotificationRule</a>, which changes the name, events, or targets associated with a\n notification rule. </p>\n </li>\n <li>\n <p>\n <a>Subscribe</a>, which subscribes a target to a notification rule. </p>\n </li>\n <li>\n <p>\n <a>Unsubscribe</a>, which removes a target from a notification rule. </p>\n </li>\n </ul>\n <p>Targets, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>DeleteTarget</a>, which removes a notification rule target from a\n notification rule. </p>\n </li>\n <li>\n <p>\n <a>ListTargets</a>, which lists the targets associated with a\n notification rule. </p>\n </li>\n </ul>\n <p>Events, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>ListEventTypes</a>, which lists the event types you can include in\n a notification rule. </p>\n </li>\n </ul>\n <p>Tags, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>ListTagsForResource</a>, which lists the tags already associated\n with a notification rule in your account. </p>\n </li>\n <li>\n <p>\n <a>TagResource</a>, which associates a tag you provide with a\n notification rule in your account. </p>\n </li>\n <li>\n <p>\n <a>UntagResource</a>, which removes a tag from a notification rule in\n your account. </p>\n </li>\n </ul>\n <p> For information about how to use AWS CodeStar Notifications, see the <a href=\"https://docs.aws.amazon.com/dtconsole/latest/userguide/what-is-dtconsole.html\">Amazon Web Services Developer Tools Console User Guide</a>.\n </p>",
111+
"smithy.api#documentation": "<p>This CodeStar Notifications API Reference provides descriptions and usage examples of the\n operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API\n to work with the following objects:</p>\n <p>Notification rules, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>CreateNotificationRule</a>, which creates a notification rule for a\n resource in your account. </p>\n </li>\n <li>\n <p>\n <a>DeleteNotificationRule</a>, which deletes a notification rule. </p>\n </li>\n <li>\n <p>\n <a>DescribeNotificationRule</a>, which provides information about a notification rule. </p>\n </li>\n <li>\n <p>\n <a>ListNotificationRules</a>, which lists the notification rules associated with\n your account. </p>\n </li>\n <li>\n <p>\n <a>UpdateNotificationRule</a>, which changes the name, events, or targets associated with a\n notification rule. </p>\n </li>\n <li>\n <p>\n <a>Subscribe</a>, which subscribes a target to a notification rule. </p>\n </li>\n <li>\n <p>\n <a>Unsubscribe</a>, which removes a target from a notification rule. </p>\n </li>\n </ul>\n <p>Targets, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>DeleteTarget</a>, which removes a notification rule target from a\n notification rule. </p>\n </li>\n <li>\n <p>\n <a>ListTargets</a>, which lists the targets associated with a\n notification rule. </p>\n </li>\n </ul>\n <p>Events, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>ListEventTypes</a>, which lists the event types you can include in\n a notification rule. </p>\n </li>\n </ul>\n <p>Tags, by calling the following: </p>\n <ul>\n <li>\n <p>\n <a>ListTagsForResource</a>, which lists the tags already associated\n with a notification rule in your account. </p>\n </li>\n <li>\n <p>\n <a>TagResource</a>, which associates a tag you provide with a\n notification rule in your account. </p>\n </li>\n <li>\n <p>\n <a>UntagResource</a>, which removes a tag from a notification rule in\n your account. </p>\n </li>\n </ul>\n <p> For information about how to use CodeStar Notifications, see the <a href=\"https://docs.aws.amazon.com/dtconsole/latest/userguide/what-is-dtconsole.html\">Amazon Web Services Developer Tools Console User Guide</a>.\n </p>",
112112
"smithy.api#title": "AWS CodeStar Notifications",
113113
"smithy.rules#endpointRuleSet": {
114114
"version": "1.0",
@@ -748,7 +748,7 @@
748748
}
749749
},
750750
"traits": {
751-
"smithy.api#documentation": "<p>AWS CodeStar Notifications can't complete the request because the resource is being modified by\n another process. Wait a few minutes and try again.</p>",
751+
"smithy.api#documentation": "<p>CodeStar Notifications can't complete the request because the resource is being modified by\n another process. Wait a few minutes and try again.</p>",
752752
"smithy.api#error": "client",
753753
"smithy.api#httpError": 400
754754
}
@@ -837,7 +837,7 @@
837837
"DetailType": {
838838
"target": "com.amazonaws.codestarnotifications#DetailType",
839839
"traits": {
840-
"smithy.api#documentation": "<p>The level of detail to include in the notifications for this resource. <code>BASIC</code> will include only the \n contents of the event as it would appear in Amazon CloudWatch. <code>FULL</code> will include any supplemental information\n provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.</p>",
840+
"smithy.api#documentation": "<p>The level of detail to include in the notifications for this resource. <code>BASIC</code> will include only the \n contents of the event as it would appear in Amazon CloudWatch. <code>FULL</code> will include any supplemental information\n provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>",
841841
"smithy.api#required": {}
842842
}
843843
},
@@ -1067,7 +1067,7 @@
10671067
"DetailType": {
10681068
"target": "com.amazonaws.codestarnotifications#DetailType",
10691069
"traits": {
1070-
"smithy.api#documentation": "<p>The level of detail included in the notifications for this resource. BASIC will include only the \n contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information\n provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.</p>"
1070+
"smithy.api#documentation": "<p>The level of detail included in the notifications for this resource. BASIC will include only the \n contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information\n provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>"
10711071
}
10721072
},
10731073
"CreatedBy": {
@@ -1208,7 +1208,7 @@
12081208
}
12091209
},
12101210
"traits": {
1211-
"smithy.api#documentation": "<p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to\n accounts, notification rules, notifications, resources, and targets. For more\n information, see Limits.</p>",
1211+
"smithy.api#documentation": "<p>One of the CodeStar Notifications limits has been exceeded. Limits apply to\n accounts, notification rules, notifications, resources, and targets. For more\n information, see Limits.</p>",
12121212
"smithy.api#error": "client",
12131213
"smithy.api#httpError": 400
12141214
}
@@ -1799,7 +1799,7 @@
17991799
}
18001800
},
18011801
"traits": {
1802-
"smithy.api#documentation": "<p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>",
1802+
"smithy.api#documentation": "<p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>",
18031803
"smithy.api#error": "client",
18041804
"smithy.api#httpError": 404
18051805
}
@@ -2288,7 +2288,7 @@
22882288
"DetailType": {
22892289
"target": "com.amazonaws.codestarnotifications#DetailType",
22902290
"traits": {
2291-
"smithy.api#documentation": "<p>The level of detail to include in the notifications for this resource. BASIC will include only the \n contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information\n provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.</p>"
2291+
"smithy.api#documentation": "<p>The level of detail to include in the notifications for this resource. BASIC will include only the \n contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information\n provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>"
22922292
}
22932293
}
22942294
},

0 commit comments

Comments
 (0)