aws-sdk-core 2.11.521 → 2.11.526

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +10 -2
  3. data/apis/appconfig/2019-10-09/api-2.json +17 -8
  4. data/apis/cloudfront/2019-03-26/api-2.json +3 -1
  5. data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
  6. data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
  7. data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
  9. data/apis/dlm/2018-01-12/api-2.json +1 -1
  10. data/apis/ec2/2016-11-15/api-2.json +18 -0
  11. data/apis/ecs/2014-11-13/api-2.json +43 -2
  12. data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
  13. data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
  14. data/apis/iot-data/2015-05-28/api-2.json +86 -7
  15. data/apis/iot-data/2015-05-28/examples-1.json +5 -0
  16. data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
  17. data/apis/iot-data/2015-05-28/smoke.json +13 -0
  18. data/apis/lex-models/2017-04-19/api-2.json +37 -5
  19. data/apis/macie2/2020-01-01/api-2.json +2 -107
  20. data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
  21. data/apis/personalize/2018-05-22/api-2.json +147 -0
  22. data/apis/pinpoint/2016-12-01/api-2.json +95 -0
  23. data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
  24. data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
  25. data/apis/servicediscovery/2017-03-14/api-2.json +173 -13
  26. data/apis/servicediscovery/2017-03-14/examples-1.json +330 -0
  27. data/apis/shield/2016-06-02/api-2.json +105 -2
  28. data/apis/shield/2016-06-02/paginators-1.json +13 -1
  29. data/apis/transfer/2018-11-05/api-2.json +8 -2
  30. data/endpoints.json +70 -1
  31. data/lib/aws-sdk-core.rb +1 -0
  32. data/lib/aws-sdk-core/codeartifact.rb +6 -0
  33. data/lib/aws-sdk-core/iotdataplane.rb +2 -0
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +4 -0
  36. metadata +9 -2
@@ -1,4 +1,16 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListAttacks": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "AttackSummaries"
8
+ },
9
+ "ListProtections": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "Protections"
14
+ }
3
15
  }
4
- }
16
+ }
@@ -779,6 +779,11 @@
779
779
  "fault":true,
780
780
  "synthetic":true
781
781
  },
782
+ "SourceIp":{
783
+ "type":"string",
784
+ "max":32,
785
+ "pattern":"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"
786
+ },
782
787
  "SshPublicKey":{
783
788
  "type":"structure",
784
789
  "required":[
@@ -890,9 +895,10 @@
890
895
  ],
891
896
  "members":{
892
897
  "ServerId":{"shape":"ServerId"},
898
+ "ServerProtocol":{"shape":"Protocol"},
899
+ "SourceIp":{"shape":"SourceIp"},
893
900
  "UserName":{"shape":"UserName"},
894
- "UserPassword":{"shape":"UserPassword"},
895
- "ServerProtocol":{"shape":"Protocol"}
901
+ "UserPassword":{"shape":"UserPassword"}
896
902
  }
897
903
  },
898
904
  "TestIdentityProviderResponse":{
@@ -965,6 +965,20 @@
965
965
  "us-west-2" : { }
966
966
  }
967
967
  },
968
+ "codeartifact" : {
969
+ "endpoints" : {
970
+ "ap-northeast-1" : { },
971
+ "ap-south-1" : { },
972
+ "ap-southeast-1" : { },
973
+ "ap-southeast-2" : { },
974
+ "eu-central-1" : { },
975
+ "eu-north-1" : { },
976
+ "eu-west-1" : { },
977
+ "us-east-1" : { },
978
+ "us-east-2" : { },
979
+ "us-west-2" : { }
980
+ }
981
+ },
968
982
  "codebuild" : {
969
983
  "endpoints" : {
970
984
  "ap-east-1" : { },
@@ -2572,6 +2586,7 @@
2572
2586
  "ap-south-1" : { },
2573
2587
  "ap-southeast-1" : { },
2574
2588
  "ap-southeast-2" : { },
2589
+ "ca-central-1" : { },
2575
2590
  "eu-central-1" : { },
2576
2591
  "eu-north-1" : { },
2577
2592
  "eu-west-1" : { },
@@ -4681,6 +4696,30 @@
4681
4696
  "eu-west-1" : { },
4682
4697
  "eu-west-2" : { },
4683
4698
  "eu-west-3" : { },
4699
+ "fips-us-east-1" : {
4700
+ "credentialScope" : {
4701
+ "region" : "us-east-1"
4702
+ },
4703
+ "hostname" : "securityhub-fips.us-east-1.amazonaws.com"
4704
+ },
4705
+ "fips-us-east-2" : {
4706
+ "credentialScope" : {
4707
+ "region" : "us-east-2"
4708
+ },
4709
+ "hostname" : "securityhub-fips.us-east-2.amazonaws.com"
4710
+ },
4711
+ "fips-us-west-1" : {
4712
+ "credentialScope" : {
4713
+ "region" : "us-west-1"
4714
+ },
4715
+ "hostname" : "securityhub-fips.us-west-1.amazonaws.com"
4716
+ },
4717
+ "fips-us-west-2" : {
4718
+ "credentialScope" : {
4719
+ "region" : "us-west-2"
4720
+ },
4721
+ "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
4722
+ },
4684
4723
  "me-south-1" : { },
4685
4724
  "sa-east-1" : { },
4686
4725
  "us-east-1" : { },
@@ -6257,6 +6296,12 @@
6257
6296
  "cn-northwest-1" : { }
6258
6297
  }
6259
6298
  },
