Skip to content

Commit b5610b7

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent aefae54 commit b5610b7

File tree

49 files changed

+4449
-876
lines changed

Some content is hidden

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

49 files changed

+4449
-876
lines changed

apis/greengrassv2/2020-11-30/api-2.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
"required":["targetArn"],
874874
"members":{
875875
"targetArn":{"shape":"TargetARN"},
876-
"deploymentName":{"shape":"NonEmptyString"},
876+
"deploymentName":{"shape":"DeploymentNameString"},
877877
"components":{"shape":"ComponentDeploymentSpecifications"},
878878
"iotJobConfiguration":{"shape":"DeploymentIoTJobConfiguration"},
879879
"deploymentPolicies":{"shape":"DeploymentPolicies"},
@@ -996,6 +996,11 @@
996996
"member":{"shape":"Deployment"}
997997
},
998998
"DeploymentName":{"type":"string"},
999+
"DeploymentNameString":{
1000+
"type":"string",
1001+
"max":256,
1002+
"min":1
1003+
},
9991004
"DeploymentPolicies":{
10001005
"type":"structure",
10011006
"members":{
@@ -1289,7 +1294,8 @@
12891294
"componentVersion":{"shape":"ComponentVersionString"},
12901295
"lifecycleState":{"shape":"InstalledComponentLifecycleState"},
12911296
"lifecycleStateDetails":{"shape":"LifecycleStateDetails"},
1292-
"isRoot":{"shape":"IsRoot"}
1297+
"isRoot":{"shape":"IsRoot"},
1298+
"lastStatusChangeTimestamp":{"shape":"Timestamp"}
12931299
}
12941300
},
12951301
"InstalledComponentLifecycleState":{
@@ -1309,6 +1315,13 @@
13091315
"type":"list",
13101316
"member":{"shape":"InstalledComponent"}
13111317
},
1318+
"InstalledComponentTopologyFilter":{
1319+
"type":"string",
1320+
"enum":[
1321+
"ALL",
1322+
"ROOT"
1323+
]
1324+
},
13121325
"InternalServerException":{
13131326
"type":"structure",
13141327
"required":["message"],
@@ -1557,15 +1570,11 @@
15571570
"rw"
15581571
]
15591572
},
1560-
"LambdaFunctionARNWithVersionNumber":{
1561-
"type":"string",
1562-
"pattern":"arn:[^:]*:lambda:[^:]+:[0-9]+:function:[a-zA-Z0-9-_]+:[0-9]+"
1563-
},
15641573
"LambdaFunctionRecipeSource":{
15651574
"type":"structure",
15661575
"required":["lambdaArn"],
15671576
"members":{
1568-
"lambdaArn":{"shape":"LambdaFunctionARNWithVersionNumber"},
1577+
"lambdaArn":{"shape":"NonEmptyString"},
15691578
"componentName":{"shape":"ComponentNameString"},
15701579
"componentVersion":{"shape":"ComponentVersionString"},
15711580
"componentPlatforms":{"shape":"ComponentPlatformList"},
@@ -1829,6 +1838,12 @@
18291838
"box":true,
18301839
"location":"querystring",
18311840
"locationName":"nextToken"
1841+
},
1842+
"topologyFilter":{
1843+
"shape":"InstalledComponentTopologyFilter",
1844+
"box":true,
1845+
"location":"querystring",
1846+
"locationName":"topologyFilter"
18321847
}
18331848
}
18341849
},

apis/greengrassv2/2020-11-30/docs-2.json

Lines changed: 21 additions & 14 deletions
Large diffs are not rendered by default.

apis/identitystore/2020-06-15/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"service": "<p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p> <note> <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">Amazon Web Services SSO rename</a>.</p> </note> <p>This reference guide describes the identity store operations that you can call programatically and includes detailed information on data types and errors.</p>",
3+
"service": "<p>The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">IAM Identity Center User Guide</a>.</p> <note> <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">IAM Identity Center rename</a>.</p> </note> <p>This reference guide describes the identity store operations that you can call programatically and includes detailed information on data types and errors.</p>",
44
"operations": {
55
"DescribeGroup": "<p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity store.</p>",
66
"DescribeUser": "<p>Retrieves the user metadata and attributes from <code>UserId</code> in an identity store.</p>",

0 commit comments

Comments
 (0)