aws-sdk-core 2.11.450 → 2.11.451

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: 1439f242656b12fff36923e77b15cc6295bd3338
4
- data.tar.gz: '0683db4d8c3797dc1be1bbb20cec3a288bf94ab4'
3
+ metadata.gz: 00c28f1afd45350e1a3a8501454a4a571103c972
4
+ data.tar.gz: 5b720262ebd8a40056945e7d6b09b68874502361
5
5
  SHA512:
6
- metadata.gz: bbe81f7303b07e00f3e3f68bf2cac90db01ab0601ce2b80a385acfd22ac108dc8bb671a2e8806e6ea32fd68da73385ae3ca40b175ea79a03027fd1d35813bca4
7
- data.tar.gz: 732d22a553c49087bbcad00307afc0dfd7411ea5f2c0ed23661708187ca1c79c94ee8d94e8e70d8431cec6d7762c3d48dba99f89b167cd1b07b71f5f4a4c15d2
6
+ metadata.gz: cfd95c92e95c8229b15292a33ca38fb2a3f52504b14068da5f2ad46e177bc32219f14f906de1faa723f3c1f0b5f16808d57cb8a8d57b889c5ab7101e035f36c4
7
+ data.tar.gz: 0fb22bb992f16756a33893f776140bfa5772865d60f02e27fe01dcab036e343290ce9d5cd88671c4c84373b0ce0ecf88593e4794b46d0b0d2d907b3003fecfff
@@ -21,6 +21,7 @@
21
21
  "input":{"shape":"ActivateEventSourceRequest"},
22
22
  "errors":[
23
23
  {"shape":"ResourceNotFoundException"},
24
+ {"shape":"ConcurrentModificationException"},
24
25
  {"shape":"InvalidStateException"},
25
26
  {"shape":"InternalException"}
26
27
  ]
@@ -66,6 +67,7 @@
66
67
  "input":{"shape":"DeactivateEventSourceRequest"},
67
68
  "errors":[
68
69
  {"shape":"ResourceNotFoundException"},
70
+ {"shape":"ConcurrentModificationException"},
69
71
  {"shape":"InvalidStateException"},
70
72
  {"shape":"InternalException"}
71
73
  ]
@@ -78,7 +80,8 @@
78
80
  },
79
81
  "input":{"shape":"DeleteEventBusRequest"},
80
82
  "errors":[
81
- {"shape":"InternalException"}
83
+ {"shape":"InternalException"},
84
+ {"shape":"ConcurrentModificationException"}
82
85
  ]
83
86
  },
84
87
  "DeletePartnerEventSource":{
@@ -89,7 +92,8 @@
89
92
  },
90
93
  "input":{"shape":"DeletePartnerEventSourceRequest"},
91
94
  "errors":[
92
- {"shape":"InternalException"}
95
+ {"shape":"InternalException"},
96
+ {"shape":"ConcurrentModificationException"}
93
97
  ]
94
98
  },
95
99
  "DeleteRule":{
@@ -521,7 +525,8 @@
521
525
  "required":["Name"],
522
526
  "members":{
523
527
  "Name":{"shape":"EventBusName"},
524
- "EventSourceName":{"shape":"EventSourceName"}
528
+ "EventSourceName":{"shape":"EventSourceName"},
529
+ "Tags":{"shape":"TagList"}
525
530
  }
526
531
  },
527
532
  "CreateEventBusResponse":{
@@ -1053,7 +1058,7 @@
1053
1058
  "type":"structure",
1054
1059
  "members":{
1055
1060
  "Time":{"shape":"EventTime"},
1056
- "Source":{"shape":"String"},
1061
+ "Source":{"shape":"EventSourceName"},
1057
1062
  "Resources":{"shape":"EventResourceList"},
1058
1063
  "DetailType":{"shape":"String"},
1059
1064
  "Detail":{"shape":"String"}
@@ -21,6 +21,7 @@
21
21
  "input":{"shape":"ActivateEventSourceRequest"},
22
22
  "errors":[
23
23
  {"shape":"ResourceNotFoundException"},
24
+ {"shape":"ConcurrentModificationException"},
24
25
  {"shape":"InvalidStateException"},
25
26
  {"shape":"InternalException"}
26
27
  ]
@@ -66,6 +67,7 @@
66
67
  "input":{"shape":"DeactivateEventSourceRequest"},
67
68
  "errors":[
68
69
  {"shape":"ResourceNotFoundException"},
70
+ {"shape":"ConcurrentModificationException"},
69
71
  {"shape":"InvalidStateException"},
70
72
  {"shape":"InternalException"}
71
73
  ]
@@ -78,7 +80,8 @@
78
80
  },
79
81
  "input":{"shape":"DeleteEventBusRequest"},
80
82
  "errors":[
81
- {"shape":"InternalException"}
83
+ {"shape":"InternalException"},
84
+ {"shape":"ConcurrentModificationException"}
82
85
  ]
83
86
  },
