aws-sdk-core 2.10.10 → 2.10.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 730603d3f0708612b6f877e39943495bb4f71e97
4
- data.tar.gz: 9fe71db987a4e238e5194e12502d8a9b34c410a7
3
+ metadata.gz: 3dc0b604f7bc0daf257db472a587b4ae6a07b73d
4
+ data.tar.gz: 0ac9a7e5c8c4ce93b873f75f9e70b7a96c9bcf19
5
5
  SHA512:
6
- metadata.gz: 366c36e3297cd52a25f8625f65640c57e8c34d0a04cebd0d166ffa81ae8edde94cbe516a62d5110f8d474a9ae15985ba73794b2e2ca81636d62de07498c4a99a
7
- data.tar.gz: 55a3df1bcbb06a58214f84692a6a7b34b2f7ad9430cb287cb101c09940adf134f4131452c26851ce27ad21c815797e1d365be831744e5ee3154526f09af41922
6
+ metadata.gz: 6f2895a1f4d250440a3bb1a9d0a28d4636ed0a94a1b739314d27858f4b4ff7801de6129542845dcc244bbb075a577f3aec941337cc2f891a647c2be676964b0a
7
+ data.tar.gz: 92645b9f851f2d3062a5dbcb5b5d799c8709c68f9d2df869211ce65d09cbbe804bc855ed28e6decd094ae699134f868e2978791d260890f8c7e4ed011c41aa88
@@ -374,6 +374,22 @@
374
374
  {"shape":"TooManyRequestsException"}
375
375
  ]
376
376
  },
377
+ "DeleteGatewayResponse":{
378
+ "name":"DeleteGatewayResponse",
379
+ "http":{
380
+ "method":"DELETE",
381
+ "requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}",
382
+ "responseCode":202
383
+ },
384
+ "input":{"shape":"DeleteGatewayResponseRequest"},
385
+ "errors":[
386
+ {"shape":"UnauthorizedException"},
387
+ {"shape":"NotFoundException"},
388
+ {"shape":"TooManyRequestsException"},
389
+ {"shape":"BadRequestException"},
390
+ {"shape":"ConflictException"}
391
+ ]
392
+ },
377
393
  "DeleteIntegration":{
378
394
  "name":"DeleteIntegration",
379
395
  "http":{
@@ -847,6 +863,36 @@
847
863
  {"shape":"UnauthorizedException"},
848
864
  {"shape":"NotFoundException"},
849
865
  {"shape":"BadRequestException"},
866
+ {"shape":"ConflictException"},
867
+ {"shape":"TooManyRequestsException"}
868
+ ]
869
+ },
870
+ "GetGatewayResponse":{
871
+ "name":"GetGatewayResponse",
872
+ "http":{
873
+ "method":"GET",
874
+ "requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}"
875
+ },
876
+ "input":{"shape":"GetGatewayResponseRequest"},
877
+ "output":{"shape":"GatewayResponse"},
878
+ "errors":[
879
+ {"shape":"UnauthorizedException"},
880
+ {"shape":"NotFoundException"},
881
+ {"shape":"TooManyRequestsException"}
882
+ ]
883
+ },
884
+ "GetGatewayResponses":{
885
+ "name":"GetGatewayResponses",
886
+ "http":{
887
+ "method":"GET",
888
+ "requestUri":"/restapis/{restapi_id}/gatewayresponses"
889
+ },
890
+ "input":{"shape":"GetGatewayResponsesRequest"},
891
+ "output":{"shape":"GatewayResponses"},
892
+ "errors":[
893
+ {"shape":"BadRequestException"},
894
+ {"shape":"UnauthorizedException"},
895
+ {"shape":"NotFoundException"},
850
896
  {"shape":"TooManyRequestsException"}
851
897
  ]
852
898
  },
@@ -1049,6 +1095,7 @@
1049
1095
  {"shape":"UnauthorizedException"},
1050
1096
  {"shape":"NotFoundException"},
1051
1097
  {"shape":"BadRequestException"},
1098
+ {"shape":"ConflictException"},
1052
1099
  {"shape":"TooManyRequestsException"}
1053
1100
  ]
1054
1101
  },
@@ -1235,6 +1282,23 @@
1235
1282
  {"shape":"ConflictException"}
1236
1283
  ]
1237
1284
  },
