aws-sdk-partnercentralselling 1.2.0 → 1.4.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +1597 -78
- data/lib/aws-sdk-partnercentralselling/client_api.rb +908 -3
- data/lib/aws-sdk-partnercentralselling/types.rb +2255 -70
- data/lib/aws-sdk-partnercentralselling.rb +2 -2
- data/sig/client.rbs +451 -6
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +527 -4
- metadata +4 -4
@@ -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.4.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -76,6 +78,13 @@ module Aws
|
|
76
78
|
| (?Hash[Symbol, untyped]) -> instance
|
77
79
|
|
78
80
|
|
81
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#accept_engagement_invitation-instance_method
|
82
|
+
def accept_engagement_invitation: (
|
83
|
+
catalog: ::String,
|
84
|
+
identifier: ::String
|
85
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
86
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
87
|
+
|
79
88
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#assign_opportunity-instance_method
|
80
89
|
def assign_opportunity: (
|
81
90
|
assignee: {
|
@@ -98,6 +107,96 @@ module Aws
|
|
98
107
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
99
108
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
100
109
|
|
110
|
+
interface _CreateEngagementResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEngagementResponse]
|
112
|
+
def arn: () -> ::String
|
113
|
+
def id: () -> ::String
|
114
|
+
end
|
115
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_engagement-instance_method
|
116
|
+
def create_engagement: (
|
117
|
+
catalog: ::String,
|
118
|
+
client_token: ::String,
|
119
|
+
?contexts: Array[
|
120
|
+
{
|
121
|
+
payload: {
|
122
|
+
customer_project: {
|
123
|
+
customer: {
|
124
|
+
company_name: ::String,
|
125
|
+
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"),
|
126
|
+
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"),
|
127
|
+
website_url: ::String
|
128
|
+
}?,
|
129
|
+
project: {
|
130
|
+
business_problem: ::String,
|
131
|
+
target_completion_date: ::String,
|
132
|
+
title: ::String
|
133
|
+
}?
|
134
|
+
}?
|
135
|
+
}?,
|
136
|
+
type: ("CustomerProject")
|
137
|
+
},
|
138
|
+
],
|
139
|
+
description: ::String,
|
140
|
+
title: ::String
|
141
|
+
) -> _CreateEngagementResponseSuccess
|
142
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementResponseSuccess
|
143
|
+
|
144
|
+
interface _CreateEngagementInvitationResponseSuccess
|
145
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEngagementInvitationResponse]
|
146
|
+
def arn: () -> ::String
|
147
|
+
def id: () -> ::String
|
148
|
+
end
|
149
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_engagement_invitation-instance_method
|
150
|
+
def create_engagement_invitation: (
|
151
|
+
catalog: ::String,
|
152
|
+
client_token: ::String,
|
153
|
+
engagement_identifier: ::String,
|
154
|
+
invitation: {
|
155
|
+
message: ::String,
|
156
|
+
payload: {
|
157
|
+
opportunity_invitation: {
|
158
|
+
customer: {
|
159
|
+
company_name: ::String,
|
160
|
+
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"),
|
161
|
+
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"),
|
162
|
+
website_url: ::String
|
163
|
+
},
|
164
|
+
project: {
|
165
|
+
business_problem: ::String,
|
166
|
+
expected_customer_spend: Array[
|
167
|
+
{
|
168
|
+
amount: ::String,
|
169
|
+
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"),
|
170
|
+
estimation_url: ::String?,
|
171
|
+
frequency: ("Monthly"),
|
172
|
+
target_company: ::String
|
173
|
+
},
|
174
|
+
],
|
175
|
+
target_completion_date: ::String,
|
176
|
+
title: ::String
|
177
|
+
},
|
178
|
+
receiver_responsibilities: Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")],
|
179
|
+
sender_contacts: Array[
|
180
|
+
{
|
181
|
+
business_title: ::String?,
|
182
|
+
email: ::String,
|
183
|
+
first_name: ::String?,
|
184
|
+
last_name: ::String?,
|
185
|
+
phone: ::String?
|
186
|
+
},
|
187
|
+
]?
|
188
|
+
}?
|
189
|
+
},
|
190
|
+
receiver: {
|
191
|
+
account: {
|
192
|
+
alias: ::String?,
|
193
|
+
aws_account_id: ::String
|
194
|
+
}?
|
195
|
+
}
|
196
|
+
}
|
197
|
+
) -> _CreateEngagementInvitationResponseSuccess
|
198
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementInvitationResponseSuccess
|
199
|
+
|
101
200
|
interface _CreateOpportunityResponseSuccess
|
102
201
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateOpportunityResponse]
|
103
202
|
def id: () -> ::String
|
@@ -181,6 +280,7 @@ module Aws
|
|
181
280
|
{
|
182
281
|
amount: ::String,
|
183
282
|
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"),
|
283
|
+
estimation_url: ::String?,
|
184
284
|
frequency: ("Monthly"),
|
185
285
|
target_company: ::String
|
186
286
|
},
|
@@ -203,6 +303,51 @@ module Aws
|
|
203
303
|
) -> _CreateOpportunityResponseSuccess
|
204
304
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpportunityResponseSuccess
|
205
305
|
|
306
|
+
interface _CreateResourceSnapshotResponseSuccess
|
307
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceSnapshotResponse]
|
308
|
+
def arn: () -> ::String
|
309
|
+
def revision: () -> ::Integer
|
310
|
+
end
|
311
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_resource_snapshot-instance_method
|
312
|
+
def create_resource_snapshot: (
|
313
|
+
catalog: ::String,
|
314
|
+
client_token: ::String,
|
315
|
+
engagement_identifier: ::String,
|
316
|
+
resource_identifier: ::String,
|
317
|
+
resource_snapshot_template_identifier: ::String,
|
318
|
+
resource_type: ("Opportunity")
|
319
|
+
) -> _CreateResourceSnapshotResponseSuccess
|
320
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotResponseSuccess
|
321
|
+
|
322
|
+
interface _CreateResourceSnapshotJobResponseSuccess
|
323
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceSnapshotJobResponse]
|
324
|
+
def arn: () -> ::String
|
325
|
+
def id: () -> ::String
|
326
|
+
end
|
327
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#create_resource_snapshot_job-instance_method
|
328
|
+
def create_resource_snapshot_job: (
|
329
|
+
catalog: ::String,
|
330
|
+
client_token: ::String,
|
331
|
+
engagement_identifier: ::String,
|
332
|
+
resource_identifier: ::String,
|
333
|
+
resource_snapshot_template_identifier: ::String,
|
334
|
+
resource_type: ("Opportunity"),
|
335
|
+
?tags: Array[
|
336
|
+
{
|
337
|
+
key: ::String,
|
338
|
+
value: ::String
|
339
|
+
},
|
340
|
+
]
|
341
|
+
) -> _CreateResourceSnapshotJobResponseSuccess
|
342
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotJobResponseSuccess
|
343
|
+
|
344
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#delete_resource_snapshot_job-instance_method
|
345
|
+
def delete_resource_snapshot_job: (
|
346
|
+
catalog: ::String,
|
347
|
+
resource_snapshot_job_identifier: ::String
|
348
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
349
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
350
|
+
|
206
351
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#disassociate_opportunity-instance_method
|
207
352
|
def disassociate_opportunity: (
|
208
353
|
catalog: ::String,
|
@@ -234,14 +379,36 @@ module Aws
|
|
234
379
|
) -> _GetAwsOpportunitySummaryResponseSuccess
|
235
380
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAwsOpportunitySummaryResponseSuccess
|
236
381
|
|
382
|
+
interface _GetEngagementResponseSuccess
|
383
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEngagementResponse]
|
384
|
+
def arn: () -> ::String
|
385
|
+
def contexts: () -> ::Array[Types::EngagementContextDetails]
|
386
|
+
def created_at: () -> ::Time
|
387
|
+
def created_by: () -> ::String
|
388
|
+
def description: () -> ::String
|
389
|
+
def id: () -> ::String
|
390
|
+
def member_count: () -> ::Integer
|
391
|
+
def title: () -> ::String
|
392
|
+
end
|
393
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_engagement-instance_method
|
394
|
+
def get_engagement: (
|
395
|
+
catalog: ::String,
|
396
|
+
identifier: ::String
|
397
|
+
) -> _GetEngagementResponseSuccess
|
398
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEngagementResponseSuccess
|
399
|
+
|
237
400
|
interface _GetEngagementInvitationResponseSuccess
|
238
401
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetEngagementInvitationResponse]
|
239
402
|
def arn: () -> ::String
|
240
403
|
def catalog: () -> ::String
|
404
|
+
def engagement_description: () -> ::String
|
405
|
+
def engagement_id: () -> ::String
|
241
406
|
def engagement_title: () -> ::String
|
407
|
+
def existing_members: () -> ::Array[Types::EngagementMemberSummary]
|
242
408
|
def expiration_date: () -> ::Time
|
243
409
|
def id: () -> ::String
|
244
410
|
def invitation_date: () -> ::Time
|
411
|
+
def invitation_message: () -> ::String
|
245
412
|
def payload: () -> Types::Payload
|
246
413
|
def payload_type: () -> ("OpportunityInvitation")
|
247
414
|
def receiver: () -> Types::Receiver
|
@@ -259,6 +426,7 @@ module Aws
|
|
259
426
|
|
260
427
|
interface _GetOpportunityResponseSuccess
|
261
428
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetOpportunityResponse]
|
429
|
+
def arn: () -> ::String
|
262
430
|
def catalog: () -> ::String
|
263
431
|
def created_date: () -> ::Time
|
264
432
|
def customer: () -> Types::Customer
|
@@ -282,6 +450,105 @@ module Aws
|
|
282
450
|
) -> _GetOpportunityResponseSuccess
|
283
451
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpportunityResponseSuccess
|
284
452
|
|
453
|
+
interface _GetResourceSnapshotResponseSuccess
|
454
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotResponse]
|
455
|
+
def arn: () -> ::String
|
456
|
+
def catalog: () -> ::String
|
457
|
+
def created_at: () -> ::Time
|
458
|
+
def created_by: () -> ::String
|
459
|
+
def engagement_id: () -> ::String
|
460
|
+
def payload: () -> Types::ResourceSnapshotPayload
|
461
|
+
def resource_id: () -> ::String
|
462
|
+
def resource_snapshot_template_name: () -> ::String
|
463
|
+
def resource_type: () -> ("Opportunity")
|
464
|
+
def revision: () -> ::Integer
|
465
|
+
end
|
466
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_resource_snapshot-instance_method
|
467
|
+
def get_resource_snapshot: (
|
468
|
+
catalog: ::String,
|
469
|
+
engagement_identifier: ::String,
|
470
|
+
resource_identifier: ::String,
|
471
|
+
resource_snapshot_template_identifier: ::String,
|
472
|
+
resource_type: ("Opportunity"),
|
473
|
+
?revision: ::Integer
|
474
|
+
) -> _GetResourceSnapshotResponseSuccess
|
475
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSnapshotResponseSuccess
|
476
|
+
|
477
|
+
interface _GetResourceSnapshotJobResponseSuccess
|
478
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotJobResponse]
|
479
|
+
def arn: () -> ::String
|
480
|
+
def catalog: () -> ::String
|
481
|
+
def created_at: () -> ::Time
|
482
|
+
def engagement_id: () -> ::String
|
483
|
+
def id: () -> ::String
|
484
|
+
def last_failure: () -> ::String
|
485
|
+
def last_successful_execution_date: () -> ::Time
|
486
|
+
def resource_arn: () -> ::String
|
487
|
+
def resource_id: () -> ::String
|
488
|
+
def resource_snapshot_template_name: () -> ::String
|
489
|
+
def resource_type: () -> ("Opportunity")
|
490
|
+
def status: () -> ("Running" | "Stopped")
|
491
|
+
end
|
492
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_resource_snapshot_job-instance_method
|
493
|
+
def get_resource_snapshot_job: (
|
494
|
+
catalog: ::String,
|
495
|
+
resource_snapshot_job_identifier: ::String
|
496
|
+
) -> _GetResourceSnapshotJobResponseSuccess
|
497
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSnapshotJobResponseSuccess
|
498
|
+
|
499
|
+
interface _GetSellingSystemSettingsResponseSuccess
|
500
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSellingSystemSettingsResponse]
|
501
|
+
def catalog: () -> ::String
|
502
|
+
def resource_snapshot_job_role_arn: () -> ::String
|
503
|
+
end
|
504
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#get_selling_system_settings-instance_method
|
505
|
+
def get_selling_system_settings: (
|
506
|
+
catalog: ::String
|
507
|
+
) -> _GetSellingSystemSettingsResponseSuccess
|
508
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSellingSystemSettingsResponseSuccess
|
509
|
+
|
510
|
+
interface _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
511
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementByAcceptingInvitationTasksResponse]
|
512
|
+
def next_token: () -> ::String
|
513
|
+
def task_summaries: () -> ::Array[Types::ListEngagementByAcceptingInvitationTaskSummary]
|
514
|
+
end
|
515
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_by_accepting_invitation_tasks-instance_method
|
516
|
+
def list_engagement_by_accepting_invitation_tasks: (
|
517
|
+
catalog: ::String,
|
518
|
+
?engagement_invitation_identifier: Array[::String],
|
519
|
+
?max_results: ::Integer,
|
520
|
+
?next_token: ::String,
|
521
|
+
?opportunity_identifier: Array[::String],
|
522
|
+
?sort: {
|
523
|
+
sort_by: ("StartTime"),
|
524
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
525
|
+
},
|
526
|
+
?task_identifier: Array[::String],
|
527
|
+
?task_status: Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
|
528
|
+
) -> _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
529
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementByAcceptingInvitationTasksResponseSuccess
|
530
|
+
|
531
|
+
interface _ListEngagementFromOpportunityTasksResponseSuccess
|
532
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementFromOpportunityTasksResponse]
|
533
|
+
def next_token: () -> ::String
|
534
|
+
def task_summaries: () -> ::Array[Types::ListEngagementFromOpportunityTaskSummary]
|
535
|
+
end
|
536
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_from_opportunity_tasks-instance_method
|
537
|
+
def list_engagement_from_opportunity_tasks: (
|
538
|
+
catalog: ::String,
|
539
|
+
?engagement_identifier: Array[::String],
|
540
|
+
?max_results: ::Integer,
|
541
|
+
?next_token: ::String,
|
542
|
+
?opportunity_identifier: Array[::String],
|
543
|
+
?sort: {
|
544
|
+
sort_by: ("StartTime"),
|
545
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
546
|
+
},
|
547
|
+
?task_identifier: Array[::String],
|
548
|
+
?task_status: Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
|
549
|
+
) -> _ListEngagementFromOpportunityTasksResponseSuccess
|
550
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementFromOpportunityTasksResponseSuccess
|
551
|
+
|
285
552
|
interface _ListEngagementInvitationsResponseSuccess
|
286
553
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementInvitationsResponse]
|
287
554
|
def engagement_invitation_summaries: () -> ::Array[Types::EngagementInvitationSummary]
|
@@ -290,17 +557,71 @@ module Aws
|
|
290
557
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_invitations-instance_method
|
291
558
|
def list_engagement_invitations: (
|
292
559
|
catalog: ::String,
|
560
|
+
?engagement_identifier: Array[::String],
|
293
561
|
?max_results: ::Integer,
|
294
562
|
?next_token: ::String,
|
295
|
-
participant_type: ("RECEIVER"),
|
563
|
+
participant_type: ("SENDER" | "RECEIVER"),
|
296
564
|
?payload_type: Array[("OpportunityInvitation")],
|
565
|
+
?sender_aws_account_id: Array[::String],
|
297
566
|
?sort: {
|
298
567
|
sort_by: ("InvitationDate"),
|
299
568
|
sort_order: ("ASCENDING" | "DESCENDING")
|
300
|
-
}
|
569
|
+
},
|
570
|
+
?status: Array[("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")]
|
301
571
|
) -> _ListEngagementInvitationsResponseSuccess
|
302
572
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementInvitationsResponseSuccess
|
303
573
|
|
574
|
+
interface _ListEngagementMembersResponseSuccess
|
575
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementMembersResponse]
|
576
|
+
def engagement_member_list: () -> ::Array[Types::EngagementMember]
|
577
|
+
def next_token: () -> ::String
|
578
|
+
end
|
579
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_members-instance_method
|
580
|
+
def list_engagement_members: (
|
581
|
+
catalog: ::String,
|
582
|
+
identifier: ::String,
|
583
|
+
?max_results: ::Integer,
|
584
|
+
?next_token: ::String
|
585
|
+
) -> _ListEngagementMembersResponseSuccess
|
586
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementMembersResponseSuccess
|
587
|
+
|
588
|
+
interface _ListEngagementResourceAssociationsResponseSuccess
|
589
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementResourceAssociationsResponse]
|
590
|
+
def engagement_resource_association_summaries: () -> ::Array[Types::EngagementResourceAssociationSummary]
|
591
|
+
def next_token: () -> ::String
|
592
|
+
end
|
593
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagement_resource_associations-instance_method
|
594
|
+
def list_engagement_resource_associations: (
|
595
|
+
catalog: ::String,
|
596
|
+
?created_by: ::String,
|
597
|
+
?engagement_identifier: ::String,
|
598
|
+
?max_results: ::Integer,
|
599
|
+
?next_token: ::String,
|
600
|
+
?resource_identifier: ::String,
|
601
|
+
?resource_type: ("Opportunity")
|
602
|
+
) -> _ListEngagementResourceAssociationsResponseSuccess
|
603
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementResourceAssociationsResponseSuccess
|
604
|
+
|
605
|
+
interface _ListEngagementsResponseSuccess
|
606
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEngagementsResponse]
|
607
|
+
def engagement_summary_list: () -> ::Array[Types::EngagementSummary]
|
608
|
+
def next_token: () -> ::String
|
609
|
+
end
|
610
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_engagements-instance_method
|
611
|
+
def list_engagements: (
|
612
|
+
catalog: ::String,
|
613
|
+
?created_by: Array[::String],
|
614
|
+
?engagement_identifier: Array[::String],
|
615
|
+
?exclude_created_by: Array[::String],
|
616
|
+
?max_results: ::Integer,
|
617
|
+
?next_token: ::String,
|
618
|
+
?sort: {
|
619
|
+
sort_by: ("CreatedDate"),
|
620
|
+
sort_order: ("ASCENDING" | "DESCENDING")
|
621
|
+
}
|
622
|
+
) -> _ListEngagementsResponseSuccess
|
623
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEngagementsResponseSuccess
|
624
|
+
|
304
625
|
interface _ListOpportunitiesResponseSuccess
|
305
626
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListOpportunitiesResponse]
|
306
627
|
def next_token: () -> ::String
|
@@ -326,6 +647,43 @@ module Aws
|
|
326
647
|
) -> _ListOpportunitiesResponseSuccess
|
327
648
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpportunitiesResponseSuccess
|
328
649
|
|
650
|
+
interface _ListResourceSnapshotJobsResponseSuccess
|
651
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceSnapshotJobsResponse]
|
652
|
+
def next_token: () -> ::String
|
653
|
+
def resource_snapshot_job_summaries: () -> ::Array[Types::ResourceSnapshotJobSummary]
|
654
|
+
end
|
655
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_resource_snapshot_jobs-instance_method
|
656
|
+
def list_resource_snapshot_jobs: (
|
657
|
+
catalog: ::String,
|
658
|
+
?engagement_identifier: ::String,
|
659
|
+
?max_results: ::Integer,
|
660
|
+
?next_token: ::String,
|
661
|
+
?sort: {
|
662
|
+
sort_by: ("CreatedDate")?,
|
663
|
+
sort_order: ("ASCENDING" | "DESCENDING")?
|
664
|
+
},
|
665
|
+
?status: ("Running" | "Stopped")
|
666
|
+
) -> _ListResourceSnapshotJobsResponseSuccess
|
667
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceSnapshotJobsResponseSuccess
|
668
|
+
|
669
|
+
interface _ListResourceSnapshotsResponseSuccess
|
670
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceSnapshotsResponse]
|
671
|
+
def next_token: () -> ::String
|
672
|
+
def resource_snapshot_summaries: () -> ::Array[Types::ResourceSnapshotSummary]
|
673
|
+
end
|
674
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_resource_snapshots-instance_method
|
675
|
+
def list_resource_snapshots: (
|
676
|
+
catalog: ::String,
|
677
|
+
?created_by: ::String,
|
678
|
+
engagement_identifier: ::String,
|
679
|
+
?max_results: ::Integer,
|
680
|
+
?next_token: ::String,
|
681
|
+
?resource_identifier: ::String,
|
682
|
+
?resource_snapshot_template_identifier: ::String,
|
683
|
+
?resource_type: ("Opportunity")
|
684
|
+
) -> _ListResourceSnapshotsResponseSuccess
|
685
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceSnapshotsResponseSuccess
|
686
|
+
|
329
687
|
interface _ListSolutionsResponseSuccess
|
330
688
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListSolutionsResponse]
|
331
689
|
def next_token: () -> ::String
|
@@ -346,6 +704,28 @@ module Aws
|
|
346
704
|
) -> _ListSolutionsResponseSuccess
|
347
705
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSolutionsResponseSuccess
|
348
706
|
|
707
|
+
interface _ListTagsForResourceResponseSuccess
|
708
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
709
|
+
def tags: () -> ::Array[Types::Tag]
|
710
|
+
end
|
711
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_tags_for_resource-instance_method
|
712
|
+
def list_tags_for_resource: (
|
713
|
+
resource_arn: ::String
|
714
|
+
) -> _ListTagsForResourceResponseSuccess
|
715
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
716
|
+
|
717
|
+
interface _PutSellingSystemSettingsResponseSuccess
|
718
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutSellingSystemSettingsResponse]
|
719
|
+
def catalog: () -> ::String
|
720
|
+
def resource_snapshot_job_role_arn: () -> ::String
|
721
|
+
end
|
722
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#put_selling_system_settings-instance_method
|
723
|
+
def put_selling_system_settings: (
|
724
|
+
catalog: ::String,
|
725
|
+
?resource_snapshot_job_role_identifier: ::String
|
726
|
+
) -> _PutSellingSystemSettingsResponseSuccess
|
727
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSellingSystemSettingsResponseSuccess
|
728
|
+
|
349
729
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#reject_engagement_invitation-instance_method
|
350
730
|
def reject_engagement_invitation: (
|
351
731
|
catalog: ::String,
|
@@ -359,7 +739,8 @@ module Aws
|
|
359
739
|
def engagement_invitation_id: () -> ::String
|
360
740
|
def message: () -> ::String
|
361
741
|
def opportunity_id: () -> ::String
|
362
|
-
def reason_code: () -> ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied")
|
742
|
+
def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
743
|
+
def resource_snapshot_job_id: () -> ::String
|
363
744
|
def start_time: () -> ::Time
|
364
745
|
def task_arn: () -> ::String
|
365
746
|
def task_id: () -> ::String
|
@@ -369,15 +750,24 @@ module Aws
|
|
369
750
|
def start_engagement_by_accepting_invitation_task: (
|
370
751
|
catalog: ::String,
|
371
752
|
client_token: ::String,
|
372
|
-
identifier: ::String
|
753
|
+
identifier: ::String,
|
754
|
+
?tags: Array[
|
755
|
+
{
|
756
|
+
key: ::String,
|
757
|
+
value: ::String
|
758
|
+
},
|
759
|
+
]
|
373
760
|
) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
|
374
761
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
|
375
762
|
|
376
763
|
interface _StartEngagementFromOpportunityTaskResponseSuccess
|
377
764
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartEngagementFromOpportunityTaskResponse]
|
765
|
+
def engagement_id: () -> ::String
|
766
|
+
def engagement_invitation_id: () -> ::String
|
378
767
|
def message: () -> ::String
|
379
768
|
def opportunity_id: () -> ::String
|
380
|
-
def reason_code: () -> ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied")
|
769
|
+
def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
770
|
+
def resource_snapshot_job_id: () -> ::String
|
381
771
|
def start_time: () -> ::Time
|
382
772
|
def task_arn: () -> ::String
|
383
773
|
def task_id: () -> ::String
|
@@ -391,10 +781,64 @@ module Aws
|
|
391
781
|
},
|
392
782
|
catalog: ::String,
|
393
783
|
client_token: ::String,
|
394
|
-
identifier: ::String
|
784
|
+
identifier: ::String,
|
785
|
+
?tags: Array[
|
786
|
+
{
|
787
|
+
key: ::String,
|
788
|
+
value: ::String
|
789
|
+
},
|
790
|
+
]
|
395
791
|
) -> _StartEngagementFromOpportunityTaskResponseSuccess
|
396
792
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementFromOpportunityTaskResponseSuccess
|
397
793
|
|
794
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#start_resource_snapshot_job-instance_method
|
795
|
+
def start_resource_snapshot_job: (
|
796
|
+
catalog: ::String,
|
797
|
+
resource_snapshot_job_identifier: ::String
|
798
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
799
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
800
|
+
|
801
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#stop_resource_snapshot_job-instance_method
|
802
|
+
def stop_resource_snapshot_job: (
|
803
|
+
catalog: ::String,
|
804
|
+
resource_snapshot_job_identifier: ::String
|
805
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
806
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
807
|
+
|
808
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#submit_opportunity-instance_method
|
809
|
+
def submit_opportunity: (
|
810
|
+
catalog: ::String,
|
811
|
+
identifier: ::String,
|
812
|
+
involvement_type: ("For Visibility Only" | "Co-Sell"),
|
813
|
+
?visibility: ("Full" | "Limited")
|
814
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
815
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
816
|
+
|
817
|
+
interface _TagResourceResponseSuccess
|
818
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
819
|
+
end
|
820
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#tag_resource-instance_method
|
821
|
+
def tag_resource: (
|
822
|
+
resource_arn: ::String,
|
823
|
+
tags: Array[
|
824
|
+
{
|
825
|
+
key: ::String,
|
826
|
+
value: ::String
|
827
|
+
},
|
828
|
+
]
|
829
|
+
) -> _TagResourceResponseSuccess
|
830
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
831
|
+
|
832
|
+
interface _UntagResourceResponseSuccess
|
833
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
834
|
+
end
|
835
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#untag_resource-instance_method
|
836
|
+
def untag_resource: (
|
837
|
+
resource_arn: ::String,
|
838
|
+
tag_keys: Array[::String]
|
839
|
+
) -> _UntagResourceResponseSuccess
|
840
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
841
|
+
|
398
842
|
interface _UpdateOpportunityResponseSuccess
|
399
843
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOpportunityResponse]
|
400
844
|
def id: () -> ::String
|
@@ -468,6 +912,7 @@ module Aws
|
|
468
912
|
{
|
469
913
|
amount: ::String,
|
470
914
|
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"),
|
915
|
+
estimation_url: ::String?,
|
471
916
|
frequency: ("Monthly"),
|
472
917
|
target_company: ::String
|
473
918
|
},
|