aws-sdk-core 2.11.399 → 2.11.400

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.
@@ -1195,6 +1195,7 @@
1195
1195
  "members":{
1196
1196
  "ContainerHostname":{"shape":"ContainerHostname"},
1197
1197
  "Image":{"shape":"Image"},
1198
+ "Mode":{"shape":"ContainerMode"},
1198
1199
  "ModelDataUrl":{"shape":"Url"},
1199
1200
  "Environment":{"shape":"EnvironmentMap"},
1200
1201
  "ModelPackageName":{"shape":"ArnOrName"}
@@ -1210,6 +1211,13 @@
1210
1211
  "max":63,
1211
1212
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1212
1213
  },
1214
+ "ContainerMode":{
1215
+ "type":"string",
1216
+ "enum":[
1217
+ "SingleModel",
1218
+ "MultiModel"
1219
+ ]
1220
+ },
1213
1221
  "ContentClassifier":{
1214
1222
  "type":"string",
1215
1223
  "enum":[
@@ -310,7 +310,8 @@
310
310
  "output":{"shape":"DeleteResourceDataSyncResult"},
311
311
  "errors":[
312
312
  {"shape":"InternalServerError"},
313
- {"shape":"ResourceDataSyncNotFoundException"}
313
+ {"shape":"ResourceDataSyncNotFoundException"},
314
+ {"shape":"ResourceDataSyncInvalidConfigurationException"}
314
315
  ]
315
316
  },
316
317
  "DeregisterManagedInstance":{
@@ -1004,6 +1005,7 @@
1004
1005
  "output":{"shape":"GetOpsSummaryResult"},
1005
1006
  "errors":[
1006
1007
  {"shape":"InternalServerError"},
1008
+ {"shape":"ResourceDataSyncNotFoundException"},
1007
1009
  {"shape":"InvalidFilter"},
1008
1010
  {"shape":"InvalidNextToken"},
1009
1011
  {"shape":"InvalidTypeNameException"},
@@ -1281,6 +1283,7 @@
1281
1283
  "input":{"shape":"ListResourceDataSyncRequest"},
1282
1284
  "output":{"shape":"ListResourceDataSyncResult"},
1283
1285
  "errors":[
1286
+ {"shape":"ResourceDataSyncInvalidConfigurationException"},
1284
1287
  {"shape":"InternalServerError"},
1285
1288
  {"shape":"InvalidNextToken"}
1286
1289
  ]
@@ -3033,7 +3036,9 @@
3033
3036
  "RelatedOpsItems":{"shape":"RelatedOpsItems"},
3034
3037
  "Source":{"shape":"OpsItemSource"},
3035
3038
  "Title":{"shape":"OpsItemTitle"},
3036
- "Tags":{"shape":"TagList"}
3039
+ "Tags":{"shape":"TagList"},
3040
+ "Category":{"shape":"OpsItemCategory"},
3041
+ "Severity":{"shape":"OpsItemSeverity"}
3037
3042
  }
3038
3043
  },
3039
3044
  "CreateOpsItemResponse":{
@@ -3075,13 +3080,12 @@
3075
3080
  },
3076
3081
  "CreateResourceDataSyncRequest":{
3077
3082
  "type":"structure",
3078
- "required":[
3079
- "SyncName",
3080
- "S3Destination"
3081
- ],
3083
+ "required":["SyncName"],
3082
3084
  "members":{
3083
3085
  "SyncName":{"shape":"ResourceDataSyncName"},
3084
- "S3Destination":{"shape":"ResourceDataSyncS3Destination"}
3086
+ "S3Destination":{"shape":"ResourceDataSyncS3Destination"},
3087
+ "SyncType":{"shape":"ResourceDataSyncType"},
3088
+ "SyncSource":{"shape":"ResourceDataSyncSource"}
3085
3089
  }
3086
3090
  },
3087
3091
  "CreateResourceDataSyncResult":{
@@ -3221,7 +3225,8 @@
3221
3225
  "type":"structure",
3222
3226
  "required":["SyncName"],
3223
3227
  "members":{
3224
- "SyncName":{"shape":"ResourceDataSyncName"}
3228
+ "SyncName":{"shape":"ResourceDataSyncName"},
3229
+ "SyncType":{"shape":"ResourceDataSyncType"}
3225
3230
  }
3226
3231
  },
3227
3232
  "DeleteResourceDataSyncResult":{
@@ -4606,10 +4611,11 @@
4606
4611
  },
4607
4612
  "GetOpsSummaryRequest":{
4608
4613
  "type":"structure",
4609
- "required":["Aggregators"],
4610
4614
  "members":{
4615
+ "SyncName":{"shape":"ResourceDataSyncName"},
4611
4616
  "Filters":{"shape":"OpsFilterList"},
4612
4617
  "Aggregators":{"shape":"OpsAggregatorList"},
4618
+ "ResultAttributes":{"shape":"OpsResultAttributeList"},
4613
4619
  "NextToken":{"shape":"NextToken"},
4614
4620
  "MaxResults":{
4615
4621
  "shape":"MaxResults",
@@ -5952,6 +5958,7 @@
5952
5958
  "ListResourceDataSyncRequest":{
5953
5959
  "type":"structure",
5954
5960
  "members":{
5961
+ "SyncType":{"shape":"ResourceDataSyncType"},
5955
5962
  "NextToken":{"shape":"NextToken"},
5956
5963
  "MaxResults":{
5957
5964
  "shape":"MaxResults",
@@ -6512,11 +6519,11 @@
6512
6519
  "type":"string",
6513
6520
  "max":20,
6514
6521
  "min":1,
6515
- "pattern":"^(range|count)"
6522
+ "pattern":"^(range|count|sum)"
6516
6523
  },
6517
6524
  "OpsAggregatorValue":{
6518
6525
  "type":"string",
6519
- "max":512,
6526
+ "max":2048,
6520
6527
  "min":0
6521
6528
  },
6522
6529
  "OpsAggregatorValueKey":{
@@ -6549,9 +6556,14 @@
6549
6556
  "OpsEntityItem":{
6550
6557
  "type":"structure",
6551
6558
  "members":{
6559
+ "CaptureTime":{"shape":"OpsEntityItemCaptureTime"},
6552
6560
  "Content":{"shape":"OpsEntityItemEntryList"}
6553
6561
  }
6554
6562
  },
6563
+ "OpsEntityItemCaptureTime":{
6564
+ "type":"string",
6565
+ "pattern":"^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$"
6566
+ },
6555
6567
  "OpsEntityItemEntry":{
6556
6568
  "type":"map",
6557
6569
  "key":{"shape":"AttributeName"},
@@ -6632,7 +6644,9 @@
6632
6644
  "Version":{"shape":"String"},
6633
6645
  "Title":{"shape":"OpsItemTitle"},
6634
6646
  "Source":{"shape":"OpsItemSource"},
6635
- "OperationalData":{"shape":"OpsItemOperationalData"}
6647
+ "OperationalData":{"shape":"OpsItemOperationalData"},
6648
+ "Category":{"shape":"OpsItemCategory"},
6649
+ "Severity":{"shape":"OpsItemSeverity"}
6636
6650
  }
6637
6651
  },
6638
6652
  "OpsItemAlreadyExistsException":{
@@ -6643,6 +6657,11 @@
6643
6657
  },
6644
6658
  "exception":true
6645
6659
  },
6660
+ "OpsItemCategory":{
6661
+ "type":"string",
6662
+ "max":64,
6663
+ "min":1
6664
+ },
6646
6665
  "OpsItemDataKey":{
6647
6666
  "type":"string",
6648
6667
  "max":128,
@@ -6696,7 +6715,9 @@
6696
6715
  "OperationalDataKey",
6697
6716
  "OperationalDataValue",
6698
6717
  "ResourceId",
6699
- "AutomationId"
6718
+ "AutomationId",
6719
+ "Category",
6720
+ "Severity"
6700
6721
  ]
6701
6722
  },
6702
6723
  "OpsItemFilterOperator":{
@@ -6779,6 +6800,11 @@
6779
6800
  "max":5,
6780
6801
  "min":1
6781
6802
  },
6803
+ "OpsItemSeverity":{
6804
+ "type":"string",
6805
+ "max":64,
6806
+ "min":1
6807
+ },
6782
6808
  "OpsItemSource":{
6783
6809
  "type":"string",
6784
6810
  "max":64,
@@ -6808,7 +6834,9 @@
6808
6834
  "Status":{"shape":"OpsItemStatus"},
6809
6835
  "OpsItemId":{"shape":"OpsItemId"},
6810
6836
  "Title":{"shape":"OpsItemTitle"},
6811
- "OperationalData":{"shape":"OpsItemOperationalData"}
6837
+ "OperationalData":{"shape":"OpsItemOperationalData"},
6838
+ "Category":{"shape":"OpsItemCategory"},
6839
+ "Severity":{"shape":"OpsItemSeverity"}
6812
6840
  }
6813
6841
  },
6814
6842
  "OpsItemTitle":{
@@ -6816,6 +6844,19 @@
6816
6844
  "max":1024,
6817
6845
  "min":1
6818
6846
  },
6847
+ "OpsResultAttribute":{
6848
+ "type":"structure",
6849
+ "required":["TypeName"],
6850
+ "members":{
6851
+ "TypeName":{"shape":"OpsDataTypeName"}
6852
+ }
6853
+ },
6854
+ "OpsResultAttributeList":{
6855
+ "type":"list",
6856
+ "member":{"shape":"OpsResultAttribute"},
6857
+ "max":1,
6858
+ "min":1
6859
+ },
6819
6860
  "OutputSource":{
6820
6861
  "type":"structure",
6821
6862
  "members":{
@@ -7745,6 +7786,14 @@
7745
7786
  },
7746
7787
  "exception":true
7747
7788
  },
7789
+ "ResourceDataSyncAwsOrganizationsSource":{
7790
+ "type":"structure",
7791
+ "required":["OrganizationSourceType"],
7792
+ "members":{
7793
+ "OrganizationSourceType":{"shape":"ResourceDataSyncOrganizationSourceType"},
7794
+ "OrganizationalUnits":{"shape":"ResourceDataSyncOrganizationalUnitList"}
7795
+ }
7796
+ },
7748
7797
  "ResourceDataSyncCountExceededException":{
7749
7798
  "type":"structure",
7750
7799
  "members":{
@@ -7753,6 +7802,7 @@
7753
7802
  "exception":true
7754
7803
  },
7755
7804
  "ResourceDataSyncCreatedTime":{"type":"timestamp"},
7805
+ "ResourceDataSyncIncludeFutureRegions":{"type":"boolean"},
7756
7806
  "ResourceDataSyncInvalidConfigurationException":{
7757
7807
  "type":"structure",
7758
7808
  "members":{
@@ -7764,9 +7814,12 @@
7764
7814
  "type":"structure",
7765
7815
  "members":{
7766
7816
  "SyncName":{"shape":"ResourceDataSyncName"},
7817
+ "SyncType":{"shape":"ResourceDataSyncType"},
7818
+ "SyncSource":{"shape":"ResourceDataSyncSourceWithState"},
7767
7819
  "S3Destination":{"shape":"ResourceDataSyncS3Destination"},
7768
7820
  "LastSyncTime":{"shape":"LastResourceDataSyncTime"},
7769
7821
  "LastSuccessfulSyncTime":{"shape":"LastSuccessfulResourceDataSyncTime"},
7822
+ "SyncLastModifiedTime":{"shape":"ResourceDataSyncLastModifiedTime"},
7770
7823
  "LastStatus":{"shape":"LastResourceDataSyncStatus"},
7771
7824
  "SyncCreatedTime":{"shape":"ResourceDataSyncCreatedTime"},
7772
7825
  "LastSyncStatusMessage":{"shape":"LastResourceDataSyncMessage"}
@@ -7776,6 +7829,7 @@
7776
7829
  "type":"list",
7777
7830
  "member":{"shape":"ResourceDataSyncItem"}
7778
7831
  },
7832
+ "ResourceDataSyncLastModifiedTime":{"type":"timestamp"},
7779
7833
  "ResourceDataSyncName":{
7780
7834
  "type":"string",
7781
7835
  "max":64,
@@ -7784,10 +7838,35 @@
7784
7838
  "ResourceDataSyncNotFoundException":{
7785
7839
  "type":"structure",
7786
7840
  "members":{
7787
- "SyncName":{"shape":"ResourceDataSyncName"}
7841
+ "SyncName":{"shape":"ResourceDataSyncName"},
7842
+ "SyncType":{"shape":"ResourceDataSyncType"},
7843
+ "Message":{"shape":"String"}
7788
7844
  },
7789
7845
  "exception":true
7790
7846
  },
7847
+ "ResourceDataSyncOrganizationSourceType":{
7848
+ "type":"string",
7849
+ "max":64,
7850
+ "min":1
7851
+ },
7852
+ "ResourceDataSyncOrganizationalUnit":{
7853
+ "type":"structure",
7854
+ "members":{
7855
+ "OrganizationalUnitId":{"shape":"ResourceDataSyncOrganizationalUnitId"}
7856
+ }
7857
+ },
7858
+ "ResourceDataSyncOrganizationalUnitId":{
7859
+ "type":"string",
7860
+ "max":128,
7861
+ "min":1,
7862
+ "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
7863
+ },
7864
+ "ResourceDataSyncOrganizationalUnitList":{
7865
+ "type":"list",
7866
+ "member":{"shape":"ResourceDataSyncOrganizationalUnit"},
7867
+ "max":1000,
7868
+ "min":1
7869
+ },
7791
7870
  "ResourceDataSyncS3BucketName":{
7792
7871
  "type":"string",
7793
7872
  "max":2048,
@@ -7822,6 +7901,53 @@
7822
7901
  "max":64,
7823
7902
  "min":1
7824
7903
  },
7904
+ "ResourceDataSyncSource":{
7905
+ "type":"structure",
7906
+ "required":[
7907
+ "SourceType",
7908
+ "SourceRegions"
7909
+ ],
7910
+ "members":{
7911
+ "SourceType":{"shape":"ResourceDataSyncSourceType"},
7912
+ "AwsOrganizationsSource":{"shape":"ResourceDataSyncAwsOrganizationsSource"},
7913
+ "SourceRegions":{"shape":"ResourceDataSyncSourceRegionList"},
7914
+ "IncludeFutureRegions":{"shape":"ResourceDataSyncIncludeFutureRegions"}
7915
+ }
7916
+ },
7917
+ "ResourceDataSyncSourceRegion":{
7918
+ "type":"string",
7919
+ "max":64,
7920
+ "min":1
7921
+ },
7922
+ "ResourceDataSyncSourceRegionList":{
7923
+ "type":"list",
7924
+ "member":{"shape":"ResourceDataSyncSourceRegion"}
7925
+ },
7926
+ "ResourceDataSyncSourceType":{
7927
+ "type":"string",
7928
+ "max":64,
7929
+ "min":1
7930
+ },
7931
+ "ResourceDataSyncSourceWithState":{
7932
+ "type":"structure",
7933
+ "members":{
7934
+ "SourceType":{"shape":"ResourceDataSyncSourceType"},
7935
+ "AwsOrganizationsSource":{"shape":"ResourceDataSyncAwsOrganizationsSource"},
7936
+ "SourceRegions":{"shape":"ResourceDataSyncSourceRegionList"},
7937
+ "IncludeFutureRegions":{"shape":"ResourceDataSyncIncludeFutureRegions"},
7938
+ "State":{"shape":"ResourceDataSyncState"}
7939
+ }
7940
+ },
7941
+ "ResourceDataSyncState":{
7942
+ "type":"string",
7943
+ "max":64,
7944
+ "min":1
7945
+ },
7946
+ "ResourceDataSyncType":{
7947
+ "type":"string",
7948
+ "max":64,
7949
+ "min":1
7950
+ },
7825
7951
  "ResourceId":{"type":"string"},
7826
7952
  "ResourceInUseException":{
7827
7953
  "type":"structure",
@@ -8836,7 +8962,9 @@
8836
8962
  "RelatedOpsItems":{"shape":"RelatedOpsItems"},
8837
8963
  "Status":{"shape":"OpsItemStatus"},
8838
8964
  "OpsItemId":{"shape":"OpsItemId"},
8839
- "Title":{"shape":"OpsItemTitle"}
8965
+ "Title":{"shape":"OpsItemTitle"},
8966
+ "Category":{"shape":"OpsItemCategory"},
8967
+ "Severity":{"shape":"OpsItemSeverity"}
8840
8968
  }
8841
8969
  },
8842
8970
  "UpdateOpsItemResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.399'
2
+ VERSION = '2.11.400'
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.399
4
+ version: 2.11.400
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-11-15 00:00:00.000000000 Z
11
+ date: 2019-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath