aws-sdk-core 2.11.96 → 2.11.97

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fa7e6306c82f86d32e8d93c5e2d1f6468e964d1
4
- data.tar.gz: be635fb975619e6d71a1f447820e440689505a76
3
+ metadata.gz: a719465fcbb150f0c720493a376c3cdf7799f53b
4
+ data.tar.gz: ec332e215c44a8a3446c2c4cb66a0cdf9c132619
5
5
  SHA512:
6
- metadata.gz: 743c35a6214f547f4bc95dfe460e94b404d87fb8e7b30562bceae7c430ff24c02b3e64e69065910f629cba69096c7ff30deed1e594dca00b5fc1084eb6e6b628
7
- data.tar.gz: 572158f708be32e819cd58e7946b4af9f354bbf643d25bb12c9cfa112d856c21953366d209bd2839fddf5309991cc7fb878bb589f1b454c7ed43e916832d44c4
6
+ metadata.gz: 76eefabcc81d88856ccf6363da75bb2752b0cda651eb4bc0745478adef554f7782553cf404c58a970a0e966f288e4a0d312864e3257974f88b6ca1d7e134090f
7
+ data.tar.gz: 80da7cd1ca1f91c4b0c55162a83d26b687f271345b44cd4de5e8ab43af7c4e1e03d6c4985675c2dc9ea840365e093c239e4e3a5c7980391d83d87ccd137de4ad
@@ -14,6 +14,22 @@
14
14
  "uid":"cloudhsmv2-2017-04-28"
15
15
  },
16
16
  "operations":{
17
+ "CopyBackupToRegion":{
18
+ "name":"CopyBackupToRegion",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CopyBackupToRegionRequest"},
24
+ "output":{"shape":"CopyBackupToRegionResponse"},
25
+ "errors":[
26
+ {"shape":"CloudHsmInternalFailureException"},
27
+ {"shape":"CloudHsmServiceException"},
28
+ {"shape":"CloudHsmResourceNotFoundException"},
29
+ {"shape":"CloudHsmInvalidRequestException"},
30
+ {"shape":"CloudHsmAccessDeniedException"}
31
+ ]
32
+ },
17
33
  "CreateCluster":{
18
34
  "name":"CreateCluster",
19
35
  "http":{
@@ -182,7 +198,11 @@
182
198
  "BackupId":{"shape":"BackupId"},
183
199
  "BackupState":{"shape":"BackupState"},
184
200
  "ClusterId":{"shape":"ClusterId"},
185
- "CreateTimestamp":{"shape":"Timestamp"}
201
+ "CreateTimestamp":{"shape":"Timestamp"},
202
+ "CopyTimestamp":{"shape":"Timestamp"},
203
+ "SourceRegion":{"shape":"Region"},
204
+ "SourceBackup":{"shape":"BackupId"},
205
+ "SourceCluster":{"shape":"ClusterId"}
186
206
  }
187
207
  },
188
208
  "BackupId":{
@@ -205,6 +225,7 @@
205
225
  "type":"list",
206
226
  "member":{"shape":"Backup"}
207
227
  },
228
+ "Boolean":{"type":"boolean"},
208
229
  "Cert":{
209
230
  "type":"string",
210
231
  "max":5000,
@@ -296,6 +317,23 @@
296
317
  "type":"list",
297
318
  "member":{"shape":"Cluster"}
298
319
  },
320
+ "CopyBackupToRegionRequest":{
321
+ "type":"structure",
322
+ "required":[
323
+ "DestinationRegion",
324
+ "BackupId"
325
+ ],
326
+ "members":{
327
+ "DestinationRegion":{"shape":"Region"},
328
+ "BackupId":{"shape":"BackupId"}
329
+ }
330
+ },
331
+ "CopyBackupToRegionResponse":{
332
+ "type":"structure",
333
+ "members":{
334
+ "DestinationBackup":{"shape":"DestinationBackup"}
335
+ }
336
+ },
299
337
  "CreateClusterRequest":{
300
338
  "type":"structure",
301
339
  "required":[
@@ -366,7 +404,8 @@
366
404
  "members":{
367
405
  "NextToken":{"shape":"NextToken"},
368
406
  "MaxResults":{"shape":"MaxSize"},
369
- "Filters":{"shape":"Filters"}
407
+ "Filters":{"shape":"Filters"},
408
+ "SortAscending":{"shape":"Boolean"}
370
409
  }
371
410
  },
372
411
  "DescribeBackupsResponse":{
@@ -391,13 +430,22 @@
391
430
  "NextToken":{"shape":"NextToken"}
392
431
  }
393
432
  },
433
+ "DestinationBackup":{
434
+ "type":"structure",
435
+ "members":{
436
+ "CreateTimestamp":{"shape":"Timestamp"},
437
+ "SourceRegion":{"shape":"Region"},
438
+ "SourceBackup":{"shape":"BackupId"},
439
+ "SourceCluster":{"shape":"ClusterId"}
440
+ }
441
+ },
394
442
  "EniId":{
395
443
  "type":"string",
396
444
  "pattern":"eni-[0-9a-fA-F]{8,17}"
397
445
  },
398
446
  "ExternalAz":{
399
447
  "type":"string",
400
- "pattern":"[a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-\\d[a-z]"
448
+ "pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d[a-z]"
401
449
  },
402
450
  "ExternalSubnetMapping":{
403
451
  "type":"map",
@@ -505,6 +553,10 @@
505
553
  "max":32,
506
554
  "min":7
507
555
  },
556
+ "Region":{
557
+ "type":"string",
558
+ "pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
559
+ },
508
560
  "SecurityGroup":{
509
561
  "type":"string",
510
562
  "pattern":"sg-[0-9a-fA-F]"
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeClusters",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "ListTags",
12
+ "input": {
13
+ "ResourceId": "bogus-arn"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -691,7 +691,11 @@
691
691
  "connectionId":{"shape":"ConnectionId"}
692
692
  }
693
693
  },
694
- "AwsDevice":{"type":"string"},
694
+ "AwsDevice":{
695
+ "type":"string",
696
+ "deprecated":true
697
+ },
698
+ "AwsDeviceV2":{"type":"string"},
695
699
  "BGPAuthKey":{"type":"string"},
696
700
  "BGPPeer":{
697
701
  "type":"structure",
@@ -702,7 +706,8 @@
702
706
  "amazonAddress":{"shape":"AmazonAddress"},
703
707
  "customerAddress":{"shape":"CustomerAddress"},
704
708
  "bgpPeerState":{"shape":"BGPPeerState"},
705
- "bgpStatus":{"shape":"BGPStatus"}
709
+ "bgpStatus":{"shape":"BGPStatus"},
710
+ "awsDeviceV2":{"shape":"AwsDeviceV2"}
706
711
  }
707
712
  },