6299
+ "kinesisanalytics" : {
6300
+ "endpoints" : {
6301
+ "cn-north-1" : { },
6302
+ "cn-northwest-1" : { }
6303
+ }
6304
+ },
6260
6305
  "kms" : {
6261
6306
  "endpoints" : {
6262
6307
  "cn-north-1" : { },
@@ -6604,7 +6649,19 @@
6604
6649
  },
6605
6650
  "api.sagemaker" : {
6606
6651
  "endpoints" : {
6607
- "us-gov-west-1" : { }
6652
+ "us-gov-west-1" : { },
6653
+ "us-gov-west-1-fips" : {
6654
+ "credentialScope" : {
6655
+ "region" : "us-gov-west-1"
6656
+ },
6657
+ "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com"
6658
+ },
6659
+ "us-gov-west-1-fips-secondary" : {
6660
+ "credentialScope" : {
6661
+ "region" : "us-gov-west-1"
6662
+ },
6663
+ "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com"
6664
+ }
6608
6665
  }
6609
6666
  },
6610
6667
  "apigateway" : {
@@ -7597,6 +7654,18 @@
7597
7654
  },
7598
7655
  "securityhub" : {
7599
7656
  "endpoints" : {
7657
+ "fips-us-gov-east-1" : {
7658
+ "credentialScope" : {
7659
+ "region" : "us-gov-east-1"
7660
+ },
7661
+ "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com"
7662
+ },
7663
+ "fips-us-gov-west-1" : {
7664
+ "credentialScope" : {
7665
+ "region" : "us-gov-west-1"
7666
+ },
7667
+ "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com"
7668
+ },
7600
7669
  "us-gov-east-1" : { },
7601
7670
  "us-gov-west-1" : { }
7602
7671
  }
@@ -58,6 +58,7 @@ module Aws
58
58
  CloudWatch
59
59
  CloudWatchEvents
60
60
  CloudWatchLogs
61
+ CodeArtifact
61
62
  CodeBuild
62
63
  CodeCommit
63
64
  CodeDeploy
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeArtifact, {
2
+ api: "#{Aws::API_DIR}/codeartifact/2018-09-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codeartifact/2018-09-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codeartifact/2018-09-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codeartifact/2018-09-22/paginators-1.json",
6
+ })
@@ -1,4 +1,6 @@
1
1
  Aws.add_service(:IoTDataPlane, {
2
2
  api: "#{Aws::API_DIR}/iot-data/2015-05-28/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/iot-data/2015-05-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iot-data/2015-05-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iot-data/2015-05-28/paginators-1.json",
4
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.521'
2
+ VERSION = '2.11.526'
3
3
  end
@@ -138,6 +138,10 @@
138
138
  "models": "logs/2014-03-28",
139
139
  "endpoint": "logs"
140
140
  },
141
+ "CodeArtifact": {
142
+ "models": "codeartifact/2018-09-22",
143
+ "endpoint": "codeartifact"
144
+ },
141
145
  "CodeBuild": {
142
146
  "models": "codebuild/2016-10-06",
143
147
  "endpoint": "codebuild"
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.521
4
+ version: 2.11.526
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-06-04 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -208,6 +208,9 @@ files:
208
208
  - apis/cloudtrail/2013-11-01/examples-1.json
209
209
  - apis/cloudtrail/2013-11-01/paginators-1.json
210
210
  - apis/cloudtrail/2013-11-01/smoke.json
211
+ - apis/codeartifact/2018-09-22/api-2.json
212
+ - apis/codeartifact/2018-09-22/examples-1.json
213
+ - apis/codeartifact/2018-09-22/paginators-1.json
211
214
  - apis/codebuild/2016-10-06/api-2.json
212
215
  - apis/codebuild/2016-10-06/examples-1.json
213
216
  - apis/codebuild/2016-10-06/paginators-1.json
@@ -485,6 +488,9 @@ files:
485
488
  - apis/inspector/2016-02-16/paginators-1.json
486
489
  - apis/inspector/2016-02-16/smoke.json
487
490
  - apis/iot-data/2015-05-28/api-2.json
491
+ - apis/iot-data/2015-05-28/examples-1.json
492
+ - apis/iot-data/2015-05-28/paginators-1.json
493
+ - apis/iot-data/2015-05-28/smoke.json
488
494
  - apis/iot-jobs-data/2017-09-29/api-2.json
489
495
  - apis/iot-jobs-data/2017-09-29/examples-1.json
490
496
  - apis/iot-jobs-data/2017-09-29/paginators-1.json
@@ -966,6 +972,7 @@ files:
966
972
  - lib/aws-sdk-core/cloudwatch.rb
967
973
  - lib/aws-sdk-core/cloudwatchevents.rb
968
974
  - lib/aws-sdk-core/cloudwatchlogs.rb
975
+ - lib/aws-sdk-core/codeartifact.rb
969
976
  - lib/aws-sdk-core/codebuild.rb
970
977
  - lib/aws-sdk-core/codecommit.rb
971
978
  - lib/aws-sdk-core/codedeploy.rb