aws-sdk-core 2.11.406 → 2.11.407

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListDiscoverers": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "Limit",
7
+ "result_key": "Discoverers"
8
+ },
9
+ "ListRegistries": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "Limit",
13
+ "result_key": "Registries"
14
+ },
15
+ "ListSchemaVersions": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "Limit",
19
+ "result_key": "SchemaVersions"
20
+ },
21
+ "ListSchemas": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "Limit",
25
+ "result_key": "Schemas"
26
+ },
27
+ "SearchSchemas": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "Limit",
31
+ "result_key": "Schemas"
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "CodeBindingExists": {
5
+ "description": "Wait until code binding is generated",
6
+ "delay": 2,
7
+ "operation": "DescribeCodeBinding",
8
+ "maxAttempts": 30,
9
+ "acceptors": [
10
+ {
11
+ "expected": "CREATE_COMPLETE",
12
+ "matcher": "path",
13
+ "state": "success",
14
+ "argument": "Status"
15
+ },
16
+ {
17
+ "expected": "CREATE_IN_PROGRESS",
18
+ "matcher": "path",
19
+ "state": "retry",
20
+ "argument": "Status"
21
+ },
22
+ {
23
+ "expected": "CREATE_FAILED",
24
+ "matcher": "path",
25
+ "state": "failure",
26
+ "argument": "Status"
27
+ },
28
+ {
29
+ "matcher": "error",
30
+ "expected": "NotFoundException",
31
+ "state": "failure"
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
@@ -1932,6 +1932,26 @@
1932
1932
  }
1933
1933
  }
1934
1934
  },