708
713
  "BGPPeerList":{
@@ -784,7 +789,8 @@
784
789
  "partnerName":{"shape":"PartnerName"},
785
790
  "loaIssueTime":{"shape":"LoaIssueTime"},
786
791
  "lagId":{"shape":"LagId"},
787
- "awsDevice":{"shape":"AwsDevice"}
792
+ "awsDevice":{"shape":"AwsDevice"},
793
+ "awsDeviceV2":{"shape":"AwsDeviceV2"}
788
794
  }
789
795
  },
790
796
  "ConnectionId":{"type":"string"},
@@ -1263,7 +1269,8 @@
1263
1269
  "bandwidth":{"shape":"Bandwidth"},
1264
1270
  "loaIssueTime":{"shape":"LoaIssueTime"},
1265
1271
  "lagId":{"shape":"LagId"},
1266
- "awsDevice":{"shape":"AwsDevice"}
1272
+ "awsDevice":{"shape":"AwsDevice"},
1273
+ "awsDeviceV2":{"shape":"AwsDeviceV2"}
1267
1274
  }
1268
1275
  },
1269
1276
  "InterconnectId":{"type":"string"},
@@ -1302,6 +1309,7 @@
1302
1309
  "region":{"shape":"Region"},
1303
1310
  "minimumLinks":{"shape":"Count"},
1304
1311
  "awsDevice":{"shape":"AwsDevice"},
1312
+ "awsDeviceV2":{"shape":"AwsDeviceV2"},
1305
1313
  "connections":{"shape":"ConnectionList"},
1306
1314
  "allowsHostedConnections":{"shape":"BooleanFlag"}
1307
1315
  }
@@ -1346,7 +1354,8 @@
1346
1354
  "type":"structure",
1347
1355
  "members":{
1348
1356
  "locationCode":{"shape":"LocationCode"},
1349
- "locationName":{"shape":"LocationName"}
1357
+ "locationName":{"shape":"LocationName"},
1358
+ "region":{"shape":"Region"}
1350
1359
  }
1351
1360
  },
1352
1361
  "LocationCode":{"type":"string"},
@@ -1599,7 +1608,9 @@
1599
1608
  "virtualGatewayId":{"shape":"VirtualGatewayId"},
1600
1609
  "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1601
1610
  "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
1602
- "bgpPeers":{"shape":"BGPPeerList"}
1611
+ "bgpPeers":{"shape":"BGPPeerList"},
1612
+ "region":{"shape":"Region"},
1613
+ "awsDeviceV2":{"shape":"AwsDeviceV2"}
1603
1614
  }
1604
1615
  },
1605
1616
  "VirtualInterfaceId":{"type":"string"},
@@ -6,6 +6,7 @@
6
6
  "endpointPrefix":"glacier",
7
7
  "protocol":"rest-json",
8
8
  "serviceFullName":"Amazon Glacier",
9
+ "serviceId":"Glacier",
9
10
  "signatureVersion":"v4",
10
11
  "uid":"glacier-2012-06-01"
11
12
  },
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListVaults",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "ListVaults",
12
+ "input": {
13
+ "accountId": "abcmnoxyz"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1791,6 +1791,7 @@
1791
1791
  "SecurityGroupIds":{"shape":"StringList"},
1792
1792
  "SubnetId":{"shape":"GenericString"},
1793
1793
  "PublicKey":{"shape":"GenericString"},
1794
+ "PublicKeys":{"shape":"PublicKeysList"},
1794
1795
  "NumberOfNodes":{"shape":"IntegerValue"},
1795
1796
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
1796
1797
  "ExtraJarsS3Path":{"shape":"GenericString"}
@@ -2219,7 +2220,8 @@
2219
2220
  "LastUpdateStatus":{"shape":"GenericString"},
2220
2221
  "CreatedTimestamp":{"shape":"TimestampValue"},
2221
2222
  "LastModifiedTimestamp":{"shape":"TimestampValue"},
2222
- "PublicKey":{"shape":"GenericString"}
2223
+ "PublicKey":{"shape":"GenericString"},
2224
+ "PublicKeys":{"shape":"PublicKeysList"}
2223
2225
  }
2224
2226
  },
2225
2227
  "DevEndpointCustomLibraries":{
@@ -3228,6 +3230,11 @@
3228
3230
  "GROUP"
3229
3231
  ]
3230
3232
  },
3233
+ "PublicKeysList":{
3234
+ "type":"list",
3235
+ "member":{"shape":"GenericString"},
3236
+ "max":5
3237
+ },
3231
3238
  "PythonScript":{"type":"string"},
