aws-sdk-core 2.11.193 → 2.11.194

Sign up to get free protection for your applications and to get access to all the features.
@@ -1476,6 +1476,7 @@
1476
1476
  "AutoScalingGroups":{"shape":"AutoScalingGroupList"},
1477
1477
  "Instances":{"shape":"InstanceList"},
1478
1478
  "LaunchConfigurations":{"shape":"LaunchConfigurationList"},
1479
+ "LaunchTemplates":{"shape":"LaunchTemplateList"},
1479
1480
  "LoadBalancers":{"shape":"LoadBalancerList"},
1480
1481
  "Triggers":{"shape":"TriggerList"},
1481
1482
  "Queues":{"shape":"QueueList"}
@@ -1674,6 +1675,16 @@
1674
1675
  "type":"list",
1675
1676
  "member":{"shape":"LaunchConfiguration"}
1676
1677
  },
1678
+ "LaunchTemplate":{
1679
+ "type":"structure",
1680
+ "members":{
1681
+ "Id":{"shape":"ResourceId"}
1682
+ }
1683
+ },
1684
+ "LaunchTemplateList":{
1685
+ "type":"list",
1686
+ "member":{"shape":"LaunchTemplate"}
1687
+ },
1677
1688
  "LaunchedAt":{"type":"timestamp"},
1678
1689
  "ListAvailableSolutionStacksResultMessage":{
1679
1690
  "type":"structure",
@@ -28,6 +28,8 @@ module Aws
28
28
  APIGateway
29
29
  AlexaForBusiness
30
30
  Amplify
31
+ ApiGatewayManagementApi
32
+ ApiGatewayV2
31
33
  AppMesh
32
34
  AppStream
33
35
  AppSync
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:ApiGatewayManagementApi, {
2
+ api: "#{Aws::API_DIR}/apigatewaymanagementapi/2018-11-29/api-2.json",
3
+ docs: "#{Aws::API_DIR}/apigatewaymanagementapi/2018-11-29/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/apigatewaymanagementapi/2018-11-29/paginators-1.json",
5
+ })
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:ApiGatewayV2, {
2
+ api: "#{Aws::API_DIR}/apigatewayv2/2018-11-29/api-2.json",
3
+ docs: "#{Aws::API_DIR}/apigatewayv2/2018-11-29/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/apigatewayv2/2018-11-29/paginators-1.json",
5
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.193'
2
+ VERSION = '2.11.194'
3
3
  end
@@ -19,6 +19,14 @@
19
19
  "models": "amplify/2017-07-25",
20
20
  "endpoint": "amplify"
21
21
  },
22
+ "ApiGatewayManagementApi": {
23
+ "models": "apigatewaymanagementapi/2018-11-29",
24
+ "endpoint": "execute-api"
25
+ },
26
+ "ApiGatewayV2": {
27
+ "models": "apigatewayv2/2018-11-29",
28
+ "endpoint": "apigateway"
29
+ },
22
30
  "AppMesh": {
23
31
  "models": "appmesh/2018-10-01",
24
32
  "endpoint": "appmesh"
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.11.193
4
+ version: 2.11.194
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: 2018-12-17 00:00:00.000000000 Z
11
+ date: 2018-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -68,6 +68,10 @@ files:
68
68
  - apis/apigateway/2015-07-09/examples-1.json
69
69
  - apis/apigateway/2015-07-09/paginators-1.json
70
70
  - apis/apigateway/2015-07-09/smoke.json
71
+ - apis/apigatewaymanagementapi/2018-11-29/api-2.json
72
+ - apis/apigatewaymanagementapi/2018-11-29/paginators-1.json
73
+ - apis/apigatewayv2/2018-11-29/api-2.json
74
+ - apis/apigatewayv2/2018-11-29/paginators-1.json
71
75
  - apis/application-autoscaling/2016-02-06/api-2.json
72
76
  - apis/application-autoscaling/2016-02-06/examples-1.json
73
77
  - apis/application-autoscaling/2016-02-06/paginators-1.json
@@ -736,6 +740,8 @@ files:
736
740
  - lib/aws-sdk-core/api/docs/utils.rb
737
741
  - lib/aws-sdk-core/api/shape_map.rb
738
742
  - lib/aws-sdk-core/apigateway.rb
743
+ - lib/aws-sdk-core/apigatewaymanagementapi.rb
744
+ - lib/aws-sdk-core/apigatewayv2.rb
739
745
  - lib/aws-sdk-core/applicationautoscaling.rb
740
746
  - lib/aws-sdk-core/applicationdiscoveryservice.rb
741
747
  - lib/aws-sdk-core/appmesh.rb