aws-sdk-core 2.11.288 → 2.11.289

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -2,45 +2,38 @@
2
2
  "pagination": {
3
3
  "ListDetectors": {
4
4
  "input_token": "NextToken",
5
- "limit_key": "MaxResults",
6
5
  "output_token": "NextToken",
7
- "result_key": "DetectorIds"
6
+ "limit_key": "MaxResults"
8
7
  },
9
- "ListFindings": {
8
+ "ListFilters": {
10
9
  "input_token": "NextToken",
11
- "limit_key": "MaxResults",
12
10
  "output_token": "NextToken",
13
- "result_key": "FindingIds"
11
+ "limit_key": "MaxResults"
14
12
  },
15
- "ListIPSets": {
13
+ "ListFindings": {
16
14
  "input_token": "NextToken",
17
- "limit_key": "MaxResults",
18
15
  "output_token": "NextToken",
19
- "result_key": "IpSetIds"
16
+ "limit_key": "MaxResults"
20
17
  },
21
- "ListThreatIntelSets": {
18
+ "ListIPSets": {
22
19
  "input_token": "NextToken",
23
- "limit_key": "MaxResults",
24
20
  "output_token": "NextToken",
25
- "result_key": "ThreatIntelSetIds"
21
+ "limit_key": "MaxResults"
26
22
  },
27
23
  "ListInvitations": {
28
24
  "input_token": "NextToken",
29
- "limit_key": "MaxResults",
30
25
  "output_token": "NextToken",
31
- "result_key": "Invitations"
26
+ "limit_key": "MaxResults"
32
27
  },
33
28
  "ListMembers": {
34
29
  "input_token": "NextToken",
35
- "limit_key": "MaxResults",
36
30
  "output_token": "NextToken",
37
- "result_key": "Members"
31
+ "limit_key": "MaxResults"
38
32
  },
39
- "ListFilters": {
33
+ "ListThreatIntelSets": {
40
34
  "input_token": "NextToken",
41
- "limit_key": "MaxResults",
42
35
  "output_token": "NextToken",
43
- "result_key": "FilterNames"
36
+ "limit_key": "MaxResults"
44
37
  }
45
38
  }
46
39
  }
@@ -782,10 +782,26 @@
782
782
  "shape": "Algorithm",
783
783
  "locationName": "algorithm"
784
784
  },
785
+ "ConstantInitializationVector": {
786
+ "shape": "__string",
787
+ "locationName": "constantInitializationVector"
788
+ },
789
+ "DeviceId": {
790
+ "shape": "__string",
791
+ "locationName": "deviceId"
792
+ },
785
793
  "KeyType": {
786
794
  "shape": "KeyType",
787
795
  "locationName": "keyType"
788
796
  },
797
+ "Region": {
798
+ "shape": "__string",
799
+ "locationName": "region"
800
+ },
801
+ "ResourceId": {
802
+ "shape": "__string",
803
+ "locationName": "resourceId"
804
+ },
789
805
  "RoleArn": {
790
806
  "shape": "__string",
791
807
  "locationName": "roleArn"
@@ -793,10 +809,13 @@
793
809
  "SecretArn": {
794
810
  "shape": "__string",
795
811
  "locationName": "secretArn"
812
+ },
813
+ "Url": {
814
+ "shape": "__string",
815
+ "locationName": "url"
796
816
  }
797
817
  },
798
818
  "required": [
799
- "SecretArn",
800
819
  "Algorithm",
801
820
  "RoleArn"
802
821
  ]
@@ -987,6 +1006,7 @@
987
1006
  "KeyType": {
988
1007
  "type": "string",
989
1008
  "enum": [
1009
+ "speke",
990
1010
  "static-key"
991
1011
  ]
992
1012
  },
@@ -1549,10 +1569,26 @@
1549
1569
  "shape": "Algorithm",
1550
1570
  "locationName": "algorithm"
1551
1571
  },
1572
+ "ConstantInitializationVector": {
1573
+ "shape": "__string",
1574
+ "locationName": "constantInitializationVector"
1575
+ },
1576
+ "DeviceId": {
1577
+ "shape": "__string",
1578
+ "locationName": "deviceId"
1579
+ },
1552
1580
  "KeyType": {
1553
1581
  "shape": "KeyType",
1554
1582
  "locationName": "keyType"
1555
1583
  },
1584
+ "Region": {
1585
+ "shape": "__string",
1586
+ "locationName": "region"
1587
+ },
1588
+ "ResourceId": {
1589
+ "shape": "__string",
1590
+ "locationName": "resourceId"
1591
+ },
1556
1592
  "RoleArn": {
1557
1593
  "shape": "__string",
1558
1594
  "locationName": "roleArn"
@@ -1560,6 +1596,10 @@
1560
1596
  "SecretArn": {
1561
1597
  "shape": "__string",
1562
1598
  "locationName": "secretArn"
1599
+ },
1600
+ "Url": {
1601
+ "shape": "__string",
1602
+ "locationName": "url"
1563
1603
  }
1564
1604
  }
1565
1605
  },