3232
3239
  "ResetJobBookmarkRequest":{
3233
3240
  "type":"structure",
@@ -3725,6 +3732,8 @@
3725
3732
  "members":{
3726
3733
  "EndpointName":{"shape":"GenericString"},
3727
3734
  "PublicKey":{"shape":"GenericString"},
3735
+ "AddPublicKeys":{"shape":"PublicKeysList"},
3736
+ "DeletePublicKeys":{"shape":"PublicKeysList"},
3728
3737
  "CustomLibraries":{"shape":"DevEndpointCustomLibraries"},
3729
3738
  "UpdateEtlLibraries":{"shape":"BooleanValue"}
3730
3739
  }
@@ -2696,8 +2696,7 @@
2696
2696
  "description":{"shape":"JobDescription"},
2697
2697
  "presignedUrlConfig":{"shape":"PresignedUrlConfig"},
2698
2698
  "targetSelection":{"shape":"TargetSelection"},
2699
- "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
2700
- "documentParameters":{"shape":"JobDocumentParameters"}
2699
+ "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"}
2701
2700
  }
2702
2701
  },
2703
2702
  "CreateJobResponse":{
@@ -4096,8 +4095,7 @@
4096
4095
  "createdAt":{"shape":"DateType"},
4097
4096
  "lastUpdatedAt":{"shape":"DateType"},
4098
4097
  "completedAt":{"shape":"DateType"},
4099
- "jobProcessDetails":{"shape":"JobProcessDetails"},
4100
- "documentParameters":{"shape":"JobDocumentParameters"}
4098
+ "jobProcessDetails":{"shape":"JobProcessDetails"}
4101
4099
  }
4102
4100
  },
4103
4101
  "JobArn":{"type":"string"},
@@ -4110,12 +4108,6 @@
4110
4108
  "type":"string",
4111
4109
  "max":32768
4112
4110
  },
4113
- "JobDocumentParameters":{
4114
- "type":"map",
4115
- "key":{"shape":"ParameterKey"},
4116
- "value":{"shape":"ParameterValue"},
4117
- "max":10
4118
- },
4119
4111
  "JobDocumentSource":{
4120
4112
  "type":"string",
4121
4113
  "max":1350,
@@ -5340,18 +5332,6 @@
5340
5332
  "min":1
5341
5333
  },
5342
5334
  "Parameter":{"type":"string"},
5343
- "ParameterKey":{
5344
- "type":"string",
5345
- "max":128,
5346
- "min":1,
5347
- "pattern":"[a-zA-Z0-9:_-]+"
5348
- },
5349
- "ParameterValue":{
5350
- "type":"string",
5351
- "max":1024,
5352
- "min":1,
5353
- "pattern":"[^\\p{C}]+"
5354
- },
5355
5335
  "Parameters":{
5356
5336
  "type":"map",
5357
5337
  "key":{"shape":"Parameter"},
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "errors" : [ {
28
28
  "shape" : "BadRequestException"
29
- }, {
30
- "shape" : "InternalServerErrorException"
31
29
  }, {
32
30
  "shape" : "UnauthorizedException"
31
+ }, {
32
+ "shape" : "InternalServerErrorException"
33
33
  }, {
34
34
  "shape" : "ConflictException"
35
35
  }, {
@@ -433,8 +433,12 @@
433
433
  "locationName" : "consoleURL"
434
434
  },
435
435
  "Endpoints" : {
436
- "shape" : "ListOf__string",
436
+ "shape" : "__listOf__string",
437
437
  "locationName" : "endpoints"
438
+ },
439
+ "IpAddress" : {
440
+ "shape" : "__string",
441
+ "locationName" : "ipAddress"
438
442
  }
439
443
  }
440
444
  },
@@ -461,6 +465,10 @@
461
465
  "shape" : "BrokerState",
462
466
  "locationName" : "brokerState"
463
467
  },
468
+ "Created" : {
469
+ "shape" : "__timestampIso8601",
470
+ "locationName" : "created"
471
+ },
464
472
  "DeploymentMode" : {
465
473
  "shape" : "DeploymentMode",
466
474
  "locationName" : "deploymentMode"
@@ -482,6 +490,10 @@
482
490
  "shape" : "__string",
483
491
  "locationName" : "arn"
484
492
  },
