aws-sdk-core 2.11.336 → 2.11.337

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: 3b3eea8146ef0731551fb52fc30e47c7320627a4
4
- data.tar.gz: 9e52dac56bcecd3bc4d5d5e5c1c1d0cd2d6c5189
3
+ metadata.gz: 0a680b001faf3f96e466d4b3b861ba0b2c5c1a4f
4
+ data.tar.gz: 82417c77260f1a185386e27a94b5b106fe20ea69
5
5
  SHA512:
6
- metadata.gz: 4cf43aaf664c3ee60e44276e095517351f2e292127cd90773c69ea41d05d3dfbed67bd2e2d5b9c85aad91b6103cb49b7a6bc4d42e371417296e3a1573edc859e
7
- data.tar.gz: 02e7125a5b80b912e4210b0826626b4a7d55e8ab9d676ab5cf77c6aa1b1b53bc10e02b765427ce59e8c997190bfd5be90a6af9ea12a27c582d612875580b1093
6
+ metadata.gz: 88cc65473632d53b82d51a84d253585d2a991f0d0b75c9807673cd574005242316d1ac49ccda33ecf844e9f0d7e643adcfa3b9d7acf63039b41df5d02a00070f
7
+ data.tar.gz: 8e79054228dfad6d9c891c95cc32ef7b71da4b98d82eb47855a2355e6aef47381a7ee39dd3be94f1e04cee07246dcdc5624f2945cecb990d7f496043359990ea
@@ -1711,6 +1711,7 @@
1711
1711
  "DistanceUnit":{"shape":"DistanceUnit"},
1712
1712
  "TemperatureUnit":{"shape":"TemperatureUnit"},
1713
1713
  "WakeWord":{"shape":"WakeWord"},
1714
+ "Locale":{"shape":"DeviceLocale"},
1714
1715
  "ClientRequestToken":{
1715
1716
  "shape":"ClientRequestToken",
1716
1717
  "idempotencyToken":true
@@ -2044,6 +2045,11 @@
2044
2045
  ]
2045
2046
  },
2046
2047
  "DeviceEventValue":{"type":"string"},
2048
+ "DeviceLocale":{
2049
+ "type":"string",
2050
+ "max":256,
2051
+ "min":1
2052
+ },
2047
2053
  "DeviceName":{
2048
2054
  "type":"string",
2049
2055
  "max":100,
@@ -2204,7 +2210,7 @@
2204
2210
  "type":"string",
2205
2211
  "max":128,
2206
2212
  "min":1,
2207
- "pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})"
2213
+ "pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})"
2208
2214
  },
2209
2215
  "EnablementType":{
2210
2216
  "type":"string",
@@ -2948,6 +2954,7 @@
2948
2954
  "DistanceUnit":{"shape":"DistanceUnit"},
2949
2955
  "TemperatureUnit":{"shape":"TemperatureUnit"},
2950
2956
  "WakeWord":{"shape":"WakeWord"},
2957
+ "Locale":{"shape":"DeviceLocale"},
2951
2958
  "SetupModeDisabled":{"shape":"Boolean"},
2952
2959
  "MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
2953
2960
  "PSTNEnabled":{"shape":"Boolean"},
@@ -2964,7 +2971,8 @@
2964
2971
  "Timezone":{"shape":"Timezone"},
2965
2972
  "DistanceUnit":{"shape":"DistanceUnit"},
2966
2973
  "TemperatureUnit":{"shape":"TemperatureUnit"},
2967
- "WakeWord":{"shape":"WakeWord"}
2974
+ "WakeWord":{"shape":"WakeWord"},
2975
+ "Locale":{"shape":"DeviceLocale"}
2968
2976
  }
2969
2977
  },
2970
2978
  "ProfileDataList":{
@@ -3894,6 +3902,7 @@
3894
3902
  "DistanceUnit":{"shape":"DistanceUnit"},
3895
3903
  "TemperatureUnit":{"shape":"TemperatureUnit"},
3896
3904
  "WakeWord":{"shape":"WakeWord"},
3905
+ "Locale":{"shape":"DeviceLocale"},
3897
3906
  "SetupModeDisabled":{"shape":"Boolean"},
3898
3907
  "MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
3899
3908
  "PSTNEnabled":{"shape":"Boolean"}
@@ -521,7 +521,8 @@
521
521
  {"shape":"OperationNotPermittedException"},
522
522
  {"shape":"LimitExceededException"},
523
523
  {"shape":"InvalidAccountStatusException"},
524
- {"shape":"ConcurrentModificationException"}
524
+ {"shape":"ConcurrentModificationException"},
525
+ {"shape":"ResourceNotAvailableException"}
525
526
  ]