1285
+ "PutGatewayResponse":{
1286
+ "name":"PutGatewayResponse",
1287
+ "http":{
1288
+ "method":"PUT",
1289
+ "requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}",
1290
+ "responseCode":201
1291
+ },
1292
+ "input":{"shape":"PutGatewayResponseRequest"},
1293
+ "output":{"shape":"GatewayResponse"},
1294
+ "errors":[
1295
+ {"shape":"BadRequestException"},
1296
+ {"shape":"UnauthorizedException"},
1297
+ {"shape":"NotFoundException"},
1298
+ {"shape":"LimitExceededException"},
1299
+ {"shape":"TooManyRequestsException"}
1300
+ ]
1301
+ },
1238
1302
  "PutIntegration":{
1239
1303
  "name":"PutIntegration",
1240
1304
  "http":{
@@ -1495,6 +1559,21 @@
1495
1559
  {"shape":"TooManyRequestsException"}
1496
1560
  ]
1497
1561
  },
1562
+ "UpdateGatewayResponse":{
1563
+ "name":"UpdateGatewayResponse",
1564
+ "http":{
1565
+ "method":"PATCH",
1566
+ "requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}"
1567
+ },
1568
+ "input":{"shape":"UpdateGatewayResponseRequest"},
1569
+ "output":{"shape":"GatewayResponse"},
1570
+ "errors":[
1571
+ {"shape":"UnauthorizedException"},
1572
+ {"shape":"NotFoundException"},
1573
+ {"shape":"BadRequestException"},
1574
+ {"shape":"TooManyRequestsException"}
1575
+ ]
1576
+ },
1498
1577
  "UpdateIntegration":{
1499
1578
  "name":"UpdateIntegration",
1500
1579
  "http":{
@@ -2203,6 +2282,25 @@
2203
2282
  }
2204
2283
  }
2205
2284
  },
2285
+ "DeleteGatewayResponseRequest":{
2286
+ "type":"structure",
2287
+ "required":[
2288
+ "restApiId",
2289
+ "responseType"
2290
+ ],
2291
+ "members":{
2292
+ "restApiId":{
2293
+ "shape":"String",
2294
+ "location":"uri",
2295
+ "locationName":"restapi_id"
2296
+ },
2297
+ "responseType":{
2298
+ "shape":"GatewayResponseType",
2299
+ "location":"uri",
2300
+ "locationName":"response_type"
2301
+ }
2302
+ }
2303
+ },
2206
2304
  "DeleteIntegrationRequest":{
2207
2305
  "type":"structure",
2208
2306
  "required":[
@@ -2602,6 +2700,51 @@
2602
2700
  }
2603
2701
  }
2604
2702
  },
2703
+ "GatewayResponse":{
2704
+ "type":"structure",
2705
+ "members":{
2706
+ "responseType":{"shape":"GatewayResponseType"},
2707
+ "statusCode":{"shape":"StatusCode"},
2708
+ "responseParameters":{"shape":"MapOfStringToString"},
2709
+ "responseTemplates":{"shape":"MapOfStringToString"},
2710
+ "defaultResponse":{"shape":"Boolean"}
2711
+ }
2712
+ },
2713
+ "GatewayResponseType":{
2714
+ "type":"string",
2715
+ "enum":[
2716
+ "DEFAULT_4XX",
2717
+ "DEFAULT_5XX",
2718
+ "RESOURCE_NOT_FOUND",
2719
+ "UNAUTHORIZED",
2720
+ "INVALID_API_KEY",
2721
+ "ACCESS_DENIED",
2722
+ "AUTHORIZER_FAILURE",
2723
+ "AUTHORIZER_CONFIGURATION_ERROR",
2724
+ "INVALID_SIGNATURE",
2725
+ "EXPIRED_TOKEN",
2726
+ "MISSING_AUTHENTICATION_TOKEN",
2727
+ "INTEGRATION_FAILURE",
2728
+ "INTEGRATION_TIMEOUT",
2729
+ "API_CONFIGURATION_ERROR",
2730
+ "UNSUPPORTED_MEDIA_TYPE",
2731
+ "BAD_REQUEST_PARAMETERS",
2732
+ "BAD_REQUEST_BODY",
2733
+ "REQUEST_TOO_LARGE",
2734
+ "THROTTLED",
2735
+ "QUOTA_EXCEEDED"
2736
+ ]
2737
+ },
2738
+ "GatewayResponses":{
2739
+ "type":"structure",
2740
+ "members":{
2741
+ "position":{"shape":"String"},
2742
+ "items":{
2743
+ "shape":"ListOfGatewayResponse",
2744
+ "locationName":"item"
2745
+ }
2746
+ }
2747
+ },
2605
2748
  "GenerateClientCertificateRequest":{
2606
2749
  "type":"structure",
2607
2750
  "members":{
@@ -2965,6 +3108,46 @@
2965
3108
  }
2966
3109
  }
