Skip to content

Commit 7502ff3

Browse files
authored
API module updates (#1276)
Updates and regenerates API clients.
1 parent 36390a5 commit 7502ff3

File tree

196 files changed

+10876
-2046
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+10876
-2046
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/ssmincidents"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "7a75f947-6b5e-404b-9501-d7a874471404",
3+
"type": "feature",
4+
"description": "Deprecated module. The API client was incorrectly named. Use AWS Systems Manager Incident Manager (ssmincidents) instead.",
5+
"modules": [
6+
"service/commander"
7+
]
8+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"id": "e479687f-f724-4f87-a5aa-07eaf4bc321f",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/cloudwatch",
7+
"service/cloudwatchlogs",
8+
"service/computeoptimizer",
9+
"service/costexplorer",
10+
"service/ec2",
11+
"service/efs",
12+
"service/forecast",
13+
"service/iot",
14+
"service/opsworks",
15+
"service/opsworkscm",
16+
"service/quicksight",
17+
"service/s3",
18+
"service/transfer",
19+
"service/workspaces"
20+
]
21+
}

.github/workflows/go.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ jobs:
1313
unix-tests:
1414
name: Test SDK
1515
runs-on: ${{ matrix.os }}
16-
#continue-on-error: ${{ matrix.experimental }}
1716
strategy:
1817
matrix:
1918
os: [ubuntu-latest, macos-latest]
2019
go-version: [1.16, 1.15]
21-
#experimental: [false]
22-
#include:
23-
# - go-version: tip
24-
# os: [ubuntu-latest, macos-latest]
25-
# experimental: true
2620
steps:
2721
- uses: actions/checkout@v2
2822

@@ -37,16 +31,11 @@ jobs:
3731
windows-tests:
3832
name: Test SDK
3933
runs-on: ${{ matrix.os }}
40-
#continue-on-error: ${{ matrix.experimental }}
34+
continue-on-error: ${{ matrix.go-version == '1.15' }}
4135
strategy:
4236
matrix:
4337
os: [windows-latest]
4438
go-version: [1.16, 1.15]
45-
#experimental: [false]
46-
#include:
47-
# - go-version: tip
48-
# os: [windows-latest]
49-
# experimental: true
5039
env:
5140
EACHMODULE_SKIP: "internal\\repotools\\changes"
5241
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EACHMODULE_FAILFAST_FLAG=-fail-fast=${EACHMODULE_FAILFAST}
1414
EACHMODULE_CONCURRENCY ?= 1
1515
EACHMODULE_CONCURRENCY_FLAG=-c ${EACHMODULE_CONCURRENCY}
1616

17-
EACHMODULE_SKIP ?=
17+
EACHMODULE_SKIP ?= service/commander
1818
EACHMODULE_SKIP_FLAG=-skip="${EACHMODULE_SKIP}"
1919

2020
EACHMODULE_FLAGS=${EACHMODULE_CONCURRENCY_FLAG} ${EACHMODULE_FAILFAST_FLAG} ${EACHMODULE_SKIP_FLAG}

codegen/sdk-codegen/aws-models/cloudwatchlogs.2014-03-28.json

Lines changed: 178 additions & 16 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/computeoptimizer.2019-11-01.json