526
527
  },
527
528
  "StartImageBuilder":{
@@ -664,6 +665,24 @@
664
665
  }
665
666
  },
666
667
  "shapes":{
668
+ "AccessEndpoint":{
669
+ "type":"structure",
670
+ "required":["EndpointType"],
671
+ "members":{
672
+ "EndpointType":{"shape":"AccessEndpointType"},
673
+ "VpceId":{"shape":"String"}
674
+ }
675
+ },
676
+ "AccessEndpointList":{
677
+ "type":"list",
678
+ "member":{"shape":"AccessEndpoint"},
679
+ "max":4,
680
+ "min":1
681
+ },
682
+ "AccessEndpointType":{
683
+ "type":"string",
684
+ "enum":["STREAMING"]
685
+ },
667
686
  "AccountName":{
668
687
  "type":"string",
669
688
  "min":1,
@@ -903,7 +922,8 @@
903
922
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
904
923
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
905
924
  "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
906
- "Tags":{"shape":"Tags"}
925
+ "Tags":{"shape":"Tags"},
926
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
907
927
  }
908
928
  },
909
929
  "CreateImageBuilderResult":{
@@ -939,7 +959,8 @@
939
959
  "FeedbackURL":{"shape":"FeedbackURL"},
940
960
  "UserSettings":{"shape":"UserSettingList"},
941
961
  "ApplicationSettings":{"shape":"ApplicationSettings"},
942
- "Tags":{"shape":"Tags"}
962
+ "Tags":{"shape":"Tags"},
963
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
943
964
  }
944
965
  },
945
966
  "CreateStackResult":{
@@ -1440,6 +1461,7 @@
1440
1461
  "NETWORK_INTERFACE_LIMIT_EXCEEDED",
1441
1462
  "INTERNAL_SERVICE_ERROR",
1442
1463
  "IAM_SERVICE_ROLE_IS_MISSING",
1464
+ "STS_DISABLED_IN_REGION",
1443
1465
  "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
1444
1466
  "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
1445
1467
  "SUBNET_NOT_FOUND",
@@ -1527,7 +1549,8 @@
1527
1549
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
1528
1550
  "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
1529
1551
  "ImageBuilderErrors":{"shape":"ResourceErrors"},
1530
- "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1552
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
1553
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
1531
1554
  }
1532
1555
  },
1533
1556
  "ImageBuilderList":{
@@ -1891,7 +1914,8 @@
1891
1914
  "FeedbackURL":{"shape":"FeedbackURL"},
1892
1915
  "StackErrors":{"shape":"StackErrors"},
1893
1916
  "UserSettings":{"shape":"UserSettingList"},
1894
- "ApplicationSettings":{"shape":"ApplicationSettingsResponse"}
1917
+ "ApplicationSettings":{"shape":"ApplicationSettingsResponse"},
1918
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
1895
1919
  }
1896
1920
  },
1897
1921
  "StackAttribute":{
@@ -1904,7 +1928,8 @@
1904
1928
  "REDIRECT_URL",
1905
1929
  "FEEDBACK_URL",
1906
1930
  "THEME_NAME",
1907
- "USER_SETTINGS"
1931
+ "USER_SETTINGS",
1932
+ "ACCESS_ENDPOINTS"
1908
1933
  ]
1909
1934
  },
1910
1935
  "StackAttributes":{
@@ -2159,7 +2184,8 @@
2159
2184
  "FeedbackURL":{"shape":"FeedbackURL"},
2160
2185
  "AttributesToDelete":{"shape":"StackAttributes"},
2161
2186
  "UserSettings":{"shape":"UserSettingList"},
2162
- "ApplicationSettings":{"shape":"ApplicationSettings"}
2187
+ "ApplicationSettings":{"shape":"ApplicationSettings"},
2188
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
2163
2189
  }
2164
2190
  },
2165
2191
  "UpdateStackResult":{
@@ -951,6 +951,10 @@
951
951
  "SingleRecord"
952
952
  ]