@@ -699,6 +699,23 @@
699
699
  {"shape":"TooManyRequestsException"}
700
700
  ]
701
701
  },
702
+ "ListTagsForResource":{
703
+ "name":"ListTagsForResource",
704
+ "http":{
705
+ "method":"POST",
706
+ "requestUri":"/"
707
+ },
708
+ "input":{"shape":"ListTagsForResourceRequest"},
709
+ "output":{"shape":"ListTagsForResourceResponse"},
710
+ "errors":[
711
+ {"shape":"AccessDeniedException"},
712
+ {"shape":"AWSOrganizationsNotInUseException"},
713
+ {"shape":"TargetNotFoundException"},
714
+ {"shape":"InvalidInputException"},
715
+ {"shape":"ServiceException"},
716
+ {"shape":"TooManyRequestsException"}
717
+ ]
718
+ },
702
719
  "ListTargetsForPolicy":{
703
720
  "name":"ListTargetsForPolicy",
704
721
  "http":{
@@ -755,6 +772,42 @@
755
772
  {"shape":"TooManyRequestsException"}
756
773
  ]
757
774
  },
775
+ "TagResource":{
776
+ "name":"TagResource",
777
+ "http":{
778
+ "method":"POST",
779
+ "requestUri":"/"
780
+ },
781
+ "input":{"shape":"TagResourceRequest"},
782
+ "errors":[
783
+ {"shape":"AccessDeniedException"},
784
+ {"shape":"ConcurrentModificationException"},
785
+ {"shape":"AWSOrganizationsNotInUseException"},
786
+ {"shape":"TargetNotFoundException"},
787
+ {"shape":"ConstraintViolationException"},
788
+ {"shape":"InvalidInputException"},
789
+ {"shape":"ServiceException"},
790
+ {"shape":"TooManyRequestsException"}
791
+ ]
792
+ },
793
+ "UntagResource":{
794
+ "name":"UntagResource",
795
+ "http":{
796
+ "method":"POST",
797
+ "requestUri":"/"
798
+ },
799
+ "input":{"shape":"UntagResourceRequest"},
800
+ "errors":[
801
+ {"shape":"AccessDeniedException"},
802
+ {"shape":"ConcurrentModificationException"},
803
+ {"shape":"AWSOrganizationsNotInUseException"},
804
+ {"shape":"TargetNotFoundException"},
805
+ {"shape":"ConstraintViolationException"},
806
+ {"shape":"InvalidInputException"},
807
+ {"shape":"ServiceException"},
808
+ {"shape":"TooManyRequestsException"}
809
+ ]
810
+ },
758
811
  "UpdateOrganizationalUnit":{
759
812
  "name":"UpdateOrganizationalUnit",
760
813
  "http":{
@@ -1002,7 +1055,9 @@
1002
1055
  "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
1003
1056
  "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
1004
1057
  "EMAIL_VERIFICATION_CODE_EXPIRED",
1005
- "WAIT_PERIOD_ACTIVE"
1058
+ "WAIT_PERIOD_ACTIVE",
1059
+ "MAX_TAG_LIMIT_EXCEEDED",
1060
+ "TAG_POLICY_VIOLATION"
1006
1061
  ]
1007
1062
  },
1008
1063
  "CreateAccountFailureReason":{
@@ -1569,7 +1624,8 @@
1569
1624
  "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
1570
1625
  "INVALID_FULL_NAME_TARGET",
1571
1626
  "UNRECOGNIZED_SERVICE_PRINCIPAL",
1572
- "INVALID_ROLE_NAME"
1627
+ "INVALID_ROLE_NAME",
1628
+ "INVALID_SYSTEM_TAGS_PARAMETER"
1573
1629
  ]
1574
1630
  },
1575
1631
  "InviteAccountToOrganizationRequest":{
@@ -1777,6 +1833,21 @@
1777
1833
  "NextToken":{"shape":"NextToken"}
1778
1834
  }
1779
1835
  },
1836
+ "ListTagsForResourceRequest":{
1837
+ "type":"structure",
1838
+ "required":["ResourceId"],
1839
+ "members":{
1840
+ "ResourceId":{"shape":"TaggableResourceId"},
1841
+ "NextToken":{"shape":"NextToken"}
1842
+ }
1843
+ },
1844
+ "ListTagsForResourceResponse":{
1845
+ "type":"structure",
1846
+ "members":{
1847
+ "Tags":{"shape":"Tags"},
1848
+ "NextToken":{"shape":"NextToken"}
1849
+ }
1850
+ },
1780
1851
  "ListTargetsForPolicyRequest":{
1781
1852
  "type":"structure",
1782
1853
  "required":["PolicyId"],
@@ -2119,6 +2190,48 @@
2119
2190
  },