493
+ "Created" : {
494
+ "shape" : "__timestampIso8601",
495
+ "locationName" : "created"
496
+ },
485
497
  "Description" : {
486
498
  "shape" : "__string",
487
499
  "locationName" : "description"
@@ -524,6 +536,10 @@
524
536
  "ConfigurationRevision" : {
525
537
  "type" : "structure",
526
538
  "members" : {
539
+ "Created" : {
540
+ "shape" : "__timestampIso8601",
541
+ "locationName" : "created"
542
+ },
527
543
  "Description" : {
528
544
  "shape" : "__string",
529
545
  "locationName" : "description"
@@ -542,7 +558,7 @@
542
558
  "locationName" : "current"
543
559
  },
544
560
  "History" : {
545
- "shape" : "ListOfConfigurationId",
561
+ "shape" : "__listOfConfigurationId",
546
562
  "locationName" : "history"
547
563
  },
548
564
  "Pending" : {
@@ -604,6 +620,10 @@
604
620
  "shape" : "__string",
605
621
  "locationName" : "hostInstanceType"
606
622
  },
623
+ "Logs" : {
624
+ "shape" : "Logs",
625
+ "locationName" : "logs"
626
+ },
607
627
  "MaintenanceWindowStartTime" : {
608
628
  "shape" : "WeeklyStartTime",
609
629
  "locationName" : "maintenanceWindowStartTime"
@@ -613,15 +633,15 @@
613
633
  "locationName" : "publiclyAccessible"
614
634
  },
615
635
  "SecurityGroups" : {
616
- "shape" : "ListOf__string",
636
+ "shape" : "__listOf__string",
617
637
  "locationName" : "securityGroups"
618
638
  },
619
639
  "SubnetIds" : {
620
- "shape" : "ListOf__string",
640
+ "shape" : "__listOf__string",
621
641
  "locationName" : "subnetIds"
622
642
  },
623
643
  "Users" : {
624
- "shape" : "ListOfUser",
644
+ "shape" : "__listOfUser",
625
645
  "locationName" : "users"
626
646
  }
627
647
  }
@@ -675,6 +695,10 @@
675
695
  "shape" : "__string",
676
696
  "locationName" : "hostInstanceType"
677
697
  },
698
+ "Logs" : {
699
+ "shape" : "Logs",
700
+ "locationName" : "logs"
701
+ },
678
702
  "MaintenanceWindowStartTime" : {
679
703
  "shape" : "WeeklyStartTime",
680
704
  "locationName" : "maintenanceWindowStartTime"
@@ -684,15 +708,15 @@
684
708
  "locationName" : "publiclyAccessible"
685
709
  },
686
710
  "SecurityGroups" : {
687
- "shape" : "ListOf__string",
711
+ "shape" : "__listOf__string",
688
712
  "locationName" : "securityGroups"
689
713
  },
690
714
  "SubnetIds" : {
691
- "shape" : "ListOf__string",
715
+ "shape" : "__listOf__string",
692
716
  "locationName" : "subnetIds"
693
717
  },
694
718
  "Users" : {
695
- "shape" : "ListOfUser",
719
+ "shape" : "__listOfUser",
696
720
  "locationName" : "users"
697
721
  }
698
722
  }
@@ -734,6 +758,10 @@
734
758
  "shape" : "__string",
735
759
  "locationName" : "arn"
736
760
  },
761
+ "Created" : {
762
+ "shape" : "__timestampIso8601",
763
+ "locationName" : "created"
764
+ },
737
765
  "Id" : {
738
766
  "shape" : "__string",
739
767
  "locationName" : "id"
@@ -772,6 +800,10 @@
772
800
  "shape" : "__string",
773
801
  "locationName" : "arn"
774
802
  },
803
+ "Created" : {
804
+ "shape" : "__timestampIso8601",
805
+ "locationName" : "created"
806
+ },
775
807
  "Id" : {
776
808
  "shape" : "__string",
777
809
  "locationName" : "id"
@@ -794,7 +826,7 @@
794
826
  "locationName" : "consoleAccess"
795
827
  },
796
828
  "Groups" : {
797
- "shape" : "ListOf__string",
829
+ "shape" : "__listOf__string",
798
830
  "locationName" : "groups"
799
831
  },
800
832
  "Password" : {
@@ -816,7 +848,7 @@
816
848
  "locationName" : "consoleAccess"
817
849
  },
818
850
  "Groups" : {
819
- "shape" : "ListOf__string",
851
+ "shape" : "__listOf__string",
820
852
  "locationName" : "groups"
821
853
  },
822
854
  "Password" : {
@@ -908,7 +940,7 @@
908
940
  "locationName" : "brokerId"
909
941
  },
910
942
  "BrokerInstances" : {
911
- "shape" : "ListOfBrokerInstance",
943
+ "shape" : "__listOfBrokerInstance",
912
944
  "locationName" : "brokerInstances"
913
945
  },
914
946
  "BrokerName" : {
@@ -923,6 +955,10 @@
923
955
  "shape" : "Configurations",
924
956
  "locationName" : "configurations"
925
957
  },
958
+ "Created" : {
959
+ "shape" : "__timestampIso8601",
960
+ "locationName" : "created"
961
+ },
926
962
  "DeploymentMode" : {
927
963
  "shape" : "DeploymentMode",
928
964
  "locationName" : "deploymentMode"
@@ -939,6 +975,10 @@
939
975
  "shape" : "__string",
940
976
  "locationName" : "hostInstanceType"
941
977
  },
978
+ "Logs" : {
979
+ "shape" : "LogsSummary",
980
+ "locationName" : "logs"
981
+ },
942
982
  "MaintenanceWindowStartTime" : {
943
983
  "shape" : "WeeklyStartTime",
944
984
  "locationName" : "maintenanceWindowStartTime"
@@ -948,15 +988,15 @@
948
988
  "locationName" : "publiclyAccessible"
949
989
  },
950
990
  "SecurityGroups" : {
951
- "shape" : "ListOf__string",
991
+ "shape" : "__listOf__string",
952
992
  "locationName" : "securityGroups"
953
993
  },
954
994
  "SubnetIds" : {
955
- "shape" : "ListOf__string",
995
+ "shape" : "__listOf__string",
956
996
  "locationName" : "subnetIds"
957
997
  },
958
998
  "Users" : {
959
- "shape" : "ListOfUserSummary",
999
+ "shape" : "__listOfUserSummary",
960
1000
  "locationName" : "users"
961
1001
  }
962
1002
  }
@@ -988,7 +1028,7 @@
988
1028
  "locationName" : "brokerId"
989
1029
  },
990
1030
  "BrokerInstances" : {
991
- "shape" : "ListOfBrokerInstance",
1031
+ "shape" : "__listOfBrokerInstance",
992
1032
  "locationName" : "brokerInstances"
993
1033
  },
994
1034
  "BrokerName" : {
@@ -1003,6 +1043,10 @@
1003
1043
  "shape" : "Configurations",
1004
1044
  "locationName" : "configurations"
1005
1045
  },