2967
3110
  },
3111
+ "GetGatewayResponseRequest":{
3112
+ "type":"structure",
3113
+ "required":[
3114
+ "restApiId",
3115
+ "responseType"
3116
+ ],
3117
+ "members":{
3118
+ "restApiId":{
3119
+ "shape":"String",
3120
+ "location":"uri",
3121
+ "locationName":"restapi_id"
3122
+ },
3123
+ "responseType":{
3124
+ "shape":"GatewayResponseType",
3125
+ "location":"uri",
3126
+ "locationName":"response_type"
3127
+ }
3128
+ }
3129
+ },
3130
+ "GetGatewayResponsesRequest":{
3131
+ "type":"structure",
3132
+ "required":["restApiId"],
3133
+ "members":{
3134
+ "restApiId":{
3135
+ "shape":"String",
3136
+ "location":"uri",
3137
+ "locationName":"restapi_id"
3138
+ },
3139
+ "position":{
3140
+ "shape":"String",
3141
+ "location":"querystring",
3142
+ "locationName":"position"
3143
+ },
3144
+ "limit":{
3145
+ "shape":"NullableInteger",
3146
+ "location":"querystring",
3147
+ "locationName":"limit"
3148
+ }
3149
+ }
3150
+ },
2968
3151
  "GetIntegrationRequest":{
2969
3152
  "type":"structure",
2970
3153
  "required":[
@@ -3617,6 +3800,10 @@
3617
3800
  "type":"list",
3618
3801
  "member":{"shape":"DomainName"}
3619
3802
  },
3803
+ "ListOfGatewayResponse":{
3804
+ "type":"list",
3805
+ "member":{"shape":"GatewayResponse"}
3806
+ },
3620
3807
  "ListOfLong":{
3621
3808
  "type":"list",
3622
3809
  "member":{"shape":"Long"}
@@ -3825,6 +4012,28 @@
3825
4012
  "value":{"shape":"MapOfMethodSnapshot"}
3826
4013
  },
3827
4014
  "ProviderARN":{"type":"string"},
4015
+ "PutGatewayResponseRequest":{
4016
+ "type":"structure",
4017
+ "required":[
4018
+ "restApiId",
4019
+ "responseType"
4020
+ ],
4021
+ "members":{
4022
+ "restApiId":{
4023
+ "shape":"String",
4024
+ "location":"uri",
4025
+ "locationName":"restapi_id"
4026
+ },
4027
+ "responseType":{
4028
+ "shape":"GatewayResponseType",
4029
+ "location":"uri",
4030
+ "locationName":"response_type"
4031
+ },
4032
+ "statusCode":{"shape":"StatusCode"},
4033
+ "responseParameters":{"shape":"MapOfStringToString"},
4034
+ "responseTemplates":{"shape":"MapOfStringToString"}
4035
+ }
4036
+ },
3828
4037
  "PutIntegrationRequest":{
3829
4038
  "type":"structure",
3830
4039
  "required":[
@@ -4435,6 +4644,26 @@
4435
4644
  "patchOperations":{"shape":"ListOfPatchOperation"}
4436
4645
  }
4437
4646
  },
4647
+ "UpdateGatewayResponseRequest":{
4648
+ "type":"structure",
4649
+ "required":[
4650
+ "restApiId",
4651
+ "responseType"
4652
+ ],
4653
+ "members":{
4654
+ "restApiId":{
4655
+ "shape":"String",
4656
+ "location":"uri",
4657
+ "locationName":"restapi_id"
4658
+ },
4659
+ "responseType":{
4660
+ "shape":"GatewayResponseType",
4661
+ "location":"uri",
4662
+ "locationName":"response_type"
4663
+ },
4664
+ "patchOperations":{"shape":"ListOfPatchOperation"}
4665
+ }
4666
+ },
4438
4667
  "UpdateIntegrationRequest":{
4439
4668
  "type":"structure",
4440
4669
  "required":[
@@ -390,6 +390,15 @@
390
390
  "input":{"shape":"CreateNetworkInterfaceRequest"},
391
391
  "output":{"shape":"CreateNetworkInterfaceResult"}
392
392
  },
393
+ "CreateNetworkInterfacePermission":{
394
+ "name":"CreateNetworkInterfacePermission",
395
+ "http":{
396
+ "method":"POST",
397
+ "requestUri":"/"
398
+ },
399
+ "input":{"shape":"CreateNetworkInterfacePermissionRequest"},
400
+ "output":{"shape":"CreateNetworkInterfacePermissionResult"}
401
+ },
393
402
  "CreatePlacementGroup":{
394
403
  "name":"CreatePlacementGroup",
395
404
  "http":{
@@ -614,6 +623,15 @@
614
623
  },
615
624
  "input":{"shape":"DeleteNetworkInterfaceRequest"}
616
625
  },
626
+ "DeleteNetworkInterfacePermission":{
627
+ "name":"DeleteNetworkInterfacePermission",
628
+ "http":{
629
+ "method":"POST",
630
+ "requestUri":"/"
631
+ },
632
+ "input":{"shape":"DeleteNetworkInterfacePermissionRequest"},
633
+ "output":{"shape":"DeleteNetworkInterfacePermissionResult"}
634
+ },
617
635
  "DeletePlacementGroup":{
618
636
  "name":"DeletePlacementGroup",
619
637
  "http":{
@@ -1023,6 +1041,15 @@
1023
1041
  "input":{"shape":"DescribeNetworkInterfaceAttributeRequest"},
1024
1042
  "output":{"shape":"DescribeNetworkInterfaceAttributeResult"}
1025
1043
  },
1044
+ "DescribeNetworkInterfacePermissions":{
1045
+ "name":"DescribeNetworkInterfacePermissions",
1046
+ "http":{
1047
+ "method":"POST",
1048
+ "requestUri":"/"
1049
+ },
1050
+ "input":{"shape":"DescribeNetworkInterfacePermissionsRequest"},
1051
+ "output":{"shape":"DescribeNetworkInterfacePermissionsResult"}
1052
+ },
1026
1053
  "DescribeNetworkInterfaces":{
1027
1054
  "name":"DescribeNetworkInterfaces",
1028
1055
  "http":{
@@ -3789,6 +3816,29 @@
3789
3816
  }
3790
3817
  }
3791
3818
  },
3819
+ "CreateNetworkInterfacePermissionRequest":{
3820
+ "type":"structure",
3821
+ "required":[
3822
+ "NetworkInterfaceId",
3823
+ "Permission"
3824
+ ],
3825
+ "members":{
3826
+ "NetworkInterfaceId":{"shape":"String"},
3827
+ "AwsAccountId":{"shape":"String"},
3828
+ "AwsService":{"shape":"String"},
3829
+ "Permission":{"shape":"InterfacePermissionType"},
3830
+ "DryRun":{"shape":"Boolean"}
3831
+ }
3832
+ },
3833
+ "CreateNetworkInterfacePermissionResult":{
3834
+ "type":"structure",
3835
+ "members":{
3836
+ "InterfacePermission":{
3837
+ "shape":"NetworkInterfacePermission",
3838
+ "locationName":"interfacePermission"
3839
+ }
3840
+ }
3841
+ },
3792
3842
  "CreateNetworkInterfaceRequest":{
3793
3843
  "type":"structure",
3794
3844
  "required":["SubnetId"],
@@ -4485,6 +4535,24 @@
4485
4535
  }
4486
4536
  }
4487
4537
  },
