aws-sdk-partnercentralselling 1.2.0 → 1.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +1417 -67
- data/lib/aws-sdk-partnercentralselling/client_api.rb +822 -3
- data/lib/aws-sdk-partnercentralselling/types.rb +2234 -167
- data/lib/aws-sdk-partnercentralselling.rb +2 -2
- data/sig/client.rbs +394 -4
- data/sig/types.rbs +490 -4
- metadata +2 -2
@@ -23,7 +23,7 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:partnercentralselling)
|
|
23
23
|
# structure.
|
24
24
|
#
|
25
25
|
# partner_central_selling = Aws::PartnerCentralSelling::Client.new
|
26
|
-
# resp = partner_central_selling.
|
26
|
+
# resp = partner_central_selling.accept_engagement_invitation(params)
|
27
27
|
#
|
28
28
|
# See {Client} for more information.
|
29
29
|
#
|
@@ -54,7 +54,7 @@ module Aws::PartnerCentralSelling
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.3.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
data/sig/client.rbs
CHANGED
@@ -76,6 +76,13 @@ module Aws
|
|
76
76
|
| (?Hash[Symbol, untyped]) -> instance
|
77
77
|
|
78
78
|
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#accept_engagement_invitation-instance_method
|
80
|
+
def accept_engagement_invitation: (
|
81
|
+
catalog: ::String,
|
82
|
+
identifier: ::String
|
83
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
84
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
85
|
+
|
79
86
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#assign_opportunity-instance_method
|
80
87
|
def assign_opportunity: (
|
81
88
|
assignee: {
|
@@ -98,6 +105,96 @@ module Aws
|
|
98
105
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
99
106
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
100
107
|
|
108
|
+
interface _CreateEngagementResponseSuccess
|
109
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEngagementResponse]
|
110
|
+
def arn: () -> ::String
|
111
|
+
def id: () -> ::String
|
112
|
+
end
|
113
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_engagement-instance_method
|
114
|
+
def create_engagement: (
|
115
|
+
catalog: ::String,
|
116
|
+
client_token: ::String,
|
117
|
+
?contexts: Array[
|
118
|
+
{
|
119
|
+
payload: {
|
120
|
+
customer_project: {
|
121
|
+
customer: {
|
122
|
+
company_name: ::String,
|
123
|
+
country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW"),
|
124
|
+
industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other"),
|
125
|
+
website_url: ::String
|
126
|
+
}?,
|
127
|
+
project: {
|
128
|
+
business_problem: ::String,
|
129
|
+
target_completion_date: ::String,
|
130
|
+
title: ::String
|
131
|
+
}?
|
132
|
+
}?
|
133
|
+
}?,
|
134
|
+
type: ("CustomerProject")
|
135
|
+
},
|
136
|
+
],
|
137
|
+
description: ::String,
|
138
|
+
title: ::String
|
139
|
+
) -> _CreateEngagementResponseSuccess
|
140
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementResponseSuccess
|
141
|
+
|
142
|
+
interface _CreateEngagementInvitationResponseSuccess
|
143
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEngagementInvitationResponse]
|
144
|
+
def arn: () -> ::String
|
145
|
+
def id: () -> ::String
|
146
|
+
end
|
147
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_engagement_invitation-instance_method
|
148
|
+
def create_engagement_invitation: (
|
149
|
+
catalog: ::String,
|
150
|
+
client_token: ::String,
|
151
|
+
engagement_identifier: ::String,
|
152
|
+
invitation: {
|
153
|
+
message: ::String,
|
154
|
+
payload: {
|
155
|
+
opportunity_invitation: {
|
156
|
+
customer: {
|
157
|
+
company_name: ::String,
|
158
|
+
country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW"),
|
159
|
+
industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other"),
|
160
|
+
website_url: ::String
|
161
|
+
},
|
162
|
+
project: {
|
163
|
+
business_problem: ::String,
|
164
|
+
expected_customer_spend: Array[
|
165
|
+
{
|
166
|
+
amount: ::String,
|
167
|
+
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
168
|
+
estimation_url: ::String?,
|
169
|
+
frequency: ("Monthly"),
|
170
|
+
target_company: ::String
|
171
|
+
},
|
172
|
+
],
|
173
|
+
target_completion_date: ::String,
|
174
|
+
title: ::String
|
175
|
+
},
|
176
|
+
receiver_responsibilities: Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")],
|
177
|
+
sender_contacts: Array[
|
178
|
+
{
|
179
|
+
business_title: ::String?,
|
180
|
+
email: ::String,
|
181
|
+
first_name: ::String?,
|
182
|
+
last_name: ::String?,
|
183
|
+
phone: ::String?
|
184
|
+
},
|
185
|
+
]?
|
186
|
+
}?
|
187
|
+
},
|
188
|
+
receiver: {
|
189
|
+
account: {
|
190
|
+
alias: ::String?,
|
191
|
+
aws_account_id: ::String
|
192
|
+
}?
|
193
|
+
}
|
194
|
+
}
|
195
|
+
) -> _CreateEngagementInvitationResponseSuccess
|
196
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementInvitationResponseSuccess
|
197
|
+
|
101
198
|
interface _CreateOpportunityResponseSuccess
|
102
199
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateOpportunityResponse]
|
103
200
|
def id: () -> ::String
|
@@ -181,6 +278,7 @@ module Aws
|
|
181
278
|
{
|
182
279
|
amount: ::String,
|
183
280
|
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
281
|
+
estimation_url: ::String?,
|
184
282
|
frequency: ("Monthly"),
|
185
283
|
target_company: ::String
|
186
284
|
},
|
@@ -203,6 +301,45 @@ module Aws
|
|
203
301
|
) -> _CreateOpportunityResponseSuccess
|
204
302
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpportunityResponseSuccess
|
205
303
|
|
304
|
+
interface _CreateResourceSnapshotResponseSuccess
|
305
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceSnapshotResponse]
|
306
|
+
def arn: () -> ::String
|
307
|
+
def revision: () -> ::Integer
|
308
|
+
end
|
309
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_resource_snapshot-instance_method
|
310
|
+
def create_resource_snapshot: (
|
311
|
+
catalog: ::String,
|
312
|
+
client_token: ::String,
|
313
|
+
engagement_identifier: ::String,
|
314
|
+
resource_identifier: ::String,
|
315
|
+
resource_snapshot_template_identifier: ::String,
|
316
|
+
resource_type: ("Opportunity")
|
317
|
+
) -> _CreateResourceSnapshotResponseSuccess
|
318
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotResponseSuccess
|
319
|
+
|
320
|
+
interface _CreateResourceSnapshotJobResponseSuccess
|
321
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceSnapshotJobResponse]
|
322
|
+
def arn: () -> ::String
|
323
|
+
def id: () -> ::String
|
324
|
+
end
|
325
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_resource_snapshot_job-instance_method
|
326
|
+
def create_resource_snapshot_job: (
|
327
|
+
catalog: ::String,
|
328
|
+
client_token: ::String,
|
329
|
+
engagement_identifier: ::String,
|
330
|
+
resource_identifier: ::String,
|
331
|
+
resource_snapshot_template_identifier: ::String,
|
332
|
+
resource_type: ("Opportunity")
|
333
|
+
) -> _CreateResourceSnapshotJobResponseSuccess
|
334
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotJobResponseSuccess
|
335
|
+
|
336
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#delete_resource_snapshot_job-instance_method
|
337
|
+
def delete_resource_snapshot_job: (
|
338
|
+
catalog: ::String,
|
339
|
+
resource_snapshot_job_identifier: ::String
|
340
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
341
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
342
|
+
|
206
343
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#disassociate_opportunity-instance_method
|
207
344
|
def disassociate_opportunity: (
|
208
345
|
catalog: ::String,
|
@@ -234,14 +371,36 @@ module Aws
|
|
234
371
|
) -> _GetAwsOpportunitySummaryResponseSuccess
|
235
372
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAwsOpportunitySummaryResponseSuccess
|
236
373
|
|
374
|
+
interface _GetEngagementResponseSuccess
|
375
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEngagementResponse]
|
376
|
+
def arn: () -> ::String
|
377
|
+
def contexts: () -> ::Array[Types::EngagementContextDetails]
|
378
|
+
def created_at: () -> ::Time
|
379
|
+
def created_by: () -> ::String
|
380
|
+
def description: () -> ::String
|
381
|
+
def id: () -> ::String
|
382
|
+
def member_count: () -> ::Integer
|
383
|
+
def title: () -> ::String
|
384
|
+
end
|
385
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_engagement-instance_method
|
386
|
+
def get_engagement: (
|
387
|
+
catalog: ::String,
|
388
|
+
identifier: ::String
|
389
|
+
) -> _GetEngagementResponseSuccess
|
390
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEngagementResponseSuccess
|
391
|
+
|
237
392
|
interface _GetEngagementInvitationResponseSuccess
|
238
393
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetEngagementInvitationResponse]
|
239
394
|
def arn: () -> ::String
|
240
395
|
def catalog: () -> ::String
|
396
|
+
def engagement_description: () -> ::String
|
397
|
+
def engagement_id: () -> ::String
|
241
398
|
def engagement_title: () -> ::String
|
399
|
+
def existing_members: () -> ::Array[Types::EngagementMemberSummary]
|
242
400
|
def expiration_date: () -> ::Time
|
243
401
|
def id: () -> ::String
|
244
402
|
def invitation_date: () -> ::Time
|
403
|
+
def invitation_message: () -> ::String
|
245
404
|
def payload: () -> Types::Payload
|
246
405
|
def payload_type: () -> ("OpportunityInvitation")
|
247
406
|
def receiver: () -> Types::Receiver
|
@@ -259,6 +418,7 @@ module Aws
|
|
259
418
|
|
260
419
|
interface _GetOpportunityResponseSuccess
|
261
420
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetOpportunityResponse]
|
421
|
+
def arn: () -> ::String
|
262
422
|
def catalog: () -> ::String
|
263
423
|
def created_date: () -> ::Time
|
264
424
|
def customer: () -> Types::Customer
|
@@ -282,6 +442,105 @@ module Aws
|
|
282
442
|
) -> _GetOpportunityResponseSuccess
|
283
443
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpportunityResponseSuccess
|
284
444
|
|
445
|
+
interface _GetResourceSnapshotResponseSuccess
|
446
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotResponse]
|
447
|
+
def arn: () -> ::String
|
448
|
+
def catalog: () -> ::String
|
449
|
+
def created_at: () -> ::Time
|
450
|
+
def created_by: () -> ::String
|
451
|
+
def engagement_id: () -> ::String
|
452
|
+
def payload: () -> Types::ResourceSnapshotPayload
|
453
|
+
def resource_id: () -> ::String
|
454
|
+
def resource_snapshot_template_name: () -> ::String
|
455
|
+
def resource_type: () -> ("Opportunity")
|
456
|
+
def revision: () -> ::Integer
|
457
|
+
end
|
458
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_resource_snapshot-instance_method
|
459
|
+
def get_resource_snapshot: (
|
460
|
+
catalog: ::String,
|
461
|
+
engagement_identifier: ::String,
|
462
|
+
resource_identifier: ::String,
|
463
|
+
resource_snapshot_template_identifier: ::String,
|
464
|
+
resource_type: ("Opportunity"),
|
465
|
+
?revision: ::Integer
|
466
|
+
) -> _GetResourceSnapshotResponseSuccess
|
467
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSnapshotResponseSuccess
|
468
|
+
|
469
|
+
interface _GetResourceSnapshotJobResponseSuccess
|
470
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotJobResponse]
|
471
|
+
def arn: () -> ::String
|
472
|
+
def catalog: () -> ::String
|
473
|
+
def created_at: () -> ::Time
|
474
|
+
def engagement_id: () -> ::String
|
475
|
+
def id: () -> ::String
|
476
|
+
def last_failure: () -> ::String
|
477
|
+
def last_successful_execution_date: () -> ::Time
|
478
|
+
def resource_arn: () -> ::String
|
479
|
+
def resource_id: () -> ::String
|
480
|
+
def resource_snapshot_template_name: () -> ::String
|
481
|
+
def resource_type: () -> ("Opportunity")
|
482
|
+
def status: () -> ("Running" | "Stopped")
|
483
|
+
end
|
484
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_resource_snapshot_job-instance_method
|
485
|
+
def get_resource_snapshot_job: (
|
486
|
+
catalog: ::String,
|
487
|
+
resource_snapshot_job_identifier: ::String
|
488
|
+
) -> _GetResourceSnapshotJobResponseSuccess
|
489
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSnapshotJobResponseSuccess
|
490
|
+
|
491
|
+
interface _GetSellingSystemSettingsResponseSuccess
|
492
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSellingSystemSettingsResponse]
|
493
|
+
def catalog: () -> ::String
|
494
|
+
def resource_snapshot_job_role_arn: () -> ::String
|
495
|
+
end
|
496
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_selling_system_settings-instance_method
|
497
|
+
def get_selling_system_settings: (
|
498
|
+
catalog: ::String
|
499
|
+
) -> _GetSellingSystemSettingsResponseSuccess
|
500
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSellingSystemSettingsResponseSuccess
|
501
|
+
|
502
|
+
interface _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
503
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementByAcceptingInvitationTasksResponse]
|
504
|
+
def next_token: () -> ::String
|
505
|
+
def task_summaries: () -> ::Array[Types::ListEngagementByAcceptingInvitationTaskSummary]
|
506
|
+
end
|
507
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_by_accepting_invitation_tasks-instance_method
|
508
|
+
def list_engagement_by_accepting_invitation_tasks: (
|
509
|
+
catalog: ::String,
|
510
|
+
?engagement_invitation_identifier: Array[::String],
|
511
|
+
?max_results: ::Integer,
|
512
|
+
?next_token: ::String,
|
513
|
+
?opportunity_identifier: Array[::String],
|
514
|
+
?sort: {
|
515
|
+
sort_by: ("StartTime"),
|
516
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
517
|
+
},
|
518
|
+
?task_identifier: Array[::String],
|
519
|
+
?task_status: Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
|
520
|
+
) -> _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
521
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
522
|
+
|
523
|
+
interface _ListEngagementFromOpportunityTasksResponseSuccess
|
524
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementFromOpportunityTasksResponse]
|
525
|
+
def next_token: () -> ::String
|
526
|
+
def task_summaries: () -> ::Array[Types::ListEngagementFromOpportunityTaskSummary]
|
527
|
+
end
|
528
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_from_opportunity_tasks-instance_method
|
529
|
+
def list_engagement_from_opportunity_tasks: (
|
530
|
+
catalog: ::String,
|
531
|
+
?engagement_identifier: Array[::String],
|
532
|
+
?max_results: ::Integer,
|
533
|
+
?next_token: ::String,
|
534
|
+
?opportunity_identifier: Array[::String],
|
535
|
+
?sort: {
|
536
|
+
sort_by: ("StartTime"),
|
537
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
538
|
+
},
|
539
|
+
?task_identifier: Array[::String],
|
540
|
+
?task_status: Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
|
541
|
+
) -> _ListEngagementFromOpportunityTasksResponseSuccess
|
542
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementFromOpportunityTasksResponseSuccess
|
543
|
+
|
285
544
|
interface _ListEngagementInvitationsResponseSuccess
|
286
545
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementInvitationsResponse]
|
287
546
|
def engagement_invitation_summaries: () -> ::Array[Types::EngagementInvitationSummary]
|
@@ -290,17 +549,71 @@ module Aws
|
|
290
549
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_invitations-instance_method
|
291
550
|
def list_engagement_invitations: (
|
292
551
|
catalog: ::String,
|
552
|
+
?engagement_identifier: Array[::String],
|
293
553
|
?max_results: ::Integer,
|
294
554
|
?next_token: ::String,
|
295
|
-
participant_type: ("RECEIVER"),
|
555
|
+
participant_type: ("SENDER" | "RECEIVER"),
|
296
556
|
?payload_type: Array[("OpportunityInvitation")],
|
557
|
+
?sender_aws_account_id: Array[::String],
|
297
558
|
?sort: {
|
298
559
|
sort_by: ("InvitationDate"),
|
299
560
|
sort_order: ("ASCENDING" | "DESCENDING")
|
300
|
-
}
|
561
|
+
},
|
562
|
+
?status: Array[("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")]
|
301
563
|
) -> _ListEngagementInvitationsResponseSuccess
|
302
564
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementInvitationsResponseSuccess
|
303
565
|
|
566
|
+
interface _ListEngagementMembersResponseSuccess
|
567
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementMembersResponse]
|
568
|
+
def engagement_member_list: () -> ::Array[Types::EngagementMember]
|
569
|
+
def next_token: () -> ::String
|
570
|
+
end
|
571
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_members-instance_method
|
572
|
+
def list_engagement_members: (
|
573
|
+
catalog: ::String,
|
574
|
+
identifier: ::String,
|
575
|
+
?max_results: ::Integer,
|
576
|
+
?next_token: ::String
|
577
|
+
) -> _ListEngagementMembersResponseSuccess
|
578
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementMembersResponseSuccess
|
579
|
+
|
580
|
+
interface _ListEngagementResourceAssociationsResponseSuccess
|
581
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementResourceAssociationsResponse]
|
582
|
+
def engagement_resource_association_summaries: () -> ::Array[Types::EngagementResourceAssociationSummary]
|
583
|
+
def next_token: () -> ::String
|
584
|
+
end
|
585
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_resource_associations-instance_method
|
586
|
+
def list_engagement_resource_associations: (
|
587
|
+
catalog: ::String,
|
588
|
+
?created_by: ::String,
|
589
|
+
?engagement_identifier: ::String,
|
590
|
+
?max_results: ::Integer,
|
591
|
+
?next_token: ::String,
|
592
|
+
?resource_identifier: ::String,
|
593
|
+
?resource_type: ("Opportunity")
|
594
|
+
) -> _ListEngagementResourceAssociationsResponseSuccess
|
595
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementResourceAssociationsResponseSuccess
|
596
|
+
|
597
|
+
interface _ListEngagementsResponseSuccess
|
598
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementsResponse]
|
599
|
+
def engagement_summary_list: () -> ::Array[Types::EngagementSummary]
|
600
|
+
def next_token: () -> ::String
|
601
|
+
end
|
602
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagements-instance_method
|
603
|
+
def list_engagements: (
|
604
|
+
catalog: ::String,
|
605
|
+
?created_by: Array[::String],
|
606
|
+
?engagement_identifier: Array[::String],
|
607
|
+
?exclude_created_by: Array[::String],
|
608
|
+
?max_results: ::Integer,
|
609
|
+
?next_token: ::String,
|
610
|
+
?sort: {
|
611
|
+
sort_by: ("CreatedDate"),
|
612
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
613
|
+
}
|
614
|
+
) -> _ListEngagementsResponseSuccess
|
615
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementsResponseSuccess
|
616
|
+
|
304
617
|
interface _ListOpportunitiesResponseSuccess
|
305
618
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListOpportunitiesResponse]
|
306
619
|
def next_token: () -> ::String
|
@@ -326,6 +639,43 @@ module Aws
|
|
326
639
|
) -> _ListOpportunitiesResponseSuccess
|
327
640
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpportunitiesResponseSuccess
|
328
641
|
|
642
|
+
interface _ListResourceSnapshotJobsResponseSuccess
|
643
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceSnapshotJobsResponse]
|
644
|
+
def next_token: () -> ::String
|
645
|
+
def resource_snapshot_job_summaries: () -> ::Array[Types::ResourceSnapshotJobSummary]
|
646
|
+
end
|
647
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_resource_snapshot_jobs-instance_method
|
648
|
+
def list_resource_snapshot_jobs: (
|
649
|
+
catalog: ::String,
|
650
|
+
?engagement_identifier: ::String,
|
651
|
+
?max_results: ::Integer,
|
652
|
+
?next_token: ::String,
|
653
|
+
?sort: {
|
654
|
+
sort_by: ("CreatedDate")?,
|
655
|
+
sort_order: ("ASCENDING" | "DESCENDING")?
|
656
|
+
},
|
657
|
+
?status: ("Running" | "Stopped")
|
658
|
+
) -> _ListResourceSnapshotJobsResponseSuccess
|
659
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceSnapshotJobsResponseSuccess
|
660
|
+
|
661
|
+
interface _ListResourceSnapshotsResponseSuccess
|
662
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceSnapshotsResponse]
|
663
|
+
def next_token: () -> ::String
|
664
|
+
def resource_snapshot_summaries: () -> ::Array[Types::ResourceSnapshotSummary]
|
665
|
+
end
|
666
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_resource_snapshots-instance_method
|
667
|
+
def list_resource_snapshots: (
|
668
|
+
catalog: ::String,
|
669
|
+
?created_by: ::String,
|
670
|
+
engagement_identifier: ::String,
|
671
|
+
?max_results: ::Integer,
|
672
|
+
?next_token: ::String,
|
673
|
+
?resource_identifier: ::String,
|
674
|
+
?resource_snapshot_template_identifier: ::String,
|
675
|
+
?resource_type: ("Opportunity")
|
676
|
+
) -> _ListResourceSnapshotsResponseSuccess
|
677
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceSnapshotsResponseSuccess
|
678
|
+
|
329
679
|
interface _ListSolutionsResponseSuccess
|
330
680
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListSolutionsResponse]
|
331
681
|
def next_token: () -> ::String
|
@@ -346,6 +696,18 @@ module Aws
|
|
346
696
|
) -> _ListSolutionsResponseSuccess
|
347
697
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSolutionsResponseSuccess
|
348
698
|
|
699
|
+
interface _PutSellingSystemSettingsResponseSuccess
|
700
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutSellingSystemSettingsResponse]
|
701
|
+
def catalog: () -> ::String
|
702
|
+
def resource_snapshot_job_role_arn: () -> ::String
|
703
|
+
end
|
704
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#put_selling_system_settings-instance_method
|
705
|
+
def put_selling_system_settings: (
|
706
|
+
catalog: ::String,
|
707
|
+
?resource_snapshot_job_role_identifier: ::String
|
708
|
+
) -> _PutSellingSystemSettingsResponseSuccess
|
709
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSellingSystemSettingsResponseSuccess
|
710
|
+
|
349
711
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#reject_engagement_invitation-instance_method
|
350
712
|
def reject_engagement_invitation: (
|
351
713
|
catalog: ::String,
|
@@ -359,7 +721,8 @@ module Aws
|
|
359
721
|
def engagement_invitation_id: () -> ::String
|
360
722
|
def message: () -> ::String
|
361
723
|
def opportunity_id: () -> ::String
|
362
|
-
def reason_code: () -> ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "
|
724
|
+
def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "InternalError" | "ServiceQuotaExceeded" | "RequestThrottled")
|
725
|
+
def resource_snapshot_job_id: () -> ::String
|
363
726
|
def start_time: () -> ::Time
|
364
727
|
def task_arn: () -> ::String
|
365
728
|
def task_id: () -> ::String
|
@@ -375,9 +738,12 @@ module Aws
|
|
375
738
|
|
376
739
|
interface _StartEngagementFromOpportunityTaskResponseSuccess
|
377
740
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartEngagementFromOpportunityTaskResponse]
|
741
|
+
def engagement_id: () -> ::String
|
742
|
+
def engagement_invitation_id: () -> ::String
|
378
743
|
def message: () -> ::String
|
379
744
|
def opportunity_id: () -> ::String
|
380
|
-
def reason_code: () -> ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "
|
745
|
+
def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "InternalError" | "ServiceQuotaExceeded" | "RequestThrottled")
|
746
|
+
def resource_snapshot_job_id: () -> ::String
|
381
747
|
def start_time: () -> ::Time
|
382
748
|
def task_arn: () -> ::String
|
383
749
|
def task_id: () -> ::String
|
@@ -395,6 +761,29 @@ module Aws
|
|
395
761
|
) -> _StartEngagementFromOpportunityTaskResponseSuccess
|
396
762
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementFromOpportunityTaskResponseSuccess
|
397
763
|
|
764
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#start_resource_snapshot_job-instance_method
|
765
|
+
def start_resource_snapshot_job: (
|
766
|
+
catalog: ::String,
|
767
|
+
resource_snapshot_job_identifier: ::String
|
768
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
769
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
770
|
+
|
771
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#stop_resource_snapshot_job-instance_method
|
772
|
+
def stop_resource_snapshot_job: (
|
773
|
+
catalog: ::String,
|
774
|
+
resource_snapshot_job_identifier: ::String
|
775
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
776
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
777
|
+
|
778
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#submit_opportunity-instance_method
|
779
|
+
def submit_opportunity: (
|
780
|
+
catalog: ::String,
|
781
|
+
identifier: ::String,
|
782
|
+
involvement_type: ("For Visibility Only" | "Co-Sell"),
|
783
|
+
?visibility: ("Full" | "Limited")
|
784
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
785
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
786
|
+
|
398
787
|
interface _UpdateOpportunityResponseSuccess
|
399
788
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOpportunityResponse]
|
400
789
|
def id: () -> ::String
|
@@ -468,6 +857,7 @@ module Aws
|
|
468
857
|
{
|
469
858
|
amount: ::String,
|
470
859
|
currency_code: ("USD" | "EUR" | "GBP" | "AUD" | "CAD" | "CNY" | "NZD" | "INR" | "JPY" | "CHF" | "SEK" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CDF" | "CHE" | "CHW" | "CLF" | "CLP" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "FJD" | "FKP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USN" | "UYI" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "XSU" | "XUA" | "YER" | "ZAR" | "ZMW" | "ZWL"),
|
860
|
+
estimation_url: ::String?,
|
471
861
|
frequency: ("Monthly"),
|
472
862
|
target_company: ::String
|
473
863
|
},
|