1046
+ "Created" : {
1047
+ "shape" : "__timestampIso8601",
1048
+ "locationName" : "created"
1049
+ },
1006
1050
  "DeploymentMode" : {
1007
1051
  "shape" : "DeploymentMode",
1008
1052
  "locationName" : "deploymentMode"
@@ -1019,6 +1063,10 @@
1019
1063
  "shape" : "__string",
1020
1064
  "locationName" : "hostInstanceType"
1021
1065
  },
1066
+ "Logs" : {
1067
+ "shape" : "LogsSummary",
1068
+ "locationName" : "logs"
1069
+ },
1022
1070
  "MaintenanceWindowStartTime" : {
1023
1071
  "shape" : "WeeklyStartTime",
1024
1072
  "locationName" : "maintenanceWindowStartTime"
@@ -1028,15 +1076,15 @@
1028
1076
  "locationName" : "publiclyAccessible"
1029
1077
  },
1030
1078
  "SecurityGroups" : {
1031
- "shape" : "ListOf__string",
1079
+ "shape" : "__listOf__string",
1032
1080
  "locationName" : "securityGroups"
1033
1081
  },
1034
1082
  "SubnetIds" : {
1035
- "shape" : "ListOf__string",
1083
+ "shape" : "__listOf__string",
1036
1084
  "locationName" : "subnetIds"
1037
1085
  },
1038
1086
  "Users" : {
1039
- "shape" : "ListOfUserSummary",
1087
+ "shape" : "__listOfUserSummary",
1040
1088
  "locationName" : "users"
1041
1089
  }
1042
1090
  }
@@ -1059,6 +1107,10 @@
1059
1107
  "shape" : "__string",
1060
1108
  "locationName" : "arn"
1061
1109
  },
1110
+ "Created" : {
1111
+ "shape" : "__timestampIso8601",
1112
+ "locationName" : "created"
1113
+ },
1062
1114
  "Description" : {
1063
1115
  "shape" : "__string",
1064
1116
  "locationName" : "description"
@@ -1092,6 +1144,10 @@
1092
1144
  "shape" : "__string",
1093
1145
  "locationName" : "configurationId"
1094
1146
  },
1147
+ "Created" : {
1148
+ "shape" : "__timestampIso8601",
1149
+ "locationName" : "created"
1150
+ },
1095
1151
  "Data" : {
1096
1152
  "shape" : "__string",
1097
1153
  "locationName" : "data"
@@ -1125,6 +1181,10 @@
1125
1181
  "shape" : "__string",
1126
1182
  "locationName" : "configurationId"
1127
1183
  },
1184
+ "Created" : {
1185
+ "shape" : "__timestampIso8601",
1186
+ "locationName" : "created"
1187
+ },
1128
1188
  "Data" : {
1129
1189
  "shape" : "__string",
1130
1190
  "locationName" : "data"
@@ -1147,7 +1207,7 @@
1147
1207
  "locationName" : "consoleAccess"
1148
1208
  },
1149
1209
  "Groups" : {
1150
- "shape" : "ListOf__string",
1210
+ "shape" : "__listOf__string",
1151
1211
  "locationName" : "groups"
1152
1212
  },
1153
1213
  "Pending" : {
@@ -1188,7 +1248,7 @@
1188
1248
  "locationName" : "consoleAccess"
1189
1249
  },
1190
1250
  "Groups" : {
1191
- "shape" : "ListOf__string",
1251
+ "shape" : "__listOf__string",
1192
1252
  "locationName" : "groups"
1193
1253
  },