4538
+ "DeleteNetworkInterfacePermissionRequest":{
4539
+ "type":"structure",
4540
+ "required":["NetworkInterfacePermissionId"],
4541
+ "members":{
4542
+ "NetworkInterfacePermissionId":{"shape":"String"},
4543
+ "Force":{"shape":"Boolean"},
4544
+ "DryRun":{"shape":"Boolean"}
4545
+ }
4546
+ },
4547
+ "DeleteNetworkInterfacePermissionResult":{
4548
+ "type":"structure",
4549
+ "members":{
4550
+ "Return":{
4551
+ "shape":"Boolean",
4552
+ "locationName":"return"
4553
+ }
4554
+ }
4555
+ },
4488
4556
  "DeleteNetworkInterfaceRequest":{
4489
4557
  "type":"structure",
4490
4558
  "required":["NetworkInterfaceId"],
@@ -5568,6 +5636,34 @@
5568
5636
  }
5569
5637
  }
5570
5638
  },
5639
+ "DescribeNetworkInterfacePermissionsRequest":{
5640
+ "type":"structure",
5641
+ "members":{
5642
+ "NetworkInterfacePermissionIds":{
5643
+ "shape":"NetworkInterfacePermissionIdList",
5644
+ "locationName":"NetworkInterfacePermissionId"
5645
+ },
5646
+ "Filters":{
5647
+ "shape":"FilterList",
5648
+ "locationName":"Filter"
5649
+ },
5650
+ "NextToken":{"shape":"String"},
5651
+ "MaxResults":{"shape":"Integer"}
5652
+ }
5653
+ },
5654
+ "DescribeNetworkInterfacePermissionsResult":{
5655
+ "type":"structure",
5656
+ "members":{
5657
+ "NetworkInterfacePermissions":{
5658
+ "shape":"NetworkInterfacePermissionList",
5659
+ "locationName":"networkInterfacePermissions"
5660
+ },
5661
+ "NextToken":{
5662
+ "shape":"String",
5663
+ "locationName":"nextToken"
5664
+ }
5665
+ }
5666
+ },
5571
5667
  "DescribeNetworkInterfacesRequest":{
5572
5668
  "type":"structure",
5573
5669
  "members":{
@@ -9625,6 +9721,13 @@
9625
9721
  "member":{"shape":"InstanceType"}
9626
9722
  },
9627
9723
  "Integer":{"type":"integer"},
9724
+ "InterfacePermissionType":{
9725
+ "type":"string",
9726
+ "enum":[
9727
+ "INSTANCE-ATTACH",
9728
+ "EIP-ASSOCIATE"
9729
+ ]
9730
+ },
9628
9731
  "InternetGateway":{
9629
9732
  "type":"structure",
9630
9733
  "members":{
@@ -10828,6 +10931,68 @@
10828
10931
  "locationName":"item"
10829
10932
  }
10830
10933
  },
10934
+ "NetworkInterfacePermission":{
10935
+ "type":"structure",
10936
+ "members":{
10937
+ "NetworkInterfacePermissionId":{
10938
+ "shape":"String",
10939
+ "locationName":"networkInterfacePermissionId"
10940
+ },
10941
+ "NetworkInterfaceId":{
10942
+ "shape":"String",
10943
+ "locationName":"networkInterfaceId"
10944
+ },
10945
+ "AwsAccountId":{
10946
+ "shape":"String",
10947
+ "locationName":"awsAccountId"
10948
+ },
10949
+ "AwsService":{
10950
+ "shape":"String",
10951
+ "locationName":"awsService"
10952
+ },
10953
+ "Permission":{
10954
+ "shape":"InterfacePermissionType",
10955
+ "locationName":"permission"
10956
+ },
10957
+ "PermissionState":{
10958
+ "shape":"NetworkInterfacePermissionState",
10959
+ "locationName":"permissionState"
10960
+ }
10961
+ }
10962
+ },
10963
+ "NetworkInterfacePermissionIdList":{
10964
+ "type":"list",
10965
+ "member":{"shape":"String"}
10966
+ },
10967
+ "NetworkInterfacePermissionList":{
10968
+ "type":"list",
10969
+ "member":{
10970
+ "shape":"NetworkInterfacePermission",
10971
+ "locationName":"item"
10972
+ }
10973
+ },
10974
+ "NetworkInterfacePermissionState":{
10975
+ "type":"structure",
10976
+ "members":{
10977
+ "State":{
10978
+ "shape":"NetworkInterfacePermissionStateCode",
10979
+ "locationName":"state"
10980
+ },
10981
+ "StatusMessage":{
10982
+ "shape":"String",
10983
+ "locationName":"statusMessage"
10984
+ }
10985
+ }
10986
+ },
10987
+ "NetworkInterfacePermissionStateCode":{
10988
+ "type":"string",
10989
+ "enum":[
10990
+ "pending",
10991
+ "granted",
10992
+ "revoking",
10993
+ "revoked"
10994
+ ]
10995
+ },
10831
10996
  "NetworkInterfacePrivateIpAddress":{
10832
10997
  "type":"structure",
10833
10998
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.10'
2
+ VERSION = '2.10.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.10
4
+ version: 2.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-12 00:00:00.000000000 Z
11
+ date: 2017-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath