aws-sdk-core 2.11.625 → 2.11.626

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "applications"
8
+ },
9
+ "ListAssociatedAttributeGroups": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "attributeGroups"
14
+ },
15
+ "ListAssociatedResources": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "resources"
20
+ },
21
+ "ListAttributeGroups": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "attributeGroups"
26
+ }
27
+ }
28
+ }
@@ -33,6 +33,7 @@ module Aws
33
33
  ApiGatewayV2
34
34
  AppConfig
35
35
  AppMesh
36
+ AppRegistry
36
37
  AppStream
37
38
  AppSync
38
39
  Appflow
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:AppRegistry, {
2
+ api: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.625'
2
+ VERSION = '2.11.626'
3
3
  end
@@ -39,6 +39,10 @@
39
39
  "models": "appmesh/2019-01-25",
40
40
  "endpoint": "appmesh"
41
41
  },
42
+ "AppRegistry": {
43
+ "models": "servicecatalog-appregistry/2020-06-24",
44
+ "endpoint": "servicecatalog-appregistry"
45
+ },
42
46
  "AppStream": {
43
47
  "models": "appstream/2016-12-01",
44
48
  "endpoint": "appstream2"
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.625
4
+ version: 2.11.626
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: 2020-11-11 00:00:00.000000000 Z
11
+ date: 2020-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -826,6 +826,9 @@ files:
826
826
  - apis/service-quotas/2019-06-24/api-2.json
827
827
  - apis/service-quotas/2019-06-24/examples-1.json
828
828
  - apis/service-quotas/2019-06-24/paginators-1.json
829
+ - apis/servicecatalog-appregistry/2020-06-24/api-2.json
830
+ - apis/servicecatalog-appregistry/2020-06-24/examples-1.json
831
+ - apis/servicecatalog-appregistry/2020-06-24/paginators-1.json
829
832
  - apis/servicecatalog/2015-12-10/api-2.json
830
833
  - apis/servicecatalog/2015-12-10/examples-1.json
831
834
  - apis/servicecatalog/2015-12-10/paginators-1.json
@@ -984,6 +987,7 @@ files:
984
987
  - lib/aws-sdk-core/applicationdiscoveryservice.rb
985
988
  - lib/aws-sdk-core/applicationinsights.rb
986
989
  - lib/aws-sdk-core/appmesh.rb
990
+ - lib/aws-sdk-core/appregistry.rb
987
991
  - lib/aws-sdk-core/appstream.rb
988
992
  - lib/aws-sdk-core/appsync.rb
989
993
  - lib/aws-sdk-core/assume_role_credentials.rb