aws-sdk-core 2.7.0 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3793b0c427539bac48f0687f8c6c590243f48e60
4
- data.tar.gz: baeeb61deb96f4d0308b8be5ed0e0e93ceb5dc74
3
+ metadata.gz: c0b357c918555f3317234919ad1842725ef49a59
4
+ data.tar.gz: 743327972c3a2ee16caec64332a51cdc52cde13f
5
5
  SHA512:
6
- metadata.gz: a55974bd0d4108a5d301f64526732ce2fa78fb5a50bd0f06326f2206d24eb7a8483f2d6842c7cd3c801eb1bbd6755c2c6f9afa482eb7cc5936e16d45c0f2f0e8
7
- data.tar.gz: 4073bf76b5c0e2878682c051fdee6acad8e9181fa7f5012cf1d22bd71764fb1cb7e8211b1d3aee498ec00a3305a8c77999e98f85a0e01cd6906a8e3271c53fd4
6
+ metadata.gz: c3ab85c0705334fa572704edc55da0e6b060fc4c9c51d59fda9a1cb27eb0613627fa86b8dd658a9000ba064f873704ff618a05cd303b6836cb07297dc0449ae8
7
+ data.tar.gz: c24427c396ed311c0222a42dadd049fa09ea03228f1fefe42ae316da075c484301f9f1405a8183213157d1a7eb32061e1af099d6850035ed4cf3e70f12a8d176
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -94,6 +94,29 @@
94
94
  {"shape":"EncryptionKeyUnavailableException"}
95
95
  ]
96
96
  },
97
+ "GetBlob":{
98
+ "name":"GetBlob",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/"
102
+ },
103
+ "input":{"shape":"GetBlobInput"},
104
+ "output":{"shape":"GetBlobOutput"},
105
+ "errors":[
106
+ {"shape":"RepositoryNameRequiredException"},
107
+ {"shape":"InvalidRepositoryNameException"},
108
+ {"shape":"RepositoryDoesNotExistException"},
109
+ {"shape":"BlobIdRequiredException"},
110
+ {"shape":"InvalidBlobIdException"},
111
+ {"shape":"BlobIdDoesNotExistException"},
112
+ {"shape":"EncryptionIntegrityChecksFailedException"},
113
+ {"shape":"EncryptionKeyAccessDeniedException"},
114
+ {"shape":"EncryptionKeyDisabledException"},
115
+ {"shape":"EncryptionKeyNotFoundException"},
116
+ {"shape":"EncryptionKeyUnavailableException"},
117
+ {"shape":"FileTooLargeException"}
118
+ ]
119
+ },
97
120
  "GetBranch":{
98
121
  "name":"GetBranch",
99
122
  "http":{
@@ -138,6 +161,33 @@
138
161
  {"shape":"EncryptionKeyUnavailableException"}
139
162
  ]
140
163
  },
164
+ "GetDifferences":{
165
+ "name":"GetDifferences",
166
+ "http":{
167
+ "method":"POST",
168
+ "requestUri":"/"
169
+ },
170
+ "input":{"shape":"GetDifferencesInput"},
171
+ "output":{"shape":"GetDifferencesOutput"},
172
+ "errors":[
173
+ {"shape":"RepositoryNameRequiredException"},
174
+ {"shape":"RepositoryDoesNotExistException"},
175
+ {"shape":"InvalidRepositoryNameException"},
176
+ {"shape":"InvalidContinuationTokenException"},
177
+ {"shape":"InvalidMaxResultsException"},
178
+ {"shape":"InvalidCommitIdException"},
179
+ {"shape":"CommitRequiredException"},
180
+ {"shape":"InvalidCommitException"},
181
+ {"shape":"CommitDoesNotExistException"},
182
+ {"shape":"InvalidPathException"},
183
+ {"shape":"PathDoesNotExistException"},
184
+ {"shape":"EncryptionIntegrityChecksFailedException"},
185
+ {"shape":"EncryptionKeyAccessDeniedException"},
186
+ {"shape":"EncryptionKeyDisabledException"},
187
+ {"shape":"EncryptionKeyNotFoundException"},
188
+ {"shape":"EncryptionKeyUnavailableException"}
189
+ ]
190
+ },
141
191
  "GetRepository":{
142
192
  "name":"GetRepository",
143
193
  "http":{
@@ -347,6 +397,26 @@
347
397
  "repositoriesNotFound":{"shape":"RepositoryNotFoundList"}
348
398
  }
349
399
  },
400
+ "BlobIdDoesNotExistException":{
401
+ "type":"structure",
402
+ "members":{
403
+ },
404
+ "exception":true
405
+ },
406
+ "BlobIdRequiredException":{
407
+ "type":"structure",
408
+ "members":{
409
+ },
410
+ "exception":true
411
+ },
412
+ "BlobMetadata":{
413
+ "type":"structure",
414
+ "members":{
415
+ "blobId":{"shape":"ObjectId"},
416
+ "path":{"shape":"Path"},
417
+ "mode":{"shape":"Mode"}
418
+ }
419
+ },
350
420
  "BranchDoesNotExistException":{
351
421
  "type":"structure",
352
422
  "members":{
@@ -381,6 +451,14 @@
381
451
  },
382
452
  "exception":true
383
453
  },
454
+ "ChangeTypeEnum":{
455
+ "type":"string",
456
+ "enum":[
457
+ "A",
458
+ "M",
459
+ "D"
460
+ ]
461
+ },
384
462
  "CloneUrlHttp":{"type":"string"},
385
463
  "CloneUrlSsh":{"type":"string"},
386
464
  "Commit":{
@@ -413,6 +491,13 @@
413
491
  },
414
492
  "exception":true
415
493
  },
494
+ "CommitName":{"type":"string"},
495
+ "CommitRequiredException":{
496
+ "type":"structure",
497
+ "members":{
498
+ },
499
+ "exception":true
500
+ },
416
501
  "CreateBranchInput":{
417
502
  "type":"structure",
418
503
  "required":[
@@ -455,6 +540,18 @@
455
540
  "repositoryId":{"shape":"RepositoryId"}
456
541
  }
457
542
  },
543
+ "Difference":{
544
+ "type":"structure",
545
+ "members":{
546
+ "beforeBlob":{"shape":"BlobMetadata"},
547
+ "afterBlob":{"shape":"BlobMetadata"},
548
+ "changeType":{"shape":"ChangeTypeEnum"}
549
+ }
550
+ },
551
+ "DifferenceList":{
552
+ "type":"list",
553
+ "member":{"shape":"Difference"}
554
+ },
458
555
  "Email":{"type":"string"},
459
556
  "EncryptionIntegrityChecksFailedException":{
460
557
  "type":"structure",
@@ -487,6 +584,30 @@
487
584
  },
488
585
  "exception":true
489
586
  },
587
+ "FileTooLargeException":{
588
+ "type":"structure",
589
+ "members":{
590
+ },
591
+ "exception":true
592
+ },
593
+ "GetBlobInput":{
594
+ "type":"structure",
595
+ "required":[
596
+ "repositoryName",
597
+ "blobId"
598
+ ],
599
+ "members":{
600
+ "repositoryName":{"shape":"RepositoryName"},
601
+ "blobId":{"shape":"ObjectId"}
602
+ }
603
+ },
604
+ "GetBlobOutput":{
605
+ "type":"structure",
606
+ "required":["content"],
607
+ "members":{
608
+ "content":{"shape":"blob"}
609
+ }
610
+ },
490
611
  "GetBranchInput":{
491
612
  "type":"structure",
492
613
  "members":{
@@ -518,6 +639,29 @@
518
639
  "commit":{"shape":"Commit"}
519
640
  }
520
641
  },
642
+ "GetDifferencesInput":{
643
+ "type":"structure",
644
+ "required":[
645
+ "repositoryName",
646
+ "afterCommitSpecifier"
647
+ ],
648
+ "members":{
649
+ "repositoryName":{"shape":"RepositoryName"},
650
+ "beforeCommitSpecifier":{"shape":"CommitName"},
651
+ "afterCommitSpecifier":{"shape":"CommitName"},
652
+ "beforePath":{"shape":"Path"},
653
+ "afterPath":{"shape":"Path"},
654
+ "MaxResults":{"shape":"Limit"},
655
+ "NextToken":{"shape":"NextToken"}
656
+ }
657
+ },
658
+ "GetDifferencesOutput":{
659
+ "type":"structure",
660
+ "members":{
661
+ "differences":{"shape":"DifferenceList"},
662
+ "NextToken":{"shape":"NextToken"}
663
+ }
664
+ },
521
665
  "GetRepositoryInput":{
522
666
  "type":"structure",
523
667
  "required":["repositoryName"],
@@ -533,6 +677,7 @@
533
677
  },
534
678
  "GetRepositoryTriggersInput":{
535
679
  "type":"structure",
680
+ "required":["repositoryName"],
536
681
  "members":{
537
682
  "repositoryName":{"shape":"RepositoryName"}
538
683
  }
@@ -544,12 +689,24 @@
544
689
  "triggers":{"shape":"RepositoryTriggersList"}
545
690
  }
546
691
  },
