aws-sdk-core 2.11.463 → 2.11.469
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigatewayv2/2018-11-29/api-2.json +546 -15
- data/apis/cognito-idp/2016-04-18/api-2.json +2 -1
- data/apis/ec2/2016-11-15/api-2.json +31 -28
- data/apis/ecs/2014-11-13/api-2.json +2 -0
- data/apis/elasticache/2015-02-02/api-2.json +460 -3
- data/apis/elasticache/2015-02-02/paginators-1.json +6 -0
- data/apis/iot/2015-05-28/api-2.json +13 -0
- data/apis/iotevents/2018-07-27/api-2.json +12 -6
- data/apis/lex-models/2017-04-19/api-2.json +160 -5
- data/apis/mediaconvert/2017-08-29/api-2.json +114 -0
- data/apis/redshift/2012-12-01/api-2.json +70 -4
- data/apis/s3control/2018-08-20/api-2.json +131 -1
- data/apis/securityhub/2018-10-26/api-2.json +68 -2
- data/apis/serverlessrepo/2017-09-08/api-2.json +51 -0
- data/apis/ssm/2014-11-06/api-2.json +16 -5
- data/endpoints.json +265 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 770bcf058c4d99b1bc3e57c3041e0b85bf3c720f
|
4
|
+
data.tar.gz: ea37ea343ecb34b2d29faf0ceff2e06739768ea2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85e3dbb3ce45887a59604f5756187e424392a6ea930ad447ef920fb680d71630ae4f83ea87ac0c3988b02402f0d6d24ed0c02fd838983b5e82911f1ffc2cb815
|
7
|
+
data.tar.gz: 826b01acdcf356e8a476015ef7ca913555d777a1bf62467bb07fcd294e5ed7d7ebfa59b1d362210d9b9b956ad9f359cf6584f7306967ce9528a82d06ed6b083a
|
@@ -266,6 +266,41 @@
|
|
266
266
|
"shape" : "ConflictException"
|
267
267
|
} ]
|
268
268
|
},
|
269
|
+
"CreateVpcLink" : {
|
270
|
+
"name" : "CreateVpcLink",
|
271
|
+
"http" : {
|
272
|
+
"method" : "POST",
|
273
|
+
"requestUri" : "/v2/vpclinks",
|
274
|
+
"responseCode" : 201
|
275
|
+
},
|
276
|
+
"input" : {
|
277
|
+
"shape" : "CreateVpcLinkRequest"
|
278
|
+
},
|
279
|
+
"output" : {
|
280
|
+
"shape" : "CreateVpcLinkResponse"
|
281
|
+
},
|
282
|
+
"errors" : [ {
|
283
|
+
"shape" : "BadRequestException"
|
284
|
+
}, {
|
285
|
+
"shape" : "TooManyRequestsException"
|
286
|
+
} ]
|
287
|
+
},
|
288
|
+
"DeleteAccessLogSettings" : {
|
289
|
+
"name" : "DeleteAccessLogSettings",
|
290
|
+
"http" : {
|
291
|
+
"method" : "DELETE",
|
292
|
+
"requestUri" : "/v2/apis/{apiId}/stages/{stageName}/accesslogsettings",
|
293
|
+
"responseCode" : 204
|
294
|
+
},
|
295
|
+
"input" : {
|
296
|
+
"shape" : "DeleteAccessLogSettingsRequest"
|
297
|
+
},
|
298
|
+
"errors" : [ {
|
299
|
+
"shape" : "NotFoundException"
|
300
|
+
}, {
|
301
|
+
"shape" : "TooManyRequestsException"
|
302
|
+
} ]
|
303
|
+
},
|
269
304
|
"DeleteApi" : {
|
270
305
|
"name" : "DeleteApi",
|
271
306
|
"http" : {
|
@@ -428,6 +463,22 @@
|
|
428
463
|
"shape" : "TooManyRequestsException"
|
429
464
|
} ]
|
430
465
|
},
|
466
|
+
"DeleteRouteRequestParameter" : {
|
467
|
+
"name" : "DeleteRouteRequestParameter",
|
468
|
+
"http" : {
|
469
|
+
"method" : "DELETE",
|
470
|
+
"requestUri" : "/v2/apis/{apiId}/routes/{routeId}/requestparameters/{requestParameterKey}",
|
471
|
+
"responseCode" : 204
|
472
|
+
},
|
473
|
+
"input" : {
|
474
|
+
"shape" : "DeleteRouteRequestParameterRequest"
|
475
|
+
},
|
476
|
+
"errors" : [ {
|
477
|
+
"shape" : "NotFoundException"
|
478
|
+
}, {
|
479
|
+
"shape" : "TooManyRequestsException"
|
480
|
+
} ]
|
481
|
+
},
|
431
482
|
"DeleteRouteResponse" : {
|
432
483
|
"name" : "DeleteRouteResponse",
|
433
484
|
"http" : {
|
@@ -476,6 +527,25 @@
|
|
476
527
|
"shape" : "TooManyRequestsException"
|
477
528
|
} ]
|
478
529
|
},
|
530
|
+
"DeleteVpcLink" : {
|
531
|
+
"name" : "DeleteVpcLink",
|
532
|
+
"http" : {
|
533
|
+
"method" : "DELETE",
|
534
|
+
"requestUri" : "/v2/vpclinks/{vpcLinkId}",
|
535
|
+
"responseCode" : 202
|
536
|
+
},
|
537
|
+
"input" : {
|
538
|
+
"shape" : "DeleteVpcLinkRequest"
|
539
|
+
},
|
540
|
+
"output" : {
|
541
|
+
"shape" : "DeleteVpcLinkResponse"
|
542
|
+
},
|
543
|
+
"errors" : [ {
|
544
|
+
"shape" : "NotFoundException"
|
545
|
+
}, {
|
546
|
+
"shape" : "TooManyRequestsException"
|
547
|
+
} ]
|
548
|
+
},
|
479
549
|
"GetApi" : {
|
480
550
|
"name" : "GetApi",
|
481
551
|
"http" : {
|
@@ -960,6 +1030,44 @@
|
|
960
1030
|
"shape" : "ConflictException"
|
961
1031
|
} ]
|
962
1032
|
},
|
1033
|
+
"GetVpcLink" : {
|
1034
|
+
"name" : "GetVpcLink",
|
1035
|
+
"http" : {
|
1036
|
+
"method" : "GET",
|
1037
|
+
"requestUri" : "/v2/vpclinks/{vpcLinkId}",
|
1038
|
+
"responseCode" : 200
|
1039
|
+
},
|
1040
|
+
"input" : {
|
1041
|
+
"shape" : "GetVpcLinkRequest"
|
1042
|
+
},
|
1043
|
+
"output" : {
|
1044
|
+
"shape" : "GetVpcLinkResponse"
|
1045
|
+
},
|
1046
|
+
"errors" : [ {
|
1047
|
+
"shape" : "NotFoundException"
|
1048
|
+
}, {
|
1049
|
+
"shape" : "TooManyRequestsException"
|
1050
|
+
} ]
|
1051
|
+
},
|
1052
|
+
"GetVpcLinks" : {
|
1053
|
+
"name" : "GetVpcLinks",
|
1054
|
+
"http" : {
|
1055
|
+
"method" : "GET",
|
1056
|
+
"requestUri" : "/v2/vpclinks",
|
1057
|
+
"responseCode" : 200
|
1058
|
+
},
|
1059
|
+
"input" : {
|
1060
|
+
"shape" : "GetVpcLinksRequest"
|
1061
|
+
},
|
1062
|
+
"output" : {
|
1063
|
+
"shape" : "GetVpcLinksResponse"
|
1064
|
+
},
|
1065
|
+
"errors" : [ {
|
1066
|
+
"shape" : "BadRequestException"
|
1067
|
+
}, {
|
1068
|
+
"shape" : "TooManyRequestsException"
|
1069
|
+
} ]
|
1070
|
+
},
|
963
1071
|
"ImportApi" : {
|
964
1072
|
"name" : "ImportApi",
|
965
1073
|
"http" : {
|
@@ -1301,6 +1409,27 @@
|
|
1301
1409
|
}, {
|
1302
1410
|
"shape" : "ConflictException"
|
1303
1411
|
} ]
|
1412
|
+
},
|
1413
|
+
"UpdateVpcLink" : {
|
1414
|
+
"name" : "UpdateVpcLink",
|
1415
|
+
"http" : {
|
1416
|
+
"method" : "PATCH",
|
1417
|
+
"requestUri" : "/v2/vpclinks/{vpcLinkId}",
|
1418
|
+
"responseCode" : 200
|
1419
|
+
},
|
1420
|
+
"input" : {
|
1421
|
+
"shape" : "UpdateVpcLinkRequest"
|
1422
|
+
},
|
1423
|
+
"output" : {
|
1424
|
+
"shape" : "UpdateVpcLinkResponse"
|
1425
|
+
},
|
1426
|
+
"errors" : [ {
|
1427
|
+
"shape" : "NotFoundException"
|
1428
|
+
}, {
|
1429
|
+
"shape" : "TooManyRequestsException"
|
1430
|
+
}, {
|
1431
|
+
"shape" : "BadRequestException"
|
1432
|
+
} ]
|
1304
1433
|
}
|
1305
1434
|
},
|
1306
1435
|
"shapes" : {
|
@@ -2122,6 +2251,10 @@
|
|
2122
2251
|
"TimeoutInMillis" : {
|
2123
2252
|
"shape" : "IntegerWithLengthBetween50And29000",
|
2124
2253
|
"locationName" : "timeoutInMillis"
|
2254
|
+
},
|
2255
|
+
"TlsConfig" : {
|
2256
|
+
"shape" : "TlsConfigInput",
|
2257
|
+
"locationName" : "tlsConfig"
|
2125
2258
|
}
|
2126
2259
|
},
|
2127
2260
|
"required" : [ "IntegrationType" ]
|
@@ -2189,6 +2322,10 @@
|
|
2189
2322
|
"TimeoutInMillis" : {
|
2190
2323
|
"shape" : "IntegerWithLengthBetween50And29000",
|
2191
2324
|
"locationName" : "timeoutInMillis"
|
2325
|
+
},
|
2326
|
+
"TlsConfig" : {
|
2327
|
+
"shape" : "TlsConfigInput",
|
2328
|
+
"locationName" : "tlsConfig"
|
2192
2329
|
}
|
2193
2330
|
},
|
2194
2331
|
"required" : [ "ApiId", "IntegrationType" ]
|
@@ -2263,6 +2400,10 @@
|
|
2263
2400
|
"TimeoutInMillis" : {
|
2264
2401
|
"shape" : "IntegerWithLengthBetween50And29000",
|
2265
2402
|
"locationName" : "timeoutInMillis"
|
2403
|
+
},
|
2404
|
+
"TlsConfig" : {
|
2405
|
+
"shape" : "TlsConfig",
|
2406
|
+
"locationName" : "tlsConfig"
|
2266
2407
|
}
|
2267
2408
|
}
|
2268
2409
|
},
|
@@ -2830,6 +2971,107 @@
|
|
2830
2971
|
}
|
2831
2972
|
}
|
2832
2973
|
},
|
2974
|
+
"CreateVpcLinkInput" : {
|
2975
|
+
"type" : "structure",
|
2976
|
+
"members" : {
|
2977
|
+
"Name" : {
|
2978
|
+
"shape" : "StringWithLengthBetween1And128",
|
2979
|
+
"locationName" : "name"
|
2980
|
+
},
|
2981
|
+
"SecurityGroupIds" : {
|
2982
|
+
"shape" : "SecurityGroupIdList",
|
2983
|
+
"locationName" : "securityGroupIds"
|
2984
|
+
},
|
2985
|
+
"SubnetIds" : {
|
2986
|
+
"shape" : "SubnetIdList",
|
2987
|
+
"locationName" : "subnetIds"
|
2988
|
+
},
|
2989
|
+
"Tags" : {
|
2990
|
+
"shape" : "Tags",
|
2991
|
+
"locationName" : "tags"
|
2992
|
+
}
|
2993
|
+
},
|
2994
|
+
"required" : [ "SubnetIds", "Name" ]
|
2995
|
+
},
|
2996
|
+
"CreateVpcLinkRequest" : {
|
2997
|
+
"type" : "structure",
|
2998
|
+
"members" : {
|
2999
|
+
"Name" : {
|
3000
|
+
"shape" : "StringWithLengthBetween1And128",
|
3001
|
+
"locationName" : "name"
|
3002
|
+
},
|
3003
|
+
"SecurityGroupIds" : {
|
3004
|
+
"shape" : "SecurityGroupIdList",
|
3005
|
+
"locationName" : "securityGroupIds"
|
3006
|
+
},
|
3007
|
+
"SubnetIds" : {
|
3008
|
+
"shape" : "SubnetIdList",
|
3009
|
+
"locationName" : "subnetIds"
|
3010
|
+
},
|
3011
|
+
"Tags" : {
|
3012
|
+
"shape" : "Tags",
|
3013
|
+
"locationName" : "tags"
|
3014
|
+
}
|
3015
|
+
},
|
3016
|
+
"required" : [ "SubnetIds", "Name" ]
|
3017
|
+
},
|
3018
|
+
"CreateVpcLinkResponse" : {
|
3019
|
+
"type" : "structure",
|
3020
|
+
"members" : {
|
3021
|
+
"CreatedDate" : {
|
3022
|
+
"shape" : "__timestampIso8601",
|
3023
|
+
"locationName" : "createdDate"
|
3024
|
+
},
|
3025
|
+
"Name" : {
|
3026
|
+
"shape" : "StringWithLengthBetween1And128",
|
3027
|
+
"locationName" : "name"
|
3028
|
+
},
|
3029
|
+
"SecurityGroupIds" : {
|
3030
|
+
"shape" : "SecurityGroupIdList",
|
3031
|
+
"locationName" : "securityGroupIds"
|
3032
|
+
},
|
3033
|
+
"SubnetIds" : {
|
3034
|
+
"shape" : "SubnetIdList",
|
3035
|
+
"locationName" : "subnetIds"
|
3036
|
+
},
|
3037
|
+
"Tags" : {
|
3038
|
+
"shape" : "Tags",
|
3039
|
+
"locationName" : "tags"
|
3040
|
+
},
|
3041
|
+
"VpcLinkId" : {
|
3042
|
+
"shape" : "Id",
|
3043
|
+
"locationName" : "vpcLinkId"
|
3044
|
+
},
|
3045
|
+
"VpcLinkStatus" : {
|
3046
|
+
"shape" : "VpcLinkStatus",
|
3047
|
+
"locationName" : "vpcLinkStatus"
|
3048
|
+
},
|
3049
|
+
"VpcLinkStatusMessage" : {
|
3050
|
+
"shape" : "StringWithLengthBetween0And1024",
|
3051
|
+
"locationName" : "vpcLinkStatusMessage"
|
3052
|
+
},
|
3053
|
+
"VpcLinkVersion" : {
|
3054
|
+
"shape" : "VpcLinkVersion",
|
3055
|
+
"locationName" : "vpcLinkVersion"
|
3056
|
+
}
|
3057
|
+
}
|
3058
|
+
},
|
3059
|
+
"DeleteAccessLogSettingsRequest" : {
|
3060
|
+
"type" : "structure",
|
3061
|
+
"members" : {
|
3062
|
+
"ApiId" : {
|
3063
|
+
"shape" : "__string",
|
3064
|
+
"location" : "uri",
|
3065
|
+
"locationName" : "apiId"
|
3066
|
+
},
|
3067
|
+
"StageName" : {
|
3068
|
+
"shape" : "__string",
|
3069
|
+
"location" : "uri",
|
3070
|
+
"locationName" : "stageName"
|
3071
|
+
}
|
3072
|
+
},
|
3073
|
+
"required" : [ "StageName", "ApiId" ]
|
3074
|
+
},
|
2833
3075
|
"DeleteApiMappingRequest" : {
|
2834
3076
|
"type" : "structure",
|
2835
3077
|
"members" : {
|
@@ -2980,6 +3222,27 @@
|
|
2980
3222
|
},
|
2981
3223
|
"required" : [ "ApiId", "RouteId" ]
|
2982
3224
|
},
|
3225
|
+
"DeleteRouteRequestParameterRequest" : {
|
3226
|
+
"type" : "structure",
|
3227
|
+
"members" : {
|
3228
|
+
"ApiId" : {
|
3229
|
+
"shape" : "__string",
|
3230
|
+
"location" : "uri",
|
3231
|
+
"locationName" : "apiId"
|
3232
|
+
},
|
3233
|
+
"RequestParameterKey" : {
|
3234
|
+
"shape" : "__string",
|
3235
|
+
"location" : "uri",
|
3236
|
+
"locationName" : "requestParameterKey"
|
3237
|
+
},
|
3238
|
+
"RouteId" : {
|
3239
|
+
"shape" : "__string",
|
3240
|
+
"location" : "uri",
|
3241
|
+
"locationName" : "routeId"
|
3242
|
+
}
|
3243
|
+
},
|
3244
|
+
"required" : [ "RequestParameterKey", "ApiId", "RouteId" ]
|
3245
|
+
},
|
2983
3246
|
"DeleteRouteResponseRequest" : {
|
2984
3247
|
"type" : "structure",
|
2985
3248
|
"members" : {
|
@@ -3010,7 +3273,7 @@
|
|
3010
3273
|
"locationName" : "apiId"
|
3011
3274
|
},
|
3012
3275
|
"RouteKey" : {
|
3013
|
-
"shape" : "
|
3276
|
+
"shape" : "__string",
|
3014
3277
|
"location" : "uri",
|
3015
3278
|
"locationName" : "routeKey"
|
3016
3279
|
},
|
@@ -3020,7 +3283,7 @@
|
|
3020
3283
|
"locationName" : "stageName"
|
3021
3284
|
}
|
3022
3285
|
},
|
3023
|
-
"required" : [ "StageName", "
|
3286
|
+
"required" : [ "StageName", "RouteKey", "ApiId" ]
|
3024
3287
|
},
|
3025
3288
|
"DeleteStageRequest" : {
|
3026
3289
|
"type" : "structure",
|
@@ -3038,6 +3301,21 @@
|
|
3038
3301
|
},
|
3039
3302
|
"required" : [ "StageName", "ApiId" ]
|
3040
3303
|
},
|
3304
|
+
"DeleteVpcLinkRequest" : {
|
3305
|
+
"type" : "structure",
|
3306
|
+
"members" : {
|
3307
|
+
"VpcLinkId" : {
|
3308
|
+
"shape" : "__string",
|
3309
|
+
"location" : "uri",
|
3310
|
+
"locationName" : "vpcLinkId"
|
3311
|
+
}
|
3312
|
+
},
|
3313
|
+
"required" : [ "VpcLinkId" ]
|
3314
|
+
},
|
3315
|
+
"DeleteVpcLinkResponse" : {
|
3316
|
+
"type" : "structure",
|
3317
|
+
"members" : { }
|
3318
|
+
},
|
3041
3319
|
"Deployment" : {
|
3042
3320
|
"type" : "structure",
|
3043
3321
|
"members" : {
|
@@ -3661,6 +3939,10 @@
|
|
3661
3939
|
"TimeoutInMillis" : {
|
3662
3940
|
"shape" : "IntegerWithLengthBetween50And29000",
|
3663
3941
|
"locationName" : "timeoutInMillis"
|
3942
|
+
},
|
3943
|
+
"TlsConfig" : {
|
3944
|
+
"shape" : "TlsConfig",
|
3945
|
+
"locationName" : "tlsConfig"
|
3664
3946
|
}
|
3665
3947
|
}
|
3666
3948
|
},
|
@@ -4206,10 +4488,89 @@
|
|
4206
4488
|
"members" : {
|
4207
4489
|
"Tags" : {
|
4208
4490
|
"shape" : "Tags",
|
4209
|
-
"locationName"
|
4491
|
+
"locationName": "tags"
|
4492
|
+
}
|
4493
|
+
}
|
4494
|
+
},
|
4495
|
+
"GetVpcLinkRequest" : {
|
4496
|
+
"type" : "structure",
|
4497
|
+
"members" : {
|
4498
|
+
"VpcLinkId" : {
|
4499
|
+
"shape" : "__string",
|
4500
|
+
"location" : "uri",
|
4501
|
+
"locationName" : "vpcLinkId"
|
4210
4502
|
}
|
4211
4503
|
},
|
4212
|
-
"required" : [ "
|
4504
|
+
"required" : [ "VpcLinkId" ]
|
4505
|
+
},
|
4506
|
+
"GetVpcLinkResponse" : {
|
4507
|
+
"type" : "structure",
|
4508
|
+
"members" : {
|
4509
|
+
"CreatedDate" : {
|
4510
|
+
"shape" : "__timestampIso8601",
|
4511
|
+
"locationName" : "createdDate"
|
4512
|
+
},
|
4513
|
+
"Name" : {
|
4514
|
+
"shape" : "StringWithLengthBetween1And128",
|
4515
|
+
"locationName" : "name"
|
4516
|
+
},
|
4517
|
+
"SecurityGroupIds" : {
|
4518
|
+
"shape" : "SecurityGroupIdList",
|
4519
|
+
"locationName" : "securityGroupIds"
|
4520
|
+
},
|
4521
|
+
"SubnetIds" : {
|
4522
|
+
"shape" : "SubnetIdList",
|
4523
|
+
"locationName" : "subnetIds"
|
4524
|
+
},
|
4525
|
+
"Tags" : {
|
4526
|
+
"shape" : "Tags",
|
4527
|
+
"locationName" : "tags"
|
4528
|
+
},
|
4529
|
+
"VpcLinkId" : {
|
4530
|
+
"shape" : "Id",
|
4531
|
+
"locationName" : "vpcLinkId"
|
4532
|
+
},
|
4533
|
+
"VpcLinkStatus" : {
|
4534
|
+
"shape" : "VpcLinkStatus",
|
4535
|
+
"locationName" : "vpcLinkStatus"
|
4536
|
+
},
|
4537
|
+
"VpcLinkStatusMessage" : {
|
4538
|
+
"shape" : "StringWithLengthBetween0And1024",
|
4539
|
+
"locationName" : "vpcLinkStatusMessage"
|
4540
|
+
},
|
4541
|
+
"VpcLinkVersion" : {
|
4542
|
+
"shape" : "VpcLinkVersion",
|
4543
|
+
"locationName" : "vpcLinkVersion"
|
4544
|
+
}
|
4545
|
+
}
|
4546
|
+
},
|
4547
|
+
"GetVpcLinksRequest" : {
|
4548
|
+
"type" : "structure",
|
4549
|
+
"members" : {
|
4550
|
+
"MaxResults" : {
|
4551
|
+
"shape" : "__string",
|
4552
|
+
"location" : "querystring",
|
4553
|
+
"locationName" : "maxResults"
|
4554
|
+
},
|
4555
|
+
"NextToken" : {
|
4556
|
+
"shape" : "__string",
|
4557
|
+
"location" : "querystring",
|
4558
|
+
"locationName" : "nextToken"
|
4559
|
+
}
|
4560
|
+
}
|
4561
|
+
},
|
4562
|
+
"GetVpcLinksResponse" : {
|
4563
|
+
"type" : "structure",
|
4564
|
+
"members" : {
|
4565
|
+
"Items" : {
|
4566
|
+
"shape" : "__listOfVpcLink",
|
4567
|
+
"locationName" : "items"
|
4568
|
+
},
|
4569
|
+
"NextToken" : {
|
4570
|
+
"shape" : "NextToken",
|
4571
|
+
"locationName" : "nextToken"
|
4572
|
+
}
|
4573
|
+
}
|
4213
4574
|
},
|
4214
4575
|
"Id" : {
|
4215
4576
|
"type" : "string"
|
@@ -4396,6 +4757,10 @@
|
|
4396
4757
|
"TimeoutInMillis" : {
|
4397
4758
|
"shape" : "IntegerWithLengthBetween50And29000",
|
4398
4759
|
"locationName" : "timeoutInMillis"
|
4760
|
+
},
|
4761
|
+
"TlsConfig" : {
|
4762
|
+
"shape" : "TlsConfig",
|
4763
|
+
"locationName" : "tlsConfig"
|
4399
4764
|
}
|
4400
4765
|
}
|
4401
4766
|
},
|
@@ -4496,7 +4861,7 @@
|
|
4496
4861
|
},
|
4497
4862
|
"LoggingLevel" : {
|
4498
4863
|
"type" : "string",
|
4499
|
-
"enum" : [ "ERROR", "INFO", "
|
4864
|
+
"enum" : [ "ERROR", "INFO", "OFF" ]
|
4500
4865
|
},
|
4501
4866
|
"Model" : {
|
4502
4867
|
"type" : "structure",
|
@@ -4832,6 +5197,12 @@
|
|
4832
5197
|
}
|
4833
5198
|
}
|
4834
5199
|
},
|
5200
|
+
"SecurityGroupIdList" : {
|
5201
|
+
"type" : "list",
|
5202
|
+
"member" : {
|
5203
|
+
"shape" : "__string"
|
5204
|
+
}
|
5205
|
+
},
|
4835
5206
|
"SecurityPolicy" : {
|
4836
5207
|
"type" : "string",
|
4837
5208
|
"enum" : [ "TLS_1_0", "TLS_1_2" ]
|
@@ -4953,6 +5324,12 @@
|
|
4953
5324
|
"StringWithLengthBetween1And64" : {
|
4954
5325
|
"type" : "string"
|
4955
5326
|
},
|
5327
|
+
"SubnetIdList" : {
|
5328
|
+
"type" : "list",
|
5329
|
+
"member" : {
|
5330
|
+
"shape" : "__string"
|
5331
|
+
}
|
5332
|
+
},
|
4956
5333
|
"TagResourceInput" : {
|
4957
5334
|
"type" : "structure",
|
4958
5335
|
"members" : {
|
@@ -5008,6 +5385,24 @@
|
|
5008
5385
|
"shape" : "StringWithLengthBetween0And32K"
|
5009
5386
|
}
|
5010
5387
|
},
|
5388
|
+
"TlsConfig" : {
|
5389
|
+
"type" : "structure",
|
5390
|
+
"members" : {
|
5391
|
+
"ServerNameToVerify" : {
|
5392
|
+
"shape" : "StringWithLengthBetween1And512",
|
5393
|
+
"locationName" : "serverNameToVerify"
|
5394
|
+
}
|
5395
|
+
}
|
5396
|
+
},
|
5397
|
+
"TlsConfigInput" : {
|
5398
|
+
"type" : "structure",
|
5399
|
+
"members" : {
|
5400
|
+
"ServerNameToVerify" : {
|
5401
|
+
"shape" : "StringWithLengthBetween1And512",
|
5402
|
+
"locationName" : "serverNameToVerify"
|
5403
|
+
}
|
5404
|
+
}
|
5405
|
+
},
|
5011
5406
|
"TooManyRequestsException" : {
|
5012
5407
|
"type" : "structure",
|
5013
5408
|
"members" : {
|
@@ -5551,6 +5946,10 @@
|
|
5551
5946
|
"TimeoutInMillis" : {
|
5552
5947
|
"shape" : "IntegerWithLengthBetween50And29000",
|
5553
5948
|
"locationName" : "timeoutInMillis"
|
5949
|
+
},
|
5950
|
+
"TlsConfig" : {
|
5951
|
+
"shape" : "TlsConfigInput",
|
5952
|
+
"locationName" : "tlsConfig"
|
5554
5953
|
}
|
5555
5954
|
}
|
5556
5955
|
},
|
@@ -5622,6 +6021,10 @@
|
|
5622
6021
|
"TimeoutInMillis" : {
|
5623
6022
|
"shape" : "IntegerWithLengthBetween50And29000",
|
5624
6023
|
"locationName" : "timeoutInMillis"
|
6024
|
+
},
|
6025
|
+
"TlsConfig" : {
|
6026
|
+
"shape" : "TlsConfigInput",
|
6027
|
+
"locationName" : "tlsConfig"
|
5625
6028
|
}
|
5626
6029
|
},
|
5627
6030
|
"required" : [ "ApiId", "IntegrationId" ]
|
@@ -5696,6 +6099,10 @@
|
|
5696
6099
|
"TimeoutInMillis" : {
|
5697
6100
|
"shape" : "IntegerWithLengthBetween50And29000",
|
5698
6101
|
"locationName" : "timeoutInMillis"
|
6102
|
+
},
|
6103
|
+
"TlsConfig" : {
|
6104
|
+
"shape" : "TlsConfig",
|
6105
|
+
"locationName" : "tlsConfig"
|
5699
6106
|
}
|
5700
6107
|
}
|
5701
6108
|
},
|
@@ -6267,9 +6674,137 @@
|
|
6267
6674
|
}
|
6268
6675
|
}
|
6269
6676
|
},
|
6677
|
+
"UpdateVpcLinkInput" : {
|
6678
|
+
"type" : "structure",
|
6679
|
+
"members" : {
|
6680
|
+
"Name" : {
|
6681
|
+
"shape" : "StringWithLengthBetween1And128",
|
6682
|
+
"locationName" : "name"
|
6683
|
+
}
|
6684
|
+
}
|
6685
|
+
},
|
6686
|
+
"UpdateVpcLinkRequest" : {
|
6687
|
+
"type" : "structure",
|
6688
|
+
"members" : {
|
6689
|
+
"Name" : {
|
6690
|
+
"shape" : "StringWithLengthBetween1And128",
|
6691
|
+
"locationName" : "name"
|
6692
|
+
},
|
6693
|
+
"VpcLinkId" : {
|
6694
|
+
"shape" : "__string",
|
6695
|
+
"location" : "uri",
|
6696
|
+
"locationName" : "vpcLinkId"
|
6697
|
+
}
|
6698
|
+
},
|
6699
|
+
"required" : [ "VpcLinkId" ]
|
6700
|
+
},
|
6701
|
+
"UpdateVpcLinkResponse" : {
|
6702
|
+
"type" : "structure",
|
6703
|
+
"members" : {
|
6704
|
+
"CreatedDate" : {
|
6705
|
+
"shape" : "__timestampIso8601",
|
6706
|
+
"locationName" : "createdDate"
|
6707
|
+
},
|
6708
|
+
"Name" : {
|
6709
|
+
"shape" : "StringWithLengthBetween1And128",
|
6710
|
+
"locationName" : "name"
|
6711
|
+
},
|
6712
|
+
"SecurityGroupIds" : {
|
6713
|
+
"shape" : "SecurityGroupIdList",
|
6714
|
+
"locationName" : "securityGroupIds"
|
6715
|
+
},
|
6716
|
+
"SubnetIds" : {
|
6717
|
+
"shape" : "SubnetIdList",
|
6718
|
+
"locationName" : "subnetIds"
|
6719
|
+
},
|
6720
|
+
"Tags" : {
|
6721
|
+
"shape" : "Tags",
|
6722
|
+
"locationName" : "tags"
|
6723
|
+
},
|
6724
|
+
"VpcLinkId" : {
|
6725
|
+
"shape" : "Id",
|
6726
|
+
"locationName" : "vpcLinkId"
|
6727
|
+
},
|
6728
|
+
"VpcLinkStatus" : {
|
6729
|
+
"shape" : "VpcLinkStatus",
|
6730
|
+
"locationName" : "vpcLinkStatus"
|
6731
|
+
},
|
6732
|
+
"VpcLinkStatusMessage" : {
|
6733
|
+
"shape" : "StringWithLengthBetween0And1024",
|
6734
|
+
"locationName" : "vpcLinkStatusMessage"
|
6735
|
+
},
|
6736
|
+
"VpcLinkVersion" : {
|
6737
|
+
"shape" : "VpcLinkVersion",
|
6738
|
+
"locationName" : "vpcLinkVersion"
|
6739
|
+
}
|
6740
|
+
}
|
6741
|
+
},
|
6270
6742
|
"UriWithLengthBetween1And2048" : {
|
6271
6743
|
"type" : "string"
|
6272
6744
|
},
|
6745
|
+
"VpcLink" : {
|
6746
|
+
"type" : "structure",
|
6747
|
+
"members" : {
|
6748
|
+
"CreatedDate" : {
|
6749
|
+
"shape" : "__timestampIso8601",
|
6750
|
+
"locationName" : "createdDate"
|
6751
|
+
},
|
6752
|
+
"Name" : {
|
6753
|
+
"shape" : "StringWithLengthBetween1And128",
|
6754
|
+
"locationName" : "name"
|
6755
|
+
},
|
6756
|
+
"SecurityGroupIds" : {
|
6757
|
+
"shape" : "SecurityGroupIdList",
|
6758
|
+
"locationName" : "securityGroupIds"
|
6759
|
+
},
|
6760
|
+
"SubnetIds" : {
|
6761
|
+
"shape" : "SubnetIdList",
|
6762
|
+
"locationName" : "subnetIds"
|
6763
|
+
},
|
6764
|
+
"Tags" : {
|
6765
|
+
"shape" : "Tags",
|
6766
|
+
"locationName" : "tags"
|
6767
|
+
},
|
6768
|
+
"VpcLinkId" : {
|
6769
|
+
"shape" : "Id",
|
6770
|
+
"locationName" : "vpcLinkId"
|
6771
|
+
},
|
6772
|
+
"VpcLinkStatus" : {
|
6773
|
+
"shape" : "VpcLinkStatus",
|
6774
|
+
"locationName" : "vpcLinkStatus"
|
6775
|
+
},
|
6776
|
+
"VpcLinkStatusMessage" : {
|
6777
|
+
"shape" : "StringWithLengthBetween0And1024",
|
6778
|
+
"locationName" : "vpcLinkStatusMessage"
|
6779
|
+
},
|
6780
|
+
"VpcLinkVersion" : {
|
6781
|
+
"shape" : "VpcLinkVersion",
|
6782
|
+
"locationName" : "vpcLinkVersion"
|
6783
|
+
}
|
6784
|
+
},
|
6785
|
+
"required" : [ "VpcLinkId", "SecurityGroupIds", "SubnetIds", "Name" ]
|
6786
|
+
},
|
6787
|
+
"VpcLinkStatus" : {
|
6788
|
+
"type" : "string",
|
6789
|
+
"enum" : [ "PENDING", "AVAILABLE", "DELETING", "FAILED", "INACTIVE" ]
|
6790
|
+
},
|
6791
|
+
"VpcLinkVersion" : {
|
6792
|
+
"type" : "string",
|
6793
|
+
"enum" : [ "V2" ]
|
6794
|
+
},
|
6795
|
+
"VpcLinks" : {
|
6796
|
+
"type" : "structure",
|
6797
|
+
"members" : {
|
6798
|
+
"Items" : {
|
6799
|
+
"shape" : "__listOfVpcLink",
|
6800
|
+
"locationName" : "items"
|
6801
|
+
},
|
6802
|
+
"NextToken" : {
|
6803
|
+
"shape" : "NextToken",
|
6804
|
+
"locationName" : "nextToken"
|
6805
|
+
}
|
6806
|
+
}
|
6807
|
+
},
|
6273
6808
|
"__boolean" : {
|
6274
6809
|
"type" : "boolean"
|
6275
6810
|
},
|
@@ -6345,6 +6880,12 @@
|
|
6345
6880
|
"shape" : "Stage"
|
6346
6881
|
}
|
6347
6882
|
},
|
6883
|
+
"__listOfVpcLink" : {
|
6884
|
+
"type" : "list",
|
6885
|
+
"member" : {
|
6886
|
+
"shape" : "VpcLink"
|
6887
|
+
}
|
6888
|
+
},
|
6348
6889
|
"__listOf__string" : {
|
6349
6890
|
"type" : "list",
|
6350
6891
|
"member" : {
|
@@ -6365,15 +6906,5 @@
|
|
6365
6906
|
"type" : "timestamp",
|
6366
6907
|
"timestampFormat" : "unixTimestamp"
|
6367
6908
|
}
|
6368
|
-
},
|
6369
|
-
"authorizers" : {
|
6370
|
-
"authorization_strategy" : {
|
6371
|
-
"name" : "authorization_strategy",
|
6372
|
-
"type" : "provided",
|
6373
|
-
"placement" : {
|
6374
|
-
"location" : "header",
|
6375
|
-
"name" : "Authorization"
|
6376
|
-
}
|
6377
|
-
}
|
6378
6909
|
}
|
6379
6910
|
}
|