2120
2191
  "exception":true
2121
2192
  },
2193
+ "Tag":{
2194
+ "type":"structure",
2195
+ "members":{
2196
+ "Key":{"shape":"TagKey"},
2197
+ "Value":{"shape":"TagValue"}
2198
+ }
2199
+ },
2200
+ "TagKey":{
2201
+ "type":"string",
2202
+ "max":128,
2203
+ "min":1,
2204
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2205
+ },
2206
+ "TagKeys":{
2207
+ "type":"list",
2208
+ "member":{"shape":"TagKey"}
2209
+ },
2210
+ "TagResourceRequest":{
2211
+ "type":"structure",
2212
+ "required":[
2213
+ "ResourceId",
2214
+ "Tags"
2215
+ ],
2216
+ "members":{
2217
+ "ResourceId":{"shape":"TaggableResourceId"},
2218
+ "Tags":{"shape":"Tags"}
2219
+ }
2220
+ },
2221
+ "TagValue":{
2222
+ "type":"string",
2223
+ "max":256,
2224
+ "min":0,
2225
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2226
+ },
2227
+ "TaggableResourceId":{
2228
+ "type":"string",
2229
+ "pattern":"^\\d{12}$"
2230
+ },
2231
+ "Tags":{
2232
+ "type":"list",
2233
+ "member":{"shape":"Tag"}
2234
+ },
2122
2235
  "TargetName":{
2123
2236
  "type":"string",
2124
2237
  "max":128,
@@ -2155,6 +2268,17 @@
2155
2268
  },
2156
2269
  "exception":true
2157
2270
  },
2271
+ "UntagResourceRequest":{
2272
+ "type":"structure",
2273
+ "required":[
2274
+ "ResourceId",
2275
+ "TagKeys"
2276
+ ],
2277
+ "members":{
2278
+ "ResourceId":{"shape":"TaggableResourceId"},
2279
+ "TagKeys":{"shape":"TagKeys"}
2280
+ }
2281
+ },
2158
2282
  "UpdateOrganizationalUnitRequest":{
2159
2283
  "type":"structure",
2160
2284
  "required":["OrganizationalUnitId"],
@@ -2,68 +2,73 @@
2
2
  "pagination": {
3
3
  "ListAWSServiceAccessForOrganization": {
4
4
  "input_token": "NextToken",
5
- "output_token": "NextToken",
6
- "limit_key": "MaxResults"
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
7
  },
8
8
  "ListAccounts": {
9
9
  "input_token": "NextToken",
10
- "output_token": "NextToken",
11
- "limit_key": "MaxResults"
10
+ "limit_key": "MaxResults",
11
+ "output_token": "NextToken"
12
12
  },
13
13
  "ListAccountsForParent": {
14
14
  "input_token": "NextToken",
15
- "output_token": "NextToken",
16
- "limit_key": "MaxResults"
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
17
  },
18
18
  "ListChildren": {
19
19
  "input_token": "NextToken",
20
- "output_token": "NextToken",
21
- "limit_key": "MaxResults"
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
22
  },
23
23
  "ListCreateAccountStatus": {
24
24
  "input_token": "NextToken",
25
- "output_token": "NextToken",
26
- "limit_key": "MaxResults"
25
+ "limit_key": "MaxResults",
26
+ "output_token": "NextToken"
27
27
  },
28
28
  "ListHandshakesForAccount": {
29
29
  "input_token": "NextToken",
30
- "output_token": "NextToken",
31
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "output_token": "NextToken"
32
32
  },
33
33
  "ListHandshakesForOrganization": {
34
34
  "input_token": "NextToken",
35
- "output_token": "NextToken",
36
- "limit_key": "MaxResults"
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken"
37
37
  },
38
38
  "ListOrganizationalUnitsForParent": {
39
39
  "input_token": "NextToken",
40
- "output_token": "NextToken",
41
- "limit_key": "MaxResults"
40
+ "limit_key": "MaxResults",
41
+ "output_token": "NextToken"
42
42
  },
43
43
  "ListParents": {
44
44
  "input_token": "NextToken",
45
- "output_token": "NextToken",
46
- "limit_key": "MaxResults"
45
+ "limit_key": "MaxResults",
46
+ "output_token": "NextToken"
47
47
  },
48
48
  "ListPolicies": {
49
49
  "input_token": "NextToken",
50
- "output_token": "NextToken",
51
- "limit_key": "MaxResults"
50
+ "limit_key": "MaxResults",
51
+ "output_token": "NextToken"
52
52
  },
53
53
  "ListPoliciesForTarget": {
54
54
  "input_token": "NextToken",
55
- "output_token": "NextToken",
56
- "limit_key": "MaxResults"
55
+ "limit_key": "MaxResults",
56
+ "output_token": "NextToken"
57
57
  },
58
58
  "ListRoots": {
59
+ "input_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "output_token": "NextToken"
62
+ },
63
+ "ListTagsForResource": {
59
64
  "input_token": "NextToken",
60
65
  "output_token": "NextToken",
61
- "limit_key": "MaxResults"
66
+ "result_key": "Tags"
62
67
  },
63
68
  "ListTargetsForPolicy": {
64
69
  "input_token": "NextToken",
65
- "output_token": "NextToken",
66
- "limit_key": "MaxResults"
70
+ "limit_key": "MaxResults",
71
+ "output_token": "NextToken"
67
72
  }
68
73
  }
69
- }
74
+ }
@@ -144,6 +144,21 @@
144
144
  {"shape":"InternalServerError"}