1194
1254
  "Pending" : {
@@ -1256,7 +1316,7 @@
1256
1316
  "type" : "structure",
1257
1317
  "members" : {
1258
1318
  "BrokerSummaries" : {
1259
- "shape" : "ListOfBrokerSummary",
1319
+ "shape" : "__listOfBrokerSummary",
1260
1320
  "locationName" : "brokerSummaries"
1261
1321
  },
1262
1322
  "NextToken" : {
@@ -1284,7 +1344,7 @@
1284
1344
  "type" : "structure",
1285
1345
  "members" : {
1286
1346
  "BrokerSummaries" : {
1287
- "shape" : "ListOfBrokerSummary",
1347
+ "shape" : "__listOfBrokerSummary",
1288
1348
  "locationName" : "brokerSummaries"
1289
1349
  },
1290
1350
  "NextToken" : {
@@ -1309,7 +1369,7 @@
1309
1369
  "locationName" : "nextToken"
1310
1370
  },
1311
1371
  "Revisions" : {
1312
- "shape" : "ListOfConfigurationRevision",
1372
+ "shape" : "__listOfConfigurationRevision",
1313
1373
  "locationName" : "revisions"
1314
1374
  }
1315
1375
  }
@@ -1351,7 +1411,7 @@
1351
1411
  "locationName" : "nextToken"
1352
1412
  },
1353
1413
  "Revisions" : {
1354
- "shape" : "ListOfConfigurationRevision",
1414
+ "shape" : "__listOfConfigurationRevision",
1355
1415
  "locationName" : "revisions"
1356
1416
  }
1357
1417
  }
@@ -1360,7 +1420,7 @@
1360
1420
  "type" : "structure",
1361
1421
  "members" : {
1362
1422
  "Configurations" : {
1363
- "shape" : "ListOfConfiguration",
1423
+ "shape" : "__listOfConfiguration",
1364
1424
  "locationName" : "configurations"
1365
1425
  },
1366
1426
  "MaxResults" : {
@@ -1392,7 +1452,7 @@
1392
1452
  "type" : "structure",
1393
1453
  "members" : {
1394
1454
  "Configurations" : {
1395
- "shape" : "ListOfConfiguration",
1455
+ "shape" : "__listOfConfiguration",
1396
1456
  "locationName" : "configurations"
1397
1457
  },
1398
1458
  "MaxResults" : {
@@ -1405,60 +1465,6 @@
1405
1465
  }
1406
1466
  }
1407
1467
  },
1408
- "ListOfBrokerInstance" : {
1409
- "type" : "list",
1410
- "member" : {
1411
- "shape" : "BrokerInstance"
1412
- }
1413
- },
1414
- "ListOfBrokerSummary" : {
1415
- "type" : "list",
1416
- "member" : {
1417
- "shape" : "BrokerSummary"
1418
- }
1419
- },
1420
- "ListOfConfiguration" : {
1421
- "type" : "list",
1422
- "member" : {
1423
- "shape" : "Configuration"
1424
- }
1425
- },
1426
- "ListOfConfigurationId" : {
1427
- "type" : "list",
1428
- "member" : {
1429
- "shape" : "ConfigurationId"
1430
- }
1431
- },
1432
- "ListOfConfigurationRevision" : {
1433
- "type" : "list",
1434
- "member" : {
1435
- "shape" : "ConfigurationRevision"
1436
- }
1437
- },
1438
- "ListOfSanitizationWarning" : {
1439
- "type" : "list",
1440
- "member" : {
1441
- "shape" : "SanitizationWarning"
1442
- }
1443
- },
1444
- "ListOfUser" : {
1445
- "type" : "list",
1446
- "member" : {
1447
- "shape" : "User"
1448
- }
1449
- },
1450
- "ListOfUserSummary" : {
1451
- "type" : "list",
1452
- "member" : {
1453
- "shape" : "UserSummary"
1454
- }
1455
- },
1456
- "ListOf__string" : {
1457
- "type" : "list",
1458
- "member" : {
1459
- "shape" : "__string"
1460
- }
1461
- },
1462
1468
  "ListUsersOutput" : {
1463
1469
  "type" : "structure",
1464
1470
  "members" : {
@@ -1467,7 +1473,7 @@
1467
1473
  "locationName" : "brokerId"
1468
1474
  },
1469
1475
  "MaxResults" : {
1470
- "shape" : "__integer",
1476
+ "shape" : "__integerMin5Max100",
1471
1477
  "locationName" : "maxResults"
1472
1478
  },
1473
1479
  "NextToken" : {
@@ -1475,7 +1481,7 @@
1475
1481
  "locationName" : "nextToken"
1476
1482
  },
1477
1483
  "Users" : {
1478
- "shape" : "ListOfUserSummary",
1484
+ "shape" : "__listOfUserSummary",
1479
1485
  "locationName" : "users"
1480
1486
  }
1481
1487
  }
@@ -1509,7 +1515,7 @@
1509
1515
  "locationName" : "brokerId"
1510
1516
  },
1511
1517
  "MaxResults" : {
1512
- "shape" : "__integer",
1518
+ "shape" : "__integerMin5Max100",
1513
1519
  "locationName" : "maxResults"
1514
1520
  },
1515
1521
  "NextToken" : {
@@ -1517,11 +1523,49 @@
1517
1523
  "locationName" : "nextToken"
1518
1524
  },
1519
1525
  "Users" : {
1520
- "shape" : "ListOfUserSummary",
1526
+ "shape" : "__listOfUserSummary",
1521
1527
  "locationName" : "users"
1522
1528
  }
1523
1529
  }
1524
1530
  },
1531
+ "Logs" : {
1532
+ "type" : "structure",
1533
+ "members" : {
1534
+ "Audit" : {
1535
+ "shape" : "__boolean",
1536
+ "locationName" : "audit"
1537
+ },
1538
+ "General" : {
1539
+ "shape" : "__boolean",
1540
+ "locationName" : "general"
1541
+ }
1542
+ }
1543
+ },
1544
+ "LogsSummary" : {
1545
+ "type" : "structure",
1546
+ "members" : {
1547
+ "Audit" : {
1548
+ "shape" : "__boolean",
1549
+ "locationName" : "audit"
1550
+ },
1551
+ "AuditLogGroup" : {
1552
+ "shape" : "__string",
1553
+ "locationName" : "auditLogGroup"
1554
+ },
1555
+ "General" : {
1556
+ "shape" : "__boolean",
1557
+ "locationName" : "general"
1558
+ },
1559
+ "GeneralLogGroup" : {
1560
+ "shape" : "__string",
1561
+ "locationName" : "generalLogGroup"
1562
+ },
1563
+ "Pending" : {
1564
+ "shape" : "PendingLogs",
1565
+ "locationName" : "pending"
1566
+ }
1567
+ }
1568
+ },
1525
1569
  "MaxResults" : {
1526
1570
  "type" : "integer",
1527
1571
  "min" : 1,
@@ -1544,6 +1588,19 @@
1544
1588
  "httpStatusCode" : 404
1545
1589
  }
1546
1590
  },
1591
+ "PendingLogs" : {
1592
+ "type" : "structure",
1593
+ "members" : {
1594
+ "Audit" : {
1595
+ "shape" : "__boolean",
1596
+ "locationName" : "audit"
1597
+ },
1598
+ "General" : {
1599
+ "shape" : "__boolean",
1600
+ "locationName" : "general"
1601
+ }
1602
+ }
1603
+ },
1547
1604
  "RebootBrokerRequest" : {
1548
1605
  "type" : "structure",
1549
1606
  "members" : {
@@ -1603,6 +1660,10 @@
1603
1660
  "Configuration" : {
1604
1661
  "shape" : "ConfigurationId",
1605
1662
  "locationName" : "configuration"
1663
+ },
1664
+ "Logs" : {
1665
+ "shape" : "Logs",
1666
+ "locationName" : "logs"
1606
1667
  }
1607
1668
  }
1608
1669
  },
@@ -1616,6 +1677,10 @@
1616
1677
  "Configuration" : {
1617
1678
  "shape" : "ConfigurationId",
1618
1679
  "locationName" : "configuration"
1680
+ },
1681
+ "Logs" : {
1682
+ "shape" : "Logs",
1683
+ "locationName" : "logs"
1619
1684
  }
1620
1685
  }
1621
1686
  },
@@ -1630,6 +1695,10 @@
1630
1695
  "Configuration" : {
1631
1696
  "shape" : "ConfigurationId",
1632
1697
  "locationName" : "configuration"
1698
+ },
1699
+ "Logs" : {
1700
+ "shape" : "Logs",
1701
+ "locationName" : "logs"
1633
1702
  }
1634
1703
  },
1635
1704
  "required" : [ "BrokerId" ]
@@ -1644,6 +1713,10 @@
1644
1713
  "Configuration" : {
1645
1714
  "shape" : "ConfigurationId",
1646
1715
  "locationName" : "configuration"
1716
+ },
1717
+ "Logs" : {
1718
+ "shape" : "Logs",
1719
+ "locationName" : "logs"
1647
1720
  }
1648
1721
  }
1649
1722
  },
@@ -1667,6 +1740,10 @@
1667
1740
  "shape" : "__string",
1668
1741
  "locationName" : "arn"
1669
1742
  },
1743
+ "Created" : {
1744
+ "shape" : "__timestampIso8601",
1745
+ "locationName" : "created"
1746
+ },
1670
1747
  "Id" : {
1671
1748
  "shape" : "__string",
1672
1749
  "locationName" : "id"
@@ -1680,7 +1757,7 @@
1680
1757
  "locationName" : "name"
1681
1758
  },
1682
1759
  "Warnings" : {
1683
- "shape" : "ListOfSanitizationWarning",
1760
+ "shape" : "__listOfSanitizationWarning",
1684
1761
  "locationName" : "warnings"
1685
1762
  }
1686
1763
  }
@@ -1711,6 +1788,10 @@
1711
1788
  "shape" : "__string",
1712
1789
  "locationName" : "arn"
1713
1790
  },
1791
+ "Created" : {
1792
+ "shape" : "__timestampIso8601",
1793
+ "locationName" : "created"
1794
+ },
1714
1795
  "Id" : {
1715
1796
  "shape" : "__string",
1716
1797
  "locationName" : "id"
@@ -1724,7 +1805,7 @@
1724
1805
  "locationName" : "name"
1725
1806
  },
1726
1807
  "Warnings" : {
1727
- "shape" : "ListOfSanitizationWarning",
1808
+ "shape" : "__listOfSanitizationWarning",
1728
1809
  "locationName" : "warnings"
1729
1810
  }
1730
1811
  }
@@ -1737,7 +1818,7 @@
1737
1818
  "locationName" : "consoleAccess"
1738
1819
  },
1739
1820
  "Groups" : {
1740
- "shape" : "ListOf__string",
1821
+ "shape" : "__listOf__string",
1741
1822
  "locationName" : "groups"
1742
1823
  },
1743
1824
  "Password" : {
@@ -1759,7 +1840,7 @@
1759
1840
  "locationName" : "consoleAccess"
1760
1841
  },
1761
1842
  "Groups" : {
1762
- "shape" : "ListOf__string",
1843
+ "shape" : "__listOf__string",
1763
1844
  "locationName" : "groups"
1764
1845
  },
1765
1846
  "Password" : {
@@ -1786,7 +1867,7 @@
1786
1867
  "locationName" : "consoleAccess"
1787
1868
  },
1788
1869
  "Groups" : {
1789
- "shape" : "ListOf__string",
1870
+ "shape" : "__listOf__string",
1790
1871
  "locationName" : "groups"
1791
1872
  },
1792
1873
  "Password" : {
@@ -1807,7 +1888,7 @@
1807
1888
  "locationName" : "consoleAccess"
1808
1889
  },
1809
1890
  "Groups" : {
1810
- "shape" : "ListOf__string",
1891
+ "shape" : "__listOf__string",
1811
1892
  "locationName" : "groups"
1812
1893
  },