84
87
  "DeletePartnerEventSource":{
@@ -89,7 +92,8 @@
89
92
  },
90
93
  "input":{"shape":"DeletePartnerEventSourceRequest"},
91
94
  "errors":[
92
- {"shape":"InternalException"}
95
+ {"shape":"InternalException"},
96
+ {"shape":"ConcurrentModificationException"}
93
97
  ]
94
98
  },
95
99
  "DeleteRule":{
@@ -521,7 +525,8 @@
521
525
  "required":["Name"],
522
526
  "members":{
523
527
  "Name":{"shape":"EventBusName"},
524
- "EventSourceName":{"shape":"EventSourceName"}
528
+ "EventSourceName":{"shape":"EventSourceName"},
529
+ "Tags":{"shape":"TagList"}
525
530
  }
526
531
  },
527
532
  "CreateEventBusResponse":{
@@ -1053,7 +1058,7 @@
1053
1058
  "type":"structure",
1054
1059
  "members":{
1055
1060
  "Time":{"shape":"EventTime"},
1056
- "Source":{"shape":"String"},
1061
+ "Source":{"shape":"EventSourceName"},
1057
1062
  "Resources":{"shape":"EventResourceList"},
1058
1063
  "DetailType":{"shape":"String"},
1059
1064
  "Detail":{"shape":"String"}
@@ -82,6 +82,7 @@
82
82
  {"shape":"InvalidImportPath"},
83
83
  {"shape":"InvalidExportPath"},
84
84
  {"shape":"InvalidNetworkSettings"},
85
+ {"shape":"InvalidPerUnitStorageThroughput"},
85
86
  {"shape":"ServiceLimitExceeded"},
86
87
  {"shape":"InternalServerError"},
87
88
  {"shape":"MissingFileSystemConfiguration"}
@@ -496,7 +497,9 @@
496
497
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
497
498
  "ImportPath":{"shape":"ArchivePath"},
498
499
  "ExportPath":{"shape":"ArchivePath"},
499
- "ImportedFileChunkSize":{"shape":"Megabytes"}
500
+ "ImportedFileChunkSize":{"shape":"Megabytes"},
501
+ "DeploymentType":{"shape":"LustreDeploymentType"},
502
+ "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"}
500
503
  }
501
504
  },
502
505
  "CreateFileSystemRequest":{
@@ -973,6 +976,13 @@
973
976
  },
974
977
  "exception":true
975
978
  },
979
+ "InvalidPerUnitStorageThroughput":{
980
+ "type":"structure",
981
+ "members":{
982
+ "Message":{"shape":"ErrorMessage"}
983
+ },
984
+ "exception":true
985
+ },
976
986
  "IpAddress":{
977
987
  "type":"string",
978
988
  "max":15,
@@ -1002,13 +1012,30 @@
1002
1012
  "NextToken":{"shape":"NextToken"}
1003
1013
  }
1004
1014
  },
1015
+ "LustreDeploymentType":{
1016
+ "type":"string",
1017
+ "enum":[
1018
+ "SCRATCH_1",
1019
+ "SCRATCH_2",
1020
+ "PERSISTENT_1"
1021
+ ]
1022
+ },
1005
1023
  "LustreFileSystemConfiguration":{
1006
1024
  "type":"structure",
1007
1025
  "members":{
1008
1026
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1009
- "DataRepositoryConfiguration":{"shape":"DataRepositoryConfiguration"}
1027
+ "DataRepositoryConfiguration":{"shape":"DataRepositoryConfiguration"},
1028
+ "DeploymentType":{"shape":"LustreDeploymentType"},
1029
+ "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
1030
+ "MountName":{"shape":"LustreFileSystemMountName"}
1010
1031
  }
1011
1032
  },