145
145
  ]
146
146
  },
147
+ "CreateOpsItem":{
148
+ "name":"CreateOpsItem",
149
+ "http":{
150
+ "method":"POST",
151
+ "requestUri":"/"
152
+ },
153
+ "input":{"shape":"CreateOpsItemRequest"},
154
+ "output":{"shape":"CreateOpsItemResponse"},
155
+ "errors":[
156
+ {"shape":"InternalServerError"},
157
+ {"shape":"OpsItemAlreadyExistsException"},
158
+ {"shape":"OpsItemLimitExceededException"},
159
+ {"shape":"OpsItemInvalidParameterException"}
160
+ ]
161
+ },
147
162
  "CreatePatchBaseline":{
148
163
  "name":"CreatePatchBaseline",
149
164
  "http":{
@@ -697,6 +712,18 @@
697
712
  {"shape":"InternalServerError"}
698
713
  ]
699
714
  },
715
+ "DescribeOpsItems":{
716
+ "name":"DescribeOpsItems",
717
+ "http":{
718
+ "method":"POST",
719
+ "requestUri":"/"
720
+ },
721
+ "input":{"shape":"DescribeOpsItemsRequest"},
722
+ "output":{"shape":"DescribeOpsItemsResponse"},
723
+ "errors":[
724
+ {"shape":"InternalServerError"}
725
+ ]
726
+ },
700
727
  "DescribeParameters":{
701
728
  "name":"DescribeParameters",
702
729
  "http":{
@@ -954,6 +981,35 @@
954
981
  {"shape":"InternalServerError"}
955
982
  ]
956
983
  },
984
+ "GetOpsItem":{
985
+ "name":"GetOpsItem",
986
+ "http":{
987
+ "method":"POST",
988
+ "requestUri":"/"
989
+ },
990
+ "input":{"shape":"GetOpsItemRequest"},
991
+ "output":{"shape":"GetOpsItemResponse"},
992
+ "errors":[
993
+ {"shape":"InternalServerError"},
994
+ {"shape":"OpsItemNotFoundException"}
995
+ ]
996
+ },
997
+ "GetOpsSummary":{
998
+ "name":"GetOpsSummary",
999
+ "http":{
1000
+ "method":"POST",
1001
+ "requestUri":"/"
1002
+ },
1003
+ "input":{"shape":"GetOpsSummaryRequest"},
1004
+ "output":{"shape":"GetOpsSummaryResult"},
1005
+ "errors":[
1006
+ {"shape":"InternalServerError"},
1007
+ {"shape":"InvalidFilter"},
1008
+ {"shape":"InvalidNextToken"},
1009
+ {"shape":"InvalidTypeNameException"},
1010
+ {"shape":"InvalidAggregatorException"}
1011
+ ]
1012
+ },
957
1013
  "GetParameter":{
958
1014
  "name":"GetParameter",
959
1015
  "http":{
@@ -1666,6 +1722,22 @@
1666
1722
  {"shape":"InternalServerError"}
1667
1723
  ]
1668
1724
  },
1725
+ "UpdateOpsItem":{
1726
+ "name":"UpdateOpsItem",
1727
+ "http":{
1728
+ "method":"POST",
1729
+ "requestUri":"/"
1730
+ },
1731
+ "input":{"shape":"UpdateOpsItemRequest"},
1732
+ "output":{"shape":"UpdateOpsItemResponse"},
1733
+ "errors":[
1734
+ {"shape":"InternalServerError"},
1735
+ {"shape":"OpsItemNotFoundException"},
1736
+ {"shape":"OpsItemAlreadyExistsException"},
1737
+ {"shape":"OpsItemLimitExceededException"},
1738
+ {"shape":"OpsItemInvalidParameterException"}
1739
+ ]
1740
+ },
1669
1741
  "UpdatePatchBaseline":{
1670
1742
  "name":"UpdatePatchBaseline",
1671
1743
  "http":{
@@ -2336,7 +2408,7 @@
2336
2408
  },
2337
2409
  "AutomationParameterKey":{
2338
2410
  "type":"string",
2339
- "max":30,
2411
+ "max":50,
2340
2412
  "min":1
2341
2413
  },
2342
2414
  "AutomationParameterMap":{
@@ -2938,6 +3010,30 @@
2938
3010
  "WindowId":{"shape":"MaintenanceWindowId"}
2939
3011
  }
2940
3012
  },
