aws-sdk 2.1421.0 → 2.1422.0

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.
@@ -256,7 +256,7 @@
256
256
  "shape": "S1o"
257
257
  },
258
258
  "jobDriver": {
259
- "shape": "S1y"
259
+ "shape": "S24"
260
260
  },
261
261
  "tags": {
262
262
  "shape": "Sj"
@@ -531,7 +531,7 @@
531
531
  },
532
532
  "executionRoleArn": {},
533
533
  "jobDriver": {
534
- "shape": "S1y"
534
+ "shape": "S24"
535
535
  },
536
536
  "configurationOverrides": {
537
537
  "shape": "S1o"
@@ -888,6 +888,28 @@
888
888
  },
889
889
  "encryptionKeyArn": {}
890
890
  }
891
+ },
892
+ "cloudWatchLoggingConfiguration": {
893
+ "type": "structure",
894
+ "required": [
895
+ "enabled"
896
+ ],
897
+ "members": {
898
+ "enabled": {
899
+ "type": "boolean"
900
+ },
901
+ "logGroupName": {},
902
+ "logStreamNamePrefix": {},
903
+ "encryptionKeyArn": {},
904
+ "logTypes": {
905
+ "type": "map",
906
+ "key": {},
907
+ "value": {
908
+ "type": "list",
909
+ "member": {}
910
+ }
911
+ }
912
+ }
891
913
  }
892
914
  }
893
915
  }
@@ -914,7 +936,7 @@
914
936
  }
915
937
  }
916
938
  },
917
- "S1y": {
939
+ "S24": {
918
940
  "type": "structure",
919
941
  "members": {
920
942
  "sparkSubmit": {
@@ -5962,7 +5962,8 @@
5962
5962
  }
5963
5963
  }
5964
5964
  },
5965
- "ReadReplicaSourceDBClusterIdentifier": {}
5965
+ "ReadReplicaSourceDBClusterIdentifier": {},
5966
+ "PercentProgress": {}
5966
5967
  },
5967
5968
  "wrapper": true
5968
5969
  },
@@ -12742,6 +12742,10 @@
12742
12742
  },
12743
12743
  "TextClassificationJobConfig": {
12744
12744
  "type": "structure",
12745
+ "required": [
12746
+ "ContentColumn",
12747
+ "TargetLabelColumn"
12748
+ ],
12745
12749
  "members": {
12746
12750
  "CompletionCriteria": {
12747
12751
  "shape": "S5l"