1935
+ "iotsecuredtunneling" : {
1936
+ "endpoints" : {
1937
+ "ap-northeast-1" : { },
1938
+ "ap-northeast-2" : { },
1939
+ "ap-south-1" : { },
1940
+ "ap-southeast-1" : { },
1941
+ "ap-southeast-2" : { },
1942
+ "ca-central-1" : { },
1943
+ "eu-central-1" : { },
1944
+ "eu-north-1" : { },
1945
+ "eu-west-1" : { },
1946
+ "eu-west-2" : { },
1947
+ "eu-west-3" : { },
1948
+ "sa-east-1" : { },
1949
+ "us-east-1" : { },
1950
+ "us-east-2" : { },
1951
+ "us-west-1" : { },
1952
+ "us-west-2" : { }
1953
+ }
1954
+ },
1935
1955
  "iotthingsgraph" : {
1936
1956
  "defaults" : {
1937
1957
  "credentialScope" : {
@@ -2562,8 +2582,30 @@
2562
2582
  "ap-southeast-2" : { },
2563
2583
  "eu-central-1" : { },
2564
2584
  "eu-west-1" : { },
2565
- "us-east-1" : { },
2566
- "us-west-2" : { }
2585
+ "fips-us-east-1" : {
2586
+ "credentialScope" : {
2587
+ "region" : "us-east-1"
2588
+ },
2589
+ "hostname" : "pinpoint-fips.us-east-1.amazonaws.com"
2590
+ },
2591
+ "fips-us-west-2" : {
2592
+ "credentialScope" : {
2593
+ "region" : "us-west-2"
2594
+ },
2595
+ "hostname" : "pinpoint-fips.us-west-2.amazonaws.com"
2596
+ },
2597
+ "us-east-1" : {
2598
+ "credentialScope" : {
2599
+ "region" : "us-east-1"
2600
+ },
2601
+ "hostname" : "pinpoint.us-east-1.amazonaws.com"
2602
+ },
2603
+ "us-west-2" : {
2604
+ "credentialScope" : {
2605
+ "region" : "us-west-2"
2606
+ },
2607
+ "hostname" : "pinpoint.us-west-2.amazonaws.com"
2608
+ }
2567
2609
  }
2568
2610
  },
2569
2611
  "polly" : {
@@ -113,6 +113,7 @@ module Aws
113
113
  GuardDuty
114
114
  Health
115
115
  IAM
116
+ Imagebuilder
116
117
  ImportExport
117
118
  Inspector
118
119
  IoT
@@ -202,6 +203,7 @@ module Aws
202
203
  SageMaker
203
204
  SageMakerRuntime
204
205
  SavingsPlans
206
+ Schemas
205
207
  SecretsManager
206
208
  SecurityHub
207
209
  ServerlessApplicationRepository
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Imagebuilder, {
2
+ api: "#{Aws::API_DIR}/imagebuilder/2019-12-02/api-2.json",
3
+ docs: "#{Aws::API_DIR}/imagebuilder/2019-12-02/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/imagebuilder/2019-12-02/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/imagebuilder/2019-12-02/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Schemas, {
2
+ api: "#{Aws::API_DIR}/schemas/2019-12-02/api-2.json",
3
+ docs: "#{Aws::API_DIR}/schemas/2019-12-02/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/schemas/2019-12-02/paginators-1.json",
5
+ waiters: "#{Aws::API_DIR}/schemas/2019-12-02/waiters-2.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.406'
2
+ VERSION = '2.11.407'
3
3
  end
@@ -358,6 +358,10 @@
358
358
  "models": "iam/2010-05-08",
359
359
  "endpoint": "iam"
360
360
  },
361
+ "Imagebuilder": {
362
+ "models": "imagebuilder/2019-12-02",
363
+ "endpoint": "imagebuilder"
364
+ },
361
365
  "ImportExport": {
362
366
  "models": "importexport/2010-06-01",
363
367
  "endpoint": "importexport"
@@ -714,6 +718,10 @@
714
718
  "models": "savingsplans/2019-06-28",
715
719
  "endpoint": "savingsplans"
716
720
  },
721
+ "Schemas": {
722
+ "models": "schemas/2019-12-02",
723
+ "endpoint": "schemas"
724
+ },
717
725
  "SecretsManager": {
718
726
  "models": "secretsmanager/2017-10-17",
719
727
  "endpoint": "secretsmanager"
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.406
4
+ version: 2.11.407
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-11-26 00:00:00.000000000 Z
11
+ date: 2019-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -450,6 +450,9 @@ files:
450
450
  - apis/iam/2010-05-08/resources-1.json
451
451
  - apis/iam/2010-05-08/smoke.json
452
452
  - apis/iam/2010-05-08/waiters-2.json
453
+ - apis/imagebuilder/2019-12-02/api-2.json
454
+ - apis/imagebuilder/2019-12-02/examples-1.json
455
+ - apis/imagebuilder/2019-12-02/paginators-1.json
453
456
  - apis/importexport/2010-06-01/api-2.json
454
457
  - apis/importexport/2010-06-01/paginators-1.json
455
458
  - apis/inspector/2016-02-16/api-2.json
@@ -726,6 +729,9 @@ files:
726
729
  - apis/savingsplans/2019-06-28/api-2.json
727
730
  - apis/savingsplans/2019-06-28/examples-1.json
728
731
  - apis/savingsplans/2019-06-28/paginators-1.json
732
+ - apis/schemas/2019-12-02/api-2.json
733
+ - apis/schemas/2019-12-02/paginators-1.json
734
+ - apis/schemas/2019-12-02/waiters-2.json
729
735
  - apis/sdb/2009-04-15/api-2.json
730
736
  - apis/sdb/2009-04-15/paginators-1.json
731
737
  - apis/secretsmanager/2017-10-17/api-2.json
@@ -980,6 +986,7 @@ files:
980
986
  - lib/aws-sdk-core/guardduty.rb
981
987
  - lib/aws-sdk-core/health.rb
982
988
  - lib/aws-sdk-core/iam.rb
989
+ - lib/aws-sdk-core/imagebuilder.rb
983
990
  - lib/aws-sdk-core/importexport.rb
984
991
  - lib/aws-sdk-core/ini_parser.rb
985
992
  - lib/aws-sdk-core/inspector.rb
@@ -1156,6 +1163,7 @@ files:
1156
1163
  - lib/aws-sdk-core/sagemaker.rb
1157
1164
  - lib/aws-sdk-core/sagemakerruntime.rb
1158
1165
  - lib/aws-sdk-core/savingsplans.rb
1166
+ - lib/aws-sdk-core/schemas.rb
1159
1167
  - lib/aws-sdk-core/secretsmanager.rb
1160
1168
  - lib/aws-sdk-core/securityhub.rb
1161
1169
  - lib/aws-sdk-core/serverlessapplicationrepository.rb