953
953
  },
954
+ "BillableTimeInSeconds":{
955
+ "type":"integer",
956
+ "min":1
957
+ },
954
958
  "Boolean":{"type":"boolean"},
955
959
  "BooleanOperator":{
956
960
  "type":"string",
@@ -1039,6 +1043,14 @@
1039
1043
  "max":8,
1040
1044
  "min":1
1041
1045
  },
1046
+ "CheckpointConfig":{
1047
+ "type":"structure",
1048
+ "required":["S3Uri"],
1049
+ "members":{
1050
+ "S3Uri":{"shape":"S3Uri"},
1051
+ "LocalPath":{"shape":"DirectoryPath"}
1052
+ }
1053
+ },
1042
1054
  "CodeRepositoryArn":{
1043
1055
  "type":"string",
1044
1056
  "max":2048,
@@ -1527,7 +1539,9 @@
1527
1539
  "StoppingCondition":{"shape":"StoppingCondition"},
1528
1540
  "Tags":{"shape":"TagList"},
1529
1541
  "EnableNetworkIsolation":{"shape":"Boolean"},
1530
- "EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
1542
+ "EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
1543
+ "EnableManagedSpotTraining":{"shape":"Boolean"},
1544
+ "CheckpointConfig":{"shape":"CheckpointConfig"}
1531
1545
  }
1532
1546
  },
1533
1547
  "CreateTrainingJobResponse":{
@@ -2091,7 +2105,11 @@
2091
2105
  "SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
2092
2106
  "FinalMetricDataList":{"shape":"FinalMetricDataList"},
2093
2107
  "EnableNetworkIsolation":{"shape":"Boolean"},
2094
- "EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
2108
+ "EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
2109
+ "EnableManagedSpotTraining":{"shape":"Boolean"},
2110
+ "CheckpointConfig":{"shape":"CheckpointConfig"},
2111
+ "TrainingTimeInSeconds":{"shape":"TrainingTimeInSeconds"},
2112
+ "BillableTimeInSeconds":{"shape":"BillableTimeInSeconds"}
2095
2113
  }
2096
2114
  },
2097
2115
  "DescribeTransformJobRequest":{
@@ -2185,6 +2203,11 @@
2185
2203
  "Disabled"
2186
2204
  ]
2187
2205
  },
2206
+ "DirectoryPath":{
2207
+ "type":"string",
2208
+ "max":4096,
2209
+ "pattern":".*"
2210
+ },
2188
2211
  "DisassociateAdditionalCodeRepositories":{"type":"boolean"},
2189
2212
  "DisassociateDefaultCodeRepository":{"type":"boolean"},
2190
2213
  "DisassociateNotebookInstanceAcceleratorTypes":{"type":"boolean"},
@@ -2359,7 +2382,7 @@
2359
2382
  "FinalMetricDataList":{
2360
2383
  "type":"list",
2361
2384
  "member":{"shape":"MetricData"},
2362
- "max":20,
2385
+ "max":40,
2363
2386
  "min":0
2364
2387
  },
2365
2388
  "Float":{"type":"float"},
@@ -2493,7 +2516,9 @@
2493
2516
  "ResourceConfig":{"shape":"ResourceConfig"},
2494
2517
  "StoppingCondition":{"shape":"StoppingCondition"},
2495
2518
  "EnableNetworkIsolation":{"shape":"Boolean"},
2496
- "EnableInterContainerTrafficEncryption":{"shape":"Boolean"}
2519
+ "EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
2520
+ "EnableManagedSpotTraining":{"shape":"Boolean"},
2521
+ "CheckpointConfig":{"shape":"CheckpointConfig"}
2497
2522
  }
2498
2523
  },
2499
2524
  "HyperParameterTrainingJobSummaries":{
@@ -3435,6 +3460,10 @@
3435
3460
  "type":"integer",
3436
3461
  "min":1
3437
3462
  },
