Skip to content

Commit f7ef1a3

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2b43530 commit f7ef1a3

File tree

15 files changed

+1481
-51
lines changed

15 files changed

+1481
-51
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::ApplicationInsights - Updated the API, and documentation for Amazon CloudWatch Application Insights.
5+
6+
* Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service.
7+
8+
* Feature - Aws::Detective - Updated the API, and documentation for Amazon Detective.
9+
10+
* Feature - Aws::ElasticsearchService - Updated the API, and documentation for Amazon Elasticsearch Service.
11+
12+
* Feature - Aws::ManagedBlockchain - Updated the API, and documentation for Amazon Managed Blockchain.
13+
14+
* Feature - Aws::XRay - Updated the API, and documentation for AWS X-Ray.
15+
416
2.11.475 (2020-03-24)
517
------------------
618

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

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
"LifeCycle":{"shape":"LifeCycle"},
426426
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
427427
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
428+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
428429
"Remarks":{"shape":"Remarks"}
429430
}
430431
},
@@ -439,6 +440,22 @@
439440
},
440441
"exception":true
441442
},
443+
"CWEMonitorEnabled":{"type":"boolean"},
444+
"CloudWatchEventDetailType":{"type":"string"},
445+
"CloudWatchEventId":{"type":"string"},
446+
"CloudWatchEventSource":{
447+
"type":"string",
448+
"enum":[
449+
"EC2",
450+
"CODE_DEPLOY",
451+
"HEALTH"
452+
]
453+
},
454+
"CodeDeployApplication":{"type":"string"},
455+
"CodeDeployDeploymentGroup":{"type":"string"},
456+
"CodeDeployDeploymentId":{"type":"string"},
457+
"CodeDeployInstanceGroupId":{"type":"string"},
458+
"CodeDeployState":{"type":"string"},
442459
"ComponentConfiguration":{
443460
"type":"string",
444461
"max":10000,
@@ -486,6 +503,7 @@
486503
"members":{
487504
"ResourceGroupName":{"shape":"ResourceGroupName"},
488505
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
506+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
489507
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
490508
"Tags":{"shape":"TagList"}
491509
}
@@ -712,6 +730,7 @@
712730
"Problem":{"shape":"Problem"}
713731
}
714732
},
733+
"Ec2State":{"type":"string"},
715734
"EndTime":{"type":"timestamp"},
716735
"ErrorMsg":{"type":"string"},
717736
"ExceptionMessage":{"type":"string"},
@@ -733,6 +752,11 @@
733752
"NOT_USEFUL"
734753
]
735754
},
755+
"HealthEventArn":{"type":"string"},
756+
"HealthEventDescription":{"type":"string"},
757+
"HealthEventTypeCategory":{"type":"string"},
758+
"HealthEventTypeCode":{"type":"string"},
759+
"HealthService":{"type":"string"},
736760
"Insights":{"type":"string"},
737761
"InternalServerException":{
738762
"type":"structure",
@@ -925,7 +949,28 @@
925949
"MetricNamespace":{"shape":"MetricNamespace"},
926950
"MetricName":{"shape":"MetricName"},
927951
"Unit":{"shape":"Unit"},
928-
"Value":{"shape":"Value"}
952+
"Value":{"shape":"Value"},
953+
"CloudWatchEventId":{"shape":"CloudWatchEventId"},
954+
"CloudWatchEventSource":{"shape":"CloudWatchEventSource"},
955+
"CloudWatchEventDetailType":{"shape":"CloudWatchEventDetailType"},
956+
"HealthEventArn":{"shape":"HealthEventArn"},
957+
"HealthService":{"shape":"HealthService"},
958+
"HealthEventTypeCode":{"shape":"HealthEventTypeCode"},
959+
"HealthEventTypeCategory":{"shape":"HealthEventTypeCategory"},
960+
"HealthEventDescription":{"shape":"HealthEventDescription"},
961+
"CodeDeployDeploymentId":{"shape":"CodeDeployDeploymentId"},
962+
"CodeDeployDeploymentGroup":{"shape":"CodeDeployDeploymentGroup"},
963+
"CodeDeployState":{"shape":"CodeDeployState"},
964+
"CodeDeployApplication":{"shape":"CodeDeployApplication"},
965+
"CodeDeployInstanceGroupId":{"shape":"CodeDeployInstanceGroupId"},
966+
"Ec2State":{"shape":"Ec2State"},
967+
"XRayFaultPercent":{"shape":"XRayFaultPercent"},
968+
"XRayThrottlePercent":{"shape":"XRayThrottlePercent"},
969+
"XRayErrorPercent":{"shape":"XRayErrorPercent"},
970+
"XRayRequestCount":{"shape":"XRayRequestCount"},
971+
"XRayRequestAverageLatency":{"shape":"XRayRequestAverageLatency"},
972+
"XRayNodeName":{"shape":"XRayNodeName"},
973+
"XRayNodeType":{"shape":"XRayNodeType"}
929974
}
930975
},
931976
"ObservationId":{
@@ -1127,6 +1172,7 @@
11271172
"members":{
11281173
"ResourceGroupName":{"shape":"ResourceGroupName"},
11291174
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
1175+
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
11301176
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
11311177
"RemoveSNSTopic":{"shape":"RemoveSNSTopic"}
11321178
}
@@ -1203,6 +1249,13 @@
12031249
},
12041250
"exception":true
12051251
},
1206-
"Value":{"type":"double"}
1252+
"Value":{"type":"double"},
1253+
"XRayErrorPercent":{"type":"integer"},
1254+
"XRayFaultPercent":{"type":"integer"},
1255+
"XRayNodeName":{"type":"string"},
1256+
"XRayNodeType":{"type":"string"},
1257+
"XRayRequestAverageLatency":{"type":"long"},
1258+
"XRayRequestCount":{"type":"integer"},
1259+
"XRayThrottlePercent":{"type":"integer"}
12071260
}
12081261
}

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

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,62 @@
7979
"refs": {
8080
}
8181
},
82+
"CWEMonitorEnabled": {
83+
"base": null,
84+
"refs": {
85+
"ApplicationInfo$CWEMonitorEnabled": "<p> Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others. </p>",
86+
"CreateApplicationRequest$CWEMonitorEnabled": "<p> Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others. </p>",
87+
"UpdateApplicationRequest$CWEMonitorEnabled": "<p> Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others. </p>"
88+
}
89+
},
90+
"CloudWatchEventDetailType": {
91+
"base": null,
92+
"refs": {
93+
"Observation$CloudWatchEventDetailType": "<p> The detail type of the CloudWatch Event-based observation, for example, <code>EC2 Instance State-change Notification</code>. </p>"
94+
}
95+
},
96+
"CloudWatchEventId": {
97+
"base": null,
98+
"refs": {
99+
"Observation$CloudWatchEventId": "<p> The ID of the CloudWatch Event-based observation related to the detected problem. </p>"
100+
}
101+
},
102+
"CloudWatchEventSource": {
103+
"base": null,
104+
"refs": {
105+
"Observation$CloudWatchEventSource": "<p> The source of the CloudWatch Event. </p>"
106+
}
107+
},
108+
"CodeDeployApplication": {
109+
"base": null,
110+
"refs": {
111+
"Observation$CodeDeployApplication": "<p> The CodeDeploy application to which the deployment belongs. </p>"
112+
}
113+
},
114+
"CodeDeployDeploymentGroup": {
115+
"base": null,
116+
"refs": {
117+
"Observation$CodeDeployDeploymentGroup": "<p> The deployment group to which the CodeDeploy deployment belongs. </p>"
118+
}
119+
},
120+
"CodeDeployDeploymentId": {
121+
"base": null,
122+
"refs": {
123+
"Observation$CodeDeployDeploymentId": "<p> The deployment ID of the CodeDeploy-based observation related to the detected problem. </p>"
124+
}
125+
},
126+
"CodeDeployInstanceGroupId": {
127+
"base": null,
128+
"refs": {
129+
"Observation$CodeDeployInstanceGroupId": "<p> The instance group to which the CodeDeploy instance belongs. </p>"
130+
}
131+
},
132+
"CodeDeployState": {
133+
"base": null,
134+
"refs": {
135+
"Observation$CodeDeployState": "<p> The status of the CodeDeploy deployment, for example <code>SUCCESS</code> or <code> FAILURE</code>. </p>"
136+
}
137+
},
82138
"ComponentConfiguration": {
83139
"base": null,
84140
"refs": {
@@ -289,6 +345,12 @@
289345
"refs": {
290346
}
291347
},
348+
"Ec2State": {
349+
"base": null,
350+
"refs": {
351+
"Observation$Ec2State": "<p> The state of the instance, such as <code>STOPPING</code> or <code>TERMINATING</code>. </p>"
352+
}
353+
},
292354
"EndTime": {
293355
"base": null,
294356
"refs": {
@@ -333,6 +395,36 @@
333395
"Feedback$value": null
334396
}
335397
},
398+
"HealthEventArn": {
399+
"base": null,
400+
"refs": {
401+
"Observation$HealthEventArn": "<p> The Amazon Resource Name (ARN) of the AWS Health Event-based observation.</p>"
402+
}
403+
},
404+
"HealthEventDescription": {
405+
"base": null,
406+
"refs": {
407+
"Observation$HealthEventDescription": "<p> The description of the AWS Health event provided by the service, such as Amazon EC2. </p>"
408+
}
409+
},
410+
"HealthEventTypeCategory": {
411+
"base": null,
412+
"refs": {
413+
"Observation$HealthEventTypeCategory": "<p> The category of the AWS Health event, such as <code>issue</code>. </p>"
414+
}
415+
},
416+
"HealthEventTypeCode": {
417+
"base": null,
418+
"refs": {
419+
"Observation$HealthEventTypeCode": "<p> The type of the AWS Health event, for example, <code>AWS_EC2_POWER_CONNECTIVITY_ISSUE</code>. </p>"
420+
}
421+
},
422+
"HealthService": {
423+
"base": null,
424+
"refs": {
425+
"Observation$HealthService": "<p> The service to which the AWS Health Event belongs, such as EC2. </p>"
426+
}
427+
},
336428
"Insights": {
337429
"base": null,
338430
"refs": {
@@ -861,6 +953,48 @@
861953
"refs": {
862954
"Observation$Value": "<p>The value of the source observation metric.</p>"
863955
}
956+
},
957+
"XRayErrorPercent": {
958+
"base": null,
959+
"refs": {
960+
"Observation$XRayErrorPercent": "<p> The X-Ray request error percentage for this node. </p>"
961+
}
962+
},
963+
"XRayFaultPercent": {
964+
"base": null,
965+
"refs": {
966+
"Observation$XRayFaultPercent": "<p> The X-Ray request fault percentage for this node. </p>"
967+
}
968+
},
969+
"XRayNodeName": {
970+
"base": null,
971+
"refs": {
972+
"Observation$XRayNodeName": "<p> The name of the X-Ray node. </p>"
973+
}
974+
},
975+
"XRayNodeType": {
976+
"base": null,
977+
"refs": {
978+
"Observation$XRayNodeType": "<p> The type of the X-Ray node. </p>"
979+
}
980+
},
981+
"XRayRequestAverageLatency": {
982+
"base": null,
983+
"refs": {
984+
"Observation$XRayRequestAverageLatency": "<p> The X-Ray node request average latency for this node. </p>"
985+
}
986+
},
987+
"XRayRequestCount": {
988+
"base": null,
989+
"refs": {
990+
"Observation$XRayRequestCount": "<p> The X-Ray request count for this node. </p>"
991+
}
992+
},
993+
"XRayThrottlePercent": {
994+
"base": null,
995+
"refs": {
996+
"Observation$XRayThrottlePercent": "<p> The X-Ray request throttle percentage for this node. </p>"
997+
}
864998
}
865999
}
8661000
}

aws-sdk-core/apis/ce/2017-10-25/api-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,9 +870,11 @@
870870
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
871871
"TermInYears":{"shape":"TermInYears"},
872872
"PaymentOption":{"shape":"PaymentOption"},
873+
"AccountScope":{"shape":"AccountScope"},
873874
"NextPageToken":{"shape":"NextPageToken"},
874875
"PageSize":{"shape":"NonNegativeInteger"},
875-
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
876+
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
877+
"Filter":{"shape":"Expression"}
876878
}
877879
},
878880
"GetSavingsPlansPurchaseRecommendationResponse":{
@@ -1387,6 +1389,7 @@
13871389
"SavingsPlansPurchaseRecommendation":{
13881390
"type":"structure",
13891391
"members":{
1392+
"AccountScope":{"shape":"AccountScope"},
13901393
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
13911394
"TermInYears":{"shape":"TermInYears"},
13921395
"PaymentOption":{"shape":"PaymentOption"},

0 commit comments

Comments
 (0)