692
+ "InvalidBlobIdException":{
693
+ "type":"structure",
694
+ "members":{
695
+ },
696
+ "exception":true
697
+ },
547
698
  "InvalidBranchNameException":{
548
699
  "type":"structure",
549
700
  "members":{
550
701
  },
551
702
  "exception":true
552
703
  },
704
+ "InvalidCommitException":{
705
+ "type":"structure",
706
+ "members":{
707
+ },
708
+ "exception":true
709
+ },
553
710
  "InvalidCommitIdException":{
554
711
  "type":"structure",
555
712
  "members":{
@@ -562,12 +719,24 @@
562
719
  },
563
720
  "exception":true
564
721
  },
722
+ "InvalidMaxResultsException":{
723
+ "type":"structure",
724
+ "members":{
725
+ },
726
+ "exception":true
727
+ },
565
728
  "InvalidOrderException":{
566
729
  "type":"structure",
567
730
  "members":{
568
731
  },
569
732
  "exception":true
570
733
  },
734
+ "InvalidPathException":{
735
+ "type":"structure",
736
+ "members":{
737
+ },
738
+ "exception":true
739
+ },
571
740
  "InvalidRepositoryDescriptionException":{
572
741
  "type":"structure",
573
742
  "members":{
@@ -623,6 +792,10 @@
623
792
  "exception":true
624
793
  },
625
794
  "LastModifiedDate":{"type":"timestamp"},
795
+ "Limit":{
796
+ "type":"integer",
797
+ "box":true
798
+ },
626
799
  "ListBranchesInput":{
627
800
  "type":"structure",
628
801
  "required":["repositoryName"],
@@ -672,6 +845,7 @@
672
845
  "exception":true
673
846
  },
674
847
  "Message":{"type":"string"},
848
+ "Mode":{"type":"string"},
675
849
  "Name":{"type":"string"},
676
850
  "NextToken":{"type":"string"},
677
851
  "ObjectId":{"type":"string"},
@@ -686,8 +860,19 @@
686
860
  "type":"list",
687
861
  "member":{"shape":"ObjectId"}
688
862
  },
863
+ "Path":{"type":"string"},
864
+ "PathDoesNotExistException":{
865
+ "type":"structure",
866
+ "members":{
867
+ },
868
+ "exception":true
869
+ },
689
870
  "PutRepositoryTriggersInput":{
690
871
  "type":"structure",
872
+ "required":[
873
+ "repositoryName",
874
+ "triggers"
875
+ ],
691
876
  "members":{
692
877
  "repositoryName":{"shape":"RepositoryName"},
693
878
  "triggers":{"shape":"RepositoryTriggersList"}
@@ -739,7 +924,7 @@
739
924
  "type":"string",
740
925
  "max":100,
741
926
  "min":1,
742
- "pattern":"[\\\\w\\\\.-]+"
927
+ "pattern":"[\\w\\.-]+"
743
928
  },
744
929
  "RepositoryNameExistsException":{
745
930
  "type":"structure",
@@ -780,6 +965,11 @@
780
965
  },
781
966
  "RepositoryTrigger":{
782
967
  "type":"structure",
968
+ "required":[
969
+ "name",
970
+ "destinationArn",
971
+ "events"
972
+ ],
783
973
  "members":{
784
974
  "name":{"shape":"RepositoryTriggerName"},
785
975
  "destinationArn":{"shape":"Arn"},
@@ -863,6 +1053,10 @@
863
1053
  },
864
1054
  "TestRepositoryTriggersInput":{
865
1055
  "type":"structure",
1056
+ "required":[
1057
+ "repositoryName",
1058
+ "triggers"
1059
+ ],
866
1060
  "members":{
867
1061
  "repositoryName":{"shape":"RepositoryName"},
868
1062
  "triggers":{"shape":"RepositoryTriggersList"}
@@ -912,6 +1106,7 @@
912
1106
  "email":{"shape":"Email"},
913
1107
  "date":{"shape":"Date"}
914
1108
  }
915
- }
1109
+ },
1110
+ "blob":{"type":"blob"}
916
1111
  }
917
1112
  }
@@ -1,14 +1,19 @@
1
1
  {
2
- "pagination": {
3
- "ListBranches": {
4
- "input_token": "nextToken",
5
- "output_token": "nextToken",
6
- "result_key": "branches"
7
- },
8
- "ListRepositories": {
9
- "input_token": "nextToken",
10
- "output_token": "nextToken",
11
- "result_key": "repositories"
12
- }
2
+ "pagination": {
3
+ "GetDifferences": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
+ },
8
+ "ListBranches": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "result_key": "branches"
12
+ },
13
+ "ListRepositories": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "result_key": "repositories"
13
17
  }
18
+ }
14
19
  }
@@ -435,6 +435,21 @@
435
435
  {"shape":"MissingVersionException"}
436
436
  ]
437
437
  },
438
+ "UpdateContainerInstancesState":{
439
+ "name":"UpdateContainerInstancesState",
440
+ "http":{
441
+ "method":"POST",
442
+ "requestUri":"/"
443
+ },
444
+ "input":{"shape":"UpdateContainerInstancesStateRequest"},
445
+ "output":{"shape":"UpdateContainerInstancesStateResponse"},
446
+ "errors":[
447
+ {"shape":"ServerException"},
448
+ {"shape":"ClientException"},
449
+ {"shape":"InvalidParameterException"},
450
+ {"shape":"ClusterNotFoundException"}
451
+ ]
452
+ },
438
453
  "UpdateService":{
439
454
  "name":"UpdateService",
440
455
  "http":{
@@ -599,6 +614,13 @@
599
614
  "attributes":{"shape":"Attributes"}
600
615
  }
601
616
  },
617
+ "ContainerInstanceStatus":{
618
+ "type":"string",
619
+ "enum":[
620
+ "ACTIVE",
621
+ "DRAINING"
622
+ ]
623
+ },
602
624
  "ContainerInstances":{
603
625
  "type":"list",
604
626
  "member":{"shape":"ContainerInstance"}
@@ -938,7 +960,8 @@
938
960
  "cluster":{"shape":"String"},
939
961
  "filter":{"shape":"String"},
940
962
  "nextToken":{"shape":"String"},
941
- "maxResults":{"shape":"BoxedInteger"}
963
+ "maxResults":{"shape":"BoxedInteger"},
964
+ "status":{"shape":"ContainerInstanceStatus"}
942
965
  }
943
966
  },
944
967
  "ListContainerInstancesResponse":{
@@ -1526,6 +1549,25 @@
1526
1549
  "containerInstance":{"shape":"ContainerInstance"}
1527
1550
  }
1528
1551
  },
1552
+ "UpdateContainerInstancesStateRequest":{
1553
+ "type":"structure",
1554
+ "required":[
1555
+ "containerInstances",
1556
+ "status"
1557
+ ],
1558
+ "members":{
1559
+ "cluster":{"shape":"String"},
1560
+ "containerInstances":{"shape":"StringList"},
1561
+ "status":{"shape":"ContainerInstanceStatus"}
1562
+ }
1563
+ },
1564
+ "UpdateContainerInstancesStateResponse":{
1565
+ "type":"structure",
1566
+ "members":{
1567
+ "containerInstances":{"shape":"ContainerInstances"},
1568
+ "failures":{"shape":"Failures"}
1569
+ }
1570
+ },
1529
1571
  "UpdateInProgressException":{
1530
1572
  "type":"structure",
1531
1573
  "members":{
@@ -2,4 +2,5 @@ Aws.add_service(:CodeBuild, {
2
2
  api: "#{Aws::API_DIR}/codebuild/2016-10-06/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/codebuild/2016-10-06/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/codebuild/2016-10-06/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codebuild/2016-10-06/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.0'
2
+ VERSION = '2.7.1'
3
3
  end
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.7.0
4
+ version: 2.7.1
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: 2017-01-20 00:00:00.000000000 Z
11
+ date: 2017-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -107,6 +107,7 @@ files:
107
107
  - apis/cloudtrail/2013-11-01/paginators-1.json
108
108
  - apis/codebuild/2016-10-06/api-2.json
109
109
  - apis/codebuild/2016-10-06/examples-1.json
110
+ - apis/codebuild/2016-10-06/paginators-1.json
110
111
  - apis/codecommit/2015-04-13/api-2.json
111
112
  - apis/codecommit/2015-04-13/examples-1.json
112
113
  - apis/codecommit/2015-04-13/paginators-1.json
@@ -410,7 +411,6 @@ files:
410
411
  - lib/aws-sdk-core/credential_provider.rb
411
412
  - lib/aws-sdk-core/credential_provider_chain.rb
412
413
  - lib/aws-sdk-core/credentials.rb
413
- - lib/aws-sdk-core/cur.rb
414
414
  - lib/aws-sdk-core/databasemigrationservice.rb
415
415
  - lib/aws-sdk-core/datapipeline.rb
416
416
  - lib/aws-sdk-core/deprecations.rb
@@ -1,6 +0,0 @@
1
- Aws.add_service(:Cur, {
2
- api: "#{Aws::API_DIR}/cur/2017-01-06/api-2.json",
3
- docs: "#{Aws::API_DIR}/cur/2017-01-06/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cur/2017-01-06/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cur/2017-01-06/paginators-1.json",
6
- })