3463
+ "MaxWaitTimeInSeconds":{
3464
+ "type":"integer",
3465
+ "min":1
3466
+ },
3438
3467
  "MemberDefinition":{
3439
3468
  "type":"structure",
3440
3469
  "members":{
@@ -3469,7 +3498,7 @@
3469
3498
  "MetricDefinitionList":{
3470
3499
  "type":"list",
3471
3500
  "member":{"shape":"MetricDefinition"},
3472
- "max":20,
3501
+ "max":40,
3473
3502
  "min":0
3474
3503
  },
3475
3504
  "MetricName":{
@@ -4027,6 +4056,7 @@
4027
4056
  "ProductionVariantList":{
4028
4057
  "type":"list",
4029
4058
  "member":{"shape":"ProductionVariant"},
4059
+ "max":10,
4030
4060
  "min":1
4031
4061
  },
4032
4062
  "ProductionVariantSummary":{
@@ -4316,7 +4346,9 @@
4316
4346
  "Stopped",
4317
4347
  "MaxRuntimeExceeded",
4318
4348
  "Completed",
4319
- "Failed"
4349
+ "Failed",
4350
+ "Interrupted",
4351
+ "MaxWaitTimeExceeded"
4320
4352
  ]
4321
4353
  },
4322
4354
  "SecondaryStatusTransition":{
@@ -4463,7 +4495,8 @@
4463
4495
  "StoppingCondition":{
4464
4496
  "type":"structure",
4465
4497
  "members":{
4466
- "MaxRuntimeInSeconds":{"shape":"MaxRuntimeInSeconds"}
4498
+ "MaxRuntimeInSeconds":{"shape":"MaxRuntimeInSeconds"},
4499
+ "MaxWaitTimeInSeconds":{"shape":"MaxWaitTimeInSeconds"}
4467
4500
  }
4468
4501
  },
4469
4502
  "String":{"type":"string"},
@@ -4558,7 +4591,10 @@
4558
4591
  "deeplens",
4559
4592
  "rk3399",
4560
4593
  "rk3288",
4561
- "sbe_c"
4594
+ "aisage",
4595
+ "sbe_c",
4596
+ "qcs605",
4597
+ "qcs603"
4562
4598
  ]
4563
4599
  },
4564
4600
  "TaskAvailabilityLifetimeInSeconds":{
@@ -4597,7 +4633,7 @@
4597
4633
  "TaskTimeLimitInSeconds":{
4598
4634
  "type":"integer",
4599
4635
  "max":28800,
4600
- "min":1
4636
+ "min":30
4601
4637
  },
4602
4638
  "TaskTitle":{
4603
4639
  "type":"string",
@@ -4801,6 +4837,10 @@
4801
4837
  "SupportedTuningJobObjectiveMetrics":{"shape":"HyperParameterTuningJobObjectives"}
4802
4838
  }
4803
4839
  },
4840
+ "TrainingTimeInSeconds":{
4841
+ "type":"integer",
4842
+ "min":1
4843
+ },
4804
4844
  "TransformDataSource":{
4805
4845
  "type":"structure",
4806
4846
  "required":["S3DataSource"],
@@ -450,7 +450,8 @@
450
450
  },
451
451
  "HostKey":{
452
452
  "type":"string",
453
- "max":4096
453
+ "max":4096,
454
+ "sensitive":true
454
455
  },
455
456
  "HostKeyFingerprint":{"type":"string"},
456
457
  "IdentityProviderDetails":{
@@ -649,6 +650,7 @@
649
650
  "exception":true
650
651
  },
651
652
  "ResourceType":{"type":"string"},
653
+ "Response":{"type":"string"},
652
654
  "Role":{
653
655
  "type":"string",
654
656
  "pattern":"arn:.*role/.*"
@@ -776,8 +778,9 @@
776
778
  "Url"
777
779
  ],
778
780
  "members":{
779
- "Message":{"shape":"Message"},
781
+ "Response":{"shape":"Response"},
780
782
  "StatusCode":{"shape":"StatusCode"},
783
+ "Message":{"shape":"Message"},
781
784
  "Url":{"shape":"Url"}
782
785
  }
783
786
  },
@@ -842,7 +845,10 @@
842
845
  "type":"string",
843
846
  "pattern":"^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$"
844
847
  },
845
- "UserPassword":{"type":"string"},
848
+ "UserPassword":{
849
+ "type":"string",
850
+ "sensitive":true
851
+ },
846
852
  "VpcEndpointId":{
847
853
  "type":"string",
848
854
  "pattern":"^vpce-[0-9a-f]{17}$"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.336'
2
+ VERSION = '2.11.337'
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.336
4
+ version: 2.11.337
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-08-19 00:00:00.000000000 Z
11
+ date: 2019-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath