Skip to content

Commit bb90eec

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 7fb6e77 commit bb90eec

File tree

51 files changed

+2730
-315
lines changed

Some content is hidden

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

51 files changed

+2730
-315
lines changed

apis/cloudfront/2020-05-31/api-2.json

Lines changed: 426 additions & 9 deletions
Large diffs are not rendered by default.

apis/cloudfront/2020-05-31/docs-2.json

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

apis/config/2014-11-12/api-2.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,8 @@
19161916
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
19171917
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"},
19181918
"LastUpdateRequestedTime":{"shape":"Date"},
1919-
"CreatedBy":{"shape":"StringWithCharLimit256"}
1919+
"CreatedBy":{"shape":"StringWithCharLimit256"},
1920+
"TemplateSSMDocumentDetails":{"shape":"TemplateSSMDocumentDetails"}
19201921
}
19211922
},
19221923
"ConformancePackDetailList":{
@@ -3965,7 +3966,8 @@
39653966
"TemplateBody":{"shape":"TemplateBody"},
39663967
"DeliveryS3Bucket":{"shape":"DeliveryS3Bucket"},
39673968
"DeliveryS3KeyPrefix":{"shape":"DeliveryS3KeyPrefix"},
3968-
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"}
3969+
"ConformancePackInputParameters":{"shape":"ConformancePackInputParameters"},
3970+
"TemplateSSMDocumentDetails":{"shape":"TemplateSSMDocumentDetails"}
39693971
}
39703972
},
39713973
"PutConformancePackResponse":{
@@ -4668,6 +4670,14 @@
46684670
"max":50,
46694671
"min":0
46704672
},
4673+
"SSMDocumentName":{
4674+
"type":"string",
4675+
"pattern":"^[a-zA-Z0-9_\\-.:/]{3,200}$"
4676+
},
4677+
"SSMDocumentVersion":{
4678+
"type":"string",
4679+
"pattern":"([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)"
4680+
},
46714681
"SchemaVersionId":{
46724682
"type":"string",
46734683
"max":128,
@@ -4978,6 +4988,14 @@
49784988
"min":1,
49794989
"pattern":"s3://.*"
49804990
},
4991+
"TemplateSSMDocumentDetails":{
4992+
"type":"structure",
4993+
"required":["DocumentName"],
4994+
"members":{
4995+
"DocumentName":{"shape":"SSMDocumentName"},
4996+
"DocumentVersion":{"shape":"SSMDocumentVersion"}
4997+
}
4998+
},
49814999
"TooManyTagsException":{
49825000
"type":"structure",
49835001
"members":{

apis/config/2014-11-12/docs-2.json

Lines changed: 26 additions & 7 deletions
Large diffs are not rendered by default.

apis/iam/2010-05-08/docs-2.json

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

apis/ivs/2020-07-14/docs-2.json

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

apis/quicksight/2018-04-01/api-2.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,10 +2327,18 @@
23272327
"InitialDashboardId":{"shape":"RestrictiveResourceId"}
23282328
}
23292329
},
2330+
"AnonymousUserDashboardVisualEmbeddingConfiguration":{
2331+
"type":"structure",
2332+
"required":["InitialDashboardVisualId"],
2333+
"members":{
2334+
"InitialDashboardVisualId":{"shape":"DashboardVisualId"}
2335+
}
2336+
},
23302337
"AnonymousUserEmbeddingExperienceConfiguration":{
23312338
"type":"structure",
23322339
"members":{
2333-
"Dashboard":{"shape":"AnonymousUserDashboardEmbeddingConfiguration"}
2340+
"Dashboard":{"shape":"AnonymousUserDashboardEmbeddingConfiguration"},
2341+
"DashboardVisual":{"shape":"AnonymousUserDashboardVisualEmbeddingConfiguration"}
23342342
}
23352343
},
23362344
"Arn":{"type":"string"},
@@ -3500,6 +3508,19 @@
35003508
"member":{"shape":"DashboardVersionSummary"},
35013509
"max":100
35023510
},
3511+
"DashboardVisualId":{
3512+
"type":"structure",
3513+
"required":[
3514+
"DashboardId",
3515+
"SheetId",
3516+
"VisualId"
3517+
],
3518+
"members":{
3519+
"DashboardId":{"shape":"RestrictiveResourceId"},
3520+
"SheetId":{"shape":"RestrictiveResourceId"},
3521+
"VisualId":{"shape":"RestrictiveResourceId"}
3522+
}
3523+
},
35033524
"DataColorPalette":{
35043525
"type":"structure",
35053526
"members":{
@@ -7347,12 +7368,20 @@
73477368
"InitialDashboardId":{"shape":"RestrictiveResourceId"}
73487369
}
73497370
},
7371+
"RegisteredUserDashboardVisualEmbeddingConfiguration":{
7372+
"type":"structure",
7373+
"required":["InitialDashboardVisualId"],
7374+
"members":{
7375+
"InitialDashboardVisualId":{"shape":"DashboardVisualId"}
7376+
}
7377+
},
73507378
"RegisteredUserEmbeddingExperienceConfiguration":{
73517379
"type":"structure",
73527380
"members":{
73537381
"Dashboard":{"shape":"RegisteredUserDashboardEmbeddingConfiguration"},
73547382
"QuickSightConsole":{"shape":"RegisteredUserQuickSightConsoleEmbeddingConfiguration"},
7355-
"QSearchBar":{"shape":"RegisteredUserQSearchBarEmbeddingConfiguration"}
7383+
"QSearchBar":{"shape":"RegisteredUserQSearchBarEmbeddingConfiguration"},
7384+
"DashboardVisual":{"shape":"RegisteredUserDashboardVisualEmbeddingConfiguration"}
73567385
}
73577386
},
73587387
"RegisteredUserQSearchBarEmbeddingConfiguration":{

apis/quicksight/2018-04-01/docs-2.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"DescribeThemeAlias": "<p>Describes the alias for a theme.</p>",
6565
"DescribeThemePermissions": "<p>Describes the read and write permissions for a theme.</p>",
6666
"DescribeUser": "<p>Returns information about a user, given the user name. </p>",
67-
"GenerateEmbedUrlForAnonymousUser": "<p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p> <p>The following rules apply to the generated URL:</p> <ul> <li> <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p> </li> <li> <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code> <a href=\"https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes\">SessionLifetimeInMinutes</a> </code> parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p> </li> <li> <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html\">Embedded Analytics</a> in the <i>Amazon QuickSight User Guide</i>.</p> <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html\">Amazon QuickSight Developer Portal</a>.</p>",
67+
"GenerateEmbedUrlForAnonymousUser": "<p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p> <p>The following rules apply to the generated URL:</p> <ul> <li> <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p> </li> <li> <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code> <a href=\"https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes\">SessionLifetimeInMinutes</a> </code> parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p> </li> <li> <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html\">Embedded Analytics</a> in the <i>Amazon QuickSight User Guide</i>.</p> <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html\">Amazon QuickSight Developer Portal</a>.</p>",
6868
"GenerateEmbedUrlForRegisteredUser": "<p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p> <p>The following rules apply to the generated URL:</p> <ul> <li> <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p> </li> <li> <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code> <a href=\"https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes\">SessionLifetimeInMinutes</a> </code> parameter.</p> <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p> </li> <li> <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html\">Embedded Analytics</a> in the <i>Amazon QuickSight User Guide</i>.</p> <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html\">Amazon QuickSight Developer Portal</a>.</p>",
6969
"GetDashboardEmbedUrl": "<p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p> <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p> <ul> <li> <p>They must be used together.</p> </li> <li> <p>They can be used one time only.</p> </li> <li> <p>They are valid for 5 minutes after you run this command.</p> </li> <li> <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p> </li> <li> <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html\">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User Guide</i>.</p> <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html\">Amazon QuickSight Developer Portal</a>.</p>",
7070
"GetSessionEmbedUrl": "<p>Generates a session URL and authorization code that you can use to embed the Amazon Amazon QuickSight console in your web server code. Use <code>GetSessionEmbedUrl</code> where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who access an embedded Amazon QuickSight console need belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the <code> <a href=\"https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html\">UpdateUser</a> </code> API operation. Use <code> <a href=\"https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html\">RegisterUser</a> </code> API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the <i>Amazon QuickSight User Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html\">Embedding Analytics</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html\">Customizing Access to the Amazon QuickSight Console</a> </p> </li> </ul>",
@@ -296,6 +296,12 @@
296296
"AnonymousUserEmbeddingExperienceConfiguration$Dashboard": "<p>The type of embedding experience. In this case, Amazon QuickSight dashboards.</p>"
297297
}
298298
},
299+
"AnonymousUserDashboardVisualEmbeddingConfiguration": {
300+
"base": "<p>The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.</p>",
301+
"refs": {
302+
"AnonymousUserEmbeddingExperienceConfiguration$DashboardVisual": "<p>The type of embedding experience. In this case, Amazon QuickSight visuals.</p>"
303+
}
304+
},
299305
"AnonymousUserEmbeddingExperienceConfiguration": {
300306
"base": "<p>The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.</p>",
301307
"refs": {
@@ -1157,6 +1163,13 @@
11571163
"ListDashboardVersionsResponse$DashboardVersionSummaryList": "<p>A structure that contains information about each version of the dashboard.</p>"
11581164
}
11591165
},
1166+
"DashboardVisualId": {
1167+
"base": "<p>A structure that contains the following elements:</p> <ul> <li> <p>The <code>DashboardId</code> of the dashboard that has the visual that you want to embed.</p> </li> <li> <p>The <code>SheetId</code> of the sheet that has the visual that you want to embed.</p> </li> <li> <p>The <code>VisualId</code> of the visual that you want to embed.</p> </li> </ul> <p>The <code>DashboardId</code>, <code>SheetId</code>, and <code>VisualId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the <code>DashboardId</code> with a <code>ListDashboards</code> API operation.</p>",
1168+
"refs": {
1169+
"AnonymousUserDashboardVisualEmbeddingConfiguration$InitialDashboardVisualId": "<p>The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.</p> <p>The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>",
1170+
"RegisteredUserDashboardVisualEmbeddingConfiguration$InitialDashboardVisualId": "<p>The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.</p> <p>The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>"
1171+
}
1172+
},
11601173
"DataColorPalette": {
11611174
"base": "<p>The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with <code>#</code>, for example #37BFF5. </p>",
11621175
"refs": {
@@ -1826,7 +1839,7 @@
18261839
"base": null,
18271840
"refs": {
18281841
"GenerateEmbedUrlForAnonymousUserResponse$EmbedUrl": "<p>The embed URL for the dashboard.</p>",
1829-
"GenerateEmbedUrlForRegisteredUserResponse$EmbedUrl": "<p>The embed URL for the Amazon QuickSight dashboard or console.</p>",
1842+
"GenerateEmbedUrlForRegisteredUserResponse$EmbedUrl": "<p>The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, or console.</p>",
18301843
"GetDashboardEmbedUrlResponse$EmbedUrl": "<p>A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes. The API operation provides the URL with an <code>auth_code</code> value that enables one (and only one) sign-on to a user session that is valid for 10 hours. </p>",
18311844
"GetSessionEmbedUrlResponse$EmbedUrl": "<p>A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session. This URL is valid for 5 minutes. The API operation provides the URL with an <code>auth_code</code> value that enables one (and only one) sign-on to a user session that is valid for 10 hours. </p>"
18321845
}
@@ -3058,10 +3071,16 @@
30583071
"RegisteredUserEmbeddingExperienceConfiguration$Dashboard": "<p>The configuration details for providing a dashboard embedding experience.</p>"
30593072
}
30603073
},
3074+
"RegisteredUserDashboardVisualEmbeddingConfiguration": {
3075+
"base": "<p>The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.</p>",
3076+
"refs": {
3077+
"RegisteredUserEmbeddingExperienceConfiguration$DashboardVisual": "<p>The type of embedding experience. In this case, Amazon QuickSight visuals.</p>"
3078+
}
3079+
},
30613080
"RegisteredUserEmbeddingExperienceConfiguration": {
30623081
"base": "<p>The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.</p> <note> <p>Exactly one of the experience configurations is required. You can choose <code>Dashboard</code> or <code>QuickSightConsole</code>. You cannot choose more than one experience configuration.</p> </note>",
30633082
"refs": {
3064-
"GenerateEmbedUrlForRegisteredUserRequest$ExperienceConfiguration": "<p>The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.</p>"
3083+
"GenerateEmbedUrlForRegisteredUserRequest$ExperienceConfiguration": "<p>The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.</p>"
30653084
}
30663085
},
30673086
"RegisteredUserQSearchBarEmbeddingConfiguration": {
@@ -3263,6 +3282,9 @@
32633282
"CreateThemeResponse$ThemeId": "<p>The ID of the theme.</p>",
32643283
"Dashboard$DashboardId": "<p>Dashboard ID.</p>",
32653284
"DashboardSummary$DashboardId": "<p>Dashboard ID.</p>",
3285+
"DashboardVisualId$DashboardId": "<p>The ID of the dashboard that has the visual that you want to embed. The <code>DashboardId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the <code>DashboardId</code> with a <code>ListDashboards</code> API operation.</p>",
3286+
"DashboardVisualId$SheetId": "<p>The ID of the sheet that the has visual that you want to embed. The <code>SheetId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the Amazon QuickSight console.</p>",
3287+
"DashboardVisualId$VisualId": "<p>The ID of the visual that you want to embed. The <code>VisualID</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the Amazon QuickSight console.</p>",
32663288
"DeleteAnalysisRequest$AnalysisId": "<p>The ID of the analysis that you're deleting.</p>",
32673289
"DeleteAnalysisResponse$AnalysisId": "<p>The ID of the deleted analysis.</p>",
32683290
"DeleteDashboardRequest$DashboardId": "<p>The ID for the dashboard.</p>",

0 commit comments

Comments
 (0)