Skip to content

Commit e7648fa

Browse files
Updated API models and rebuilt service gems.
1 parent 51f8833 commit e7648fa

File tree

89 files changed

+12252
-819
lines changed

Some content is hidden

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

89 files changed

+12252
-819
lines changed

apis/apigateway/2015-07-09/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5037,6 +5037,7 @@
50375037
"SecurityPolicy_TLS13_1_3_FIPS_2025_09",
50385038
"SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09",
50395039
"SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09",
5040+
"SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09",
50405041
"SecurityPolicy_TLS13_1_2_PQ_2025_09",
50415042
"SecurityPolicy_TLS13_1_2_2021_06",
50425043
"SecurityPolicy_TLS13_2025_EDGE",

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4089,7 +4089,7 @@
40894089
"members":{
40904090
"Description":{"shape":"StringWithCharLimit256Min0"},
40914091
"OrganizationConfigRuleTriggerTypes":{"shape":"OrganizationConfigRuleTriggerTypeNoSNs"},
4092-
"InputParameters":{"shape":"StringWithCharLimit2048"},
4092+
"InputParameters":{"shape":"StringWithCharLimit1024"},
40934093
"MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
40944094
"ResourceTypesScope":{"shape":"ResourceTypesScope"},
40954095
"ResourceIdScope":{"shape":"StringWithCharLimit768"},
@@ -4105,7 +4105,7 @@
41054105
"members":{
41064106
"Description":{"shape":"StringWithCharLimit256Min0"},
41074107
"OrganizationConfigRuleTriggerTypes":{"shape":"OrganizationConfigRuleTriggerTypeNoSNs"},
4108-
"InputParameters":{"shape":"StringWithCharLimit2048"},
4108+
"InputParameters":{"shape":"StringWithCharLimit1024"},
41094109
"MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
41104110
"ResourceTypesScope":{"shape":"ResourceTypesScope"},
41114111
"ResourceIdScope":{"shape":"StringWithCharLimit768"},
@@ -4125,7 +4125,7 @@
41254125
"Description":{"shape":"StringWithCharLimit256Min0"},
41264126
"LambdaFunctionArn":{"shape":"StringWithCharLimit256"},
41274127
"OrganizationConfigRuleTriggerTypes":{"shape":"OrganizationConfigRuleTriggerTypes"},
4128-
"InputParameters":{"shape":"StringWithCharLimit2048"},
4128+
"InputParameters":{"shape":"StringWithCharLimit1024"},
41294129
"MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
41304130
"ResourceTypesScope":{"shape":"ResourceTypesScope"},
41314131
"ResourceIdScope":{"shape":"StringWithCharLimit768"},
@@ -4139,7 +4139,7 @@
41394139
"members":{
41404140
"Description":{"shape":"StringWithCharLimit256Min0"},
41414141
"RuleIdentifier":{"shape":"StringWithCharLimit256"},
4142-
"InputParameters":{"shape":"StringWithCharLimit2048"},
4142+
"InputParameters":{"shape":"StringWithCharLimit1024"},
41434143
"MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
41444144
"ResourceTypesScope":{"shape":"ResourceTypesScope"},
41454145
"ResourceIdScope":{"shape":"StringWithCharLimit768"},
@@ -5806,11 +5806,6 @@
58065806
"max":128,
58075807
"min":1
58085808
},
5809-
"StringWithCharLimit2048":{
5810-
"type":"string",
5811-
"max":2048,
5812-
"min":1
5813-
},
58145809
"StringWithCharLimit256":{
58155810
"type":"string",
58165811
"max":256,

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,6 +3508,10 @@
35083508
"refs": {
35093509
"ConfigRule$InputParameters": "<p>A string, in JSON format, that is passed to the Config rule Lambda function.</p>",
35103510
"EvaluationStatus$FailureReason": "<p>An explanation for failed execution status.</p>",
3511+
"OrganizationCustomPolicyRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>",
3512+
"OrganizationCustomPolicyRuleMetadataNoPolicy$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>",
3513+
"OrganizationCustomRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>",
3514+
"OrganizationManagedRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>",
35113515
"PutRemediationExceptionsRequest$Message": "<p>The message contains an explanation of the exception.</p>",
35123516
"RemediationConfiguration$Arn": "<p>Amazon Resource Name (ARN) of remediation configuration.</p>",
35133517
"RemediationConfiguration$CreatedByService": "<p>Name of the service that owns the service-linked rule, if applicable.</p>",
@@ -3527,15 +3531,6 @@
35273531
"Scope$TagKey": "<p>The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.</p>"
35283532
}
35293533
},
3530-
"StringWithCharLimit2048": {
3531-
"base": null,
3532-
"refs": {
3533-
"OrganizationCustomPolicyRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>",
3534-
"OrganizationCustomPolicyRuleMetadataNoPolicy$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>",
3535-
"OrganizationCustomRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>",
3536-
"OrganizationManagedRuleMetadata$InputParameters": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
3537-
}
3538-
},
35393534
"StringWithCharLimit256": {
35403535
"base": null,
35413536
"refs": {

apis/config/2014-11-12/paginators-1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
"DescribeConformancePackCompliance": {
5555
"input_token": "NextToken",
5656
"limit_key": "Limit",
57-
"output_token": "NextToken"
57+
"non_aggregate_keys": [
58+
"ConformancePackName"
59+
],
60+
"output_token": "NextToken",
61+
"result_key": "ConformancePackRuleComplianceList"
5862
},
5963
"DescribeConformancePackStatus": {
6064
"input_token": "NextToken",

apis/connect/2017-08-08/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9293,7 +9293,12 @@
92939293
"Priority":{"shape":"ConfigurableNotificationPriority"},
92949294
"Content":{"shape":"NotificationContent"},
92959295
"Tags":{"shape":"TagMap"},
9296-
"PredefinedNotificationId":{"shape":"NotificationId"},
9296+
"PredefinedNotificationId":{
9297+
"shape":"NotificationId",
9298+
"deprecated":true,
9299+
"deprecatedMessage":"PredefinedNotificationId is deprecated. Use ClientToken for idempotency.",
9300+
"deprecatedSince":"3/13/2026"
9301+
},
92979302
"ClientToken":{
92989303
"shape":"ClientToken",
92999304
"idempotencyToken":true

apis/gameliftstreams/2018-05-10/api-2.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,16 @@
983983
"fault":true,
984984
"retryable":{"throttling":false}
985985
},
986+
"Ipv4CidrBlock":{
987+
"type":"string",
988+
"pattern":"(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[1-2][0-9]|3[0-2])"
989+
},
990+
"Ipv4CidrBlockList":{
991+
"type":"list",
992+
"member":{"shape":"Ipv4CidrBlock"},
993+
"max":5,
994+
"min":1
995+
},
986996
"ListApplicationsInput":{
987997
"type":"structure",
988998
"members":{
@@ -1127,7 +1137,8 @@
11271137
"deprecatedSince":"2025-12-17"
11281138
},
11291139
"TargetIdleCapacity":{"shape":"TargetIdleCapacity"},
1130-
"MaximumCapacity":{"shape":"MaximumCapacity"}
1140+
"MaximumCapacity":{"shape":"MaximumCapacity"},
1141+
"VpcTransitConfiguration":{"shape":"VpcTransitConfiguration"}
11311142
}
11321143
},
11331144
"LocationConfigurations":{
@@ -1158,7 +1169,9 @@
11581169
"MaximumCapacity":{"shape":"MaximumCapacity"},
11591170
"RequestedCapacity":{"shape":"CapacityValue"},
11601171
"AllocatedCapacity":{"shape":"CapacityValue"},
1161-
"IdleCapacity":{"shape":"CapacityValue"}
1172+
"IdleCapacity":{"shape":"CapacityValue"},
1173+
"InternalVpcIpv4CidrBlock":{"shape":"Ipv4CidrBlock"},
1174+
"VpcTransitConfiguration":{"shape":"VpcTransitConfigurationResponse"}
11621175
}
11631176
},
11641177
"LocationStates":{
@@ -1665,6 +1678,31 @@
16651678
},
16661679
"exception":true
16671680
},
1681+
"VpcId":{
1682+
"type":"string",
1683+
"max":32,
1684+
"min":1
1685+
},
1686+
"VpcTransitConfiguration":{
1687+
"type":"structure",
1688+
"required":[
1689+
"VpcId",
1690+
"Ipv4CidrBlocks"
1691+
],
1692+
"members":{
1693+
"VpcId":{"shape":"VpcId"},
1694+
"Ipv4CidrBlocks":{"shape":"Ipv4CidrBlockList"}
1695+
}
1696+
},
1697+
"VpcTransitConfigurationResponse":{
1698+
"type":"structure",
1699+
"members":{
1700+
"VpcId":{"shape":"VpcId"},
1701+
"Ipv4CidrBlocks":{"shape":"Ipv4CidrBlockList"},
1702+
"TransitGatewayId":{"shape":"String"},
1703+
"TransitGatewayResourceShareArn":{"shape":"String"}
1704+
}
1705+
},
16681706
"WebSdkProtocolUrl":{"type":"string"}
16691707
}
16701708
}

0 commit comments

Comments
 (0)