1813
1894
  "PendingChange" : {
@@ -1855,11 +1936,78 @@
1855
1936
  "__integer" : {
1856
1937
  "type" : "integer"
1857
1938
  },
1939
+ "__integerMin5Max100" : {
1940
+ "type" : "integer",
1941
+ "min" : 5,
1942
+ "max" : 100
1943
+ },
1944
+ "__listOfBrokerInstance" : {
1945
+ "type" : "list",
1946
+ "member" : {
1947
+ "shape" : "BrokerInstance"
1948
+ }
1949
+ },
1950
+ "__listOfBrokerSummary" : {
1951
+ "type" : "list",
1952
+ "member" : {
1953
+ "shape" : "BrokerSummary"
1954
+ }
1955
+ },
1956
+ "__listOfConfiguration" : {
1957
+ "type" : "list",
1958
+ "member" : {
1959
+ "shape" : "Configuration"
1960
+ }
1961
+ },
1962
+ "__listOfConfigurationId" : {
1963
+ "type" : "list",
1964
+ "member" : {
1965
+ "shape" : "ConfigurationId"
1966
+ }
1967
+ },
1968
+ "__listOfConfigurationRevision" : {
1969
+ "type" : "list",
1970
+ "member" : {
1971
+ "shape" : "ConfigurationRevision"
1972
+ }
1973
+ },
1974
+ "__listOfSanitizationWarning" : {
1975
+ "type" : "list",
1976
+ "member" : {
1977
+ "shape" : "SanitizationWarning"
1978
+ }
1979
+ },
1980
+ "__listOfUser" : {
1981
+ "type" : "list",
1982
+ "member" : {
1983
+ "shape" : "User"
1984
+ }
1985
+ },
1986
+ "__listOfUserSummary" : {
1987
+ "type" : "list",
1988
+ "member" : {
1989
+ "shape" : "UserSummary"
1990
+ }
1991
+ },
1992
+ "__listOf__string" : {
1993
+ "type" : "list",
1994
+ "member" : {
1995
+ "shape" : "__string"
1996
+ }
1997
+ },
1998
+ "__long" : {
1999
+ "type" : "long"
2000
+ },
1858
2001
  "__string" : {
1859
2002
  "type" : "string"
1860
2003
  },
1861
- "__timestamp" : {
1862
- "type" : "timestamp"
2004
+ "__timestampIso8601" : {
2005
+ "type" : "timestamp",
2006
+ "timestampFormat" : "iso8601"
2007
+ },
2008
+ "__timestampUnix" : {
2009
+ "type" : "timestamp",
2010
+ "timestampFormat" : "unixTimestamp"
1863
2011
  }
1864
2012
  }
1865
2013
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "pagination" : { }
3
+ }
@@ -1050,7 +1050,8 @@
1050
1050
  "CreationTime":{"shape":"Timestamp"},
1051
1051
  "TrainingStartTime":{"shape":"Timestamp"},
1052
1052
  "TrainingEndTime":{"shape":"Timestamp"},
1053
- "LastModifiedTime":{"shape":"Timestamp"}
1053
+ "LastModifiedTime":{"shape":"Timestamp"},
1054
+ "SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"}
1054
1055
  }
1055
1056
  },
1056
1057
  "DescribeTransformJobRequest":{
@@ -2139,7 +2140,10 @@
2139
2140
  "type":"string",
2140
2141
  "enum":[
2141
2142
  "Starting",
2143
+ "LaunchingMLInstances",
2144
+ "PreparingTrainingStack",
2142
2145
  "Downloading",
2146
+ "DownloadingTrainingImage",
2143
2147
  "Training",
2144
2148
  "Uploading",
2145
2149
  "Stopping",
@@ -2149,6 +2153,23 @@
2149
2153
  "Failed"
2150
2154
  ]
2151
2155
  },
2156
+ "SecondaryStatusTransition":{
2157
+ "type":"structure",
2158
+ "required":[
2159
+ "Status",
2160
+ "StartTime"
2161
+ ],
2162
+ "members":{
2163
+ "Status":{"shape":"SecondaryStatus"},
2164
+ "StartTime":{"shape":"Timestamp"},
2165
+ "EndTime":{"shape":"Timestamp"},
2166
+ "StatusMessage":{"shape":"StatusMessage"}
2167
+ }
2168
+ },
2169
+ "SecondaryStatusTransitions":{
2170
+ "type":"list",
2171
+ "member":{"shape":"SecondaryStatusTransition"}
2172
+ },
2152
2173
  "SecurityGroupId":{
2153
2174
  "type":"string",
2154
2175
  "max":32
@@ -2193,6 +2214,7 @@
2193
2214
  "NotebookInstanceName":{"shape":"NotebookInstanceName"}
2194
2215
  }
2195
2216
  },
2217
+ "StatusMessage":{"type":"string"},
2196
2218
  "StopHyperParameterTuningJobRequest":{
2197
2219
  "type":"structure",
2198
2220
  "required":["HyperParameterTuningJobName"],
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:MQ, {
2
2
  api: "#{Aws::API_DIR}/mq/2017-11-27/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/mq/2017-11-27/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/mq/2017-11-27/paginators-1.json",
4
5
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.96'
2
+ VERSION = '2.11.97'
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.96
4
+ version: 2.11.97
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: 2018-07-26 00:00:00.000000000 Z
11
+ date: 2018-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -149,6 +149,7 @@ files:
149
149
  - apis/cloudhsmv2/2017-04-28/api-2.json
150
150
  - apis/cloudhsmv2/2017-04-28/examples-1.json
151
151
  - apis/cloudhsmv2/2017-04-28/paginators-1.json
152
+ - apis/cloudhsmv2/2017-04-28/smoke.json
152
153
  - apis/cloudsearch/2013-01-01/api-2.json
153
154
  - apis/cloudsearch/2013-01-01/paginators-1.json
154
155
  - apis/cloudsearchdomain/2013-01-01/api-2.json
@@ -316,6 +317,7 @@ files:
316
317
  - apis/glacier/2012-06-01/examples-1.json
317
318
  - apis/glacier/2012-06-01/paginators-1.json
318
319
  - apis/glacier/2012-06-01/resources-1.json
320
+ - apis/glacier/2012-06-01/smoke.json
319
321
  - apis/glacier/2012-06-01/waiters-2.json
320
322
  - apis/glue/2017-03-31/api-2.json
321
323
  - apis/glue/2017-03-31/examples-1.json
@@ -420,6 +422,7 @@ files:
420
422
  - apis/monitoring/2010-08-01/resources-1.json
421
423
  - apis/monitoring/2010-08-01/waiters-2.json
422
424
  - apis/mq/2017-11-27/api-2.json
425
+ - apis/mq/2017-11-27/paginators-1.json
423
426
  - apis/mturk-requester/2017-01-17/api-2.json
424
427
  - apis/mturk-requester/2017-01-17/examples-1.json
425
428
  - apis/mturk-requester/2017-01-17/paginators-1.json