aws-sdk-core 2.11.300 → 2.11.301

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "pagination": {
3
+ "ListAWSDefaultServiceQuotas": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Quotas"
8
+ },
9
+ "ListRequestedServiceQuotaChangeHistory": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "RequestedQuotas"
14
+ },
15
+ "ListRequestedServiceQuotaChangeHistoryByQuota": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "RequestedQuotas"
20
+ },
21
+ "ListServiceQuotaIncreaseRequestsInTemplate": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "ServiceQuotaIncreaseRequestInTemplateList"
26
+ },
27
+ "ListServiceQuotas": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "Quotas"
32
+ },
33
+ "ListServices": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "Services"
38
+ }
39
+ }
40
+ }
@@ -3126,7 +3126,9 @@
3126
3126
  "type":"structure",
3127
3127
  "required":["Name"],
3128
3128
  "members":{
3129
- "Name":{"shape":"DocumentName"}
3129
+ "Name":{"shape":"DocumentName"},
3130
+ "DocumentVersion":{"shape":"DocumentVersion"},
3131
+ "VersionName":{"shape":"DocumentVersionName"}
3130
3132
  }
3131
3133
  },
3132
3134
  "DeleteDocumentResult":{
@@ -3837,6 +3837,11 @@
3837
3837
  "us-gov-west-1" : { }
3838
3838
  }
3839
3839
  },
3840
+ "datasync" : {
3841
+ "endpoints" : {
3842
+ "us-gov-west-1" : { }
3843
+ }
3844
+ },
3840
3845
  "directconnect" : {
3841
3846
  "endpoints" : {
3842
3847
  "us-gov-east-1" : { },
@@ -35,6 +35,7 @@ module Aws
35
35
  AppSync
36
36
  ApplicationAutoScaling
37
37
  ApplicationDiscoveryService
38
+ ApplicationInsights
38
39
  Athena
39
40
  AutoScaling
40
41
  AutoScalingPlans
@@ -187,6 +188,7 @@ module Aws
187
188
  ServerlessApplicationRepository
188
189
  ServiceCatalog
189
190
  ServiceDiscovery
191
+ ServiceQuotas
190
192
  Shield
191
193
  Signer
192
194
  SimpleDB
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ApplicationInsights, {
2
+ api: "#{Aws::API_DIR}/application-insights/2018-11-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/application-insights/2018-11-25/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/application-insights/2018-11-25/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/application-insights/2018-11-25/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ServiceQuotas, {
2
+ api: "#{Aws::API_DIR}/service-quotas/2019-06-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/service-quotas/2019-06-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/service-quotas/2019-06-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/service-quotas/2019-06-24/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.300'
2
+ VERSION = '2.11.301'
3
3
  end
@@ -47,6 +47,10 @@
47
47
  "models": "discovery/2015-11-01",
48
48
  "endpoint": "discovery"
49
49
  },
50
+ "ApplicationInsights": {
51
+ "models": "application-insights/2018-11-25",
52
+ "endpoint": "applicationinsights"
53
+ },
50
54
  "Athena": {
51
55
  "models": "athena/2017-05-18",
52
56
  "endpoint": "athena"
@@ -654,6 +658,10 @@
654
658
  "models": "servicediscovery/2017-03-14",
655
659
  "endpoint": "servicediscovery"
656
660
  },
661
+ "ServiceQuotas": {
662
+ "models": "service-quotas/2019-06-24",
663
+ "endpoint": "servicequotas"
664
+ },
657
665
  "Shield": {
658
666
  "models": "shield/2016-06-02",
659
667
  "endpoint": "shield"
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.300
4
+ version: 2.11.301
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: 2019-06-21 00:00:00.000000000 Z
11
+ date: 2019-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -77,6 +77,9 @@ files:
77
77
  - apis/application-autoscaling/2016-02-06/examples-1.json
78
78
  - apis/application-autoscaling/2016-02-06/paginators-1.json
79
79
  - apis/application-autoscaling/2016-02-06/smoke.json
80
+ - apis/application-insights/2018-11-25/api-2.json
81
+ - apis/application-insights/2018-11-25/examples-1.json
82
+ - apis/application-insights/2018-11-25/paginators-1.json
80
83
  - apis/appmesh/2018-10-01/api-2.json
81
84
  - apis/appmesh/2018-10-01/examples-1.json
82
85
  - apis/appmesh/2018-10-01/paginators-1.json
@@ -682,6 +685,9 @@ files:
682
685
  - apis/securityhub/2018-10-26/paginators-1.json
683
686
  - apis/serverlessrepo/2017-09-08/api-2.json
684
687
  - apis/serverlessrepo/2017-09-08/paginators-1.json
688
+ - apis/service-quotas/2019-06-24/api-2.json
689
+ - apis/service-quotas/2019-06-24/examples-1.json
690
+ - apis/service-quotas/2019-06-24/paginators-1.json
685
691
  - apis/servicecatalog/2015-12-10/api-2.json
686
692
  - apis/servicecatalog/2015-12-10/examples-1.json
687
693
  - apis/servicecatalog/2015-12-10/paginators-1.json
@@ -802,6 +808,7 @@ files:
802
808
  - lib/aws-sdk-core/apigatewayv2.rb
803
809
  - lib/aws-sdk-core/applicationautoscaling.rb
804
810
  - lib/aws-sdk-core/applicationdiscoveryservice.rb
811
+ - lib/aws-sdk-core/applicationinsights.rb
805
812
  - lib/aws-sdk-core/appmesh.rb
806
813
  - lib/aws-sdk-core/appstream.rb
807
814
  - lib/aws-sdk-core/appsync.rb
@@ -1066,6 +1073,7 @@ files:
1066
1073
  - lib/aws-sdk-core/service.rb
1067
1074
  - lib/aws-sdk-core/servicecatalog.rb
1068
1075
  - lib/aws-sdk-core/servicediscovery.rb
1076
+ - lib/aws-sdk-core/servicequotas.rb
1069
1077
  - lib/aws-sdk-core/ses.rb
1070
1078
  - lib/aws-sdk-core/shared_config.rb
1071
1079
  - lib/aws-sdk-core/shared_credentials.rb