3013
+ "CreateOpsItemRequest":{
3014
+ "type":"structure",
3015
+ "required":[
3016
+ "Description",
3017
+ "Source",
3018
+ "Title"
3019
+ ],
3020
+ "members":{
3021
+ "Description":{"shape":"OpsItemDescription"},
3022
+ "OperationalData":{"shape":"OpsItemOperationalData"},
3023
+ "Notifications":{"shape":"OpsItemNotifications"},
3024
+ "Priority":{"shape":"OpsItemPriority"},
3025
+ "RelatedOpsItems":{"shape":"RelatedOpsItems"},
3026
+ "Source":{"shape":"OpsItemSource"},
3027
+ "Title":{"shape":"OpsItemTitle"},
3028
+ "Tags":{"shape":"TagList"}
3029
+ }
3030
+ },
3031
+ "CreateOpsItemResponse":{
3032
+ "type":"structure",
3033
+ "members":{
3034
+ "OpsItemId":{"shape":"String"}
3035
+ }
3036
+ },
2941
3037
  "CreatePatchBaselineRequest":{
2942
3038
  "type":"structure",
2943
3039
  "required":["Name"],
@@ -3701,6 +3797,21 @@
3701
3797
  "NextToken":{"shape":"NextToken"}
3702
3798
  }
3703
3799
  },
3800
+ "DescribeOpsItemsRequest":{
3801
+ "type":"structure",
3802
+ "members":{
3803
+ "OpsItemFilters":{"shape":"OpsItemFilters"},
3804
+ "MaxResults":{"shape":"OpsItemMaxResults"},
3805
+ "NextToken":{"shape":"String"}
3806
+ }
3807
+ },
3808
+ "DescribeOpsItemsResponse":{
3809
+ "type":"structure",
3810
+ "members":{
3811
+ "NextToken":{"shape":"String"},
3812
+ "OpsItemSummaries":{"shape":"OpsItemSummaries"}
3813
+ }
3814
+ },
3704
3815
  "DescribeParametersRequest":{
3705
3816
  "type":"structure",
3706
3817
  "members":{
@@ -4470,6 +4581,39 @@
4470
4581
  "Description":{"shape":"MaintenanceWindowDescription"}
4471
4582
  }
4472
4583
  },
4584
+ "GetOpsItemRequest":{
4585
+ "type":"structure",
4586
+ "required":["OpsItemId"],
4587
+ "members":{
4588
+ "OpsItemId":{"shape":"OpsItemId"}
4589
+ }
4590
+ },
4591
+ "GetOpsItemResponse":{
4592
+ "type":"structure",
4593
+ "members":{
4594
+ "OpsItem":{"shape":"OpsItem"}
4595
+ }
4596
+ },
4597
+ "GetOpsSummaryRequest":{
4598
+ "type":"structure",
4599
+ "required":["Aggregators"],
4600
+ "members":{
4601
+ "Filters":{"shape":"OpsFilterList"},
4602
+ "Aggregators":{"shape":"OpsAggregatorList"},
4603
+ "NextToken":{"shape":"NextToken"},
4604
+ "MaxResults":{
4605
+ "shape":"MaxResults",
4606
+ "box":true
4607
+ }
4608
+ }
4609
+ },
4610
+ "GetOpsSummaryResult":{
4611
+ "type":"structure",
4612
+ "members":{
4613
+ "Entities":{"shape":"OpsEntityList"},
4614
+ "NextToken":{"shape":"NextToken"}
4615
+ }
4616
+ },
4473
4617
  "GetParameterHistoryRequest":{
4474
4618
  "type":"structure",
4475
4619
  "required":["Name"],
@@ -6333,6 +6477,331 @@
6333
6477
  "CENTOS"
6334
6478
  ]
6335
6479
  },