1033
+ "LustreFileSystemMountName":{
1034
+ "type":"string",
1035
+ "max":8,
1036
+ "min":1,
1037
+ "pattern":"^([A-Za-z0-9_-]{1,8})$"
1038
+ },
1012
1039
  "MaxResults":{
1013
1040
  "type":"integer",
1014
1041
  "min":1
@@ -1066,6 +1093,11 @@
1066
1093
  "type":"string",
1067
1094
  "min":1
1068
1095
  },
1096
+ "PerUnitStorageThroughput":{
1097
+ "type":"integer",
1098
+ "max":200,
1099
+ "min":50
1100
+ },
1069
1101
  "ProgressPercent":{
1070
1102
  "type":"integer",
1071
1103
  "max":100,
@@ -368,7 +368,8 @@
368
368
  "AddressId":{"shape":"AddressId"},
369
369
  "ShippingOption":{"shape":"ShippingOption"},
370
370
  "Notification":{"shape":"Notification"},
371
- "ForwardingAddressId":{"shape":"AddressId"}
371
+ "ForwardingAddressId":{"shape":"AddressId"},
372
+ "TaxDocuments":{"shape":"TaxDocuments"}
372
373
  }
373
374
  },
374
375
  "ClusterState":{
@@ -424,7 +425,8 @@
424
425
  "SnowballType":{"shape":"SnowballType"},
425
426
  "ShippingOption":{"shape":"ShippingOption"},
426
427
  "Notification":{"shape":"Notification"},
427
- "ForwardingAddressId":{"shape":"AddressId"}
428
+ "ForwardingAddressId":{"shape":"AddressId"},
429
+ "TaxDocuments":{"shape":"TaxDocuments"}
428
430
  }
429
431
  },
430
432
  "CreateClusterResult":{
@@ -447,7 +449,8 @@
447
449
  "Notification":{"shape":"Notification"},
448
450
  "ClusterId":{"shape":"ClusterId"},
449
451
  "SnowballType":{"shape":"SnowballType"},
450
- "ForwardingAddressId":{"shape":"AddressId"}
452
+ "ForwardingAddressId":{"shape":"AddressId"},
453
+ "TaxDocuments":{"shape":"TaxDocuments"}
451
454
  }
452
455
  },
453
456
  "CreateJobResult":{
@@ -548,6 +551,10 @@
548
551
  "type":"list",
549
552
  "member":{"shape":"EventTriggerDefinition"}
550
553
  },
554
+ "GSTIN":{
555
+ "type":"string",
556
+ "pattern":"\\d{2}[A-Z]{5}\\d{4}[A-Z]{1}[A-Z\\d]{1}[Z]{1}[A-Z\\d]{1}"
557
+ },
551
558
  "GetJobManifestRequest":{
552
559
  "type":"structure",
553
560
  "required":["JobId"],
@@ -599,6 +606,12 @@
599
606
  "UpdatesURI":{"shape":"String"}
600
607
  }
601
608
  },
609
+ "INDTaxDocuments":{
610
+ "type":"structure",
611
+ "members":{
612
+ "GSTIN":{"shape":"GSTIN"}
613
+ }
614
+ },
602
615
  "Integer":{"type":"integer"},
603
616
  "InvalidAddressException":{
604
617
  "type":"structure",
@@ -685,7 +698,8 @@
685
698
  "DataTransferProgress":{"shape":"DataTransfer"},
686
699
  "JobLogInfo":{"shape":"JobLogs"},
687
700
  "ClusterId":{"shape":"String"},
688
- "ForwardingAddressId":{"shape":"AddressId"}
701
+ "ForwardingAddressId":{"shape":"AddressId"},
702
+ "TaxDocuments":{"shape":"TaxDocuments"}
689
703
  }
690
704
  },
691
705
  "JobMetadataList":{
@@ -904,6 +918,12 @@
904
918
  "type":"string",
905
919
  "min":1
906
920
  },
921
+ "TaxDocuments":{
922
+ "type":"structure",
923
+ "members":{
924
+ "IND":{"shape":"INDTaxDocuments"}
925
+ }
926
+ },
907
927
  "Timestamp":{"type":"timestamp"},
908
928
  "UnsupportedAddressException":{
909
929
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.450'
2
+ VERSION = '2.11.451'
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.11.450
4
+ version: 2.11.451
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-02-21 00:00:00.000000000 Z
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath