aws-sdk-core 2.11.521 → 2.11.526
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 +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +10 -2
- data/apis/appconfig/2019-10-09/api-2.json +17 -8
- data/apis/cloudfront/2019-03-26/api-2.json +3 -1
- data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
- data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
- data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/ec2/2016-11-15/api-2.json +18 -0
- data/apis/ecs/2014-11-13/api-2.json +43 -2
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
- data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
- data/apis/iot-data/2015-05-28/api-2.json +86 -7
- data/apis/iot-data/2015-05-28/examples-1.json +5 -0
- data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
- data/apis/iot-data/2015-05-28/smoke.json +13 -0
- data/apis/lex-models/2017-04-19/api-2.json +37 -5
- data/apis/macie2/2020-01-01/api-2.json +2 -107
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
- data/apis/personalize/2018-05-22/api-2.json +147 -0
- data/apis/pinpoint/2016-12-01/api-2.json +95 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
- data/apis/servicediscovery/2017-03-14/api-2.json +173 -13
- data/apis/servicediscovery/2017-03-14/examples-1.json +330 -0
- data/apis/shield/2016-06-02/api-2.json +105 -2
- data/apis/shield/2016-06-02/paginators-1.json +13 -1
- data/apis/transfer/2018-11-05/api-2.json +8 -2
- data/endpoints.json +70 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/codeartifact.rb +6 -0
- data/lib/aws-sdk-core/iotdataplane.rb +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +9 -2
|
@@ -4566,6 +4566,9 @@
|
|
|
4566
4566
|
"Activity": {
|
|
4567
4567
|
"type": "structure",
|
|
4568
4568
|
"members": {
|
|
4569
|
+
"CUSTOM": {
|
|
4570
|
+
"shape": "CustomMessageActivity"
|
|
4571
|
+
},
|
|
4569
4572
|
"ConditionalSplit": {
|
|
4570
4573
|
"shape": "ConditionalSplitActivity"
|
|
4571
4574
|
},
|
|
@@ -4581,9 +4584,15 @@
|
|
|
4581
4584
|
"MultiCondition": {
|
|
4582
4585
|
"shape": "MultiConditionalSplitActivity"
|
|
4583
4586
|
},
|
|
4587
|
+
"PUSH": {
|
|
4588
|
+
"shape": "PushMessageActivity"
|
|
4589
|
+
},
|
|
4584
4590
|
"RandomSplit": {
|
|
4585
4591
|
"shape": "RandomSplitActivity"
|
|
4586
4592
|
},
|
|
4593
|
+
"SMS": {
|
|
4594
|
+
"shape": "SMSMessageActivity"
|
|
4595
|
+
},
|
|
4587
4596
|
"Wait": {
|
|
4588
4597
|
"shape": "WaitActivity"
|
|
4589
4598
|
}
|
|
@@ -5226,6 +5235,7 @@
|
|
|
5226
5235
|
"ChannelType": {
|
|
5227
5236
|
"type": "string",
|
|
5228
5237
|
"enum": [
|
|
5238
|
+
"PUSH",
|
|
5229
5239
|
"GCM",
|
|
5230
5240
|
"APNS",
|
|
5231
5241
|
"APNS_SANDBOX",
|
|
@@ -5675,6 +5685,29 @@
|
|
|
5675
5685
|
"DeliveryUri"
|
|
5676
5686
|
]
|
|
5677
5687
|
},
|
|
5688
|
+
"CustomMessageActivity": {
|
|
5689
|
+
"type": "structure",
|
|
5690
|
+
"members": {
|
|
5691
|
+
"DeliveryUri": {
|
|
5692
|
+
"shape": "__string"
|
|
5693
|
+
},
|
|
5694
|
+
"EndpointTypes": {
|
|
5695
|
+
"shape": "ListOf__EndpointTypesElement"
|
|
5696
|
+
},
|
|
5697
|
+
"MessageConfig": {
|
|
5698
|
+
"shape": "JourneyCustomMessage"
|
|
5699
|
+
},
|
|
5700
|
+
"NextActivity": {
|
|
5701
|
+
"shape": "__string"
|
|
5702
|
+
},
|
|
5703
|
+
"TemplateName": {
|
|
5704
|
+
"shape": "__string"
|
|
5705
|
+
},
|
|
5706
|
+
"TemplateVersion": {
|
|
5707
|
+
"shape": "__string"
|
|
5708
|
+
}
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5678
5711
|
"DefaultMessage": {
|
|
5679
5712
|
"type": "structure",
|
|
5680
5713
|
"members": {
|
|
@@ -8925,6 +8958,14 @@
|
|
|
8925
8958
|
"FAILED"
|
|
8926
8959
|
]
|
|
8927
8960
|
},
|
|
8961
|
+
"JourneyCustomMessage": {
|
|
8962
|
+
"type": "structure",
|
|
8963
|
+
"members": {
|
|
8964
|
+
"Data": {
|
|
8965
|
+
"shape": "__string"
|
|
8966
|
+
}
|
|
8967
|
+
}
|
|
8968
|
+
},
|
|
8928
8969
|
"JourneyDateRangeKpiResponse": {
|
|
8929
8970
|
"type": "structure",
|
|
8930
8971
|
"members": {
|
|
@@ -9035,6 +9076,14 @@
|
|
|
9035
9076
|
}
|
|
9036
9077
|
}
|
|
9037
9078
|
},
|
|
9079
|
+
"JourneyPushMessage": {
|
|
9080
|
+
"type": "structure",
|
|
9081
|
+
"members": {
|
|
9082
|
+
"TimeToLive": {
|
|
9083
|
+
"shape": "__string"
|
|
9084
|
+
}
|
|
9085
|
+
}
|
|
9086
|
+
},
|
|
9038
9087
|
"JourneyResponse": {
|
|
9039
9088
|
"type": "structure",
|
|
9040
9089
|
"members": {
|
|
@@ -9091,6 +9140,17 @@
|
|
|
9091
9140
|
"ApplicationId"
|
|
9092
9141
|
]
|
|
9093
9142
|
},
|
|
9143
|
+
"JourneySMSMessage": {
|
|
9144
|
+
"type": "structure",
|
|
9145
|
+
"members": {
|
|
9146
|
+
"MessageType": {
|
|
9147
|
+
"shape": "MessageType"
|
|
9148
|
+
},
|
|
9149
|
+
"SenderId": {
|
|
9150
|
+
"shape": "__string"
|
|
9151
|
+
}
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9094
9154
|
"JourneySchedule": {
|
|
9095
9155
|
"type": "structure",
|
|
9096
9156
|
"members": {
|
|
@@ -9656,6 +9716,23 @@
|
|
|
9656
9716
|
}
|
|
9657
9717
|
}
|
|
9658
9718
|
},
|
|
9719
|
+
"PushMessageActivity": {
|
|
9720
|
+
"type": "structure",
|
|
9721
|
+
"members": {
|
|
9722
|
+
"MessageConfig": {
|
|
9723
|
+
"shape": "JourneyPushMessage"
|
|
9724
|
+
},
|
|
9725
|
+
"NextActivity": {
|
|
9726
|
+
"shape": "__string"
|
|
9727
|
+
},
|
|
9728
|
+
"TemplateName": {
|
|
9729
|
+
"shape": "__string"
|
|
9730
|
+
},
|
|
9731
|
+
"TemplateVersion": {
|
|
9732
|
+
"shape": "__string"
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9735
|
+
},
|
|
9659
9736
|
"PushNotificationTemplateRequest": {
|
|
9660
9737
|
"type": "structure",
|
|
9661
9738
|
"members": {
|
|
@@ -10077,6 +10154,23 @@
|
|
|
10077
10154
|
}
|
|
10078
10155
|
}
|
|
10079
10156
|
},
|
|
10157
|
+
"SMSMessageActivity": {
|
|
10158
|
+
"type": "structure",
|
|
10159
|
+
"members": {
|
|
10160
|
+
"MessageConfig": {
|
|
10161
|
+
"shape": "JourneySMSMessage"
|
|
10162
|
+
},
|
|
10163
|
+
"NextActivity": {
|
|
10164
|
+
"shape": "__string"
|
|
10165
|
+
},
|
|
10166
|
+
"TemplateName": {
|
|
10167
|
+
"shape": "__string"
|
|
10168
|
+
},
|
|
10169
|
+
"TemplateVersion": {
|
|
10170
|
+
"shape": "__string"
|
|
10171
|
+
}
|
|
10172
|
+
}
|
|
10173
|
+
},
|
|
10080
10174
|
"SMSTemplateRequest": {
|
|
10081
10175
|
"type": "structure",
|
|
10082
10176
|
"members": {
|
|
@@ -12003,6 +12097,7 @@
|
|
|
12003
12097
|
"__EndpointTypesElement": {
|
|
12004
12098
|
"type": "string",
|
|
12005
12099
|
"enum": [
|
|
12100
|
+
"PUSH",
|
|
12006
12101
|
"GCM",
|
|
12007
12102
|
"APNS",
|
|
12008
12103
|
"APNS_SANDBOX",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"shapes":{
|
|
32
32
|
"BodyBlob":{
|
|
33
33
|
"type":"blob",
|
|
34
|
-
"max":
|
|
34
|
+
"max":6291456,
|
|
35
35
|
"sensitive":true
|
|
36
36
|
},
|
|
37
37
|
"CustomAttributesHeader":{
|
|
@@ -92,6 +92,11 @@
|
|
|
92
92
|
"shape":"TargetModelHeader",
|
|
93
93
|
"location":"header",
|
|
94
94
|
"locationName":"X-Amzn-SageMaker-Target-Model"
|
|
95
|
+
},
|
|
96
|
+
"TargetVariant":{
|
|
97
|
+
"shape":"TargetVariantHeader",
|
|
98
|
+
"location":"header",
|
|
99
|
+
"locationName":"X-Amzn-SageMaker-Target-Variant"
|
|
95
100
|
}
|
|
96
101
|
},
|
|
97
102
|
"payload":"Body"
|
|
@@ -152,6 +157,11 @@
|
|
|
152
157
|
"min":1,
|
|
153
158
|
"pattern":"\\A\\S[\\p{Print}]*\\z"
|
|
154
159
|
},
|
|
160
|
+
"TargetVariantHeader":{
|
|
161
|
+
"type":"string",
|
|
162
|
+
"max":63,
|
|
163
|
+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
164
|
+
},
|
|
155
165
|
"ValidationError":{
|
|
156
166
|
"type":"structure",
|
|
157
167
|
"members":{
|
|
@@ -435,7 +435,8 @@
|
|
|
435
435
|
"input":{"shape":"DescribeProductAsAdminInput"},
|
|
436
436
|
"output":{"shape":"DescribeProductAsAdminOutput"},
|
|
437
437
|
"errors":[
|
|
438
|
-
{"shape":"ResourceNotFoundException"}
|
|
438
|
+
{"shape":"ResourceNotFoundException"},
|
|
439
|
+
{"shape":"InvalidParametersException"}
|
|
439
440
|
]
|
|
440
441
|
},
|
|
441
442
|
"DescribeProductView":{
|
|
@@ -485,7 +486,8 @@
|
|
|
485
486
|
"input":{"shape":"DescribeProvisioningArtifactInput"},
|
|
486
487
|
"output":{"shape":"DescribeProvisioningArtifactOutput"},
|
|
487
488
|
"errors":[
|
|
488
|
-
{"shape":"ResourceNotFoundException"}
|
|
489
|
+
{"shape":"ResourceNotFoundException"},
|
|
490
|
+
{"shape":"InvalidParametersException"}
|
|
489
491
|
]
|
|
490
492
|
},
|
|
491
493
|
"DescribeProvisioningParameters":{
|
|
@@ -1800,10 +1802,10 @@
|
|
|
1800
1802
|
},
|
|
1801
1803
|
"DescribeProductAsAdminInput":{
|
|
1802
1804
|
"type":"structure",
|
|
1803
|
-
"required":["Id"],
|
|
1804
1805
|
"members":{
|
|
1805
1806
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
|
1806
|
-
"Id":{"shape":"Id"}
|
|
1807
|
+
"Id":{"shape":"Id"},
|
|
1808
|
+
"Name":{"shape":"ProductViewName"}
|
|
1807
1809
|
}
|
|
1808
1810
|
},
|
|
1809
1811
|
"DescribeProductAsAdminOutput":{
|
|
@@ -1818,10 +1820,10 @@
|
|
|
1818
1820
|
},
|
|
1819
1821
|
"DescribeProductInput":{
|
|
1820
1822
|
"type":"structure",
|
|
1821
|
-
"required":["Id"],
|
|
1822
1823
|
"members":{
|
|
1823
1824
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
|
1824
|
-
"Id":{"shape":"Id"}
|
|
1825
|
+
"Id":{"shape":"Id"},
|
|
1826
|
+
"Name":{"shape":"ProductViewName"}
|
|
1825
1827
|
}
|
|
1826
1828
|
},
|
|
1827
1829
|
"DescribeProductOutput":{
|
|
@@ -1829,7 +1831,8 @@
|
|
|
1829
1831
|
"members":{
|
|
1830
1832
|
"ProductViewSummary":{"shape":"ProductViewSummary"},
|
|
1831
1833
|
"ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"},
|
|
1832
|
-
"Budgets":{"shape":"Budgets"}
|
|
1834
|
+
"Budgets":{"shape":"Budgets"},
|
|
1835
|
+
"LaunchPaths":{"shape":"LaunchPaths"}
|
|
1833
1836
|
}
|
|
1834
1837
|
},
|
|
1835
1838
|
"DescribeProductViewInput":{
|
|
@@ -1882,14 +1885,12 @@
|
|
|
1882
1885
|
},
|
|
1883
1886
|
"DescribeProvisioningArtifactInput":{
|
|
1884
1887
|
"type":"structure",
|
|
1885
|
-
"required":[
|
|
1886
|
-
"ProvisioningArtifactId",
|
|
1887
|
-
"ProductId"
|
|
1888
|
-
],
|
|
1889
1888
|
"members":{
|
|
1890
1889
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
|
1891
1890
|
"ProvisioningArtifactId":{"shape":"Id"},
|
|
1892
1891
|
"ProductId":{"shape":"Id"},
|
|
1892
|
+
"ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
|
|
1893
|
+
"ProductName":{"shape":"ProductViewName"},
|
|
1893
1894
|
"Verbose":{"shape":"Verbose"}
|
|
1894
1895
|
}
|
|
1895
1896
|
},
|
|
@@ -2250,6 +2251,13 @@
|
|
|
2250
2251
|
"exception":true
|
|
2251
2252
|
},
|
|
2252
2253
|
"LastRequestId":{"type":"string"},
|
|
2254
|
+
"LaunchPath":{
|
|
2255
|
+
"type":"structure",
|
|
2256
|
+
"members":{
|
|
2257
|
+
"Id":{"shape":"Id"},
|
|
2258
|
+
"Name":{"shape":"PortfolioName"}
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2253
2261
|
"LaunchPathSummaries":{
|
|
2254
2262
|
"type":"list",
|
|
2255
2263
|
"member":{"shape":"LaunchPathSummary"}
|
|
@@ -2263,6 +2271,10 @@
|
|
|
2263
2271
|
"Name":{"shape":"PortfolioName"}
|
|
2264
2272
|
}
|
|
2265
2273
|
},
|
|
2274
|
+
"LaunchPaths":{
|
|
2275
|
+
"type":"list",
|
|
2276
|
+
"member":{"shape":"LaunchPath"}
|
|
2277
|
+
},
|
|
2266
2278
|
"LimitExceededException":{
|
|
2267
2279
|
"type":"structure",
|
|
2268
2280
|
"members":{
|
|
@@ -3034,7 +3046,10 @@
|
|
|
3034
3046
|
},
|
|
3035
3047
|
"ProvisioningArtifactActive":{"type":"boolean"},
|
|
3036
3048
|
"ProvisioningArtifactCreatedTime":{"type":"timestamp"},
|
|
3037
|
-
"ProvisioningArtifactDescription":{
|
|
3049
|
+
"ProvisioningArtifactDescription":{
|
|
3050
|
+
"type":"string",
|
|
3051
|
+
"max":8192
|
|
3052
|
+
},
|
|
3038
3053
|
"ProvisioningArtifactDetail":{
|
|
3039
3054
|
"type":"structure",
|
|
3040
3055
|
"members":{
|
|
@@ -3067,7 +3082,10 @@
|
|
|
3067
3082
|
},
|
|
3068
3083
|
"ProvisioningArtifactInfoKey":{"type":"string"},
|
|
3069
3084
|
"ProvisioningArtifactInfoValue":{"type":"string"},
|
|
3070
|
-
"ProvisioningArtifactName":{
|
|
3085
|
+
"ProvisioningArtifactName":{
|
|
3086
|
+
"type":"string",
|
|
3087
|
+
"max":8192
|
|
3088
|
+
},
|
|
3071
3089
|
"ProvisioningArtifactParameter":{
|
|
3072
3090
|
"type":"structure",
|
|
3073
3091
|
"members":{
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
{"shape":"InvalidInput"},
|
|
26
26
|
{"shape":"NamespaceAlreadyExists"},
|
|
27
27
|
{"shape":"ResourceLimitExceeded"},
|
|
28
|
-
{"shape":"DuplicateRequest"}
|
|
28
|
+
{"shape":"DuplicateRequest"},
|
|
29
|
+
{"shape":"TooManyTagsException"}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
31
32
|
"CreatePrivateDnsNamespace":{
|
|
@@ -40,7 +41,8 @@
|
|
|
40
41
|
{"shape":"InvalidInput"},
|
|
41
42
|
{"shape":"NamespaceAlreadyExists"},
|
|
42
43
|
{"shape":"ResourceLimitExceeded"},
|
|
43
|
-
{"shape":"DuplicateRequest"}
|
|
44
|
+
{"shape":"DuplicateRequest"},
|
|
45
|
+
{"shape":"TooManyTagsException"}
|
|
44
46
|
]
|
|
45
47
|
},
|
|
46
48
|
"CreatePublicDnsNamespace":{
|
|
@@ -55,7 +57,8 @@
|
|
|
55
57
|
{"shape":"InvalidInput"},
|
|
56
58
|
{"shape":"NamespaceAlreadyExists"},
|
|
57
59
|
{"shape":"ResourceLimitExceeded"},
|
|
58
|
-
{"shape":"DuplicateRequest"}
|
|
60
|
+
{"shape":"DuplicateRequest"},
|
|
61
|
+
{"shape":"TooManyTagsException"}
|
|
59
62
|
]
|
|
60
63
|
},
|
|
61
64
|
"CreateService":{
|
|
@@ -70,7 +73,8 @@
|
|
|
70
73
|
{"shape":"InvalidInput"},
|
|
71
74
|
{"shape":"ResourceLimitExceeded"},
|
|
72
75
|
{"shape":"NamespaceNotFound"},
|
|
73
|
-
{"shape":"ServiceAlreadyExists"}
|
|
76
|
+
{"shape":"ServiceAlreadyExists"},
|
|
77
|
+
{"shape":"TooManyTagsException"}
|
|
74
78
|
]
|
|
75
79
|
},
|
|
76
80
|
"DeleteNamespace":{
|
|
@@ -129,7 +133,8 @@
|
|
|
129
133
|
"errors":[
|
|
130
134
|
{"shape":"ServiceNotFound"},
|
|
131
135
|
{"shape":"NamespaceNotFound"},
|
|
132
|
-
{"shape":"InvalidInput"}
|
|
136
|
+
{"shape":"InvalidInput"},
|
|
137
|
+
{"shape":"RequestLimitExceeded"}
|
|
133
138
|
],
|
|
134
139
|
"endpoint":{"hostPrefix":"data-"}
|
|
135
140
|
},
|
|
@@ -249,6 +254,19 @@
|
|
|
249
254
|
{"shape":"InvalidInput"}
|
|
250
255
|
]
|
|
251
256
|
},
|
|
257
|
+
"ListTagsForResource":{
|
|
258
|
+
"name":"ListTagsForResource",
|
|
259
|
+
"http":{
|
|
260
|
+
"method":"POST",
|
|
261
|
+
"requestUri":"/"
|
|
262
|
+
},
|
|
263
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
|
264
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
|
265
|
+
"errors":[
|
|
266
|
+
{"shape":"ResourceNotFoundException"},
|
|
267
|
+
{"shape":"InvalidInput"}
|
|
268
|
+
]
|
|
269
|
+
},
|
|
252
270
|
"RegisterInstance":{
|
|
253
271
|
"name":"RegisterInstance",
|
|
254
272
|
"http":{
|
|
@@ -265,6 +283,33 @@
|
|
|
265
283
|
{"shape":"ServiceNotFound"}
|
|
266
284
|
]
|
|
267
285
|
},
|
|
286
|
+
"TagResource":{
|
|
287
|
+
"name":"TagResource",
|
|
288
|
+
"http":{
|
|
289
|
+
"method":"POST",
|
|
290
|
+
"requestUri":"/"
|
|
291
|
+
},
|
|
292
|
+
"input":{"shape":"TagResourceRequest"},
|
|
293
|
+
"output":{"shape":"TagResourceResponse"},
|
|
294
|
+
"errors":[
|
|
295
|
+
{"shape":"ResourceNotFoundException"},
|
|
296
|
+
{"shape":"TooManyTagsException"},
|
|
297
|
+
{"shape":"InvalidInput"}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"UntagResource":{
|
|
301
|
+
"name":"UntagResource",
|
|
302
|
+
"http":{
|
|
303
|
+
"method":"POST",
|
|
304
|
+
"requestUri":"/"
|
|
305
|
+
},
|
|
306
|
+
"input":{"shape":"UntagResourceRequest"},
|
|
307
|
+
"output":{"shape":"UntagResourceResponse"},
|
|
308
|
+
"errors":[
|
|
309
|
+
{"shape":"ResourceNotFoundException"},
|
|
310
|
+
{"shape":"InvalidInput"}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
268
313
|
"UpdateInstanceCustomHealthStatus":{
|
|
269
314
|
"name":"UpdateInstanceCustomHealthStatus",
|
|
270
315
|
"http":{
|
|
@@ -295,17 +340,24 @@
|
|
|
295
340
|
}
|
|
296
341
|
},
|
|
297
342
|
"shapes":{
|
|
343
|
+
"AmazonResourceName":{
|
|
344
|
+
"type":"string",
|
|
345
|
+
"max":1011,
|
|
346
|
+
"min":1
|
|
347
|
+
},
|
|
298
348
|
"Arn":{
|
|
299
349
|
"type":"string",
|
|
300
350
|
"max":255
|
|
301
351
|
},
|
|
302
352
|
"AttrKey":{
|
|
303
353
|
"type":"string",
|
|
304
|
-
"max":255
|
|
354
|
+
"max":255,
|
|
355
|
+
"pattern":"^[a-zA-Z0-9!-~]+$"
|
|
305
356
|
},
|
|
306
357
|
"AttrValue":{
|
|
307
358
|
"type":"string",
|
|
308
|
-
"max":1024
|
|
359
|
+
"max":1024,
|
|
360
|
+
"pattern":"^([a-zA-Z0-9!-~][ \\ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
|
|
309
361
|
},
|
|
310
362
|
"Attributes":{
|
|
311
363
|
"type":"map",
|
|
@@ -322,7 +374,8 @@
|
|
|
322
374
|
"shape":"ResourceId",
|
|
323
375
|
"idempotencyToken":true
|
|
324
376
|
},
|
|
325
|
-
"Description":{"shape":"ResourceDescription"}
|
|
377
|
+
"Description":{"shape":"ResourceDescription"},
|
|
378
|
+
"Tags":{"shape":"TagList"}
|
|
326
379
|
}
|
|
327
380
|
},
|
|
328
381
|
"CreateHttpNamespaceResponse":{
|
|
@@ -344,7 +397,8 @@
|
|
|
344
397
|
"idempotencyToken":true
|
|
345
398
|
},
|
|
346
399
|
"Description":{"shape":"ResourceDescription"},
|
|
347
|
-
"Vpc":{"shape":"ResourceId"}
|
|
400
|
+
"Vpc":{"shape":"ResourceId"},
|
|
401
|
+
"Tags":{"shape":"TagList"}
|
|
348
402
|
}
|
|
349
403
|
},
|
|
350
404
|
"CreatePrivateDnsNamespaceResponse":{
|
|
@@ -362,7 +416,8 @@
|
|
|
362
416
|
"shape":"ResourceId",
|
|
363
417
|
"idempotencyToken":true
|
|
364
418
|
},
|
|
365
|
-
"Description":{"shape":"ResourceDescription"}
|
|
419
|
+
"Description":{"shape":"ResourceDescription"},
|
|
420
|
+
"Tags":{"shape":"TagList"}
|
|
366
421
|
}
|
|
367
422
|
},
|
|
368
423
|
"CreatePublicDnsNamespaceResponse":{
|
|
@@ -384,7 +439,8 @@
|
|
|
384
439
|
"Description":{"shape":"ResourceDescription"},
|
|
385
440
|
"DnsConfig":{"shape":"DnsConfig"},
|
|
386
441
|
"HealthCheckConfig":{"shape":"HealthCheckConfig"},
|
|
387
|
-
"HealthCheckCustomConfig":{"shape":"HealthCheckCustomConfig"}
|
|
442
|
+
"HealthCheckCustomConfig":{"shape":"HealthCheckCustomConfig"},
|
|
443
|
+
"Tags":{"shape":"TagList"}
|
|
388
444
|
}
|
|
389
445
|
},
|
|
390
446
|
"CreateServiceResponse":{
|
|
@@ -458,7 +514,7 @@
|
|
|
458
514
|
"members":{
|
|
459
515
|
"NamespaceName":{"shape":"NamespaceName"},
|
|
460
516
|
"ServiceName":{"shape":"ServiceName"},
|
|
461
|
-
"MaxResults":{"shape":"
|
|
517
|
+
"MaxResults":{"shape":"DiscoverMaxResults"},
|
|
462
518
|
"QueryParameters":{"shape":"Attributes"},
|
|
463
519
|
"HealthStatus":{"shape":"HealthStatusFilter"}
|
|
464
520
|
}
|
|
@@ -469,6 +525,11 @@
|
|
|
469
525
|
"Instances":{"shape":"HttpInstanceSummaryList"}
|
|
470
526
|
}
|
|
471
527
|
},
|
|
528
|
+
"DiscoverMaxResults":{
|
|
529
|
+
"type":"integer",
|
|
530
|
+
"max":1000,
|
|
531
|
+
"min":1
|
|
532
|
+
},
|
|
472
533
|
"DnsConfig":{
|
|
473
534
|
"type":"structure",
|
|
474
535
|
"required":["DnsRecords"],
|
|
@@ -778,6 +839,19 @@
|
|
|
778
839
|
"NextToken":{"shape":"NextToken"}
|
|
779
840
|
}
|
|
780
841
|
},
|
|
842
|
+
"ListTagsForResourceRequest":{
|
|
843
|
+
"type":"structure",
|
|
844
|
+
"required":["ResourceARN"],
|
|
845
|
+
"members":{
|
|
846
|
+
"ResourceARN":{"shape":"AmazonResourceName"}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"ListTagsForResourceResponse":{
|
|
850
|
+
"type":"structure",
|
|
851
|
+
"members":{
|
|
852
|
+
"Tags":{"shape":"TagList"}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
781
855
|
"MaxResults":{
|
|
782
856
|
"type":"integer",
|
|
783
857
|
"max":100,
|
|
@@ -1004,6 +1078,13 @@
|
|
|
1004
1078
|
"OperationId":{"shape":"OperationId"}
|
|
1005
1079
|
}
|
|
1006
1080
|
},
|
|
1081
|
+
"RequestLimitExceeded":{
|
|
1082
|
+
"type":"structure",
|
|
1083
|
+
"members":{
|
|
1084
|
+
"Message":{"shape":"ErrorMessage"}
|
|
1085
|
+
},
|
|
1086
|
+
"exception":true
|
|
1087
|
+
},
|
|
1007
1088
|
"ResourceCount":{"type":"integer"},
|
|
1008
1089
|
"ResourceDescription":{
|
|
1009
1090
|
"type":"string",
|
|
@@ -1027,6 +1108,13 @@
|
|
|
1027
1108
|
},
|
|
1028
1109
|
"exception":true
|
|
1029
1110
|
},
|
|
1111
|
+
"ResourceNotFoundException":{
|
|
1112
|
+
"type":"structure",
|
|
1113
|
+
"members":{
|
|
1114
|
+
"Message":{"shape":"ErrorMessage"}
|
|
1115
|
+
},
|
|
1116
|
+
"exception":true
|
|
1117
|
+
},
|
|
1030
1118
|
"ResourcePath":{
|
|
1031
1119
|
"type":"string",
|
|
1032
1120
|
"max":255
|
|
@@ -1065,7 +1153,6 @@
|
|
|
1065
1153
|
},
|
|
1066
1154
|
"ServiceChange":{
|
|
1067
1155
|
"type":"structure",
|
|
1068
|
-
"required":["DnsConfig"],
|
|
1069
1156
|
"members":{
|
|
1070
1157
|
"Description":{"shape":"ResourceDescription"},
|
|
1071
1158
|
"DnsConfig":{"shape":"DnsConfigChange"},
|
|
@@ -1121,7 +1208,80 @@
|
|
|
1121
1208
|
"CreateDate":{"shape":"Timestamp"}
|
|
1122
1209
|
}
|
|
1123
1210
|
},
|
|
1211
|
+
"Tag":{
|
|
1212
|
+
"type":"structure",
|
|
1213
|
+
"required":[
|
|
1214
|
+
"Key",
|
|
1215
|
+
"Value"
|
|
1216
|
+
],
|
|
1217
|
+
"members":{
|
|
1218
|
+
"Key":{"shape":"TagKey"},
|
|
1219
|
+
"Value":{"shape":"TagValue"}
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
"TagKey":{
|
|
1223
|
+
"type":"string",
|
|
1224
|
+
"max":128,
|
|
1225
|
+
"min":1
|
|
1226
|
+
},
|
|
1227
|
+
"TagKeyList":{
|
|
1228
|
+
"type":"list",
|
|
1229
|
+
"member":{"shape":"TagKey"},
|
|
1230
|
+
"max":200,
|
|
1231
|
+
"min":0
|
|
1232
|
+
},
|
|
1233
|
+
"TagList":{
|
|
1234
|
+
"type":"list",
|
|
1235
|
+
"member":{"shape":"Tag"},
|
|
1236
|
+
"max":200,
|
|
1237
|
+
"min":0
|
|
1238
|
+
},
|
|
1239
|
+
"TagResourceRequest":{
|
|
1240
|
+
"type":"structure",
|
|
1241
|
+
"required":[
|
|
1242
|
+
"ResourceARN",
|
|
1243
|
+
"Tags"
|
|
1244
|
+
],
|
|
1245
|
+
"members":{
|
|
1246
|
+
"ResourceARN":{"shape":"AmazonResourceName"},
|
|
1247
|
+
"Tags":{"shape":"TagList"}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"TagResourceResponse":{
|
|
1251
|
+
"type":"structure",
|
|
1252
|
+
"members":{
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"TagValue":{
|
|
1256
|
+
"type":"string",
|
|
1257
|
+
"max":256,
|
|
1258
|
+
"min":0
|
|
1259
|
+
},
|
|
1124
1260
|
"Timestamp":{"type":"timestamp"},
|
|
1261
|
+
"TooManyTagsException":{
|
|
1262
|
+
"type":"structure",
|
|
1263
|
+
"members":{
|
|
1264
|
+
"Message":{"shape":"ErrorMessage"},
|
|
1265
|
+
"ResourceName":{"shape":"AmazonResourceName"}
|
|
1266
|
+
},
|
|
1267
|
+
"exception":true
|
|
1268
|
+
},
|
|
1269
|
+
"UntagResourceRequest":{
|
|
1270
|
+
"type":"structure",
|
|
1271
|
+
"required":[
|
|
1272
|
+
"ResourceARN",
|
|
1273
|
+
"TagKeys"
|
|
1274
|
+
],
|
|
1275
|
+
"members":{
|
|
1276
|
+
"ResourceARN":{"shape":"AmazonResourceName"},
|
|
1277
|
+
"TagKeys":{"shape":"TagKeyList"}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"UntagResourceResponse":{
|
|
1281
|
+
"type":"structure",
|
|
1282
|
+
"members":{
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1125
1285
|
"UpdateInstanceCustomHealthStatusRequest":{
|
|
1126
1286
|
"type":"structure",
|
|
1127
1287
|
"required":[
|