Skip to content

Commit 27fad73

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent a8ab12a commit 27fad73

File tree

15 files changed

+485
-48
lines changed

15 files changed

+485
-48
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AlexaForBusiness - Updated the API, and documentation for Alexa For Business.
5+
6+
* Feature - Aws::ApplicationInsights - Updated the API, and documentation for Amazon CloudWatch Application Insights.
7+
8+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
9+
10+
* Feature - Aws::KMS - Updated the API, and documentation for AWS Key Management Service.
11+
12+
* Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.
13+
14+
* Feature - Aws::CloudWatch - Updated the API, and documentation for Amazon CloudWatch.
15+
416
2.11.432 (2020-01-17)
517
------------------
618

aws-sdk-core/apis/alexaforbusiness/2017-11-09/api-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,7 @@
15081508
"OFFLINE"
15091509
]
15101510
},
1511+
"ConnectionStatusUpdatedTime":{"type":"timestamp"},
15111512
"Contact":{
15121513
"type":"structure",
15131514
"members":{
@@ -2063,9 +2064,11 @@
20632064
"NetworkProfileName":{"shape":"NetworkProfileName"},
20642065
"RoomArn":{"shape":"Arn"},
20652066
"RoomName":{"shape":"RoomName"},
2066-
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"}
2067+
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"},
2068+
"CreatedTime":{"shape":"DeviceDataCreatedTime"}
20672069
}
20682070
},
2071+
"DeviceDataCreatedTime":{"type":"timestamp"},
20692072
"DeviceDataList":{
20702073
"type":"list",
20712074
"member":{"shape":"DeviceData"}
@@ -2170,7 +2173,8 @@
21702173
"type":"structure",
21712174
"members":{
21722175
"DeviceStatusDetails":{"shape":"DeviceStatusDetails"},
2173-
"ConnectionStatus":{"shape":"ConnectionStatus"}
2176+
"ConnectionStatus":{"shape":"ConnectionStatus"},
2177+
"ConnectionStatusUpdatedTime":{"shape":"ConnectionStatusUpdatedTime"}
21742178
}
21752179
},
21762180
"DeviceType":{

aws-sdk-core/apis/alexaforbusiness/2017-11-09/docs-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@
623623
"DeviceStatusInfo$ConnectionStatus": "<p>The latest available information about the connection status of a device. </p>"
624624
}
625625
},
626+
"ConnectionStatusUpdatedTime": {
627+
"base": null,
628+
"refs": {
629+
"DeviceStatusInfo$ConnectionStatusUpdatedTime": "<p>The time (in epoch) when the device connection status changed.</p>"
630+
}
631+
},
626632
"Contact": {
627633
"base": "<p>A contact with attributes.</p>",
628634
"refs": {
@@ -981,6 +987,12 @@
981987
"DeviceDataList$member": null
982988
}
983989
},
990+
"DeviceDataCreatedTime": {
991+
"base": null,
992+
"refs": {
993+
"DeviceData$CreatedTime": "<p>The time (in epoch) when the device data was created.</p>"
994+
}
995+
},
984996
"DeviceDataList": {
985997
"base": null,
986998
"refs": {

aws-sdk-core/apis/application-insights/2018-11-25/api-2.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,20 @@
243243
{"shape":"InternalServerException"}
244244
]
245245
},
246+
"ListConfigurationHistory":{
247+
"name":"ListConfigurationHistory",
248+
"http":{
249+
"method":"POST",
250+
"requestUri":"/"
251+
},
252+
"input":{"shape":"ListConfigurationHistoryRequest"},
253+
"output":{"shape":"ListConfigurationHistoryResponse"},
254+
"errors":[
255+
{"shape":"ValidationException"},
256+
{"shape":"ResourceNotFoundException"},
257+
{"shape":"InternalServerException"}
258+
]
259+
},
246260
"ListLogPatternSets":{
247261
"name":"ListLogPatternSets",
248262
"http":{
@@ -431,6 +445,41 @@
431445
"min":1
432446
},
433447
"ComponentName":{"type":"string"},
448+
"ConfigurationEvent":{
449+
"type":"structure",
450+
"members":{
451+
"MonitoredResourceARN":{"shape":"ConfigurationEventMonitoredResourceARN"},
452+
"EventStatus":{"shape":"ConfigurationEventStatus"},
453+
"EventResourceType":{"shape":"ConfigurationEventResourceType"},
454+
"EventTime":{"shape":"ConfigurationEventTime"},
455+
"EventDetail":{"shape":"ConfigurationEventDetail"},
456+
"EventResourceName":{"shape":"ConfigurationEventResourceName"}
457+
}
458+
},
459+
"ConfigurationEventDetail":{"type":"string"},
460+
"ConfigurationEventList":{
461+
"type":"list",
462+
"member":{"shape":"ConfigurationEvent"}
463+
},
464+
"ConfigurationEventMonitoredResourceARN":{"type":"string"},
465+
"ConfigurationEventResourceName":{"type":"string"},
466+
"ConfigurationEventResourceType":{
467+
"type":"string",
468+
"enum":[
469+
"CLOUDWATCH_ALARM",
470+
"CLOUDFORMATION",
471+
"SSM_ASSOCIATION"
472+
]
473+
},
474+
"ConfigurationEventStatus":{
475+
"type":"string",
476+
"enum":[
477+
"INFO",
478+
"WARN",
479+
"ERROR"
480+
]
481+
},
482+
"ConfigurationEventTime":{"type":"timestamp"},
434483
"CreateApplicationRequest":{
435484
"type":"structure",
436485
"required":["ResourceGroupName"],
@@ -724,6 +773,24 @@
724773
"NextToken":{"shape":"PaginationToken"}
725774
}
726775
},
776+
"ListConfigurationHistoryRequest":{
777+
"type":"structure",
778+
"members":{
779+
"ResourceGroupName":{"shape":"ResourceGroupName"},
780+
"StartTime":{"shape":"StartTime"},
781+
"EndTime":{"shape":"EndTime"},
782+
"EventStatus":{"shape":"ConfigurationEventStatus"},
783+
"MaxResults":{"shape":"MaxEntities"},
784+
"NextToken":{"shape":"PaginationToken"}
785+
}
786+
},
787+
"ListConfigurationHistoryResponse":{
788+
"type":"structure",
789+
"members":{
790+
"EventList":{"shape":"ConfigurationEventList"},
791+
"NextToken":{"shape":"PaginationToken"}
792+
}
793+
},
727794
"ListLogPatternSetsRequest":{
728795
"type":"structure",
729796
"required":["ResourceGroupName"],

aws-sdk-core/apis/application-insights/2018-11-25/docs-2.json

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"DescribeProblemObservations": "<p>Describes the anomalies or errors associated with the problem.</p>",
1919
"ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>",
2020
"ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>",
21+
"ListConfigurationHistory": "<p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are: </p> <ul> <li> <p>INFO: creating a new alarm or updating an alarm threshold.</p> </li> <li> <p>WARN: alarm not created due to insufficient data points used to predict thresholds.</p> </li> <li> <p>ERROR: alarm not created due to permission errors or exceeding quotas. </p> </li> </ul>",
2122
"ListLogPatternSets": "<p>Lists the log pattern sets in the specific application.</p>",
2223
"ListLogPatterns": "<p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>",
2324
"ListProblems": "<p>Lists the problems with your application.</p>",
@@ -99,6 +100,55 @@
99100
"UpdateComponentRequest$ComponentName": "<p>The name of the component.</p>"
100101
}
101102
},
103+
"ConfigurationEvent": {
104+
"base": "<p> The event information. </p>",
105+
"refs": {
106+
"ConfigurationEventList$member": null
107+
}
108+
},
109+
"ConfigurationEventDetail": {
110+
"base": null,
111+
"refs": {
112+
"ConfigurationEvent$EventDetail": "<p> The details of the event in plain text. </p>"
113+
}
114+
},
115+
"ConfigurationEventList": {
116+
"base": null,
117+
"refs": {
118+
"ListConfigurationHistoryResponse$EventList": "<p> The list of configuration events and their corresponding details. </p>"
119+
}
120+
},
121+
"ConfigurationEventMonitoredResourceARN": {
122+
"base": null,
123+
"refs": {
124+
"ConfigurationEvent$MonitoredResourceARN": "<p> The resource monitored by Application Insights. </p>"
125+
}
126+
},
127+
"ConfigurationEventResourceName": {
128+
"base": null,
129+
"refs": {
130+
"ConfigurationEvent$EventResourceName": "<p> The name of the resource Application Insights attempted to configure. </p>"
131+
}
132+
},
133+
"ConfigurationEventResourceType": {
134+
"base": null,
135+
"refs": {
136+
"ConfigurationEvent$EventResourceType": "<p> The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM. </p>"
137+
}
138+
},
139+
"ConfigurationEventStatus": {
140+
"base": null,
141+
"refs": {
142+
"ConfigurationEvent$EventStatus": "<p> The status of the configuration update event. Possible values include INFO, WARN, and ERROR. </p>",
143+
"ListConfigurationHistoryRequest$EventStatus": "<p>The status of the configuration update event. Possible values include INFO, WARN, and ERROR.</p>"
144+
}
145+
},
146+
"ConfigurationEventTime": {
147+
"base": null,
148+
"refs": {
149+
"ConfigurationEvent$EventTime": "<p> The timestamp of the event. </p>"
150+
}
151+
},
102152
"CreateApplicationRequest": {
103153
"base": null,
104154
"refs": {
@@ -242,6 +292,7 @@
242292
"EndTime": {
243293
"base": null,
244294
"refs": {
295+
"ListConfigurationHistoryRequest$EndTime": "<p>The end time of the event.</p>",
245296
"ListProblemsRequest$EndTime": "<p>The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.</p>",
246297
"Observation$EndTime": "<p>The time when the observation ended, in epoch seconds.</p>",
247298
"Problem$EndTime": "<p>The time when the problem ended, in epoch seconds.</p>"
@@ -325,6 +376,16 @@
325376
"refs": {
326377
}
327378
},
379+
"ListConfigurationHistoryRequest": {
380+
"base": null,
381+
"refs": {
382+
}
383+
},
384+
"ListConfigurationHistoryResponse": {
385+
"base": null,
386+
"refs": {
387+
}
388+
},
328389
"ListLogPatternSetsRequest": {
329390
"base": null,
330391
"refs": {
@@ -447,6 +508,7 @@
447508
"refs": {
448509
"ListApplicationsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
449510
"ListComponentsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
511+
"ListConfigurationHistoryRequest$MaxResults": "<p> The maximum number of results returned by <code>ListConfigurationHistory</code> in paginated output. When this parameter is used, <code>ListConfigurationHistory</code> returns only <code>MaxResults</code> in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListConfigurationHistory</code> request with the returned <code>NextToken</code> value. If this parameter is not used, then <code>ListConfigurationHistory</code> returns all results. </p>",
450512
"ListLogPatternSetsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
451513
"ListLogPatternsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
452514
"ListProblemsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
@@ -521,6 +583,8 @@
521583
"ListApplicationsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>",
522584
"ListComponentsRequest$NextToken": "<p>The token to request the next page of results.</p>",
523585
"ListComponentsResponse$NextToken": "<p>The token to request the next page of results.</p>",
586+
"ListConfigurationHistoryRequest$NextToken": "<p>The <code>NextToken</code> value returned from a previous paginated <code>ListConfigurationHistory</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
587+
"ListConfigurationHistoryResponse$NextToken": "<p>The <code>NextToken</code> value to include in a future <code>ListConfigurationHistory</code> request. When the results of a <code>ListConfigurationHistory</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
524588
"ListLogPatternSetsRequest$NextToken": "<p>The token to request the next page of results.</p>",
525589
"ListLogPatternSetsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>",
526590
"ListLogPatternsRequest$NextToken": "<p>The token to request the next page of results.</p>",
@@ -559,7 +623,7 @@
559623
"Remarks": {
560624
"base": null,
561625
"refs": {
562-
"ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
626+
"ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:</p> <ul> <li> <p>“Configuring application, detected 1 Errors, 3 Warnings”</p> </li> <li> <p>“Configuring application, detected 1 Unconfigured Components”</p> </li> </ul>"
563627
}
564628
},
565629
"RemoveSNSTopic": {
@@ -592,6 +656,7 @@
592656
"DescribeLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
593657
"DescribeLogPatternResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
594658
"ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
659+
"ListConfigurationHistoryRequest$ResourceGroupName": "<p>Resource group to which the application belongs. </p>",
595660
"ListLogPatternSetsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
596661
"ListLogPatternSetsResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
597662
"ListLogPatternsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
@@ -650,6 +715,7 @@
650715
"StartTime": {
651716
"base": null,
652717
"refs": {
718+
"ListConfigurationHistoryRequest$StartTime": "<p>The start time of the event. </p>",
653719
"ListProblemsRequest$StartTime": "<p>The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.</p>",
654720
"Observation$StartTime": "<p>The time when the observation was first detected, in epoch seconds.</p>",
655721
"Problem$StartTime": "<p>The time when the problem started, in epoch seconds.</p>"

aws-sdk-core/apis/application-insights/2018-11-25/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"output_token": "NextToken",
1111
"limit_key": "MaxResults"
1212
},
13+
"ListConfigurationHistory": {
14+
"input_token": "NextToken",
15+
"output_token": "NextToken",
16+
"limit_key": "MaxResults"
17+
},
1318
"ListLogPatternSets": {
1419
"input_token": "NextToken",
1520
"output_token": "NextToken",

0 commit comments

Comments
 (0)