Skip to content

Commit 7245f25

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent a32042b commit 7245f25

File tree

18 files changed

+644
-67
lines changed

18 files changed

+644
-67
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::APIGateway - Updated the API, and documentation for Amazon API Gateway.
5+
6+
* Feature - Aws::CloudFront - Updated the API, and documentation for Amazon CloudFront.
7+
8+
* Feature - Aws::ElasticBeanstalk - Updated the API, and documentation for AWS Elastic Beanstalk.
9+
10+
* Feature - Aws::PersonalizeRuntime - Updated the API, and documentation for Amazon Personalize Runtime.
11+
12+
* Feature - Aws::Personalize - Updated the API, and documentation for Amazon Personalize.
13+
14+
* Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint.
15+
16+
* Feature - Aws::SageMakerRuntime - Updated the API, and documentation for Amazon SageMaker Runtime.
17+
18+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
19+
420
2.11.521 (2020-06-04)
521
------------------
622

aws-sdk-core/apis/apigateway/2015-07-09/api-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,8 @@
40224022
"timeoutInMillis":{"shape":"Integer"},
40234023
"cacheNamespace":{"shape":"String"},
40244024
"cacheKeyParameters":{"shape":"ListOfString"},
4025-
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
4025+
"integrationResponses":{"shape":"MapOfIntegrationResponse"},
4026+
"tlsConfig":{"shape":"TlsConfig"}
40264027
}
40274028
},
40284029
"IntegrationResponse":{
@@ -4387,7 +4388,8 @@
43874388
"cacheNamespace":{"shape":"String"},
43884389
"cacheKeyParameters":{"shape":"ListOfString"},
43894390
"contentHandling":{"shape":"ContentHandlingStrategy"},
4390-
"timeoutInMillis":{"shape":"NullableInteger"}
4391+
"timeoutInMillis":{"shape":"NullableInteger"},
4392+
"tlsConfig":{"shape":"TlsConfig"}
43914393
}
43924394
},
43934395
"PutIntegrationResponseRequest":{
@@ -4832,6 +4834,12 @@
48324834
}
48334835
},
48344836
"Timestamp":{"type":"timestamp"},
4837+
"TlsConfig":{
4838+
"type":"structure",
4839+
"members":{
4840+
"insecureSkipVerification":{"shape":"Boolean"}
4841+
}
4842+
},
48354843
"TooManyRequestsException":{
48364844
"type":"structure",
48374845
"members":{

aws-sdk-core/apis/apigateway/2015-07-09/docs-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
"RequestValidator$validateRequestParameters": "<p>A Boolean flag to indicate whether to validate request parameters (<code>true</code>) or not (<code>false</code>).</p>",
245245
"SdkConfigurationProperty$required": "<p>A boolean flag of an <a>SdkType</a> configuration property to indicate if the associated SDK configuration property is required (<code>true</code>) or not (<code>false</code>).</p>",
246246
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage.</p>",
247-
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the <a>Stage</a>.</p>"
247+
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the <a>Stage</a>.</p>",
248+
"TlsConfig$insecureSkipVerification": "<p>Specifies whether API Gateway skips trust chain validation of the server certificate during the TLS handshake. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations. By default, API Gateway validates that certificates for integration endpoints are issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported Certificate Authority</a>. If enabled, API Gateway skips trust chain validation of the server certificate. This is not recommended, but it enables you to use certificates that are signed by private Certificate Authorities, or certificates that are self-signed.</p>"
248249
}
249250
},
250251
"CacheClusterSize": {
@@ -1990,6 +1991,13 @@
19901991
"Stage$lastUpdatedDate": "<p>The timestamp when the stage last updated.</p>"
19911992
}
19921993
},
1994+
"TlsConfig": {
1995+
"base": null,
1996+
"refs": {
1997+
"Integration$tlsConfig": "<p>Specifies the TLS configuration for an integration.</p>",
1998+
"PutIntegrationRequest$tlsConfig": null
1999+
}
2000+
},
19932001
"TooManyRequestsException": {
19942002
"base": "<p>The request has reached its throttling limit. Retry after the specified time period.</p>",
19952003
"refs": {

aws-sdk-core/apis/cloudfront/2019-03-26/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,9 @@
29632963
"OriginPath":{"shape":"string"},
29642964
"CustomHeaders":{"shape":"CustomHeaders"},
29652965
"S3OriginConfig":{"shape":"S3OriginConfig"},
2966-
"CustomOriginConfig":{"shape":"CustomOriginConfig"}
2966+
"CustomOriginConfig":{"shape":"CustomOriginConfig"},
2967+
"ConnectionAttempts":{"shape":"integer"},
2968+
"ConnectionTimeout":{"shape":"integer"}
29672969
}
29682970
},
29692971
"OriginCustomHeader":{

aws-sdk-core/apis/cloudfront/2019-03-26/docs-2.json

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

aws-sdk-core/apis/elasticbeanstalk/2010-12-01/api-2.json

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
{"shape":"ManagedActionInvalidStateException"}
4040
]
4141
},
42+
"AssociateEnvironmentOperationsRole":{
43+
"name":"AssociateEnvironmentOperationsRole",
44+
"http":{
45+
"method":"POST",
46+
"requestUri":"/"
47+
},
48+
"input":{"shape":"AssociateEnvironmentOperationsRoleMessage"},
49+
"errors":[
50+
{"shape":"InsufficientPrivilegesException"}
51+
]
52+
},
4253
"CheckDNSAvailability":{
4354
"name":"CheckDNSAvailability",
4455
"http":{
@@ -414,6 +425,17 @@
414425
{"shape":"ElasticBeanstalkServiceException"}
415426
]
416427
},
428+
"DisassociateEnvironmentOperationsRole":{
429+
"name":"DisassociateEnvironmentOperationsRole",
430+
"http":{
431+
"method":"POST",
432+
"requestUri":"/"
433+
},
434+
"input":{"shape":"DisassociateEnvironmentOperationsRoleMessage"},
435+
"errors":[
436+
{"shape":"InsufficientPrivilegesException"}
437+
]
438+
},
417439
"ListAvailableSolutionStacks":{
418440
"name":"ListAvailableSolutionStacks",
419441
"http":{
@@ -801,6 +823,17 @@
801823
"Status":{"shape":"String"}
802824
}
803825
},
826+
"AssociateEnvironmentOperationsRoleMessage":{
827+
"type":"structure",
828+
"required":[
829+
"EnvironmentName",
830+
"OperationsRole"
831+
],
832+
"members":{
833+
"EnvironmentName":{"shape":"EnvironmentName"},
834+
"OperationsRole":{"shape":"OperationsRole"}
835+
}
836+
},
804837
"AutoCreateApplication":{"type":"boolean"},
805838
"AutoScalingGroup":{
806839
"type":"structure",
@@ -1075,7 +1108,8 @@
10751108
"SolutionStackName":{"shape":"SolutionStackName"},
10761109
"PlatformArn":{"shape":"PlatformArn"},
10771110
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1078-
"OptionsToRemove":{"shape":"OptionsSpecifierList"}
1111+
"OptionsToRemove":{"shape":"OptionsSpecifierList"},
1112+
"OperationsRole":{"shape":"OperationsRole"}
10791113
}
10801114
},
10811115
"CreatePlatformVersionRequest":{
@@ -1356,6 +1390,13 @@
13561390
"type":"string",
13571391
"max":200
13581392
},
1393+
"DisassociateEnvironmentOperationsRoleMessage":{
1394+
"type":"structure",
1395+
"required":["EnvironmentName"],
1396+
"members":{
1397+
"EnvironmentName":{"shape":"EnvironmentName"}
1398+
}
1399+
},
13591400
"Ec2InstanceId":{"type":"string"},
13601401
"ElasticBeanstalkServiceException":{
13611402
"type":"structure",
@@ -1388,7 +1429,8 @@
13881429
"Resources":{"shape":"EnvironmentResourcesDescription"},
13891430
"Tier":{"shape":"EnvironmentTier"},
13901431
"EnvironmentLinks":{"shape":"EnvironmentLinks"},
1391-
"EnvironmentArn":{"shape":"EnvironmentArn"}
1432+
"EnvironmentArn":{"shape":"EnvironmentArn"},
1433+
"OperationsRole":{"shape":"OperationsRole"}
13921434
}
13931435
},
13941436
"EnvironmentDescriptionsList":{
@@ -1878,6 +1920,11 @@
18781920
},
18791921
"exception":true
18801922
},
1923+
"OperationsRole":{
1924+
"type":"string",
1925+
"max":256,
1926+
"min":1
1927+
},
18811928
"OptionNamespace":{"type":"string"},
18821929
"OptionRestrictionMaxLength":{"type":"integer"},
18831930
"OptionRestrictionMaxValue":{"type":"integer"},

0 commit comments

Comments
 (0)