Lines changed: 248 additions & 18 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/costexplorer.2017-10-25.json

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,38 @@
15801580
"target": "com.amazonaws.costexplorer#DimensionValuesWithAttributes"
15811581
}
15821582
},
1583+
"com.amazonaws.costexplorer#DiskResourceUtilization": {
1584+
"type": "structure",
1585+
"members": {
1586+
"DiskReadOpsPerSecond": {
1587+
"target": "com.amazonaws.costexplorer#GenericString",
1588+
"traits": {
1589+
"smithy.api#documentation": "<p>\n The maximum number of read operations per second.\n </p>"
1590+
}
1591+
},
1592+
"DiskWriteOpsPerSecond": {
1593+
"target": "com.amazonaws.costexplorer#GenericString",
1594+
"traits": {
1595+
"smithy.api#documentation": "<p>\n The maximum number of write operations per second.\n </p>"
1596+
}
1597+
},
1598+
"DiskReadBytesPerSecond": {
1599+
"target": "com.amazonaws.costexplorer#GenericString",
1600+
"traits": {
1601+
"smithy.api#documentation": "<p>\n The maximum read throughput operations per second.\n </p>"
1602+
}
1603+
},
1604+
"DiskWriteBytesPerSecond": {
1605+
"target": "com.amazonaws.costexplorer#GenericString",
1606+
"traits": {
1607+
"smithy.api#documentation": "<p>\n The maximum write throughput operations per second.\n </p>"
1608+
}
1609+
}
1610+
},
1611+
"traits": {
1612+
"smithy.api#documentation": "<p>\n The field that contains a list of disk (local storage) metrics associated with the current instance.\n </p>"
1613+
}
1614+
},
15831615
"com.amazonaws.costexplorer#EBSResourceUtilization": {
15841616
"type": "structure",
15851617
"members": {
@@ -1756,6 +1788,18 @@
17561788
"traits": {
17571789
"smithy.api#documentation": "<p>\n The EBS field that contains a list of EBS metrics associated with the current instance.\n </p>"
17581790
}
1791+
},
1792+
"DiskResourceUtilization": {
1793+
"target": "com.amazonaws.costexplorer#DiskResourceUtilization",
1794+
"traits": {
1795+
"smithy.api#documentation": "<p>\n The field that contains a list of disk (local storage) metrics associated with the current instance.\n </p>"
1796+
}
1797+
},
1798+
"NetworkResourceUtilization": {
1799+
"target": "com.amazonaws.costexplorer#NetworkResourceUtilization",
1800+
"traits": {
1801+
"smithy.api#documentation": "<p>\n The network field that contains a list of network metrics associated with the current instance.\n </p>"
1802+
}
17591803
}
17601804
},
17611805
"traits": {
@@ -1917,6 +1961,83 @@
19171961
"target": "com.amazonaws.costexplorer#Expression"
19181962
}
19191963
},
1964+
"com.amazonaws.costexplorer#FindingReasonCode": {
1965+
"type": "string",
1966+
"traits": {
1967+
"smithy.api#enum": [
1968+
{
1969+
"value": "CPU_OVER_PROVISIONED",
1970+
"name": "CPU_OVER_PROVISIONED"
1971+
},
1972+
{
1973+
"value": "CPU_UNDER_PROVISIONED",
1974+
"name": "CPU_UNDER_PROVISIONED"
1975+
},
1976+
{
1977+
"value": "MEMORY_OVER_PROVISIONED",
1978+
"name": "MEMORY_OVER_PROVISIONED"
1979+
},
1980+
{
1981+
"value": "MEMORY_UNDER_PROVISIONED",
1982+
"name": "MEMORY_UNDER_PROVISIONED"
1983+
},
1984+
{
1985+
"value": "EBS_THROUGHPUT_OVER_PROVISIONED",
1986+
"name": "EBS_THROUGHPUT_OVER_PROVISIONED"
1987+
},
1988+
{
1989+
"value": "EBS_THROUGHPUT_UNDER_PROVISIONED",
1990+
"name": "EBS_THROUGHPUT_UNDER_PROVISIONED"
1991+
},
1992+
{
1993+
"value": "EBS_IOPS_OVER_PROVISIONED",
1994+
"name": "EBS_IOPS_OVER_PROVISIONED"
1995+
},
1996+
{
1997+
"value": "EBS_IOPS_UNDER_PROVISIONED",
1998+
"name": "EBS_IOPS_UNDER_PROVISIONED"
1999+
},
2000+
{
2001+
"value": "NETWORK_BANDWIDTH_OVER_PROVISIONED",
2002+
"name": "NETWORK_BANDWIDTH_OVER_PROVISIONED"
2003+
},
2004+
{
2005+
"value": "NETWORK_BANDWIDTH_UNDER_PROVISIONED",
2006+
"name": "NETWORK_BANDWIDTH_UNDER_PROVISIONED"
2007+
},
2008+
{
2009+
"value": "NETWORK_PPS_OVER_PROVISIONED",
2010+
"name": "NETWORK_PPS_OVER_PROVISIONED"
2011+
},
2012+
{
2013+
"value": "NETWORK_PPS_UNDER_PROVISIONED",
2014+
"name": "NETWORK_PPS_UNDER_PROVISIONED"
2015+
},
2016+
{
2017+
"value": "DISK_IOPS_OVER_PROVISIONED",
2018+
"name": "DISK_IOPS_OVER_PROVISIONED"
2019+
},
2020+
{
2021+
"value": "DISK_IOPS_UNDER_PROVISIONED",
2022+
"name": "DISK_IOPS_UNDER_PROVISIONED"
2023+
},
2024+
{
2025+
"value": "DISK_THROUGHPUT_OVER_PROVISIONED",
2026+
"name": "DISK_THROUGHPUT_OVER_PROVISIONED"
2027+
},
2028+
{
2029+
"value": "DISK_THROUGHPUT_UNDER_PROVISIONED",
2030+
"name": "DISK_THROUGHPUT_UNDER_PROVISIONED"
2031+
}
2032+
]
2033+
}
2034+
},
2035+
"com.amazonaws.costexplorer#FindingReasonCodes": {
2036+
"type": "list",
2037+
"member": {
2038+
"target": "com.amazonaws.costexplorer#FindingReasonCode"
2039+
}
2040+
},
19202041
"com.amazonaws.costexplorer#ForecastResult": {
19212042
"type": "structure",
19222043
"members": {
@@ -4094,6 +4215,38 @@
40944215
"com.amazonaws.costexplorer#NetRISavings": {
40954216
"type": "string"
40964217
},
4218+
"com.amazonaws.costexplorer#NetworkResourceUtilization": {
4219+
"type": "structure",
4220+
"members": {
4221+
"NetworkInBytesPerSecond": {
4222+
"target": "com.amazonaws.costexplorer#GenericString",
4223+
"traits": {
4224+
"smithy.api#documentation": "<p>\n The network ingress throughput utilization measured in Bytes per second.\n </p>"
4225+
}
4226+
},
4227+
"NetworkOutBytesPerSecond": {
4228+
"target": "com.amazonaws.costexplorer#GenericString",
4229+
"traits": {
4230+
"smithy.api#documentation": "<p>\n The network outgress throughput utilization measured in Bytes per second.\n </p>"
4231+
}
4232+
},
4233+
"NetworkPacketsInPerSecond": {
4234+
"target": "com.amazonaws.costexplorer#GenericString",
4235+
"traits": {
4236+
"smithy.api#documentation": "<p>\n The network ingress packets measured in packets per second.\n </p>"
4237+
}
4238+
},
4239+
"NetworkPacketsOutPerSecond": {
4240+
"target": "com.amazonaws.costexplorer#GenericString",
4241+
"traits": {
4242+
"smithy.api#documentation": "<p>\n The network outgress packets measured in packets per second.\n </p>"
4243+
}
4244+
}
4245+
},
4246+
"traits": {
4247+
"smithy.api#documentation": "<p>\n The network field that contains a list of network metrics associated with the current instance.\n </p>"
4248+
}
4249+
},
40974250
"com.amazonaws.costexplorer#NextPageToken": {
40984251
"type": "string",
40994252
"traits": {
@@ -4216,6 +4369,39 @@
42164369
]
42174370
}
42184371
},
4372+
"com.amazonaws.costexplorer#PlatformDifference": {
4373+
"type": "string",
4374+
"traits": {
4375+
"smithy.api#enum": [
4376+
{
4377+
"value": "HYPERVISOR",
4378+
"name": "HYPERVISOR"
4379+
},
4380+
{
4381+
"value": "NETWORK_INTERFACE",
4382+
"name": "NETWORK_INTERFACE"
4383+
},
4384+
{
4385+
"value": "STORAGE_INTERFACE",
4386+
"name": "STORAGE_INTERFACE"
4387+
},
4388+
{
4389+
"value": "INSTANCE_STORE_AVAILABILITY",
4390+
"name": "INSTANCE_STORE_AVAILABILITY"
4391+
},
4392+
{
4393+
"value": "VIRTUALIZATION_TYPE",
4394+
"name": "VIRTUALIZATION_TYPE"
4395+
}
4396+
]
4397+
}
4398+
},
4399+
"com.amazonaws.costexplorer#PlatformDifferences": {
4400+
"type": "list",
4401+
"member": {
4402+
"target": "com.amazonaws.costexplorer#PlatformDifference"
4403+
}
4404+
},
42194405
"com.amazonaws.costexplorer#PredictionIntervalLevel": {
42204406
"type": "integer",
42214407
"traits": {
@@ -4940,6 +5126,12 @@
49405126
"traits": {
49415127
"smithy.api#documentation": "<p>Details for termination recommendations.</p>"
49425128
}
5129+
},
5130+
"FindingReasonCodes": {
5131+
"target": "com.amazonaws.costexplorer#FindingReasonCodes",
5132+
"traits": {
5133+
"smithy.api#documentation": "<p>\n The list of possible reasons why the recommendation is generated such as under or over utilization of specific metrics (for example, CPU, Memory, Network).\n </p>"
5134+
}
49435135
}
49445136
},
49455137
"traits": {
@@ -5924,6 +6116,12 @@
59246116
"traits": {
59256117
"smithy.api#documentation": "<p> Expected utilization metrics for target instance type.</p>"
59266118
}
6119+
},
6120+
"PlatformDifferences": {
6121+
"target": "com.amazonaws.costexplorer#PlatformDifferences",
6122+
"traits": {
6123+
"smithy.api#documentation": "<p>\n Explains the actions you might need to take in order to successfully migrate your workloads from the current instance type to the recommended instance type.\n </p>"
6124+
}
59276125
}
59286126
},
59296127
"traits": {

0 commit comments

Comments
 (0)