6480
+ "OpsAggregator":{
6481
+ "type":"structure",
6482
+ "members":{
6483
+ "AggregatorType":{"shape":"OpsAggregatorType"},
6484
+ "TypeName":{"shape":"OpsDataTypeName"},
6485
+ "AttributeName":{"shape":"OpsDataAttributeName"},
6486
+ "Values":{"shape":"OpsAggregatorValueMap"},
6487
+ "Filters":{"shape":"OpsFilterList"},
6488
+ "Aggregators":{"shape":"OpsAggregatorList"}
6489
+ }
6490
+ },
6491
+ "OpsAggregatorList":{
6492
+ "type":"list",
6493
+ "member":{"shape":"OpsAggregator"},
6494
+ "max":12,
6495
+ "min":1
6496
+ },
6497
+ "OpsAggregatorType":{
6498
+ "type":"string",
6499
+ "max":20,
6500
+ "min":1,
6501
+ "pattern":"^(range|count)"
6502
+ },
6503
+ "OpsAggregatorValue":{
6504
+ "type":"string",
6505
+ "max":512,
6506
+ "min":0
6507
+ },
6508
+ "OpsAggregatorValueKey":{
6509
+ "type":"string",
6510
+ "max":32,
6511
+ "min":1
6512
+ },
6513
+ "OpsAggregatorValueMap":{
6514
+ "type":"map",
6515
+ "key":{"shape":"OpsAggregatorValueKey"},
6516
+ "value":{"shape":"OpsAggregatorValue"},
6517
+ "max":5,
6518
+ "min":0
6519
+ },
6520
+ "OpsDataAttributeName":{"type":"string"},
6521
+ "OpsDataTypeName":{
6522
+ "type":"string",
6523
+ "max":100,
6524
+ "min":1,
6525
+ "pattern":"^(AWS|Custom):.*$"
6526
+ },
6527
+ "OpsEntity":{
6528
+ "type":"structure",
6529
+ "members":{
6530
+ "Id":{"shape":"OpsEntityId"},
6531
+ "Data":{"shape":"OpsEntityItemMap"}
6532
+ }
6533
+ },
6534
+ "OpsEntityId":{"type":"string"},
6535
+ "OpsEntityItem":{
6536
+ "type":"structure",
6537
+ "members":{
6538
+ "Content":{"shape":"OpsEntityItemEntryList"}
6539
+ }
6540
+ },
6541
+ "OpsEntityItemEntry":{
6542
+ "type":"map",
6543
+ "key":{"shape":"AttributeName"},
6544
+ "value":{"shape":"AttributeValue"},
6545
+ "max":50,
6546
+ "min":0
6547
+ },
6548
+ "OpsEntityItemEntryList":{
6549
+ "type":"list",
6550
+ "member":{"shape":"OpsEntityItemEntry"},
6551
+ "max":10000,
6552
+ "min":0
6553
+ },
6554
+ "OpsEntityItemKey":{"type":"string"},
6555
+ "OpsEntityItemMap":{
6556
+ "type":"map",
6557
+ "key":{"shape":"OpsEntityItemKey"},
6558
+ "value":{"shape":"OpsEntityItem"}
6559
+ },
6560
+ "OpsEntityList":{
6561
+ "type":"list",
6562
+ "member":{"shape":"OpsEntity"}
6563
+ },
6564
+ "OpsFilter":{
6565
+ "type":"structure",
6566
+ "required":[
6567
+ "Key",
6568
+ "Values"
6569
+ ],
6570
+ "members":{
6571
+ "Key":{"shape":"OpsFilterKey"},
6572
+ "Values":{"shape":"OpsFilterValueList"},
6573
+ "Type":{"shape":"OpsFilterOperatorType"}
6574
+ }
6575
+ },
6576
+ "OpsFilterKey":{
6577
+ "type":"string",
6578
+ "max":200,
6579
+ "min":1
6580
+ },
6581
+ "OpsFilterList":{
6582
+ "type":"list",
6583
+ "member":{"shape":"OpsFilter"},
6584
+ "max":5,
6585
+ "min":1
6586
+ },
6587
+ "OpsFilterOperatorType":{
6588
+ "type":"string",
6589
+ "enum":[
6590
+ "Equal",
6591
+ "NotEqual",
6592
+ "BeginWith",
6593
+ "LessThan",
6594
+ "GreaterThan",
6595
+ "Exists"
6596
+ ]
6597
+ },
6598
+ "OpsFilterValue":{"type":"string"},
6599
+ "OpsFilterValueList":{
6600
+ "type":"list",
6601
+ "member":{"shape":"OpsFilterValue"},
6602
+ "max":40,
6603
+ "min":1
6604
+ },
6605
+ "OpsItem":{
6606
+ "type":"structure",
6607
+ "members":{
6608
+ "CreatedBy":{"shape":"String"},
6609
+ "CreatedTime":{"shape":"DateTime"},
6610
+ "Description":{"shape":"OpsItemDescription"},
6611
+ "LastModifiedBy":{"shape":"String"},
6612
+ "LastModifiedTime":{"shape":"DateTime"},
6613
+ "Notifications":{"shape":"OpsItemNotifications"},
6614
+ "Priority":{"shape":"OpsItemPriority"},
6615
+ "RelatedOpsItems":{"shape":"RelatedOpsItems"},
6616
+ "Status":{"shape":"OpsItemStatus"},
6617
+ "OpsItemId":{"shape":"OpsItemId"},
6618
+ "Version":{"shape":"String"},
6619
+ "Title":{"shape":"OpsItemTitle"},
6620
+ "Source":{"shape":"OpsItemSource"},
6621
+ "OperationalData":{"shape":"OpsItemOperationalData"}
6622
+ }
6623
+ },
6624
+ "OpsItemAlreadyExistsException":{
6625
+ "type":"structure",
6626
+ "members":{
6627
+ "Message":{"shape":"String"},
6628
+ "OpsItemId":{"shape":"String"}
6629
+ },
6630
+ "exception":true
6631
+ },
6632
+ "OpsItemDataKey":{
6633
+ "type":"string",
6634
+ "max":128,
6635
+ "min":1
6636
+ },
6637
+ "OpsItemDataType":{
6638
+ "type":"string",
6639
+ "enum":[
6640
+ "SearchableString",
6641
+ "String"
6642
+ ]
6643
+ },
6644
+ "OpsItemDataValue":{
6645
+ "type":"structure",
6646
+ "members":{
6647
+ "Value":{"shape":"OpsItemDataValueString"},
6648
+ "Type":{"shape":"OpsItemDataType"}
6649
+ }
6650
+ },
6651
+ "OpsItemDataValueString":{"type":"string"},
6652
+ "OpsItemDescription":{
6653
+ "type":"string",
6654
+ "max":1024,
6655
+ "min":1
6656
+ },
6657
+ "OpsItemFilter":{
6658
+ "type":"structure",
6659
+ "required":[
6660
+ "Key",
6661
+ "Values",
6662
+ "Operator"
6663
+ ],
6664
+ "members":{
6665
+ "Key":{"shape":"OpsItemFilterKey"},
6666
+ "Values":{"shape":"OpsItemFilterValues"},
6667
+ "Operator":{"shape":"OpsItemFilterOperator"}
6668
+ }
6669
+ },
6670
+ "OpsItemFilterKey":{
6671
+ "type":"string",
6672
+ "enum":[
6673
+ "Status",
6674
+ "CreatedBy",
6675
+ "Source",
6676
+ "Priority",
6677
+ "Title",
6678
+ "OpsItemId",
6679
+ "CreatedTime",
6680
+ "LastModifiedTime",
6681
+ "OperationalData",
6682
+ "OperationalDataKey",
6683
+ "OperationalDataValue",
6684
+ "ResourceId",
6685
+ "AutomationId"
6686
+ ]
6687
+ },
6688
+ "OpsItemFilterOperator":{
6689
+ "type":"string",
6690
+ "enum":[
6691
+ "Equal",
6692
+ "Contains",
6693
+ "GreaterThan",
6694
+ "LessThan"
6695
+ ]
6696
+ },
6697
+ "OpsItemFilterValue":{"type":"string"},
6698
+ "OpsItemFilterValues":{
6699
+ "type":"list",
6700
+ "member":{"shape":"OpsItemFilterValue"}
6701
+ },
6702
+ "OpsItemFilters":{
6703
+ "type":"list",
6704
+ "member":{"shape":"OpsItemFilter"}
6705
+ },
6706
+ "OpsItemId":{
6707
+ "type":"string",
6708
+ "pattern":"^(oi)-[0-9a-f]{12}$"
6709
+ },
6710
+ "OpsItemInvalidParameterException":{
6711
+ "type":"structure",
6712
+ "members":{
6713
+ "ParameterNames":{"shape":"OpsItemParameterNamesList"},
6714
+ "Message":{"shape":"String"}
6715
+ },
6716
+ "exception":true
6717
+ },
6718
+ "OpsItemLimitExceededException":{
6719
+ "type":"structure",
6720
+ "members":{
6721
+ "ResourceTypes":{"shape":"OpsItemParameterNamesList"},
6722
+ "Limit":{"shape":"Integer"},
6723
+ "LimitType":{"shape":"String"},
6724
+ "Message":{"shape":"String"}
6725
+ },
6726
+ "exception":true
6727
+ },
6728
+ "OpsItemMaxResults":{
6729
+ "type":"integer",
6730
+ "max":50,
6731
+ "min":1
6732
+ },
6733
+ "OpsItemNotFoundException":{
6734
+ "type":"structure",
6735
+ "members":{
6736
+ "Message":{"shape":"String"}
6737
+ },
6738
+ "exception":true
6739
+ },
6740
+ "OpsItemNotification":{
6741
+ "type":"structure",
6742
+ "members":{
6743
+ "Arn":{"shape":"String"}
6744
+ }
6745
+ },
6746
+ "OpsItemNotifications":{
6747
+ "type":"list",
6748
+ "member":{"shape":"OpsItemNotification"}
6749
+ },
6750
+ "OpsItemOperationalData":{
6751
+ "type":"map",
6752
+ "key":{"shape":"OpsItemDataKey"},
6753
+ "value":{"shape":"OpsItemDataValue"}
6754
+ },
6755
+ "OpsItemOpsDataKeysList":{
6756
+ "type":"list",
6757
+ "member":{"shape":"String"}
6758
+ },
6759
+ "OpsItemParameterNamesList":{
6760
+ "type":"list",
6761
+ "member":{"shape":"String"}
6762
+ },
6763
+ "OpsItemPriority":{
6764
+ "type":"integer",
6765
+ "max":5,
6766
+ "min":1
6767
+ },
6768
+ "OpsItemSource":{
6769
+ "type":"string",
6770
+ "max":64,
6771
+ "min":1
6772
+ },
6773
+ "OpsItemStatus":{
6774
+ "type":"string",
6775
+ "enum":[
6776
+ "Open",
6777
+ "InProgress",
6778
+ "Resolved"
6779
+ ]
6780
+ },
6781
+ "OpsItemSummaries":{
6782
+ "type":"list",
6783
+ "member":{"shape":"OpsItemSummary"}
6784
+ },
6785
+ "OpsItemSummary":{
6786
+ "type":"structure",
6787
+ "members":{
6788
+ "CreatedBy":{"shape":"String"},
6789
+ "CreatedTime":{"shape":"DateTime"},
6790
+ "LastModifiedBy":{"shape":"String"},
6791
+ "LastModifiedTime":{"shape":"DateTime"},
6792
+ "Priority":{"shape":"OpsItemPriority"},
6793
+ "Source":{"shape":"OpsItemSource"},
6794
+ "Status":{"shape":"OpsItemStatus"},
6795
+ "OpsItemId":{"shape":"OpsItemId"},
6796
+ "Title":{"shape":"OpsItemTitle"},
6797
+ "OperationalData":{"shape":"OpsItemOperationalData"}
6798
+ }
6799
+ },
6800
+ "OpsItemTitle":{
6801
+ "type":"string",
6802
+ "max":1024,
6803
+ "min":1
6804
+ },
6336
6805
  "OutputSource":{
6337
6806
  "type":"structure",
6338
6807
  "members":{
@@ -7178,6 +7647,17 @@
7178
7647
  "max":1000,
7179
7648
  "min":1
7180
7649
  },
7650
+ "RelatedOpsItem":{
7651
+ "type":"structure",
7652
+ "required":["OpsItemId"],
7653
+ "members":{
7654
+ "OpsItemId":{"shape":"String"}
7655
+ }
7656
+ },
7657
+ "RelatedOpsItems":{
7658
+ "type":"list",
7659
+ "member":{"shape":"RelatedOpsItem"}
7660
+ },
7181
7661
  "RemainingCount":{"type":"integer"},
7182
7662
  "RemoveTagsFromResourceRequest":{
7183
7663
  "type":"structure",
@@ -7356,7 +7836,8 @@
7356
7836
  "ManagedInstance",
7357
7837
  "MaintenanceWindow",
7358
7838
  "Parameter",
7359
- "PatchBaseline"
7839
+ "PatchBaseline",
7840
+ "OpsItem"
7360
7841
  ]
7361
7842
  },
