Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jul 18, 2022
1 parent ee96470 commit bcea350
Show file tree
Hide file tree
Showing 68 changed files with 5,049 additions and 926 deletions.
26 changes: 24 additions & 2 deletions apis/discovery/2015-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,27 @@
"unknownAgents":{"shape":"Integer"}
}
},
"CustomerAgentlessCollectorInfo":{
"type":"structure",
"required":[
"activeAgentlessCollectors",
"healthyAgentlessCollectors",
"denyListedAgentlessCollectors",
"shutdownAgentlessCollectors",
"unhealthyAgentlessCollectors",
"totalAgentlessCollectors",
"unknownAgentlessCollectors"
],
"members":{
"activeAgentlessCollectors":{"shape":"Integer"},
"healthyAgentlessCollectors":{"shape":"Integer"},
"denyListedAgentlessCollectors":{"shape":"Integer"},
"shutdownAgentlessCollectors":{"shape":"Integer"},
"unhealthyAgentlessCollectors":{"shape":"Integer"},
"totalAgentlessCollectors":{"shape":"Integer"},
"unknownAgentlessCollectors":{"shape":"Integer"}
}
},
"CustomerConnectorInfo":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1061,7 +1082,8 @@
"serversMappedtoTags":{"shape":"Long"},
"agentSummary":{"shape":"CustomerAgentInfo"},
"connectorSummary":{"shape":"CustomerConnectorInfo"},
"meCollectorSummary":{"shape":"CustomerMeCollectorInfo"}
"meCollectorSummary":{"shape":"CustomerMeCollectorInfo"},
"agentlessCollectorSummary":{"shape":"CustomerAgentlessCollectorInfo"}
}
},
"HomeRegionNotSetException":{
Expand Down Expand Up @@ -1150,7 +1172,7 @@
"type":"string",
"max":4000,
"min":1,
"pattern":"\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*"
"pattern":"\\S+://\\S+/[\\s\\S]*\\S[\\s\\S]*"
},
"Integer":{"type":"integer"},
"InvalidParameterException":{
Expand Down
13 changes: 13 additions & 0 deletions apis/discovery/2015-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@
"GetDiscoverySummaryResponse$agentSummary": "<p>Details about discovered agents, including agent status and health.</p>"
}
},
"CustomerAgentlessCollectorInfo": {
"base": null,
"refs": {
"GetDiscoverySummaryResponse$agentlessCollectorSummary": null
}
},
"CustomerConnectorInfo": {
"base": "<p>Inventory data for installed discovery connectors.</p>",
"refs": {
Expand Down Expand Up @@ -666,6 +672,13 @@
"CustomerAgentInfo$unhealthyAgents": "<p>Number of unhealthy discovery agents.</p>",
"CustomerAgentInfo$totalAgents": "<p>Total number of discovery agents.</p>",
"CustomerAgentInfo$unknownAgents": "<p>Number of unknown discovery agents.</p>",
"CustomerAgentlessCollectorInfo$activeAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$healthyAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$denyListedAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$shutdownAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$unhealthyAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$totalAgentlessCollectors": null,
"CustomerAgentlessCollectorInfo$unknownAgentlessCollectors": null,
"CustomerConnectorInfo$activeConnectors": "<p>Number of active discovery connectors.</p>",
"CustomerConnectorInfo$healthyConnectors": "<p>Number of healthy discovery connectors.</p>",
"CustomerConnectorInfo$blackListedConnectors": "<p>Number of blacklisted discovery connectors.</p>",
Expand Down
224 changes: 112 additions & 112 deletions apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion apis/elasticache/2015-02-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3687,7 +3687,8 @@
"UserGroupIds":{"shape":"UserGroupIdList"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationList"},
"ReplicationGroupCreateTime":{"shape":"TStamp"},
"DataTiering":{"shape":"DataTieringStatus"}
"DataTiering":{"shape":"DataTieringStatus"},
"AutoMinorVersionUpgrade":{"shape":"Boolean"}
},
"wrapper":true
},
Expand Down
19 changes: 10 additions & 9 deletions apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions apis/kms/2014-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,8 @@
"USER_LOCKED_OUT",
"USER_NOT_FOUND",
"USER_LOGGED_IN",
"SUBNET_NOT_FOUND"
"SUBNET_NOT_FOUND",
"INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET"
]
},
"ConnectionStateType":{
Expand All @@ -1025,12 +1026,7 @@
},
"CreateCustomKeyStoreRequest":{
"type":"structure",
"required":[
"CustomKeyStoreName",
"CloudHsmClusterId",
"TrustAnchorCertificate",
"KeyStorePassword"
],
"required":["CustomKeyStoreName"],
"members":{
"CustomKeyStoreName":{"shape":"CustomKeyStoreNameType"},
"CloudHsmClusterId":{"shape":"CloudHsmClusterIdType"},
Expand Down Expand Up @@ -1163,7 +1159,8 @@
"HMAC_224",
"HMAC_256",
"HMAC_384",
"HMAC_512"
"HMAC_512",
"SM2"
]
},
"DataKeyPairSpec":{
Expand All @@ -1175,7 +1172,8 @@
"ECC_NIST_P256",
"ECC_NIST_P384",
"ECC_NIST_P521",
"ECC_SECG_P256K1"
"ECC_SECG_P256K1",
"SM2"
]
},
"DataKeySpec":{
Expand Down Expand Up @@ -1349,7 +1347,8 @@
"enum":[
"SYMMETRIC_DEFAULT",
"RSAES_OAEP_SHA_1",
"RSAES_OAEP_SHA_256"
"RSAES_OAEP_SHA_256",
"SM2PKE"
]
},
"EncryptionAlgorithmSpecList":{
Expand Down Expand Up @@ -1839,7 +1838,8 @@
"HMAC_224",
"HMAC_256",
"HMAC_384",
"HMAC_512"
"HMAC_512",
"SM2"
]
},
"KeyState":{
Expand Down Expand Up @@ -2240,7 +2240,8 @@
"RSASSA_PKCS1_V1_5_SHA_512",
"ECDSA_SHA_256",
"ECDSA_SHA_384",
"ECDSA_SHA_512"
"ECDSA_SHA_512",
"SM2DSA"
]
},
"SigningAlgorithmSpecList":{
Expand Down
48 changes: 24 additions & 24 deletions apis/kms/2014-11-01/docs-2.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions apis/kms/2014-11-01/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"pagination": {
"DescribeCustomKeyStores": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "CustomKeyStores"
},
"ListAliases": {
"input_token": "Marker",
"limit_key": "Limit",
Expand Down Expand Up @@ -27,6 +34,20 @@
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Keys"
},
"ListResourceTags": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Tags"
},
"ListRetirableGrants": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Grants"
}
}
}
21 changes: 19 additions & 2 deletions apis/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,10 @@
"locationName": "encryption",
"shape": "DashEncryption"
},
"IncludeIframeOnlyStream": {
"locationName": "includeIframeOnlyStream",
"shape": "__boolean"
},
"ManifestLayout": {
"locationName": "manifestLayout",
"shape": "ManifestLayout"
Expand Down Expand Up @@ -2150,13 +2154,26 @@
},
"PresetSpeke20Audio": {
"enum": [
"PRESET-AUDIO-1"
"PRESET-AUDIO-1",
"PRESET-AUDIO-2",
"PRESET-AUDIO-3",
"SHARED",
"UNENCRYPTED"
],
"type": "string"
},
"PresetSpeke20Video": {
"enum": [
"PRESET-VIDEO-1"
"PRESET-VIDEO-1",
"PRESET-VIDEO-2",
"PRESET-VIDEO-3",
"PRESET-VIDEO-4",
"PRESET-VIDEO-5",
"PRESET-VIDEO-6",
"PRESET-VIDEO-7",
"PRESET-VIDEO-8",
"SHARED",
"UNENCRYPTED"
],
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions apis/mediapackage/2017-10-12/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@
"__boolean" : {
"base" : null,
"refs" : {
"DashPackage$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
"HlsEncryption$RepeatExtXKey" : "When enabled, the EXT-X-KEY tag will be repeated in output manifests.",
"HlsManifest$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
"HlsManifestCreateOrUpdateParameters$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
Expand Down
Loading

0 comments on commit bcea350

Please sign in to comment.