Skip to content

Commit 8364d9b

Browse files
Updated API models and rebuilt service gems.
1 parent 264b09b commit 8364d9b

File tree

22 files changed

+8889
-1566
lines changed

22 files changed

+8889
-1566
lines changed

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

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

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

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

apis/quicksight/2018-04-01/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Permissions"
1414
},
15+
"ListActionConnectors": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "ActionConnectorSummaries"
20+
},
1521
"ListAnalyses": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",
@@ -66,6 +72,12 @@
6672
"limit_key": "MaxResults",
6773
"result_key": "DataSources"
6874
},
75+
"ListFlows": {
76+
"input_token": "NextToken",
77+
"output_token": "NextToken",
78+
"limit_key": "MaxResults",
79+
"result_key": "FlowSummaryList"
80+
},
6981
"ListFolderMembers": {
7082
"input_token": "NextToken",
7183
"output_token": "NextToken",
@@ -178,6 +190,12 @@
178190
"output_token": "NextToken",
179191
"limit_key": "MaxResults"
180192
},
193+
"SearchActionConnectors": {
194+
"input_token": "NextToken",
195+
"output_token": "NextToken",
196+
"limit_key": "MaxResults",
197+
"result_key": "ActionConnectorSummaries"
198+
},
181199
"SearchAnalyses": {
182200
"input_token": "NextToken",
183201
"output_token": "NextToken",
@@ -202,6 +220,12 @@
202220
"limit_key": "MaxResults",
203221
"result_key": "DataSourceSummaries"
204222
},
223+
"SearchFlows": {
224+
"input_token": "NextToken",
225+
"output_token": "NextToken",
226+
"limit_key": "MaxResults",
227+
"result_key": "FlowSummaryList"
228+
},
205229
"SearchFolders": {
206230
"input_token": "NextToken",
207231
"output_token": "NextToken",

apis/wafv2/2019-07-29/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
{"shape":"WAFInvalidParameterException"},
2929
{"shape":"WAFNonexistentItemException"},
3030
{"shape":"WAFUnavailableEntityException"},
31-
{"shape":"WAFInvalidOperationException"}
31+
{"shape":"WAFInvalidOperationException"},
32+
{"shape":"WAFLimitsExceededException"}
3233
]
3334
},
3435
"CheckCapacity":{

apis/wafv2/2019-07-29/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1171.0 (2025-10-09)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1170.0 (2025-10-08)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1170.0
1+
1.1171.0

gems/aws-partitions/partitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12763,6 +12763,7 @@
1276312763
"endpoints" : {
1276412764
"af-south-1" : { },
1276512765
"ap-east-1" : { },
12766+
"ap-east-2" : { },
1276612767
"ap-northeast-1" : { },
1276712768
"ap-northeast-2" : { },
1276812769
"ap-northeast-3" : { },

gems/aws-sdk-quicksight/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.161.0 (2025-10-09)
5+
------------------
6+
7+
* Feature - This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins.
8+
49
1.160.0 (2025-10-06)
510
------------------
611

gems/aws-sdk-quicksight/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.160.0
1+
1.161.0

0 commit comments

Comments
 (0)