7362
7843
  "ResponseCode":{"type":"integer"},
@@ -8327,6 +8808,26 @@
8327
8808
  "members":{
8328
8809
  }
8329
8810
  },
8811
+ "UpdateOpsItemRequest":{
8812
+ "type":"structure",
8813
+ "required":["OpsItemId"],
8814
+ "members":{
8815
+ "Description":{"shape":"OpsItemDescription"},
8816
+ "OperationalData":{"shape":"OpsItemOperationalData"},
8817
+ "OperationalDataToDelete":{"shape":"OpsItemOpsDataKeysList"},
8818
+ "Notifications":{"shape":"OpsItemNotifications"},
8819
+ "Priority":{"shape":"OpsItemPriority"},
8820
+ "RelatedOpsItems":{"shape":"RelatedOpsItems"},
8821
+ "Status":{"shape":"OpsItemStatus"},
8822
+ "OpsItemId":{"shape":"OpsItemId"},
8823
+ "Title":{"shape":"OpsItemTitle"}
8824
+ }
8825
+ },
8826
+ "UpdateOpsItemResponse":{
8827
+ "type":"structure",
8828
+ "members":{
8829
+ }
8830
+ },
8330
8831
  "UpdatePatchBaselineRequest":{
8331
8832
  "type":"structure",
8332
8833
  "required":["BaselineId"],